[flexcoders] Re: Changing state not drawing component correctly

2007-04-09 Thread ssundke
Any suggestions on this? --- In flexcoders@yahoogroups.com, ssundke [EMAIL PROTECTED] wrote: Hi, I just need to show a Help page on demand, so I implemented it via states. When the user clicks the Help button the help pane comes up. Somehow the help pane is not taking the correct size

[flexcoders] Changing state not drawing component correctly

2007-04-05 Thread ssundke
Hi, I just need to show a Help page on demand, so I implemented it via states. When the user clicks the Help button the help pane comes up. Somehow the help pane is not taking the correct size and displays acorss the screen. I tried a lot to set the width, but the first time it keeps going to

[flexcoders] Re: Load swc instead of swf

2006-12-27 Thread ssundke
files? Cheers, Lach On 20/12/2006, at 10:12 PM, ssundke wrote: Ok.. so what do I do for this problem. I need to write some help files for my project and I need my swf to be standalone since it can be used. I didnt want to hardcode the html in one as file or mxml file, so I

[flexcoders] Re: Load swc instead of swf

2006-12-20 Thread ssundke
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ssundke Sent: Tuesday, December 19, 2006 1:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Load swc instead of swf Hi I was using a .swf file generated wrappers to show a flash file on the web. Due to some recent changes, I wanted

[flexcoders] Load swc instead of swf

2006-12-19 Thread ssundke
Hi I was using a .swf file generated wrappers to show a flash file on the web. Due to some recent changes, I wanted to explore changing this to a .swc file since I need some resources (help files, etc) and they are better bundled in the swc file. Do html wrappers work with swc? I was able to

[flexcoders] Re: Collection View changes order on update

2006-08-27 Thread ssundke
Hey, does any one have any idea on this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Re: Change HorizontalList column width based on content

2006-08-24 Thread ssundke
Can someone please look into this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Collection View changes order on update

2006-08-23 Thread ssundke
Hi, I have bound a Collectionlist of a datagrid which renders the item as a checkbox. Im using the default bindling of the datagrid (for select and update) to update the selected value back to the Collection. This all works fine, and the checked value is reflected back into the collection and

[flexcoders] Change HorizontalList column width based on content

2006-08-23 Thread ssundke
Hi Is there anyway I can change the columns width based on the content. Im using a HorizontalList to display some checkbox items. I would like the width of the column to be based on the content so its small and large as needed. How do I get this done? This what my code looks like.

[flexcoders] Set up FlexUnit with Flex Builder Eclipse plugin

2006-06-27 Thread ssundke
Hi, I just downloaded FlexUnit (from http://www.iterationtwo.com/open_source_flexunit.html) to see if i could get started with it. Im using Flex 2.0 Flex Builder plugin for Eclipse. How do I get it to work in this Eclipse? I tried to add the FlexUnit.swc to the Project - Properties - Flex

[flexcoders] Re: mxmlc - context root - any root

2006-06-24 Thread ssundke
Hey Is there no way to do this? - Saba --- In flexcoders@yahoogroups.com, ssundke [EMAIL PROTECTED] wrote: Hi, I have a framework product for which im using flex. I would like to distribute as a compiled swf. In my mxml I need to make an HTTP Service call to the same server on which

[flexcoders] mxmlc - context root - any root

2006-06-20 Thread ssundke
Hi, I have a framework product for which im using flex. I would like to distribute as a compiled swf. In my mxml I need to make an HTTP Service call to the same server on which this swf is used i.e the context root can vary on deployment but I always want to reach the same url given a