PDA

View Full Version : run problem


Anitha
08-12-2008, 02:04 PM
Hi all,
I have some problems and doubts . Request u to direct me.


Doubts:
No 1 :
In the flex application page , I have placed two radio buttons . Now
run the application .
The two radio buttons are shown . Now I have placed two
checkboxes .Now run the application .The secondly added checkboxes are
not shown[ie -- the page was not refreshed].But when I run the swf
file of the application it appered.Again I have placed some other
control and run the application , the radiobuttons[firstly placed]
only appered, the checkboxes[secondly placed] and the anyother
control[thirdly added] was not appered. Bt when I run the swf file
there is no problem . Why??????.Because of this problem I cant debug
the project.Hence please show me right way .


[On very first day of mine on flex, I had walkthrough on the
menubars , hence am afraid is there any setting are changed? .but I
reinstalled the software. but the problem remains.]


How can I correct that?

nakedkafka
08-12-2008, 03:16 PM
Hard to help without the code, and some project definitions. Problems could be at the stage visibility level (stage too narrow/short), at the add to stage process, or at the initialization of the components.