Answered
Is there any limit on number of variables?!
Hi everybody,
I'm currently in the final squash bugs phase on my one-year, one-developper project. Sneak-peek at:
www.showeaver.com/testDrive/
I'm experiencing some strange things. I have a canevas where you can build room setups. I can select one or multiple elements (chairs, tables, stages, etc.) on that floor when holding SHIFT. Everything works fine (well, there's some other small bugs...) But when I open a dialog window, which is called from within my UI controller class, -- that is not at all connected with my other MVC set of classes for my 2D view (yes, there's a 3D view!) -- the mecanism for the selection of object is completly screwed up. I'm not able to select correctly my objects that are repeated several times. (suppose you drop 4 chairs, the only chair that is selected is the first one...).
Is there a limit in the size of my classes of in the number of variables I can declare in one SWF file? Some of my biggest class files have 2000+ lines of code... I heard that when you use #include on a frame script you better keep you file size bellow 2000 lines or something, but for classes? Anyway I don't use #includes, I have a one frame, one line of code that starts everything...
If you have any clue, or want to share some experiences with the limitations of the MX classes (which I extends a lot in that project)...
I also welcome other feedbacks on that project!
P.S. If you need to be guided in my project: To start the application, click on [English] or [Français].
log as user: demo with password: demo. and then "Connect"
You then need to open a project, and then a Floor Plan. Maybe it will open as read-Only, as maybe more than one Demo user will want to open that "file" at once.
There you can drag your furnitures in place on the floor.
To open the window responsible for my headache, you select menu: Settings > Groups and then select one group to edit. After that, it is broken...
Thanks!!!
I'm currently in the final squash bugs phase on my one-year, one-developper project. Sneak-peek at:
www.showeaver.com/testDrive/
I'm experiencing some strange things. I have a canevas where you can build room setups. I can select one or multiple elements (chairs, tables, stages, etc.) on that floor when holding SHIFT. Everything works fine (well, there's some other small bugs...) But when I open a dialog window, which is called from within my UI controller class, -- that is not at all connected with my other MVC set of classes for my 2D view (yes, there's a 3D view!) -- the mecanism for the selection of object is completly screwed up. I'm not able to select correctly my objects that are repeated several times. (suppose you drop 4 chairs, the only chair that is selected is the first one...).
Is there a limit in the size of my classes of in the number of variables I can declare in one SWF file? Some of my biggest class files have 2000+ lines of code... I heard that when you use #include on a frame script you better keep you file size bellow 2000 lines or something, but for classes? Anyway I don't use #includes, I have a one frame, one line of code that starts everything...
If you have any clue, or want to share some experiences with the limitations of the MX classes (which I extends a lot in that project)...
I also welcome other feedbacks on that project!
P.S. If you need to be guided in my project: To start the application, click on [English] or [Français].
log as user: demo with password: demo. and then "Connect"
You then need to open a project, and then a Floor Plan. Maybe it will open as read-Only, as maybe more than one Demo user will want to open that "file" at once.
There you can drag your furnitures in place on the floor.
To open the window responsible for my headache, you select menu: Settings > Groups and then select one group to edit. After that, it is broken...
Thanks!!!