Re: [flexcoders] Label must be a simpler identifier

2010-06-17 Thread Alex Harui
Try a clean and rebuild. Also look for stray punctuation, especially a colon. On 6/16/10 7:51 PM, ilikeflex ilikef...@yahoo.com wrote: Hi I have the following class.. package com.vzw.mpi.rss.bussvalidations { public class BussValidation { public var message:String; public var

[flexcoders] datagrid refresh

2010-06-17 Thread Scott
When I use CF9 as the datasource; I'm missing the option to refresh the dataProvider. Eg. getAllRecords_paged.lastResult.Refresh() is missing. Does anyone know how I can refresh the datagrid? Thanks. sj

[flexcoders] Re: Strange and Frustrating amfPHP behaviour Unsupported Datatype: array

2010-06-17 Thread ouaqa
In the end I found my solution. It just so happens that my value objects were incorrectly formed on the server side. Hence, some properties were as arrays where the flex was expecting value objects. It took me a while to find out since the incorrect objects where deeply buried in the object

Re: [flexcoders] Label must be a simpler identifier

2010-06-17 Thread Oleg Sivokon
This mostly happens when you forget var keyword but you intend to put it. The label must be simple identifier error means that the compiler believed that construction to be a loop label. The error isn't in the code as you show it, but you probably have more of it. Basically, just check the syntax

[flexcoders] how to call multiple action script files into one Mxml

2010-06-17 Thread venkat reddy
Hi all, how to call multiple action script files into one mxml file and also how to access one action method into another action script file. plz send sample code regard's Venkatreddy

[flexcoders] Hai Ths Is Sridhar : Regarding Flex Plz Help Me

2010-06-17 Thread sridhar s
How to integrate a HTML page inside the flex, i tried a lot using iframeetc but everything redirects to another page , i need the HTML page inside the flex without redirecting... Plz guide me how to process... Waiting 4 ur Replies

[flexcoders] Re: Amfphp Error

2010-06-17 Thread Josh Chernoff
Before you even bother to look at the service browser, I would look at the gateway.php it will print a installed correctly message if all is good in amfphp land. Next get a good proxy debugger. I like Charles Proxy debugger the best but there are a few out there. This will come in handy for

[flexcoders] how to place cursor in textinput

2010-06-17 Thread venkatreddy_006
Hi everyone, i was setthe focus to the TextInput component, (this is component in login window). This highlights my TextInput component, but it is not place cursor in textinput Regard's VenkatReddy s

Re: [flexcoders] how to call multiple action script files into one Mxml

2010-06-17 Thread K~SATHYAN~M
Hi, mx:Script source=scriptFileNamePath / Using this, you can access that file from mxml.. - - - - - - - - - With Regards, Sathya Moorthi K On Thu, Jun 17, 2010 at 11:13 AM, venkat reddy venkatreddy_...@yahoo.comwrote: Hi all, how to call multiple action script files into one mxml file

[flexcoders] Re: Hai Ths Is Sridhar : Regarding Flex Plz Help Me

2010-06-17 Thread bhaq1972
do a google on IFrame Alistair Rutherford this might help --- In flexcoders@yahoogroups.com, sridhar s sweetsrihe...@... wrote: How to integrate a HTML page inside the flex, i tried a lot using iframeetc but everything redirects to another page , i need the HTML page inside the

[flexcoders] Re: flex 4 - NavigatorContent question / element parent

2010-06-17 Thread bhaq1972
Thanks for the info. I won't need an example as your explanation has given me an insight. Very useful. --- In flexcoders@yahoogroups.com, Netaman rtigr...@... wrote: I use viewStack.removeAllChildren(); also, what I do with the NavigatorContent, is everytime I create a new

RE: [flexcoders] datagrid refresh

2010-06-17 Thread Scott
Nevermind; it's been moved. However, code hinting doesn't bring it up either. It's now: dataGrid.dataprovider.refresh(); addItem() appears to take as well so I assume it's there too. Neither show in code hinting. sj From:

[flexcoders] Flex builder problems

2010-06-17 Thread ACasualObserver
I am using Flex Builder 3.0.2 and 3 things that use to work do not anymore 1- Outline window is always empty 2- No intellisense. 3- Double clicking or right click - Go To on an error in the Problem Window does not go to the error line in the source How these can be fixed? Thanks

[flexcoders] Finding a file on a shared drive using AIR File

2010-06-17 Thread Wally Kolcz
I have a small program I am building for work that looks to see if a file is put on a shared network drive and if it exists, do something with it. While looking through the AIR notes I see you can set a literal path to the file. var fl = new File(S:\shared\folder\filename.txt); I tried this

Re: [flexcoders] Finding a file on a shared drive using AIR File

2010-06-17 Thread Wally Kolcz
Found it: Add to nativePath and added the double slashes '\\' On 6/17/2010 11:43 AM, Wally Kolcz wrote: I have a small program I am building for work that looks to see if a file is put on a shared network drive and if it exists, do something with it. While looking through the AIR notes I see

[flexcoders] Question about FXP file type

2010-06-17 Thread timgerr
Hey all, I am still using 3.5 with FlashBuilder and I have a question for you all. Can I take a FXP image file and embed it in Flex like a jpeg or png file? Thanks, timgerr

[flexcoders] Re: flex3 upload function seems not calling the php script

2010-06-17 Thread valdhor
Charles has a demo version that is fully functional but will exit after 30 minutes. Charles is invaluable for tracking down network issues. It has paid for itself many times over for me. The only thing that may be wrong that I can see is the value of HOST. I would put a breakpoint in your try

[flexcoders] FlexUnit

2010-06-17 Thread libbychantel
Hello all. I am using Flex 4 and am trying to do My First FlexUnit Project :) following the instructions at: http://docs.flexunit.org/index.php?title=Setting_up_a_FlexUnit_4_Project It appears that org.flexunit.listeners.UIListener does not exist in the FlashBuilder 4 Professional

[flexcoders] Re: FlexUnit

2010-06-17 Thread malabriola
Hi: To use the UIListener you need 1 more Library, called the UIListener. You can get this from the downloads page at FlexUnit.org (it comes with all of the other FlexUnit downloads) If you are using FlashBuilder 4, you don't need this UIListener as they create their own when you indicate

[flexcoders] How do i embed a SWF in AS3?

2010-06-17 Thread Clark Stevenson
Hey all, The title says it all. I know how to embed a symbol from a SWF, but everything i try when trying to embed a complete SWF fails: [Embed(source=assets/some.swf, mimeType=application/octet-stream)] private var MySWF:Class; var movie:MovieClip = new MySwf() as MovieClip This does not

[flexcoders] word stops

2010-06-17 Thread Jesse Warden
It appears upgrading to the latest Java on my Mac has affected my ability to tab double-click for certain word stops. Things like : and other symbols (. still works) that used to stop a double click selection or a tab no longer do. Others have had the same experience as well and we all believe

Re: [flexcoders] How do i embed a SWF in AS3?

2010-06-17 Thread Alex Harui
Remove the mimeType and use –keep to see the generated code. You should be able to use what gets generated in order to just embed a SWF as bits. On 6/17/10 10:02 AM, Clark Stevenson a.scots...@gmail.com wrote: Hey all, The title says it all. I know how to embed a symbol from a SWF, but

Re: [flexcoders] how to place cursor in textinput

2010-06-17 Thread Nick Middleweek
Hi, Assuming your login window is popped up using the PopupManager you can set the loging window component to implement IFocusManagerContainer. mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=355 height=217 implements=mx.managers.IFocusManagerContainer

Re: [flexcoders] Re: flex3 upload function seems not calling the php script

2010-06-17 Thread David Pariente
Hi, well, i guessed Charles would make exactly the same as httpFox, but since have to be installed, i should look for a PC where i could get it installed, at home for example. The host value is . It's there for control the host when i work on production or development servers. I used it the

[flexcoders] Spring-BlazeDS TestDrive using MySQL

2010-06-17 Thread Fernando Cabredo
Hi, Has anyone tried the Spring BlazeDS Integration Test Drive using MySQL? http://www.adobe.com/devnet/flex/articles/spring_blazeds_testdrive.html The example in the test drive used H2 database and included jdbc:embedded-database id=dataSource type=H2 / in infrastructure-configure.xml I

[flexcoders] Question in regards to html-wrapper, and secured connections (SSL)

2010-06-17 Thread doseman12
I am deploying a Flex app that utilizes BlazeDS and runs on HTTPS. I have properly configured BlazeDS to work over SSL. Everything works great.. I have one small annoying issue that I cannot seem to resolve. the HTML generated by the html-wrapper compilation process is generating code that

[flexcoders] Re: How do i embed a SWF in AS3?

2010-06-17 Thread Josh Chernoff
I think you can only load a swf at runtime, via a Loader or SWFLoader --- In flexcoders@yahoogroups.com, Clark Stevenson a.scots...@... wrote: Hey all, The title says it all. I know how to embed a symbol from a SWF, but everything i try when trying to embed a complete SWF fails:

[flexcoders] Re-installing an AIR application on Windows

2010-06-17 Thread kevinmacdonald98126
The online documentation on this subject is mostly contradictory and out of date due to changes that Adobe made with AIR 1.5.3. I am building and deploying a new AIR application using 1.5.3. As far as I can tell it should be possible to silently un-install an AIR application and then

[flexcoders] How much does FXG affect performance?

2010-06-17 Thread dorkie dork from dorktown
I saw a comment recently that large FXG usage can affect performance. For example, FXG in skins. But I also read it affects file size??? If it's vector shouldn't it in most cases be smaller in size than a rasterized representation of the vector? What about If the vector skin art is relatively

[flexcoders] Development enviroment setting for Flash Player 10.1 application?

2010-06-17 Thread markflex2007
Hi, I plan to develop a multitouch flex app with Flash Builder 4 ,Flash player 10.1 support multitouch features. I just want to know if I need change some previous setting for Flash Builder 4.which settings I need change. Thanks Marks

Re: [flexcoders] Re: How do i embed a SWF in AS3?

2010-06-17 Thread Alex Harui
You can definitely embed an entire SWF. By default the SWF is encoded as a bytearray and the bytearray is the source for a MovieClipLoaderAsset. Works great but then you can’t easily access the SWF because it has been wrapped. But somewhere in the generated code should be the clue for just