[flexcoders] Google map mashup

2010-04-01 Thread Christophe
Hello, For a Flex/Google map mashup, how to get longitude and latitude from an IP address ? Thank you, Christophe,

[flexcoders] Skype Combo

2010-04-01 Thread Christophe
Hi, How to have a skype like combo on a flex application ? (With a phone number that the user can call with Skype if he wants). Thnk you, Christophe,

[flexcoders] Display mySql Table in Flex

2010-04-01 Thread Christophe
Hello, For a back office, how to display the mySql tables (I use amfphp) inside the flex application ? Is there is a solution to modify from flex the values in the table ? Thank you, Christophe,

RE: [flexcoders] Google map mashup

2010-04-01 Thread Scott
You could use the get html to a place like: http://www.geobytes.com/ipLocator.htm You'll never be extremely accurate with the location though. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Thursday,

RE: [flexcoders] Display mySql Table in Flex

2010-04-01 Thread Scott
That's a pretty broad question... To learn this better, I'd upgrade to Flash Builder 4 and use the builtin code generator to see examples of how this is created. This code generator creates the php classes to create, update, and delete records in mysql. However, this is all using the Zend

[flexcoders] Re: Allowing Jpgs saved Within Flex to be named by the user

2010-04-01 Thread valdhor
Try... var file:File = File.applicationDirectory.resolvePath('assets/images/' + imagenameentry.text + '.jpg'); --- In flexcoders@yahoogroups.com, James garymoorcroft_...@... wrote: My app allows a user to take a snapshot of a website and it then saves this snapshot as a jpg. However what I

[flexcoders] Re: Line Chart Legend problem

2010-04-01 Thread Monette
//Set Legend format var myLegend:Legend = new Legend(); myLegend.dataProvider = chart; myLegend.direction = TileDirection.HORIZONTAL; myLegend.percentWidth = 100; myLegend.toolTip = 'This graph compares'; myLegend.setStyle(horizontalGap, 2); var legendItemCSS:CSSStyleDeclaration; legendItemCSS =

[flexcoders] Video not streaming [1 Attachment]

2010-04-01 Thread venkat eswar
Hi, I am doing a Room chat (Video chat and Text chat) application using flex 3.0 and fms3.5. I will explain my application. In my application there is a login window.For starting chat we have to provide the username and roomname. For example first give username as test1  and roomname as

[flexcoders] Re: Uploading a Specific file rather than browsing

2010-04-01 Thread valdhor
I'm fairly sure that would break the security so would not be allowed. You already have the image data in memory so send that data to the server and have the server save the image. This post may help... http://blog.pigdev.com/?p=137 --- In flexcoders@yahoogroups.com, James

[flexcoders] How to List Rooms [1 Attachment]

2010-04-01 Thread venkat eswar
Hi, I am doing a Room chat (Video chat and Text chat) application using flex 3.0 and fms3.5. I will explain my application. In my application there is a login window.For starting chat we have to provide the username and roomname. For example first give username as test1  and roomname as

[flexcoders] How to List Rooms [1 Attachment]

2010-04-01 Thread venkat eswar
Hi, I am doing a Room chat (Video chat and Text chat) application using flex 3.0 and fms3.5. I will explain my application. In my application there is a login window.For starting chat we have to provide the username and roomname. For example first give username as test1  and roomname as

[flexcoders] SuperTab Navigator and Selected Tab

2010-04-01 Thread Rob
Good Day, I am working with the SuperTab Navigator found in Flexlib, however, when I use: this.tabNavigator.addChildToNavigator(dataEnter) where dataEnter is a component, the new tab is not selected. What, if anything, will set the last tab added as the active tab? Thanks, Rob

[flexcoders] AdvancedDataGrid problem

2010-04-01 Thread TGI
I have an AdvancedDataGrid with 3 columns where I insert columns dynamically (after this 3 columns). After adding the columns I loop through cells to fill them. The code to insert the columns works fine. When I loop through the Grid to fill the cells after add the columns it finds only the

[flexcoders] Flex load testing

2010-04-01 Thread sanjitcs
Hi, I am testing application which uses server side push using RTMP protocol to get data from server.I need to perform load testing for application. Could anyone please suggest any Load testing framework. Currently I have tried to develop flex application which subscribes different consumer.

[flexcoders] Embedded font not working with some components

2010-04-01 Thread k.sigiscar
Hi, I have an embedded font that works perfect in a Flex 3 application. This is a shell that loads modules. Each module has views using a set of standard UI components. They all use the same fontFamily using the embedded font. All UIComponents used in modules are referred in the shell so they

[flexcoders] Question about the flash detection kit script

2010-04-01 Thread Raymond Brown
Can anyone give advice on how best to use the flash detection kit. My users have 4.0 minimum so I should be able to use the flash_AS_detection.as but I am not sure how to use it. I want to achieve the following: 1. My users go to page https://127.0.0.1:8443/initial/startPage.swf - if they

Re: [flexcoders] Question about the flash detection kit script

2010-04-01 Thread claudiu ursica
Embed the swf with swfobject javascript library. C From: Raymond Brown silenttr...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thu, April 1, 2010 5:47:09 PM Subject: [flexcoders] Question about the flash detection kit script

[flexcoders] Adwords on Flex app

2010-04-01 Thread Christophe
Hello, Is it a good solution to put the link of a Google adwords directly on a Flex application ? Does someone has try this ? Thank you, Christophe,

[flexcoders] Best practices with modular applications

2010-04-01 Thread Jeff
We are building an application to create many types of diagrams. The intent is to have a main application that acts as a general loader for many diagram types implemented as modules. The dilemma is whether to break the modules out into separate flex projects or to include them as

[flexcoders] Re: SparkDataContainer Scroller not scrolling to bottom of container

2010-04-01 Thread azona26
In case someone runs into this issue at a later time, I finally resolved the issue. I was using the the Colbalt Graphical Theme under the Flex 4 Graphical Themes in the Project Properties Flex Theme section. It turns out that the scroller is broken for all components when using this theme!!!

RE: [flexcoders] Re: SparkDataContainer Scroller not scrolling to bottom of container

2010-04-01 Thread Peter DeHaan
Can you please file a bug at http://bugs.adobe.com/flex/ against the Flex SDK project and include a simple test case. Thanks, Peter From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of azona26 Sent: Thursday, April 01, 2010 10:25 AM To: flexcoders@yahoogroups.com

[flexcoders] How to create XMLListClollection from Flat table data(XMLList) for MenuBar

2010-04-01 Thread md_ars
Hello, I need to create a MenuBar for my application. I read XMLListClollection is the best data provider for this? The Menu Items are defined in the database which returns data it the following format. ID LABELMENU_LABEL STATUS PARENT ID 1 File

Re: [flexcoders] How to create XMLListClollection from Flat table data(XMLList) for MenuBar

2010-04-01 Thread Alex Harui
If you have an XMLLIst, just assign that to the MenuBar’s dataProvider. On 4/1/10 12:09 PM, md_ars mdar...@gmail.com wrote: Hello, I need to create a MenuBar for my application. I read XMLListClollection is the best data provider for this? The Menu Items are defined in the database which

Re: [flexcoders] Skype Combo

2010-04-01 Thread Pat Buchanan
Christophe: http://developer.ribbit.com/ Not sure if it if what you are looking for or not, but it's a great product. On Thu, Apr 1, 2010 at 2:23 AM, Christophe christophe_jacque...@yahoo.frwrote: Hi, How to have a skype like combo on a flex application ? (With a phone number that the

[flexcoders] Re: Flex load testing

2010-04-01 Thread arutheunicorn
It depends on what funds you have. Quick Test Pro is the king of the hill for overall load regression testing, followed by it's cheaper rival Silk Test by Borland. As for a cheapa$$ solution, you can try building a Java robot that can hit your flex appI've done some regression testing for

[flexcoders] Flex Certs

2010-04-01 Thread arutheunicorn
Those who are certted in Flex, can you share your experience with the test? What areas can you recall that were heavily in questions on the exams, any questions you can recall would be nice. I'd like to perpare for the cert myself and I know there are others who would as well. Would be nice to

[flexcoders] Custom ItemRenderer and event Bubbling

2010-04-01 Thread picsofwill
I'm targeting Flex 4 on Air 2, but I don't think that changes the answer to this question. I have a Spark DropDownList which I've written a custom itemRenderer for. In my item renderer I have a spark.button. I have event bindings in the mxml and the target functions in respective classes, and

[flexcoders] Re: How to create XMLListClollection from Flat table data(XMLList) for MenuBar

2010-04-01 Thread md_ars
Thanks Alex for the reply. Before assigning it to menuBar I need to make the menu hierarchy. I am parsing XMLList to ArrayCollection to get the data in the format given below. I assigned that ArrayCollection to the MenuBar but it gave me menu horizontally whereas I need this in hierarchy

Re: [flexcoders] Re: How to create XMLListClollection from Flat table data(XMLList) for MenuBar

2010-04-01 Thread Alex Harui
If you have XML to get an XMLList, I think you want to just use the XML and not convert to an ArrayCollection On 4/1/10 3:04 PM, md_ars mdar...@gmail.com wrote: Thanks Alex for the reply. Before assigning it to menuBar I need to make the menu hierarchy. I am parsing XMLList to

[flexcoders] Re: How to create XMLListClollection from Flat table data(XMLList) for MenuBar

2010-04-01 Thread md_ars
The XML too will have the flat data whereas I need nested one. MenuBar should look like this. File List CustFile Transaction Security chngPwd --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: If you have XML to get an XMLList, I think you want to

[flexcoders] Flex 3 Eclipse and Java

2010-04-01 Thread timgerr
Hello all, I have over the last few years been using PHP for my back end in order to communiate to Flex. I now want to use Java and Blazeds. The problem is that I need to get a version of Eclipse that will be able to install Java and the Flex 3 SDK. I have been working for hrs to get Eclipse

Re: [flexcoders] Flex 3 Eclipse and Java

2010-04-01 Thread Samuel Colak
Flex builder comes in two versions, an IDE plugin to eclipse (32 bit only!) or with the eclipse ide. You might be best served by using the version WITH the ide rather than a plugin and keeping your environments separate. Regards Samuel On Apr 2, 2010, at 6:16 AM, timgerr wrote: Hello all,

Re: [flexcoders] Re: How to create XMLListClollection from Flat table data(XMLList) for MenuBar

2010-04-01 Thread Alex Harui
What does the XML look like? On 4/1/10 5:02 PM, md_ars mdar...@gmail.com wrote: The XML too will have the flat data whereas I need nested one. MenuBar should look like this. File List CustFile Transaction Security chngPwd --- In flexcoders@yahoogroups.com