Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Bug Report

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-20-2003, 08:44 PM
Member
 
Join Date: Jan 2003
Posts: 54
Default [getMainWnd] this object is out of order !

=====================================
oWind = getMainWnd();
=====================================

oWind.caption = "Smthing" >> DOES NOT WORK !!! >
oWind.move(x,x) >> DOES NOT WORK !!! >
oWind.close() >> seems to be ok

-------------------------------------------------------------------

Shell.run(app[, show_flags[, x, y[, dx, dy]]]);

all options have not effect !!!! ???

-------------------------------------------------------------------

What a big mess ! >


Before thinking about a pro version, or SWFKIT x.x something, just make the actual version a bit more bugless !!! > > > >

Do u guys, really have a beta tester team ???

seeU
__________________
http://www.alyze.com - http://www.ecomzone.net - http://www.alisook.com -http://www.madcha.com - http://www.i-multimedia.fr -
Reply With Quote
  #2 (permalink)  
Old 09-22-2003, 04:43 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:[getMainWnd] this object is out of order !

Hi,

Sorry for our poor documentation, it's not a bug of SWFKit.

If you set the values of caption, position or size of the main window in the "initialize" script, the values will be overridden. For the "initialize" script is called just after the main window is created. Before the main window is appeared on the screen, SWFKit will set it's caption, position or size with the values you defined in the "Set projector options" dialog. Anything you did in the "Initialize" script with the main window then has no effect.

SWFKit pro 2.0 has fixed this problem. It provides an Application object, you can change the options of the projector at runtime just like in the "Set projector option" dialog.

The x, y, dx, dy parameter of the Shell.run method only works in very special case. They are almost useless. Use this code instead,
wnd = Shell.run(app);
wnd.left = xxx;
wnd.top = xxx;
wnd.width = xxx;
wnd.height = xxx;

We realized how poor our documentation is and we have made much effort to improve it. SWFKit 2.0 must be well tested before we release it, that's why it has been delayed again and again. You don't have to wait for two more months, maybe just one week or so, we will finish all our works, and you will enjoy the new version.

We plan to release several editions of 2.0, lite, standard and pro. All 1.x uses can upgrade to 2.0 pro for free.

We noticed you gave us many useful suggestions on our forum. Thanks for your kind help.
Reply With Quote
  #3 (permalink)  
Old 09-22-2003, 12:37 PM
Member
 
Join Date: Jan 2003
Posts: 54
Default Re:[getMainWnd] this object is out of order !

Quote:
Sorry for our poor documentation
That's making me loose precious time... >
.
If you guys know the next version will not see the light soon (i mean less that one week), why just don't upgrade the help....? ???
it will be a good point 4 you.
.
And not a hard work to do, comparing of publishing a new version.... :
.
.
.
Quote:
You don't have to wait for two more months, maybe just one week or so,
hum...hum... :
.
(in French, people says: " un 'tiens !' vaut mieux que deux 'tu l'auras...' ",
any other words, " better say just one 'Here it is !' instead of two 'u'll have it...' ")
........... :P
.
.
Quote:
All 1.x uses can upgrade to 2.0 pro for free.
Yeh man, i do hope so, i definetly desearved it.......... 8)
.
.
Quote:
We noticed you gave us many useful suggestions on our forum. Thanks for your kind help.
De Nada........
.
.
.
I'll check all that you say about the window Obj.
I'll be back to you soon...........





__________________
http://www.alyze.com - http://www.ecomzone.net - http://www.alisook.com -http://www.madcha.com - http://www.i-multimedia.fr -
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:56 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.