[flexcoders] Re: Mouse Move Issue in Tree Control

2008-10-11 Thread selvant_2005
--- In flexcoders@yahoogroups.com, Flex Gangsta [EMAIL PROTECTED] wrote: if u have the css code ,tell me You can change it by creating a CSS file for the tree control. Sent from my iPhone On Oct 10, 2008, at 4:47 AM, selvant_2005 [EMAIL PROTECTED] wrote: Hi, When i Move the Mouse

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
Bruce, there are a mass of powerpoint to flash converters out there - google is your friend. The one I've worked with produced fairly large files and the output is an AS1/AS2 swf. If I were writing a slide player, I'd probably use Flex, though for a slide player it could probably just as well

RE: [flexcoders] ComboBox in Component won't open to Saved Value

2008-10-11 Thread Randy Martin
Here's the code for a BindableComboBox. Save it in a file called BindableComboBox.mxml (borrowed this code from Adobe, modified slightly): mx:ComboBox xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=initComponent() mx:Script ![CDATA[ import mx.utils.ObjectUtil;

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 9:19 AM Subject: Re: [flexcoders] Couple questions Bruce, there are a mass of powerpoint to flash converters out there - google is your friend. The one I've

[flexcoders] Smooth scrolling when setting verticalScrollPosition on TextArea

2008-10-11 Thread Mark Carter
In AS3, I set the vertical scroll position of the text area, but would like the area to smoothly scroll to that area rather than jump to it (disorientating the user). I've done this using the AnimateProperty class on the verticalScrollPosition property. Is there a more standard way? -- View

RE: [flexcoders] Re: Create Help System in Flex - how to display html in a canvas or component?

2008-10-11 Thread Randy Martin
You can use an iframe to display html inside a flex app. Check out the IFrame component from here: http://ccgi.arutherford.plus.com/blog/wordpress/?p=133 Also, I'm toying around with using Adobe Captivate to generate flash help files and then display them in flex. You might want to check

AW: [flexcoders] modal PopUp with one component, that should accept user interaction

2008-10-11 Thread Christoph Leva
Thanks Tracy and Mark, what I want to do is create something like a guided tour, that displays instructions in a popup on how to interact with the component, from where the help is called. Therefore, this component has to accept user interaction, but all the other components not. I think I

[flexcoders] Re: Is It possible to use ressources in a CustomPreloader

2008-10-11 Thread Marielle Lange
On this specific question: Is It possible to use ressources in a CustomPreloader You will find an answer in that excellent presentation by Michael Labriola a href=http://blogs.digitalprimates.net/codeslinger/index.cfm? mode=entryentry=923040ED-FFF8-98FF-6D01B7FE243E8FC9Dense and Hot @ webDu by

[flexcoders] Re: How to make an RPC call secure

2008-10-11 Thread Abdul Razak PM
HI Jitendra, Thanks for your kind reply, Let me to explain my question in detail . suppose I have a small banking application a)I want ensure user's login b) user can request a loan c) admin can approve loan d) admin can enter payment details etc... For this I have provided a

[flexcoders] Re: Refresh Flex Navigator's Projects in Flex Builder

2008-10-11 Thread Marielle Lange
On Windows, press F5. This refreshes the files in the active project the same way as F5 refresh your File Explorer. --- In flexcoders@yahoogroups.com, itdanny2002 [EMAIL PROTECTED] wrote: Dear All, How to refresh all projects in flex builder ? I delete some files in corresponding

[flexcoders] Re: Refresh Flex Navigator's Projects in Flex Builder

2008-10-11 Thread itdanny2002
Dear All, Thank you but none of suggestions work. Finally, I deleted all files in folder including configuration files. And then, recreate the project. It works fine now.

Re: [flexcoders] Couple questions

2008-10-11 Thread Haykel BEN JEMIA
For online presentations you could try http://www.sliderocket.com . It's a commercial service but if you will be putting regularly presentations online, I think this will help you a lot to create great ones! On Sat, Oct 11, 2008 at 7:01 AM, brucewhealton [EMAIL PROTECTED]wrote: Hello all, I

[flexcoders] Re: Loading, unloading and then re-loading a module with a chart populated from a My

2008-10-11 Thread Amy
--- In flexcoders@yahoogroups.com, sailorsea21 [EMAIL PROTECTED] wrote: Hi everyone, I can find a solution to my problem... Loading, unloading and then re-loading a module with a chart populated from a MySQL database gives me this error: TypeError: Error #1034: Type Coercion failed:

[flexcoders] Re: Couple questions

2008-10-11 Thread Amy
--- In flexcoders@yahoogroups.com, brucewhealton [EMAIL PROTECTED] wrote: Hello all, I had a few questions, where I could use some suggestions or opinions and ideas. One is regarding Powerpoint-like presentations online. If you were going to do something like this, would you use

[flexcoders] Re: Couple questions

2008-10-11 Thread Amy
--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 9:19 AM Subject: Re: [flexcoders] Couple questions Bruce, there are a mass of

Re: [flexcoders] Re: Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 4:29 PM Subject: [flexcoders] Re: Couple questions snip One thing I should add - when I was researching powerpoint to flash converters a few months back - none of them

Re: [flexcoders] Re: Couple questions

2008-10-11 Thread Nancy Gill
There's a public Beta of Captivate 4 going on now. I would suspect that this version uses AS3. There is, Amy? Where? I just checked Adobe Labs and I don't see anything. Nancy

[flexcoders] The trouble with Alert.show()

2008-10-11 Thread Amy
I am trying to troubleshoot a problem that only occurs in the Flash Player ActiveX embedded in an application, so I can't use normal debug methods. I'm trying to use Alert.show() to try to get to the bottom of what's going on. The problem I'm having is that in some situations, this just pops

[flexcoders] Re: Couple questions

2008-10-11 Thread Amy
--- In flexcoders@yahoogroups.com, Nancy Gill [EMAIL PROTECTED] wrote: There's a public Beta of Captivate 4 going on now. I would suspect that this version uses AS3. There is, Amy? Where? I just checked Adobe Labs and I don't see anything.

[flexcoders] drawing a rectangle with a cutout

2008-10-11 Thread Christoph Leva
Hi all, I am trying to cut a smaller rectangle (name: cutout) out of a rectangle, which has the screen size. I read, that u can do it when you draw the cutout reverse, but I don't know how to do it. I use the flash.display.graphics class. I created both rectangles, using the drawRect() method.

[flexcoders] Re: The trouble with Alert.show()

2008-10-11 Thread EddieBerman
I can't help with the Alert issue, but since I often debug within a wrapper, here's one alternative that provides a constant, simple debug window. I can't remember, but I might've grabbed it from this forum originally. Paste the code below in your app. Call showWindow() to activate the window.

[flexcoders] Re: The trouble with Alert.show()

2008-10-11 Thread Amy
--- In flexcoders@yahoogroups.com, EddieBerman [EMAIL PROTECTED] wrote: I can't help with the Alert issue, but since I often debug within a wrapper, here's one alternative that provides a constant, simple debug window. I can't remember, but I might've grabbed it from this forum

[flexcoders] Re: drawing a rectangle with a cutout

2008-10-11 Thread Michael VanDaniker
You could create separate sprites for each rectangle and apply the smaller one as a mask to whatever content is meant to show through the window. --- In flexcoders@yahoogroups.com, Christoph Leva [EMAIL PROTECTED] wrote: Hi all, I am trying to cut a smaller rectangle (name: cutout) out of a

Re: [flexcoders] Embedding Image from dynamic string

2008-10-11 Thread Sajid Hussain
Hey Dudes var a:String=sources/ top2Over. jpg; [Bindable] [Embed(source= a)] or public var top2Over:Class; I want to create object embed adders to be fetched by string .liek the given simple wrong code Sajid

[flexcoders] Re: Interfaces WHY?

2008-10-11 Thread flexaustin
You lost me at hello! It's a lot easier if your class just implements what it needs and leave the inheritance to the class framework that is implementing the interfaces. Can you break this down a little? TIA --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: But