Re: [flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread Douglas Knudsen
IMHO, the use of the term 'CSS' in Flex is a total marketeering setup. It really is not 'CSS' as we know it in HTML, which is where the term is most oft associated. Rather, its something patterned after 'CSS' as we know it in HTML. That said, certainly look at

[flexcoders] Re: How to access the List from it's ItemRenderer

2007-11-14 Thread icepaco33
isItemSelected(...) always returns false because the list of ListBase(owner) doesn't have any selections : selectedItems.length = 0 selectedIndex = -1 --- In flexcoders@yahoogroups.com, Adnan Doric [EMAIL PROTECTED] wrote: icepaco33 wrote: Greetings, I am trying to have access to the List

[flexcoders] Programmatic control over a (H|V)Box gap width?

2007-11-14 Thread Josh McDonald
Is it possible? I can't find any mention of it in the API documentation. Cheers, -Josh -- This is crazy! Why are we talking about going to bed with Wilma Flintstone... She'll never leave Fred and we know it. :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

[flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread flexawesome
Thanks Richard, It looks I can handle the external CSS file hardly. I would like to allow Administrator to change the style in CSS by using notepad, and run the application to get updates directly. Otherwise, there is no benfits to use CSS in Flex. Just like HTML -_- I extremely hople

[flexcoders] Re: Can't select an item renderer in a list

2007-11-14 Thread icepaco33
I have found out the problem : In my sub class (Highlighter) I have the following code : this.field.parent.addChild(this.bitmap); //type = Bitmap This code was in the constructor and so was called as soon as the object was created (in the CreationCompleteEvent of the Renderer) and persisted

[flexcoders] Re: AMFPHP 1.9 security problem

2007-11-14 Thread danielvlopes
Understand, i thinking create session in PHP and when flex comunicate to php send the session to check if this session really exist em PHP but i thinking those ways are little strange, i think this problem should be handle in amfphp and not in my code... In amfphp 1.2 we had way to create

[flexcoders] Re: About Combobox filling up the first item by default when we databinding

2007-11-14 Thread Randy Martin
From the Flex docs for ComboBox: prompt property prompt:String http://127.0.0.1:2522/help/topic/com.adobe.flexbuilder.help/langref/Str\ ing.html [read-write] The prompt for the ComboBox control. A prompt is a String that is displayed in the TextInput portion of the ComboBox when

[flexcoders] Re: Programmatic control over a (H|V)Box gap width?

2007-11-14 Thread srikanth_reddy_007
use horizontalGap and verticalGap properties of the component. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Is it possible? I can't find any mention of it in the API documentation. Cheers, -Josh -- This is crazy! Why are we talking about going to bed with

RE: [flexcoders] Austin Flex User Group?

2007-11-14 Thread Randy Martin
I would definitely be interested. There are about 5-6 other developers who work with me that would probably be interested, also. We're transitioning to Flex/Flash for a lot of our Intranet apps. We've been ColdFusion coders for years (since V2.0), and have just recently upgraded to CF8. So, let me

[flexcoders] Re: Combobox ItemRenderer is now working as expected

2007-11-14 Thread srikanth_reddy_007
Tried XML(data)[EMAIL PROTECTED] but no luck !!! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Are you getting binding warnings? Try XML(data)[EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Re: Combobox ItemRenderer is now working as expected

2007-11-14 Thread Douglas Knudsen
hmm, isn't [EMAIL PROTECTED] a String, eh? Try casting it to a Boolean. DK On Nov 14, 2007 11:45 PM, srikanth_reddy_007 [EMAIL PROTECTED] wrote: Tried XML(data)[EMAIL PROTECTED] but no luck !!! --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Alex Harui [EMAIL PROTECTED]

[flexcoders] Help pls! swapping drag panels!

2007-11-14 Thread Jaganathan.K
I have custom drag panel component, i want to add an additional feature, which will have the swapping functionality. Can anyone help me out in acheiving the same? Any help would be greatly appreciated. You can download the source code from the following path.

RE: [flexcoders] how to add one swf to another swf

2007-11-14 Thread Alex Harui
See Embed metadata From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaskar_mannava Sent: Wednesday, November 14, 2007 12:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how to add one swf to another swf how can i add one

RE: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-14 Thread Alex Harui
As long as it is small enough to not cause the hbar to come on From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, November 14, 2007 4:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Vertical

RE: [flexcoders] Anyone know how to scroll Tree back to position after dataprovider swap ?

2007-11-14 Thread Alex Harui
Call validateNow and set verticalScrollPOsition after From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Wednesday, November 14, 2007 6:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Anyone know how to scroll

RE: [flexcoders] Re: How to access the List from it's ItemRenderer

2007-11-14 Thread Alex Harui
If you ask too soon, you will not know when it changed. You should ask in updateDisplayList From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of icepaco33 Sent: Wednesday, November 14, 2007 7:51 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] PopUpManager.removePopUp Not Removing Modal Overlay

2007-11-14 Thread Alex Harui
Can you make a mini-test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bryanpoopbartow Sent: Wednesday, November 14, 2007 5:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] PopUpManager.removePopUp Not Removing Modal

RE: [flexcoders] measure() bug in mx:Tile

2007-11-14 Thread Alex Harui
Seems wrong. File a bug so we can investigate further. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Troy Gilbert Sent: Wednesday, November 14, 2007 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] measure() bug in

RE: [flexcoders] Converting app to use modules

2007-11-14 Thread Alex Harui
Scott, I'm not seeing any code that waits for the shared code module to finish loading before the other modules load. First-in wins so you should wait for Ready on sharedCode before continuing. Similarly, I don't see that you're waiting for modules to load before applying history to them.

<    1   2