RE: [flexcoders] newbie question

2008-04-17 Thread Gordon Smith
BTW, Timgerr asked essentially the same question early today in the thread Flex Compenents, how to make them talk. If your app is organized like this Application ViewStack id=myVS MyForm/ SecondView id=mySecondView/ /ViewStack /Application then from

[flexcoders] FYI: Getting mx:Text to wrap

2008-04-17 Thread arieljake
I have a DataGrid inside a page, and I didn't want to hard code the width of the DataGrid, much less any of the columns inside of the DataGrid. One of the columns in the grid is a custom item renderer, a Canvas with an Image next to a Text field for displaying a description. The Image was

RE: [flexcoders] SWF generated by ant does not work

2008-04-17 Thread Gregor Kiddie
How are you linking in your style sheet? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at www.inps.co.uk

[flexcoders] Re: Flash/Flex Compatibility with 64bit OS

2008-04-17 Thread kenny14390
Is anybody even aware of such an issue? Should I be worried? --- In flexcoders@yahoogroups.com, kenny14390 [EMAIL PROTECTED] wrote: I got this email from a user of my Flex applications... -- Heh, I tried to log in today and it didn't work. I think I know what the problem is. It

[flexcoders] Sub Menu Direction

2008-04-17 Thread Parkash
Hi Friends i have used Menu object with some sub menu item . sub menu item opens up in right direction can any one tell me how to change the direction (left ) of sub meu .. means i want to open the sub menu in left direction thanks in advance

[flexcoders] flexbuilder not copying swc assets folder into bin

2008-04-17 Thread bhaq1972
I have an assets folder (containg images, stylesheets) in a library project. I reference this library project in my flex project but when i build, the assets folder is not being copied accross into the bin directory. What am I missing? TIA Bod

[flexcoders] Re: Dinamic resize of flex application

2008-04-17 Thread wmckensy
I have found a solution using externalinterface and javascript using: ExternalInterface.call(w_ = function () { document.getElementById('myDivthatcontentsFlexapp').style.height=336; }); every time i clik a button within the flex app but seems that only works with ie7 and not in mozilla or ie6

RE: [flexcoders] flexbuilder not copying swc assets folder into bin

2008-04-17 Thread Gregor Kiddie
Do you have the Copy non-embedded files to output folder option ticked in the Flex Compiler tab in your project options? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577

[flexcoders] Re: File selection problem

2008-04-17 Thread Cato Paus
FileReference - A petition for Astro WE NEED YOUR VOTE ! Hi All! If We Want New Features in Flahs Player we will all need to VOTE! I have submited it as a Feature Request. Follow the link and create a accont and vote for it! http://bugs.adobe.com/jira/browse/SDK-14245 By the way we

[flexcoders] HTTPService Method=post

2008-04-17 Thread wmckensy
Hi I have an Flex app, consiting of a Filter for a datagrid generated by writer class in .NET enbeded in my page, so when i clik the filter options and i send them via httpservice with methoid= post it does actual submits the values i want, it does actual rewrite the contend but I does not reload

[flexcoders] Re: flexbuilder not copying swc assets folder into bin

2008-04-17 Thread bhaq1972
Yes I do. And I've made sure the flex library project build path also includes the folder. --- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: Do you have the Copy non-embedded files to output folder option ticked in the Flex Compiler tab in your project options?

[flexcoders] Re: Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Dmitri Girski
This is a well known rip off. Adobe still thinks that 1USD = 0.6AUD. And same happens in Europe. It looks like that the Adobe's online shop was created in 1998 and all team members have been fired immediately afterwards. And probably they were relocated to the small isolated island in Pacific.

Re: [flexcoders] Re: Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Josh McDonald
But if I don't whinge enough, I might find myself stuck in flex 2, and without the source to rpc.* I can't work out / work around all the SOAP bugs for myself, and since Adobe doesn't sell a $20k SOAP server, they're kinda low priority. On Thu, Apr 17, 2008 at 8:37 PM, Dmitri Girski [EMAIL

Re: [flexcoders] Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Daniel Page
No, not wierd: Adobe prices in the UK are between 60 and 120% heigher that in the US : For a plain Flash licence, I priced it: It would cost me the same to: - Fly to NY from London - Pay 2 nights in a NY hotel - Buy Flash from Office Depot or similar Than to buy from the Adobe.co.uk online

[flexcoders] Re: File selection problem

2008-04-17 Thread dlpagefr
Hi Tracy, Thanks for your response. I was fearing that sort of answer :) The problem is that the security constraints are flawed: Flash/Flex cannot process locally the file that the user selected for security reasons, but it can send it to the other side of the world to a web server that

[flexcoders] Re: Flex Compenents, how to make them talk

2008-04-17 Thread nickgerig
Hi Gordon, I've been using Canvas with ViewStack too. The reason is that I don't know of a lower level alternative that extends Container. I would have thought UIComponent was a good option as it does have Container as a sub-class but I get type coercion error failed to convert to

RE: [flexcoders] Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Glenn Williams
It drives me mad this one. There really is no justification in UK users paying over the odds. Glenn (skint in the UK) www.flex-ria.com www.tinylion.co.uk www.our-little-secret.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Page Sent:

Re: [flexcoders] Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Jon Bradley
On Apr 17, 2008, at 8:16 AM, Glenn Williams wrote: It drives me mad this one. There really is no justification in UK users paying over the odds. There is some justification (though it's pretty minor). Software licensing laws in the UK are different than in the US - they are much more

[flexcoders] Tree Control Help is Required!

2008-04-17 Thread qau_yasir
Hi, I am new to flex world. I have to show the XML data in the Tree Control. XML is in standard format. RootA RootAA RootB Leaf1000/Leaf Leaf2000/Leaf /RootB RootB Leaf5000/Leaf Leaf6000/Leaf /RootB /RootAA /RootA Question # 1. I need to display RootB as first Tree node, 1000, 2000

[flexcoders] Flex 3 registration for volume licensing

2008-04-17 Thread João Fernandes
Hi, I just tried to register our serial number online but since they are from a volume license we can't register it here http://www.adobe.com/go/flex3_register . Aren't we eligible to get a copy of the SDK posters? thanks -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] Mapping java.util.HashMap to actionScript Object using Remoting..

2008-04-17 Thread sk_acura
Hi All, I am finding it hard to Map java.util.HashMap to an ActionScript Object using Blaze DS. In the Adobe documentation it is given that Maps will be mapped to Associative array... How ever when i try to type cast the Object it is becoming null!! Here my Server side Object [CODE]

Re: [flexcoders] Re: Flash/Flex Compatibility with 64bit OS

2008-04-17 Thread Tom Chiverton
On Thursday 17 Apr 2008, kenny14390 wrote: Is anybody even aware of such an issue? That there is no support for 64bit Player on any O/S ? Yeah, most of us I think. Should I be worried? Are a lot of your users on 64bit O/S, with no way of running a 32bit browser ? -- Tom Chiverton Helping

[flexcoders] Re: FLEX App to AIR App » flashvars question

2008-04-17 Thread Chris Simeone
William, thanks for your reply. After a lot of searching I realized that the flashvar idea was not going to work. Next I tried adding custom tags to the AIR Application Descriptor File to pass in startup values. That didn't work out to well either. Finally I coded to get the XML via http. That

[flexcoders] Re: Building with ant

2008-04-17 Thread skitj5558
Thank you for the ant example. Could you provide what your services-config.xml file (${config.home}\flex\services-config.xml) contains. That is the only difference I can see between our examples. I have attempted to use the supplied ant file directly, but do not have a services-config.xml

[flexcoders] Re: Mapping java.util.HashMap to actionScript Object using Remoting..

2008-04-17 Thread sk_acura
Hi All, I am able to resolve the problem by using the type Object rather than Array and now i use the following to get the data from the Object instance.. [CODE] if(obj!=null){ for (var key:String in obj) { trace( Key =+key+ Value =+obj[key]); } } [/CODE] How ever in my

[flexcoders] Can I Simulate Export Release Build using Ant?

2008-04-17 Thread Chris Simeone
I'm building a project with multiple modules and trying to optimize the swf sizes based on this blog post http://weblogs.macromedia.com/pent/archives/2007/01/building_module.cfm\ by Peter Ent (See Optimizing the SWFs towards the end of the post). In Flex 3 the Export Release Build option

RE: [flexcoders] Can I Simulate Export Release Build using Ant?

2008-04-17 Thread Gaurav. Jain
Export release build compiles the swf in non debug mode. You can do the same in ant task if debug=false - which is the case by default in ant task. Also if you have modules then you can make use of load-externs: 1. Compile your main app with link-report=linkReport.xml 2.

[flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread aut0poietic_us
Thanks Alex, I found them : ) However, now I'm having another problem. I successfully built a module as a separate ActionScript Project where the base class extended ModuleBase. This worked perfectly if I manually moved the resulting swf from the ModuleBase project to the main Shell Project. I

[flexcoders] Re: Mapping java.util.HashMap to actionScript Object using Remoting..

2008-04-17 Thread sk_acura
Hi, I am using labelFunction and everything works fine.. Thanks Mars

[flexcoders] Flex3 App does not work on Flash Player 9.0.124.0

2008-04-17 Thread Paul Fischer
My Flex3 app executes Axis2 web services using HTTPService and displays the results in Charts and AdvancedDataGrids. The application works on Player 9.0.115.0. On version 9.0.124.0: 1. The AdvancedDataGrids display only a single row of data although hundreds of rows were retrieved from the

[flexcoders] Catching keyDown event globally

2008-04-17 Thread Denis
Hi, Is it possible to catch a keyDown event in an Application globally? In other words, if I need a certain functionality be attached to pressing a Pg Dn button regardless where you are in the application which control should be capturing the keyDown event. I have tried to attach it to the

[flexcoders] Re: AIR Modules - I've hit a wall

2008-04-17 Thread ed.syrett
Could somebody please confirm this to me? Is it really true that we cannot load up swf modules from a web server into an AIR app? If so then thats a really big disappointment. I can see the need for security etc, but if an AIR app trusts a particular domain then it should be able to download a

[flexcoders] ADG / Elixir Keeping grouped columns open

2008-04-17 Thread jonese
Hey all. I'm using ilog's Elixir for a gantt chart and I've got the grouping going on to give me a tree look. I know it's an ADG derivative but I'm not sure what i need to do in order to get the groups to open back up after a refresh. I know with a tree control i can grab the open items store

[flexcoders] Re: Combobox shows [object OBJECT] solved

2008-04-17 Thread Phill B
OK. I found my problem. it was as easy as adding my fricking labelField. On Thu, Apr 17, 2008 at 10:34 AM, Phill B [EMAIL PROTECTED] wrote: I know I'm missing something here. Problem is I'm still new to Flex so its real hard for me to find it. I have a ColdFusion remote object that returns

Re: [flexcoders] Re: Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Paul Spitzer
http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/ Josh McDonald wrote: But if I don't whinge enough, I might find myself stuck in flex 2, and without the source to rpc.* I can't work out / work around all the SOAP bugs for myself, and since Adobe

[flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread aut0poietic_us
[update] Okay, I got things working, but I'm not entirely happy with the solution. Apparently, modules have to be in the root of a source folder: No package. Defining a package throws some kind of wrench into the works and only a shell of a class is being compiled -- no properties/functions. I

[flexcoders] Combobox shows [object OBJECT]

2008-04-17 Thread Phill B
I know I'm missing something here. Problem is I'm still new to Flex so its real hard for me to find it. I have a ColdFusion remote object that returns an array made from a query. The results are fine in a datagrid but just show [object OBJECT] in a combobox. This is the code in Flex. mx:Script

[flexcoders] PHP Mailer with Flex

2008-04-17 Thread ghus32
Hello Everyone, Does anyone here have any good suggestions for a PHP mailer to use with Flex?? Thanks

[flexcoders] Additions to Flash Player 9.0.28?

2008-04-17 Thread Manish Jethani
I'm trying to get a Flex 3 application to run on Flash Player versions below 9.0.28. During the process, I found that the 'uploadCompleteData' event (FileReference) was added only in 9.0.28, but it isn't listed in the release notes:

[flexcoders] data reading for charts inconsistent with Dates?

2008-04-17 Thread netdeep
I am pulling in data for drwaing on a chart. My data formerly displayed properly, but when the data set changed, it no longer displays properly. I can see the data in a dataGrid so I know its there: mx:DataGrid dataProvider={axis2.data} width=400 mx:columns

[flexcoders] Re: Combobox shows [object OBJECT]

2008-04-17 Thread Oscar Cortes
Use labelField or labelFunction. For example, if you arrray contains objects like oItem.Name, you can do something like: labelField=Name if your objects are more complex use labelFunction Regards, Oscar http://www.holaflex.com --- In flexcoders@yahoogroups.com, Phill B [EMAIL

Re: [flexcoders] Catching keyDown event globally

2008-04-17 Thread Manish Jethani
On 4/17/08, Denis [EMAIL PROTECTED] wrote: Is it possible to catch a keyDown event in an Application globally? In other words, if I need a certain functionality be attached to pressing a Pg Dn button regardless where you are in the application which control should be capturing the keyDown

Re: [flexcoders] Dinamic resize of flex application

2008-04-17 Thread Manish Jethani
On 4/15/08, wmckensy [EMAIL PROTECTED] wrote: Hi I have a flex application in an HTML page, inside a div, and I want to resize the current flex width and hight of the application (flash movie) depending if I have full options displayed of my app or not. Does anyone have any idea about

[flexcoders] Re: TabNavigator scrollbar space - BUG ?

2008-04-17 Thread bobpardoe1959
I solved this with some help from TeotiGraphics. In my actionscript i was doing setStyle(top, 2) What I should have been doing was setStyle(top, 2) - without the quotes on the number. It seems Flex 3 gets fussy about native data types. I am assuming it was resolving the string 2 to be 0 and

[flexcoders] Re: PHP Mailer with Flex

2008-04-17 Thread aphexyuri
Hi, Yup...I'd suggest AMFPHP for getting your data from flex to server-side. I did a tutorial...it might be outdated, been way too busy lately to update, but have a look. It might help you out: http://www.theliblab-tutorials.com/2007/10/24/flex-amfphp-bytearray-jpg-encoder-tutorial/ In it, I send

[flexcoders] Advantages of empty Application Base State?

2008-04-17 Thread chigwell23
Several examples are coded where the Main.mxml base state is empty and there is a child state called e.g. main App (start) containing the initial gui components. (Examples are based on the Flex multi-window architectures). Does this make cleaner coding? Because one could obviously jump straight

RE: [flexcoders] Re: AIR Modules - I've hit a wall

2008-04-17 Thread Alex Harui
That is correct. For security reasons, you cannot load a module SWF directly from the web into an AIR app. Some folks have worked around the issue by loading the SWF as a byteArray using URLLoader, then passing that byteArray to SWFLoader. From:

RE: [flexcoders] Tree Control Help is Required!

2008-04-17 Thread Tracy Spratt
First, specify the dataProvider for the tree as myXML.RootAA. This produces an XMLList with a single node RootAA. If youwant the tree to NOT show this root, set Tree.showRoot=false. Note: use trace(myXML.toXMLString()); to examine your xml if you have difficulty with writing an e4x

RE: [flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread Alex Harui
The main class of an app or module cannot be in a package. Those are the rules for now, might change in a future release. You should be able to use ANT scripts to stick all your modules in subfolders and still get them to compile. You should be able to get FlexBuilder to do the same. You

[flexcoders] Re: Catching keyDown event globally

2008-04-17 Thread Denis
Thanks Manish! This puts me in the right direction! Let me do necessary research now... Thanks again --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 4/17/08, Denis [EMAIL PROTECTED] wrote: Is it possible to catch a keyDown event in an Application globally? In

RE: [flexcoders] Tree Control Help is Required!

2008-04-17 Thread Alex Harui
It should just work. What are you getting now? There was a recent discussion on how to make a node invisible. Check the archives. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of qau_yasir Sent: Thursday, April 17, 2008 5:53 AM To:

[flexcoders] DataGrid embedding image with headerSeparatorSkin property

2008-04-17 Thread djohnson29
I am trying to hide the column divider in a datagrid header. To do this, you can set an image as a skin using the headerSeparatorSkin property. mx:DataGrid headerSeparatorSkin=@Embed('assets/transparent.png') I am getting a compile time error that says: unable to resolve

RE: [flexcoders] HTTPService Method=post

2008-04-17 Thread Tracy Spratt
HTTPService does not load a page if that is what you are trying to do. Also, you may be confusing client functions with server function. I do not think the .net class is embedded in your page. (Flex IS, running under the embedded FlashPlayer activex plugin) .net classes run server-side, and

[flexcoders] Unable to apply FB3 license on solaris

2008-04-17 Thread none
Hi All, I applied my FB3 upgrade license to flex-config.xml in Flex3 SDK installation on solaris box but the watermark still appears on the Data Visualization components. Is there a special way to apply FB3 upgrade license ? I have applied license to flex-config.xml in Flex3 SDK installation

[flexcoders] Re: DataGrid embedding image with headerSeparatorSkin property

2008-04-17 Thread djohnson29
Problem solved - it was a path problem - my images folder was under the flex_bin folder. Of course, since we are embedding an image at compile time, the full path has to be specified, or else the images folder needs to be a subfolder underneath the src folder. This path works:

RE: [flexcoders] Tree Control Help is Required!

2008-04-17 Thread Tracy Spratt
I don't recall a resolution to that thread and din't find one when I searched. The original poster was last seen working with filtering the dataProvider, which is probably the easiest solution. (I really need to try creating a custom DataDescriptor sometime) Note that invisible is sloppy

Re: [flexcoders] Unable to apply FB3 license on solaris

2008-04-17 Thread Matt Chotin
Did you try doing license.properties in $HOME/.adobe? I'd have to do some digging for us to find a Solaris box to test this on. Matt On 4/17/08 10:37 AM, none [EMAIL PROTECTED] wrote: Hi All, I applied my FB3 upgrade license to flex-config.xml in Flex3 SDK installation on solaris box

RE: [flexcoders] Unable to apply FB3 license on solaris

2008-04-17 Thread Tracy Spratt
Did you try applying the license through Flex Builders Help, Manage Flex Licenses? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Thursday, April 17, 2008 1:48 PM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] Re: Calling http services in separate file

2008-04-17 Thread Alan Gruskoff
I have been looking at best ways to use the data model and interested in this technique. Could you post some of the relevant code that does these things? Thanks - Alan Gruskoff --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Implement this as data model, using a

Re: [flexcoders] Unable to apply FB3 license on solaris

2008-04-17 Thread none
I don't have FB3 installed on the solaris box. On Thu, Apr 17, 2008 at 11:35 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Did you try applying the license through Flex Builders Help, Manage Flex Licenses? -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Drag a PlotSeries Item?

2008-04-17 Thread frantickraken
I would like to be able to drag a PlotSeries item, but I'm having some issues. I can sort of do it by setting the containing Chart's .dragEnabled property to true, but the PlotSeries point drags far from the mouse pointer... I thought I could maybe set the PlotSeries' .dragEnabled to true, but

Re: [flexcoders] Unable to apply FB3 license on solaris

2008-04-17 Thread none
Yes, I did try creating a .adobe directory under $home and creating a license.properties in it containing the following entry flexbuilder3=13774xxx But this didn't solve the problem. When I apply the same license of windows box using FlexBuilder3, it works however it asks for

Re: [flexcoders] Unable to apply FB3 license on solaris

2008-04-17 Thread none
Is there a way to specify the license with mxmlc target in the ANT build.xml file ? On Thu, Apr 17, 2008 at 11:43 PM, none [EMAIL PROTECTED] wrote: Yes, I did try creating a .adobe directory under $home and creating a license.properties in it containing the following entry

[flexcoders] Re: Grid display question

2008-04-17 Thread valdhor
Check out Darron Schall's Advanced Data Grid at http://www.darronschall.com/weblog/archives/000257.cfm or the treegrid component at FlexLib http://code.google.com/p/flexlib/wiki/ComponentList --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: AFAIK, You can't do this

[flexcoders] Re: Flash/Flex Compatibility with 64bit OS

2008-04-17 Thread Alan Gruskoff
As I work all major 3 O/Ses in my studio, I can report this. My Flex 3 Apps work fine on Windoze XP 64 bit (Athlon 64 X2 / IE 7) and on SuSE Linux 64 bit (Athlon 64). I did notice that on Linux, Firefox 2 would not do Full Screen where Konqueror would (?!). The Flash player 9.0.115 seems to work

Re: [flexcoders] Can I Simulate Export Release Build using Ant?

2008-04-17 Thread VELO
And how about View Source? Any way to generate it on ant? VELO On Thu, Apr 17, 2008 at 12:06 PM, Gaurav. Jain [EMAIL PROTECTED] wrote: Export release build compiles the swf in non debug mode. You can do the same in ant task if debug=false – which is the case by default in ant task.

Re: [flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread VELO
Hi, There is something wrong I'm using modules AND applications in packages. And it works. VELO http://blog.flex-mojos.info/ On Thu, Apr 17, 2008 at 2:24 PM, Alex Harui [EMAIL PROTECTED] wrote: The main class of an app or module cannot be in a package. Those are the rules for now,

[flexcoders] losing html pages in bin

2008-04-17 Thread celumbra
Is there a way to get Flex to re-create the html pages in the bin? Every so often, Flex seems to destroy the html files, preventing me from rendering the app unless start a new application. Thanks.

RE: [flexcoders] Can I Simulate Export Release Build using Ant?

2008-04-17 Thread Gaurav. Jain
AFAIK, currently there is no way to generate view source from ant tasks. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of VELO Sent: Thursday, April 17, 2008 2:45 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can I Simulate

[flexcoders] Re: PHP Mailer with Flex

2008-04-17 Thread Dominic Pazula
What are you looking to do with it? If you are just looking for a contact us type of form, AMFPHP might be over kill. --- In flexcoders@yahoogroups.com, ghus32 [EMAIL PROTECTED] wrote: Hello Everyone, Does anyone here have any good suggestions for a PHP mailer to use with Flex??

[flexcoders] Re: Flash/Flex Compatibility with 64bit OS

2008-04-17 Thread Alan Gruskoff
Update: I just noticed that Adobe released flash-plugin-9.0.124.rpm for Linux 64 bit. I installed that and now I get Full Screen mode. Yay - Adobe! Likely some other fixes are also inherited. --- In flexcoders@yahoogroups.com, Alan Gruskoff [EMAIL PROTECTED] wrote: As I work all major 3 O/Ses

RE: [flexcoders] Re: AIR Modules - I've hit a wall

2008-04-17 Thread Kevin Aebig
OR for securities sake, you can have something like PHP proxy the SWF out. This is actually a great way to do it and maintain more control over who can load the SWF. !k _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, April 17,

RE: [flexcoders] Re: Calling http services in separate file

2008-04-17 Thread Tracy Spratt
My code has gotten too complex to post, but a search of the archives here found a great example by a fellow flexcoder. I have posted it below. Note, there has been a recent discussion about making the singleton more bullet proof by preventing use of new , but I couldn't get it to work and

RE: [flexcoders] losing html pages in bin

2008-04-17 Thread Tracy Spratt
This should happen automatically, if you have the generate htm wrapper option selected in Project properties. Note, if you need modify the wrapper, modify the template file in html-templates, and FB will generate that into the AppName.html file in the bin-debug folder. If you have errors

[flexcoders] variables don't show up while debugging

2008-04-17 Thread Nayan Savla
Hi All, I am using Flex Builder 3 plugin for Eclipse and running on OS X, I have 9.0.115 version installed. When i debug the flex application, none of the variables show up in the variables window, earlier i used to see them all. this happened all of sudden, I have no clue why? any ideas /

RE: [flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread Alex Harui
Ok, maybe we got around to fixing that. I haven't tried it lately. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of VELO Sent: Thursday, April 17, 2008 12:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Specify RLS's

[flexcoders] Re: data reading for charts inconsistent with Dates?

2008-04-17 Thread netdeep
Well, actually I've discovered that the problem is that it is a multi-series plot. So whichever series I set the horizontal (CategoryAxis) axis dataprovider to is the one that gets drawn because the dates don't match up exactly (they are precise down to hundredths of seconds so not much

[flexcoders] Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
So I'm new to this whole xml thing (i usually use objects). I have this xml file: http://trail.motionbased.com/trail/export.mb?episodePkValues=5413584trainingCenterExport.courseMode=true The structure is like this: TrainingCenterDatabase Courses CourseFolder Course

RE: [flexcoders] Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
Skip this: var myXML:XML = dataSet[0]; //dataSet is aleady XML Do: trace(dataSet.toXMLString()); // USE toXMLString() always with xml Try: var myXMLList:XMLList = dataSet..Trackpoint; //NOTE CASE of TrackPoint Tracy From:

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
The trace shows all the data. The other one doesn't work. I can see in the file that the case is Trackpoint. Could it have to do with how it's nested? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Skip this: var myXML:XML = dataSet[0]; //dataSet is aleady XML

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
Just to be sure, you are using toXMLString() to inspect the xml, correct? In fact, post the code where you are examining myXMLList. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, April 17,

[flexcoders] Expanding RichTextEditor

2008-04-17 Thread Scott Smith
I need to add a superscript and subscript capability to the RichTextEditor that work just like the Bold or Italic features (highlighted text goes superscript, punch the button and now you are in superscript mode until you release the mode by hitting it again.) Suggestions?

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
It's an air app but that shouldn't matter. If you download the file bellow and put it in data/frankTT.xml you can try it too. I was inspecting my XML through the debugger, but I think you want me to do it this way. Here it is: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication

[flexcoders] Need some help with a function.

2008-04-17 Thread Phill B
I have an initialization function that gets ran on creationComplete. The init function calls two functions (RoOne RoTwo) that access a remote object. RoTwo needs the first value in the RoOne returned array. How do i make RoTwo wait for a respons from RoOne? Thanks -- Phil

[flexcoders] Re: Need some help with a function.

2008-04-17 Thread Nate Pearson
Do you have a result event? I don't use remote objects but that's how I do it with webservices. You specify the result event (function). When that function hits you call RoTwo with the RoOne value. Like this: var test:RemoteObject test.addEventListener(ResultEvent.RESULT,

RE: [flexcoders] Re: Flex Compenents, how to make them talk

2008-04-17 Thread Gordon Smith
Sorry, I don't understand your question. Each child of a ViewStack can be any kind of Container. (A Container is a UIComponent, but a UIComponent is not a Container.) So you can write MXML like ViewStack Form FormItem TextInput/ Button/

Re: [flexcoders] Re: Need some help with a function.

2008-04-17 Thread Phill B
Very cool. I'll give that a try and see what happens. Thanks On Thu, Apr 17, 2008 at 3:53 PM, Nate Pearson [EMAIL PROTECTED] wrote: Do you have a result event? I don't use remote objects but that's how I do it with webservices. You specify the result event (function). When that function

Re: [flexcoders] Need some help with a function.

2008-04-17 Thread Nayan Savla
you have to listen for result event for the first function call and then call the RoTwo function from that resultEventHandler. Nayan On Apr 17, 2008, at 1:46 PM, Phill B wrote: I have an initialization function that gets ran on creationComplete. The init function calls two functions (RoOne

[flexcoders] Re: Advantages of empty Application Base State?

2008-04-17 Thread realeyes_jun
The reason for doing this is because ultimately all viewstates in a component are based on the base state, so it becomes more efficient when changing into all those other viewstates that do not contain the children listed in the base state: When Flex changes to the new view state, it restores

[flexcoders] Re: Flex Encryption and Flex Application check

2008-04-17 Thread kaleb_pederson
--- In flexcoders@yahoogroups.com, Ritesh Yadav [EMAIL PROTECTED] wrote: 1. Can i send or Use .swf file from flex in encrypted manner so no one can catch the .swf file with the help swf catcher tool. If yes let me know how to do that with flex. Sorry I'm a little late (ok, quite late) on

[flexcoders] Re: FB3 + Aptana Plug In = warring CSS editors

2008-04-17 Thread chiguai2000
Hey there Jeff, I just installed Aptana as a plugin within Eclipse, and my FB3 install is also a plugin. I made sure everything was updated before doing so. There was an issue with a duplication conflict Eclipse Monkey so I disabled the one already present in Eclipse. After that I opened up a

[flexcoders] data modeling question : vo's in subclasses. should be pretty easy

2008-04-17 Thread Rich Rodecker
Just looking for pointers on how to handle this situation: I have a BaseComponentClass, with several subclasses. Each of these subclasses also has a corresponding VO. All the subclass components use a getter/setter dataProvider property which expects a vo which matches their corresponding type.

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
Two things: 1. xml namespace: The xml has namespace specified, so yo need to d: default xml namespace = http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1;; 2. I do not understand why the .. did not work, but this does: var myXML2:XMLList = dataSet.descendants(Trackpoint);

[flexcoders] Re: Flex3 App does not work on Flash Player 9.0.124.0

2008-04-17 Thread Paul Fischer
Actually, I discovered that difference is not the version number but whether it is a debugging version of the player. The app always works with the debugging version and always fails with the non- debugging version regardless of the version number. Any suggestions? Thanks. --- In

[flexcoders] Flash Player 9.0.124 debug version and flashlog.txt

2008-04-17 Thread superabe superabe
I noticed that the latest debug player version 9.0.124 does not seem to writing the trace outputs to flashlog.txt. Anybody know how to enable this back on ? TIA - superabe

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Dan Blackman
Not sure if this is it but your first question shows a typo for the name Trackpoint. var myXMLList:XMLList = myXML..TrackPoint You capitalized the P.. Other than that why the [0] for DataSet var myXML:XML = dataSet[0] I always use HTTPService to retrieve the data via E4X but

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
Thanks! That makes me feel a lot better that Tracy couldn't figure it out either with the .. method :). Why do you have to register the namespace? I've never understood what that does, plus that link doesn't even work. Thanks again! -Nate --- In flexcoders@yahoogroups.com, Tracy Spratt

Re: [flexcoders] data modeling question : vo's in subclasses. should be pretty easy

2008-04-17 Thread Josh McDonald
What do you mean by VO? -J On Fri, Apr 18, 2008 at 8:26 AM, Rich Rodecker [EMAIL PROTECTED] wrote: Just looking for pointers on how to handle this situation: I have a BaseComponentClass, with several subclasses. Each of these subclasses also has a corresponding VO. All the subclass

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
Xml namespaces make it so that different xml structures can work together, even if they use the same tag names. Essentially what happens is that every tag gets prefixed with the namespace string. So when you see Trackpoint to the parser it is really

[flexcoders] FlexCF.com Launches!

2008-04-17 Thread Dale Fraser
We are very pleased to announce the launch of http://FlexCF.com http://FlexCF.com this is a sister site for http://LearnCF.com http://LearnCF.com and focuses on Flex application development with a ColdFusion backend. There are seven tutorials published on launch, with more to come. These

  1   2   >