[flexcoders] Module Mania

2007-06-01 Thread Dave @ VitalPodcasts.com
Im trying to create a modular application using SuperPanel. I have the Main application, which calls a funciton that creates a SuperPanel ( a floating Panel ) which loads a Module. Now in this Module, I load a Tab Navigator that loads up a bunch of buttons, which on click, runs a function

[flexcoders] Re: Module Mania

2007-06-01 Thread Dave @ VitalPodcasts.com
for anyone wanting to find this out... Use: parentApplication and your golden.

[flexcoders] Help with AnimateProperty()

2007-05-31 Thread Dave @ VitalPodcasts.com
Hey Guys, hope you dont mind me leaning on this Board for learning... I finaly found how to include modules, easy, and a step towards seperating code, so thanks all for that help. Still want to include AS files, and other things, but baby steps... So the question is, I have a basic 2 column

[flexcoders] Re: Help with AnimateProperty()

2007-05-31 Thread Dave @ VitalPodcasts.com
Hey hey, I figured it out... mx:Resize Ok ok this isnt too bad... im getting it.

[flexcoders] LoadModule, creating a history so the Back Button works...

2007-05-31 Thread Dave @ VitalPodcasts.com
How would I do this? Currently I have a TabNavigator, and when I click on tabs, it creates something that enables a browser history, how do I use whatever its doing to create my own history item? basically in the tabnavigator I have buttons that load a module, it would be nice to enable the

[flexcoders] Information on how to Create Objects on the fly with Code

2007-05-31 Thread Dave @ VitalPodcasts.com
Is there are resources out there on how to create, let's say a button, on the fly with Code? Im trying to create an Array, and I want to loop around it to create a list of Buttons for navigation.

[flexcoders] Array errors

2007-05-31 Thread Dave @ VitalPodcasts.com
Im copy and pasting known working examples, and my Flex Builder keeps giving me an error... Since Im copying an pasting from help docs.. I have no clue why this wont work. ... So here is what im trying to do. mx:Script public var homeNav:Array = new Array();

[flexcoders] Re: LoadModule, creating a history so the Back Button works...

2007-05-31 Thread Dave @ VitalPodcasts.com
Let me Clarify I have a TabNavigator that has 2 tabs, under the first Tab I have 4 buttons. When one of those buttons are clicked, I load a module in a place that is outside of the tab Navigator. Perhaps this isnt how its supposed to be used, but I want just the Tab Navigator for Navigation

[flexcoders] btn.width wont accept %

2007-05-31 Thread Dave @ VitalPodcasts.com
Trying to generate a Navigation... newBtn.width = 100%; - doesnt work newBtn.width = '100%'; - doesnt work newBtn.width = 100%; - doesnt work Why can I not set a button to 100%?

[flexcoders] Just getting started, hitting walls...

2007-05-30 Thread Dave @ VitalPodcasts.com
Hello Flex Community, I am a very experienced CF developer, and I want to get into Flex. Perhaps it makes more sense to coem from Flash, however Adobe is letting CF jobs disappear everywhere, so its time to upgrade my skill set. here is the issues I am running into. Client Side

Re: {Disarmed} [flexcoders] Just getting started, hitting walls...

2007-05-30 Thread Dave @ VitalPodcasts.com
I feel like its back to the Old QBasic ways... Make one super long file that does everything, thats kind of nuts. You mean there isn't a Load NextScreen type of thing? Where a whole new set of objects live? and I don't have to worry about hiding everything? So far it feels to me, so far, I

Re: {Disarmed} [flexcoders] Just getting started, hitting walls...

2007-05-30 Thread Dave @ VitalPodcasts.com
From every example I see, its small apps, realesate finder, resturant finders... Is it possible, and when I mena possible, is it realistc to make something like a CMS in Flex? if anyone has a good tutorial on how to make modular code, and make a nice seperated program design, I would love to

{Disarmed} Re: {Disarmed} [flexcoders] Just getting started, hitting walls...

2007-05-30 Thread Dave @ VitalPodcasts.com
Well I'm new to Flex, and it does seem cool, I just can't see having a large system built based on Flex... And i want too. I would like to rebuild my vitalpodcasts.com site with Flex, which is a small site, and great starter app. But my current company wants to look at making our flagship

Re: {Disarmed} [flexcoders] Just getting started, hitting walls...

2007-05-30 Thread Dave @ VitalPodcasts.com
Thanks for all the help everyone!