Dear Forrumers,
Mary Cristmas and Happy New Year !
I am importing one Form into another form and getting this Error:
ExternalError :RangeError: Out of memory
What it could be?
I never had this error and nothing changed in the code
Dear Forrumers,
Mary Cristmas and Happy New Year !
I am importing one Form into another form and getting this Error:
ExternalError :RangeError: Out of memory
What it could be?
I never had this error and nothing changed in the code
Can you share a clone link? Hard to tell what’s going on if we don’t know what each form has nor how exactly you’re importing it.
I’ve never seen this error before, so it makes it all the harder for me personally to say what the problem is without the whole context.
Does the name of the imported form end with Template
?
The Code in the Form to be imported:
class Devriyye_Cedveli(Devriyye_CedveliTemplate):
def init(self,Sale_Dict,Sifar_Adi,Xidmet,Cavab_Tarix,IsAllEmpty,**properties):
self.init_components(**properties )
The Code in the Form which receive the imported Form:
from …Devriyye_Cedveli import Devriyye_Cedveli
self.column_panel_ReyAct.add_component(Devriyye_Cedveli(Dict,self.SifarAdi,self.Xidmet,self.Cavab_Tarix,IsAllEmpty),full_width_row=True)
Now everything is working
May be there was Anvil’s internal problem which solved by Anvil?
Again same error occured(
Just a thought, snce it’s an external error, have you tried checking the dev tools console to see what it might be?
Do you mean left corner console ?
I understand now - it is happening when I use Ipad
Actually I am using Multiselect Dropdown from Anvil extra
On mac it is OK but on Ipad it is getting that error
It seems you can also check the dev console on ipad with some setting switches:
With it being platform specific more details are needed.
It’s probably worth reporting this over at the Anvil Extras Github issue page, too. If there’s a bug with a particular platform/browser they should be notified about it to investigate: Issues · anvilistas/anvil-extras · GitHub