Search Results

0
votes
2answers
132 views

submenu under linkbar option.

Hi All, Is it possible in flex to create submenu under linkbar option. if yes then please show me the solution. Thanx in advance.. …
0
votes
2answers
684 views

Flex Drag and resize

Hi All, I need to draw Line, Circle, and rectangle by mouse drag on canvas and then i need to to move and resize the drawn shapes. How i can perform this in flex as i am new on this platform. Plea …
0
votes
2answers
291 views

Flex drawing example error

Hi All, I am new to flex and i am trying to run the code for flex drawing application example given at following path: …
0
votes
1answer
257 views

Flex vertical sliding thumbnails

Hi All, Is it possible to construct an vertical sliding thumbnails of images. The example is shown at following path: …
0
votes
2answers
267 views

to create Whiteboard component

How do I create a simple drawing board/whiteboard functionality in Flex ? …
0
votes
1answer
65 views

to Delete item at runtime

Hi All, I have created some shapes dynamically at run time by mouse drag, Now i want to delete any selected item the white board.How can i achieve that. Currently i am able to delete the l …
0
votes
3answers
1k views

Flex zoom and scroll problem

Hi All, i am required to zoom a canvas through Hslider. The problem is after zooming the canvas i cannot scroll to the extreme left and top of the canvas i.e some part of left and top canvas are n …
1
vote
3answers
254 views

Passing values between functions

Hi All is there any way to locally define a variable in a function and then pass it to the oher function. I mean to say is it possible the pass a local value from one function to other function. S …
0
votes

submenu under linkbar option.

Thanks for the help Ryan. …
0
votes

to Delete item at runtime

Hi guys, Luckily i got my answer very soon. To delete multiple items at run time i've assign the ids to them dyanimically and the done the following: parentComponent.removeChild(par …