[flexcoders] Re: Flex 3 Layout of long form

2008-10-11 Thread brucewhealton
At the risk of sounding too ignorant, do you mean put the tabs within the Form tag/class? I guess you would have to do it that way to make sure it is all part of the same form, so that after they go through all the form fields, either by going from one accordion area or tab area to the next, every

[flexcoders] How to add a horizontal scrollbar to a 3d column chart

2008-10-11 Thread jeffreyr6915
I would like to add a horizontal scrollbar to the column chart that I have. Can someone please show me how to do this? Below is the axis renderer class that I need to alter. Please help. Thanks package { import flash.display.Graphics; import flash.display.Shape; import

[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: >

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: 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) ou

[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 or

[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] 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. Al

[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. http://blogs.adobe.com/silke.fleisch

[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

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

Re: [flexcoders] Re: Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: "Amy" <[EMAIL PROTECTED]> To: 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 produced AS3 swfs, so

[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: > Sent: Saturday, October 11, 2008 9:19 AM > Subject: Re: [flexcoders] Couple questions > > > > Bruce, there are a mass of powerpoint to

[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

[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

[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.

[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 http://blogs.digitalprimates.net/codeslinger/index.cfm? mode=entry&entry=923040ED-FFF8-98FF-6D01B7FE243E8FC9">Dense and Hot @ webDu by Mi

[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: 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 fl

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 wil

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 th

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,

[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 thi

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: 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 worked with produced

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): http://www.adobe.com/2006/mxml"; creationComplete="initComponent()"> Use it in your components as follows: Get the data back from t

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