New topic: 

every webapp crashes...

<http://forums.realsoftware.com/viewtopic.php?t=46149>

         Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic          Author  
Message        itds          Post subject: every webapp crashes...Posted: Wed 
Dec 05, 2012 7:54 pm                         
Joined: Tue Dec 04, 2012 2:03 pm
Posts: 1                hello,

please help me... 

i could program visual basic / access / vba and so i bought real studio 
enterprise edition 2012 R1.2.

i tried a very simple first programm. one label, one button. i run it. it works.
after that i add an imageview object. now the application crashes when i run it 
if i click on projekt -> "projekt auf fehler überprüfen" (english: project -> 
check project on errors ?) RS says that everything is ok!

also all demo web apps crashes (Animator) with the same undefined imageview 
error! 

Desktop Example (CanvasDragRect) i could run without any errors. 

kind regards,
daniel

error message: 

Could not execute returned javascript: "imageview" ist undefiniert
Source: new imageview('GaLTza6J',[]);
RS.controls['GaLTza6J'].setEnabled(true);
RS.input.install(RS.controls['GaLTza6J'].object());
new button('FEBL1jAY',[]);
RS.controls['FEBL1jAY'].setEnabled(true);
new textlabel('TUxEB8Wj',['TextChanged']);
RS.controls['TUxEB8Wj'].setEnabled(true);
new frameworkObject('GxyrOCrE',[]);
RS.controls['GxyrOCrE'].setEnabled(true);
RS.view.showPage('GxyrOCrE');
document.title = "Ohne Titel";
RS.view.dismissLoader();   
                             Top                tseyfarth          Post 
subject: Re: every webapp crashes...Posted: Thu Dec 06, 2012 2:39 am            
             
Joined: Sat Dec 04, 2010 9:14 pm
Posts: 761                Hello, 

Much more can be known about this problem if you post the source code.  
However, just looking at the info you did post, and guessing at the language, 
it appears that the imageview was not instantiated properly.

Quote:Could not execute returned javascript: "imageview" ist undefiniert

I am guess that the words "ist undefiniert" means something like is undefined, 
or not instantiated.

My guess. Hope it helps.
Tim   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to