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

2008-10-10 Thread Darrell Loverin
I may be misunderstanding your question but the third parameter of the PopUpManager.addPopUp() fucntion is a Boolean that controls whether the popup is modal or non-modal. -Darrell --- In flexcoders@yahoogroups.com, "Christoph Leva" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I use the popUpM

[flexcoders] Re: set height of a Container back to default? (resize to content)

2008-10-10 Thread Ryan
thanks, but I tried "NaN" and that doesn't work- throws an error. One hacky solution my co-worker came up with is to use a spacer inside the container and set the spacer's height when necessary. there should really be a way to remove the height property or set it back to "auto." Anyone? Adobe? A

[flexcoders] SWFLoader and the background color of the loaded SWF built by Flash authoring

2008-10-10 Thread Zhiqiang
Hi, I use SWFLoader to load a SWF built by Flash CS3, but the SWFLoader can not display the background color of the loaded SWF, why?

[flexcoders] AIR SQL Parameter substitution for multi value SELECT.... IN clause ?

2008-10-10 Thread Dhiraj Gupta
Hi, I'm trying to find a way to successfully do parameter substitution for a SELECT IN type of query for my AIR SQLITE database. I tried passing in an array and also tried passing in a quoted string neither worked. The exact query is: select * from updateitems where userurl=:userurl and it

[flexcoders] Re: Flex 3 Layout of long form

2008-10-10 Thread oneworld95
You might find the CForm component handy for complex Form layouts: http://flexed.wordpress.com/2008/01/02/component-cform-v10/ --- In flexcoders@yahoogroups.com, "brucewhealton" <[EMAIL PROTECTED]> wrote: > > Hello all, > I could use some advice on a Flex design. I am needing to > create a form, a

Re: [flexcoders] Re: Feeding complex XMLdata to charts: Flex3

2008-10-10 Thread john fisher
well it may be easier... but I liked the obvious page layout of the mx tags, separated from the AS code. No doubt I can still have what I want. My comment on the documentation is that as long as you are using very simple data, everything goes together smoothly, but as soon as I introduced real dat

[flexcoders] Screen freezes when running code in result callback function of HTTPService

2008-10-10 Thread johnsonpaul1014
A project I am working on is using HTTPService to retrieve a large XML data set, parse it using e4x and display the data in charts. Since it is taking quite a bit of time to process the data, I decided to add a progress bar. The problem is the screen is not refreshing until all the data has been

[flexcoders] Re: Cairngorm AMFPHP Problem

2008-10-10 Thread creativepragmatic
I removed all arguments in the constructor and it worked! Thank you 'actionscript_czar'. I appreciate your help and I hope others benefit from it. Orville > Can you either get rid of the arguments in the constructor or set > defaults ( probably to empty strings )? > > --- In flexcoders@yahoo

[flexcoders] Changing Tree Node Colour on MouseOver

2008-10-10 Thread selvant_2005
Hi, If i move the Mose over the Parent Tree Node then i want Yellow Coloue ,for SubNodes i want any other Colour (other than Yellow) If anyone Knows ,Please Tell Me Regards , T.Selvan

[flexcoders] Re: AdvancedDataGridHeaderRenderer loses focus on set dataProvider

2008-10-10 Thread Vijay Anand Mareddy
Dont think you should be setting the dataprovider for every key stroke instead Use a timer to see if user has finished typing (~2sec). http://www.adobe.com/cfusion/exchange/index.cfm? event=extensionDetail&extid=1047291 --- In flexcoders@yahoogroups.com, "Ryan Gravener" <[EMAIL PROTECTED]> wrote

[flexcoders] Mouse Move Issue in Tree Control

2008-10-10 Thread selvant_2005
Hi, When i Move the Mouse Over the Tree Nodes by Default that Blue Colour is Coming ,I dont Want that Colour, If anybody Know How to change the clour Plese Tell Me Regards , T.Selvan

[flexcoders] Re: DataGridHeader with TextInput : text values lost on scroll

2008-10-10 Thread Vijay Anand Mareddy
Hopeully these will help you arrive at the solution. 1. You need to override the measure and updateDisplayList function whenever u override the createChildren function. 2. I would just extend TextInput rather than AdvDataGridHeaderRender. 3. Note that data object in the HeaderRenderer is an instan

Re: [flexcoders] Flex 3 Layout of long form

2008-10-10 Thread Flex Gangsta
As far as the php goes... A good solution would be to use amfphp or some kind of remoting using RemoteObject. Simply great a method in your php and call it in your Flex app. To go even further you can create two identical classes, one in php and one in actionscript and have them become alia

Re: [flexcoders] Flex, Coldfusion, Air

2008-10-10 Thread Flex Gangsta
Yes it's super easy, you don't even really have to do anything with your app. But take advantage of the fact that you are using AIR and pick up the api. There many cool classes and features available in AIR that you won't find in Flex Sent from my iPhone On Oct 10, 2008, at 5:14 AM, "stinas

[flexcoders] Flex Builder 4?

2008-10-10 Thread oneworld95
How far away is Flex Builder 4 from release? I've downloaded the Gumbo SDK files from the Adobe OpenSource site but wondered when the next version of Flex Builder will be available. Thanks.

Re: [flexcoders] AMFPHP tutorial

2008-10-10 Thread Flex Gangsta
Also try www.polygeek.com These are very easy to follow and makes amfphp really east to folow Sent from my iPhone On Oct 10, 2008, at 5:21 AM, yuku <[EMAIL PROTECTED]> wrote: Maybe you can try this: http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/ On Fri, Oct 10, 2008 at

Re: [flexcoders] flex library project compile errors --->bugs<--- degrafa library project

2008-10-10 Thread Tom Chiverton
On Tuesday 07 Oct 2008, djhatrick wrote: > Could not resolve to a component implementation. > Meanwhile, other components in the name space work. Post Your Code. > Does upgrading to 3.1 sdk fix compiler bugs like these? Why is it a compiler bug ? Does the class really not exist ? Have you tried

[flexcoders] Calculate a BPM Song by calculating interval between two clicks (TAP Button)

2008-10-10 Thread Flap Flap
Hi there, I'm actually taking some personnal time to work on a little project that unit two of my main occupations : Flex developpement and Mashup producing. In this AIR application I'll need a TAP Button. A TAP Button is a button that is clicking on rhytm to help find the BPM (Beats Per Minutes

Re: [flexcoders] AMFPHP tutorial

2008-10-10 Thread yuku
Maybe you can try this: http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/ On Fri, Oct 10, 2008 at 04:06, hworke <[EMAIL PROTECTED]> wrote: > > > Hello all, > > where can I find some good AMHPHP tutorials. > I will prefer some video tutorials. I tried > on tv.adobe.com.

[flexcoders] How to have multiple view of same display object/ sprite?

2008-10-10 Thread yuku
Hi, Is it possible to have multiple view of the same display object? The sample code follows: var content: Sprite = new Sprite(); var v1: Sprite = new Sprite(); var v2: Sprite = new Sprite(); with(content.graphics) { lineStyle(2, 0xff);

Re: [flexcoders] Flex, Coldfusion, Air

2008-10-10 Thread Tom Chiverton
On Friday 10 Oct 2008, stinasius wrote: > hi guys need to be clear about something, if a have developed a large > flex application with a coldfusion backend and database, can i turn it > into an Air app for guys to download so that when they are on the web > they can access data? Yes. -- Tom Chi

[flexcoders] Flex, Coldfusion, Air

2008-10-10 Thread stinasius
hi guys need to be clear about something, if a have developed a large flex application with a coldfusion backend and database, can i turn it into an Air app for guys to download so that when they are on the web they can access data?

[flexcoders] Re: Question about HTTPService and callbacks

2008-10-10 Thread markgoldin_2000
Anybody, please, any idea? --- In flexcoders@yahoogroups.com, "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > I am building a common library to shre it between diffrent projects. > First of all it will be used for data access. I am using HTTPService > for all my data needs. Data retrival is

Re: [flexcoders] Flex 3 Layout of long form

2008-10-10 Thread Pedro Sena
Hi, I think that the best way to make a long form is structure it like a wizard. Like was said, divide it into logical groups and make it sequential, using tabs to group the logical groups would be nice too. Just my 2 cents. Regards, PS On Fri, Oct 10, 2008 at 8:54 AM, Howard Fore <[EMAIL PRO

Re: [flexcoders] Flex 3 Layout of long form

2008-10-10 Thread Howard Fore
On Thu, Oct 9, 2008 at 11:46 PM, brucewhealton <[EMAIL PROTECTED]>wrote: > So, I'm wondering about some other ways of wrapping and presenting all > of this. > 1) The form tag is required, is it not? And the FormItem tag? I know > there are other layout options but there must be these tags, or am I

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Michael Schmalle
Hi, When you explicitly set the width OR height of a component, the measure() method will not be called since you have already "locked" in the dimensions of the component canvas. Use this method instead v1.getExplicitOrMeasuredHeight() You will see it traces your set height. Now, take out the h

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Giro
Easy example: http://www.adobe.com/2006/mxml"; layout="absolute"> trace return: Height: 400 Measured Height: 0 2008/10/10 Emile Swain <[EMAIL PROTECTED]>: > I've been having a similar issue, and I'm not one hundred percent sure how > to correct it. >

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Emile Swain
I¹ve been having a similar issue, and I¹m not one hundred percent sure how to correct it. However you should try setting the creationPolicy to ³all². Other may also be able to help if you provide a snippet of your code as an example. On 10/10/2008 11:32, "Giro" <[EMAIL PROTECTED]> wrote: >

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Giro
But measuredWidth and measuredHeight return 0 for me. Giro. 2008/10/10 David Gironella <[EMAIL PROTECTED]>: > But measuredWidth and measuredHeight return 0 for me. > > Giro. > > 2008/10/10 Emile Swain <[EMAIL PROTECTED]>: >> I believe the measuredWidth and measuredHeight properties can help you

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Emile Swain
I believe the measuredWidth and measuredHeight properties can help you here. On 10/10/2008 11:18, "Giro" <[EMAIL PROTECTED]> wrote: > > > > I can know the real height and width of a canvas components. I need to > know real height and wind not only visible area, this need to include > scroll

[flexcoders] Real canvas height and width

2008-10-10 Thread Giro
I can know the real height and width of a canvas components. I need to know real height and wind not only visible area, this need to include scrolled area. Thks. Grio.

Re: [flexcoders] Best way to deliver data via Rails

2008-10-10 Thread Weyert de Boer
You can consider using RubyAMF.

[flexcoders] Textarea link rollover event

2008-10-10 Thread Giro
I know that I can use nice Flex blog! and detect this event on text area component. But I can do same with rollover on link? Giro.

<    1   2