[flexcoders] proxy.php

2008-09-22 Thread smitade
I'm connecting my Flex 3 app to a web service that doesn't have a crossdomain.xml file. I've set up a proxy (php file I got off the web) to read the WSDL from the web service and this works when I connect to the service through Flex Builder. When I upload the flex app to my server, however, the

[flexcoders] Re: deep linking problems

2008-09-22 Thread learningflexfromscratch
--- In flexcoders@yahoogroups.com, learningflexfromscratch [EMAIL PROTECTED] wrote: Hey all, I've run into a problem when trying to get deep linking to work in my Flex application. I'm pretty sure I'm just missing a very basic point about file structure or something, as I'm new to this.

[flexcoders] Flex Framework RSL

2008-09-22 Thread julianabiodun
Hi, all. I'm trying to determine what the likelihood is that a client will already have the Flex Framework RSL .swz cached. I saw somewhere that some major companies use it for their applications, including Brightcove and Yahoo (Web Messenger). But that still doesn't give me any idea what

Re: [flexcoders] proxy.php

2008-09-22 Thread Haykel BEN JEMIA
Make sure that the flex app and the proxy.php to which you connect are located on the same server.The way it should work is that the flex app will connect to the proxy (same server) which will forward the request to the service on another server and return the results to the flex app. On Mon,

[flexcoders] Re: search file

2008-09-22 Thread dialogtmp
thanks :) But I don't know the method for implement file searching. Is there any similar example to learn? dialogtmp --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: You can do this in AIR, but browser apps are not allowed to enumerate the local file system.

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-22 Thread Haykel BEN JEMIA
I think there's a misunderstanding of the [Bindable] Metatag here. The Metatag only states that the compiler should create a property to which we can bind another one, which means it should dispatch a property change event every time it's value changes, but it doesn't bind it to anything.

Re: [flexcoders] Re: search file

2008-09-22 Thread Haykel BEN JEMIA
Adobe AIR Documentation: http://www.adobe.com/support/documentation/en/air/ Merge folder on Mac - AIR utility app: http://www.richapps.de/?p=159 On Mon, Sep 22, 2008 at 9:02 AM, dialogtmp [EMAIL PROTECTED] wrote: thanks :) But I don't know the method for implement file searching. Is there

Re: [flexcoders] Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
I think you should be using ciData instead of dp in these function. It's the property that seems to hold the data returned by the service. On Sun, Sep 21, 2008 at 7:43 PM, dmschenk1 [EMAIL PROTECTED] wrote: I have a 1119 error that is giving me fits and I'm sure its probably something simple

Re: [flexcoders] Strange Image Behavior

2008-09-22 Thread Haykel BEN JEMIA
Try clearing all your browser caches and test again. Perhaps you have an error in your app, but you don't see it in IE because the images are in its cache. On Sun, Sep 21, 2008 at 10:53 AM, danenania [EMAIL PROTECTED] wrote: Hi all. I'm experiencing some serious strangeness with a few .png

Re: [flexcoders] SWFLoader loads image relative to the SWF

2008-09-22 Thread Haykel BEN JEMIA
Why you don't believe it? It's just normal as the application is the swf and not the html file! You can get the url of the html page with: ExternalInterface.call(window.location.href.toString) You could then remove the last part (html file name) to get the path of the html page. On Sun, Sep 21,

Re: [flexcoders] removeChild or delete item in repeater

2008-09-22 Thread Haykel BEN JEMIA
Try this:vform[evt.target.instanceIndex].removeChild(_submod[i]); On Sat, Sep 20, 2008 at 8:27 PM, urmissinlink [EMAIL PROTECTED] wrote: hey guys, I have a nested repeater as seen below mx:Repeater id=_rpModule dataProvider={A00Module} mx:LinkButton id=_mod

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-22 Thread Manu Dhanda
Thanks for the detail. Indeed it has the needed information. -Manu. Haykel BEN JEMIA wrote: I think there's a misunderstanding of the [Bindable] Metatag here. The Metatag only states that the compiler should create a property to which we can bind another one, which means it should

[flexcoders] 'Safe' editing of flex source code?

2008-09-22 Thread Rich Rodecker
I'm pretty sure I know what the answer to this is going to be, but wanted to ask to be sure: Is there a way to make modifications to flex source code, for just a single project? For example, if I just wanted to tweak the Button class...in Flash we can just point to a local version of the class

[flexcoders] Re: Items with variable width ? (TileBase component that don't override items width)

2008-09-22 Thread mydarkspoon
I'm having a similar problem, couldn't find a good way to enforce the HorizontalList to enable items with different width. --- In flexcoders@yahoogroups.com, z_babin [EMAIL PROTECTED] wrote: Hello, The result should be an HorizontalList like component (with all features; dataProvider,

RE: [flexcoders] 'Safe' editing of flex source code?

2008-09-22 Thread Gregor Kiddie
Yes you can override some of the Flex framework on a project by project basis. Do some searching for Monkey Patch as it appears to named... Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered

[flexcoders] Viewing massive data in charts

2008-09-22 Thread florian.salihovic
Hello everybody, i have a question which is not technical in first place. I'm more in a search for a pattern. The problem: i have a massive collection of objects (~35000 instance) which should be displayed in the charting components. But not all at once, just intervals which can be as big

[flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
Ok, that subject is a bit vague but here's an example of what I mean: group id=1 namefred/name namebob/name namepeter/name /group Say we have lots of these group elements in an XML document. I want to select all groups including the names fred and bob, for example. Is it possible in one e4x

Re: [flexcoders] Framework RSLs -- Any Reason Not To Use? Any Problems Related to Their Use?

2008-09-22 Thread Tom Chiverton
On Friday 19 Sep 2008, Brendan Meutzner wrote: app which is now getting served up on 3rd party websites. It just got picked up by forbes.com and all of a sudden we saw a drastic increase in bandwidth to serve up the swz file. Right, but it wouldn't be much more than the bandwidth to send the

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Tom Chiverton
On Monday 22 Sep 2008, Dmitri Girski wrote: and dumb error message boxes (20 errors - 20 popups) are bad, very bad. So, the simplest and just working solution is to disable copy- paste. No, you just set up a StringValidator for each, and use FlexLib's AdvancedForm to invoke them

Re: [flexcoders] Re: Vertical Scrollbars without Horizontal scrollbars (solution)

2008-09-22 Thread Josh McDonald
I think it's fixed :) But the online renderer I use only shows the top half of the page, so I can't know for sure. I *really* need to find a good source for HTML at a reasonable price. -Josh On Sun, Sep 21, 2008 at 12:05 PM, Josh McDonald [EMAIL PROTECTED] wrote: Curses! I'll see if I can fix

Re: [flexcoders] Cannot use keyboard to access FireFox 3.0.1 menubar

2008-09-22 Thread Tom Chiverton
On Thursday 18 Sep 2008, itdanny2002 wrote: Then, I can't use keyboard to access FireFox menubar though it can be access by mouse. You mean Flex (that has the keyboard Focus) is trapping the shortcut ? What key combo is that ? -- Tom Chiverton Helping to administratively implement ROI

Re: [flexcoders] Re: Flex Charting DateTimeAxis is not showing more than two months data in days

2008-09-22 Thread Tom Chiverton
On Thursday 18 Sep 2008, kumar_vytla wrote: Can anyone suggest fix for this. Is this bug in flex charting for dateTimeAxis? When I tried that, chart showing x-axis data point in months instead of days even though dataUnits mentioned in days. When I observed Chart show data correctly if

Re: [flexcoders] DataTip won't go away issue

2008-09-22 Thread Tom Chiverton
On Friday 19 Sep 2008, scottyale2008 wrote: right, or down...the datatip goes away as expected. If the mouse moves over the top of the datatip (which is now in another pane and not in the chart area), the datatip stays displayed. This doesn't sound like standard behaviour - could you post

[flexcoders] Re: Cannot use keyboard to access FireFox 3.0.1 menubar

2008-09-22 Thread itdanny2002
All ALT-?? key, such as ALT-F to access file menu bar, ALT-D ...

[flexcoders] Re: Viewing massive data in charts

2008-09-22 Thread florian.salihovic
Running some tests i found out, that the DateTimeAxis doesn't refesh the minimum and maximum values for example. I tested with a dataset of objects which represented data for everyday in 2 years (~17900 instances). The recalculated min/max where displayed via trace one reset too late... it's

[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-09-22 Thread nkopcsek
Hi Anatole, thanks for the update :). Thanks alot, Norbert --- In flexcoders@yahoogroups.com, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Norbert, I am finishing chapter on Flex Networking for new OReily book this month. It should be available on rough cuts mid/end of next month and

[flexcoders] Re: Help with error #1119

2008-09-22 Thread David Schenk
I thought that too but when I tried that, flex had a problem with var n:int = ciData.length; instead it gives me a 1069 error. let me mention that before I tried to break the code apart it did work. Perhaps a little more explaination I am trying to move the dp:Array() that was in the

[flexcoders] Re: accordion component

2008-09-22 Thread valdhor
I did something like this not so long ago. What I did was take the code from Flex 3 Style Explorer (http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExpl\ orer.html); The code for the collapsible panel on the left. And then created a component out of it (Modified so it was

Re: [flexcoders] DateFormatter Bug?

2008-09-22 Thread Tom Chiverton
On Friday 19 Sep 2008, kramus0 wrote: trace(myDateFormatter.format(myDate)); // -- returns an empty string!!! I would have expected 00:00 or 12:00. I suspect the timeOffeset is trying to subtract an hour from the start of time, and failing. -- Tom Chiverton Helping to professionally compete

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
try this: rootXML.group.(name.text().contains(fred) name.text().contains(bob)) - Daniel Freiman On Mon, Sep 22, 2008 at 5:20 AM, Mark Carter [EMAIL PROTECTED] wrote: Ok, that subject is a bit vague but here's an example of what I mean: group id=1 namefred/name namebob/name

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
Oh cool, that works, thanks very much Daniel. Am I right in thinking that name.text() is returning an XMLList of text nodes and contains(fred) is basically looking for a match of fred in that list? In real life, instead of having two names, I have an array of names. I suppose its not possible

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
You're correct, but you can also do the filtering in a loop to be dynamic: var result:XMLList = rootXML.group.(name.text().contains(fred)); for each (filterName) { // psuedo-code result = result.(name.text().contains(filterName)); } return result; - Daniel Freiman On Mon, Sep 22, 2008 at

RES: [flexcoders] DateFormatter Bug?

2008-09-22 Thread Luciano Manerich Junior
Hi, i've found that, if you set a decimalSeparator for the DateFormatter, you MUST define a thousandSeparator too, else, you'll get an empty string. Maybe, is that our bug? Is that you case? Hope thats usefull. -Mensagem original- De: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread xitij2000
i performed a similar operation by doing: rootXML.group.(name.text().toLowerCase()==fredname.text().toLowerCase()==bob) the toLowerCase is just because i needed case insensitivity... --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: try this:

[flexcoders] Overriding the UI Graphics Update?

2008-09-22 Thread Samuel Colak
Alex, Adobe Guys, Community, Romans. Is there a way to halt the UI Graphics Renderer so that (in a way) you can achieve the ability to post UI changes (in effect double buffering) before the renderer performs any UI update ? An obvious although troublesome way of doing this is with

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
That doesnt work for me. Arent you trying to match fred against the lowercased name.text() XMLList? xitij2000 wrote: i performed a similar operation by doing: rootXML.group.(name.text().toLowerCase()==fredname.text().toLowerCase()==bob) the toLowerCase is just because i needed case

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
I think you'd actually be matching fred against the first item in the list, which would means that the entire expression would always return false because the first item can't be both bob and fred. On Mon, Sep 22, 2008 at 11:05 AM, Mark Carter [EMAIL PROTECTED] wrote: That doesnt work for me.

[flexcoders] AMF Serializer trough Jabber

2008-09-22 Thread luciano
Hi, I'm planning to adapt an AMF Serializer/Deserializer to use Jabber/XMPP as the transport protocol instead of HTTP. This responds to a very specific non functional requirement of our software platform. Is there anyone in the community working or thinking in this scenario? Any comments or

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
Nice. I see what you've done there (instead of var result:XMLList = rootXML.group.name; as the first line which would have been rather inefficient). I suppose this general approach doesnt work if I want to do things like lowercase or substring matching...? Daniel Freiman wrote: You're

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
I get value is not a function - I guess because toLowerCase() cannot work on an XMLList. You would have to do: rootXML.group.(name.text()[0].toLowerCase()==fredname.text()[0].toLowerCase()==bob) which, like you say, would always return nothing. Or you have to specify group elements with

[flexcoders] Re: Passing URLVariables from 1 Flex App to another?

2008-09-22 Thread djohnson29
Thanks for your suggestions. The reason I want Login to be a separate application is because I am using Spring Security to secure the app. Therefore, Login.mxml I want to be accessible to everyone, but in order to access Main.mxml the user will have to have the required Spring Security ROLE to

[flexcoders] dialog box

2008-09-22 Thread dialogtmp
Hi,all I want to implement a function that will show a dialog box let user to choose pictures they want to show on this program. But I don't know which API on the AIR can show the dialog box. Is any related information? thanks, dialogtmp

Re: RES: [flexcoders] DateFormatter Bug?

2008-09-22 Thread kramus0
Don't think so. But how can you set a decimalSeparator and a thousandSeparator for a DateFormatter? --- In flexcoders@yahoogroups.com, Luciano Manerich Junior [EMAIL PROTECTED] wrote: Hi, i've found that, if you set a decimalSeparator for the DateFormatter, you MUST define a

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
name.text()[0] will give you a single XML node of Kind string. If you want to operate on it as a string simply do: name.text()[0].toString() On Mon, Sep 22, 2008 at 11:35 AM, Mark Carter [EMAIL PROTECTED] wrote: I get value is not a function - I guess because toLowerCase() cannot work on an

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
It seems to work it out for you when it can. name.text()[0].toLowerCase() works name.text().toLowerCase() also works if there is exactly one name child of each group element. Daniel Freiman wrote: name.text()[0] will give you a single XML node of Kind string. If you want to operate on it

[flexcoders] second time image is not appearing

2008-09-22 Thread NATA RAJAN
Hi ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute     mx:TextArea x=154 y=92 id=t1 height=27/     mx:Script      ![CDATA[ import mx.controls.Alert; import mx.controls.Image; import mx.controls.Button; public function hello():void {

Re: [flexcoders] Re: Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
All that you're using in the ArrayCollection are the length property and [] to access its items. Both are also available for the Array, so no special handling here. Could you post the whole error messages or better an example that we can compile and having the same problem? Anyway, you have to

RE: [flexcoders] second time image is not appearing

2008-09-22 Thread Chet Haase
I don’t think your reset function does what you want it to – it sets the source path to the Image to null. That will make the image invisible … but you’ll never see it again without setting the source path back to something reasonable. Try toggling the visible flag instead… Chet. From:

Re: [flexcoders] dialog box

2008-09-22 Thread Haykel BEN JEMIA
The documentation is your best friend! http://help.adobe.com/en_US/AIR/1.1/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e4a.html On Mon, Sep 22, 2008 at 5:44 PM, dialogtmp [EMAIL PROTECTED] wrote: Hi,all I want to implement a function that will show a dialog box let user to choose

[flexcoders] Re: Java from Flex

2008-09-22 Thread Anthony DeBonis
You can call these libs from LCDS or BlazeDS (or WebOrb too) using the RemoteObject tag and alittle server side config - check out the example apps deployed. I would suggest creating a service facade layer of POJO, plan old Java objects, that abstract all your backend Java code/libs. Wrap any

[flexcoders] Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
Good morning: I have set the the 3rd and 4th colors for my TabBar as such in the CSS file. Example: fillColors: #DDE7F4, #DDE7F4, #FA075D, #FA075D; However, it does not use the second set of values. I set the second set to red in the example just to get a contrast. The Language Reference

Re: [flexcoders] Re: deep linking problems

2008-09-22 Thread Maciek Sakrejda
Thanks for posting the answer. People often follow up with just Never mind--figured it out, which is not very useful to someone with the exact same problem reading the question in the archives a few weeks later. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message-

Re: [flexcoders] Flex 2.01 - TabBar

2008-09-22 Thread Michael Schmalle
Hi Jack, Take a look at mx.skins.halo.TabSkin This class is not like the ButtonSkin, you can see in this line exactly what the skin is doing. case upSkin: { var upFillColors:Array = [ falseFillColors[0], falseFillColors[1] ]; You will need to implement your own skin for that functionality.

[flexcoders] New to FLEX

2008-09-22 Thread NATA RAJAN
Hi friends am new to FLEX . can u send what are the flex sites to learn and PDF books and sample codings which u worked regards Natarajan Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/

[flexcoders] systemManager PopUpManager Alert windows

2008-09-22 Thread male_designer
I recently needed to be able to close all popup windows at once, so I began implementing the PopUpManagerChildList.POPUP technique to catalog these windows using systemManager: PopUpManager.createPopUp(this, UserDetailsWin, true, PopUpManagerChildList.POPUP)); Problem is - all my Alert windows

Re: [flexcoders] Overriding the UI Graphics Update?

2008-09-22 Thread Ralf Bokelberg
Afaik the Flashplayer does this for you. Nothing is rendered as long as you are in a script. You can try to draw a line and then do a simple while loop for 5 seconds. You will not see any updates of the screen. Cheers Ralf. On Mon, Sep 22, 2008 at 5:05 PM, Samuel Colak [EMAIL PROTECTED] wrote:

[flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
Michael: I guess I expected the second set to work like the second set does for a ComboBox. May I ask then why is there a second set of colors if you have to go in and create your own skin/component? Seems a little confusing. I don't really understand all the AS code for these components,

Re: [flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread Michael Schmalle
Hi, You know what, I eat my words. I quickly looked at that class but missed the fact in the over skin they do use 2 and 3 index. if (fillColors.length 2) overFillColors = [ fillColors[2], fillColors[3] ]; else overFillColors = [ fillColors[0], fillColors[1] ]; What does this mean? based on

Re: [flexcoders] Overriding the UI Graphics Update?

2008-09-22 Thread Ralf Bokelberg
You might want to have a look at this excerpt from Colin Mook's AS3 book: http://www.moock.org/blog/archives/000235.html It should give you a good understanding of how rendering works in Flash/Flex. Cheers Ralf. On Mon, Sep 22, 2008 at 7:15 PM, Ralf Bokelberg [EMAIL PROTECTED] wrote: Afaik the

Re: [flexcoders] systemManager PopUpManager Alert window

2008-09-22 Thread Michael Schmalle
Hi, This is because the popup manager puts the POPUP instances at a different space in the systemManager IChildList (above all parent popups). When you create your popups, can't you create a map of them and store it in some central model class, then just loop through them and call removePopUp()?

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Dmitri Girski
Weeping Jesus on the cross! Password email fields should be disabled from Copy-pasting just for the sake of minimising the number of support calls from users who forgot which particular email or password they copied pasted). Over out. Cheers, Dmitri. --- In

[flexcoders] problem with the flex application in MAC

2008-09-22 Thread sudha_bsb
Hi, We have a strange problem with the flex application. We have a website developed in flex and it simply doesn't work in MAC. http://www.sportzhubmedia.com/arc2008/ The application makes extensive use of flex states. When viewed via a Mac Osx any verion firefox or safari...gives a blank

[flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
Michael: MXML Code . . . . mx:TabBar styleName=MyTabBar . . . CSS Code . . . . .MyTabBar { paddingTop: 0; paddingLeft: 0; verticalGap: 0; themeColor: #345D86; borderStyle:

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 6:44 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application Weeping Jesus on the cross! Password email fields should be disabled from Copy-pasting

Re: [flexcoders] problem with the flex application in MAC

2008-09-22 Thread Sherif Abdou
I am using a PC and getting a blank screen too and nothing happens, just wanted to let you know. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: sudha_bsb To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 12:46 PM

[flexcoders] Error accessing property using Live Cycle with fluorineFX

2008-09-22 Thread brunormoura
Good Evening First, I apologize for my bad english. Could you help me about this error? I have a problem with this configuration below: (in DataManagement.xml) destination id=dm.category adapter ref=dotnet-dao / properties sourceDataManagement.CategoriaAssembler/source scopeapplication/scope

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Ralf Bokelberg
Is this a technical or a grandmas-complaining-about-managers forum ? :) You can probably add capturing phase listeners to the SystemManager and filter out the events your managers dont like ;) Cheers Ralf.

[flexcoders] Re: problem with the flex application in MAC

2008-09-22 Thread sudha_bsb
Yeah, the same link works in Windows machine. Any idea why this can happen Thanks, Sudha. --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: I am using a PC and getting a blank screen too and nothing happens, just wanted to let you know. -- Sherif Abdou

[flexcoders] Re: Getting multiple addedToStage events

2008-09-22 Thread ozziegt
I am using the event so the MXML component knows when it has been added to the stage, and also removed so it can set up and tear down some event listeners appropriately. Perhaps this isn't the best way to do it. If another way is better, I'm open to hear it. :) Yes the currentTarget is the same

Re: [flexcoders] Does localconnection Class works with different Port numbers ?

2008-09-22 Thread Brandon Krakowsky
Sorry for the delay on this. I'm using LocalConnection to talk to proxy, which loads Flash 8 movie and talks to it using Standard AS2. I also send message from the proxy back to the main app using LocalConnection. The proxy is an adapted version of Jesse Warden's:

Re: [flexcoders] New to FLEX

2008-09-22 Thread Sherif Abdou
Http://feeds.adobe.com http://adobe.com/flex -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: NATA RAJAN To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 11:51 AM Subject: [flexcoders] New to FLEX Hi friends

[flexcoders] Printjob

2008-09-22 Thread flexaustin
I was wondering if any has had any experience with Printjob or AlivePDF? I am trying to print items items that are half on the screen and half off the screen. I was wondering if you are able to print items that are not on screen? So say someone dragged an item so only 1/4 of it showing in the

Re: [flexcoders] New to FLEX

2008-09-22 Thread Doug McCune
[Shameless Plug] Flex for Dummies! http://dougmccune.com/blog/flex-for-dummies/ http://www.amazon.com/Adobe-Flex-Dummies-Computer-Tech/dp/0470277920 On Mon, Sep 22, 2008 at 11:28 AM, Sherif Abdou [EMAIL PROTECTED] wrote:  Http://feeds.adobe.com http://adobe.com/flex -- Sherif Abdou

[flexcoders] Re: Flex2/FP9 Final Bug : cannot play MP3 files encoded with iTunes

2008-09-22 Thread horizens
Was this issue ever resolved? I'm seeing similar behavior with the following mp3 in the code listed in the original post: http://www.fileden.com/files/2008/6/22/1970328/02%20Act%20One%20Scene%20One.mp3 I can load the file fine in the browser, but not with flex and the sound class. Thanks, Dave

Re: [flexcoders] New to FLEX

2008-09-22 Thread Nancy Gill
from ESET NOD32 Antivirus, version of virus signature database 3460 (20080922) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

[flexcoders] Re: Flex Maintenance Agreements

2008-09-22 Thread Rick Winscot
So, I¹m just trying to save a buck or two. Does anyone have any Œfeelings¹ on Flex Maintenance Agreements? I¹m thinking that... If Flex 4 isn¹t going to appear for 12-18 months ­ one might as well wait and just pay upgrade prices. Anyone have any success stories to share? (ahem) Release date

Re: [flexcoders] Placing cursor inside UITextField

2008-09-22 Thread Brandon Krakowsky
Got this to work: textField.addEventListener(Event.ADDED_TO_STAGE, function(evt:Event):void { var textField:UITextField = evt.currentTarget as UITextField; textField.setFocus(); }); Thanks for everyone's help, Brandon - Original Message From: Andriy Panas [EMAIL PROTECTED] To:

RE: [flexcoders] Re: problem with the flex application in MAC

2008-09-22 Thread Battershall, Jeff
Something to look into, but in your page source, the requested player version is 9.0.28 - and that's not released yet, AFAIK. Possibly that produces unwanted behavior on the Mac Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sudha_bsb

RE: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Tracy Spratt
This is not a direct answer to your immediate question , but rather a general tip: If you need complex calculations within an e4x expression, you can call out to a function of your own. The () just requires a boolean value, so you can do something like below, where I wanted to a bit of string

RE: [flexcoders] Re: problem with the flex application in MAC

2008-09-22 Thread Battershall, Jeff
Please ignore - not at my most alert today. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Monday, September 22, 2008 3:25 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: problem with the flex application

[flexcoders] Is it possible to change showDelay for only errorTips?

2008-09-22 Thread Todd
Hello All, I know about ToolTipmanager.showDelay. But I want to only affect the showDelay for errorTips, while leaving the rest of the tooltips to display with a proper delay. I'd like to have our errorTips immediately display. Or, if you have any other suggestions on getting the errorTip

RE: [flexcoders] Re: removeChild or delete item in repeater

2008-09-22 Thread Tracy Spratt
Yes, manipulate the dataProvider first. You will have much better performance for one thing. Rendering a bunch of unwanted elements is not a good approach. Also, if you DO still want to do complex work with a repeater, put it in a component, and repeat that. Encapsulate the behaviors within

[flexcoders] Creating TextArea height from String;

2008-09-22 Thread Sajid Hussain
Gurus, I want to create or set textarea's height from string(message from other user) I did folwoing code   messageBox.htmlText=msg; messageBox.validateNow(); messageBox.height=messageBox.textHeight;   but height got chance but stiill it dont work exactly it shows scrollbar to textarea about

Re: [flexcoders] New to FLEX

2008-09-22 Thread Doug McCune
! Click here. __ Information from ESET NOD32 Antivirus, version of virus signature database 3460 (20080922) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [flexcoders] New to FLEX

2008-09-22 Thread Nancy Gill
Be the first one to try the new Messenger 9 Beta! Click here. __ Information from ESET NOD32 Antivirus, version of virus signature database 3460 (20080922) __ The message was checked by ESET NOD32 Antivirus. http

RE: [flexcoders] New to FLEX

2008-09-22 Thread Dimitrios Gianninas
I learned Flex 1 and all subsequent releases by reading the Livedocs, so take a look here: http://livedocs.adobe.com/flex/3/html/help.html?content=Part5_AIR_1.html http://livedocs.adobe.com/flex/3/html/help.html?content=Part5_AIR_1.html Or you might find some articles on the Flex Dev Center:

[flexcoders] ADG Automatically Sorts by [EMAIL PROTECTED]#^

2008-09-22 Thread Adrian Williams
Hi y'all, Yet another interesting one in ADG land I have a dataset being returned from my db which includes a groupName (string) and a displayOrder (int). My db query is setup to sort the data based on the displayOrder. So for example, I have 10 groups...named Group 1, Group 2,

[flexcoders] force SeriesInterpolate on BubbleSeries to preserve bubble order?

2008-09-22 Thread Pan Troglodytes
Following is a simplified example of what I'm running into. Basically, BubbleSeries doesn't preserve the order of the bubbles when you switch the dataprovider. Run the following program and click the left and right buttons. ?xml version=1.0 encoding=utf-8? mx:Application

RE: [flexcoders] Creating TextArea height from String;

2008-09-22 Thread Ryan Graham
In the past I have personally found Text controls easier to deal with, but you should still be able to do this. It may be that the textHeight property is only exactly what it says it is -- the height of the rendered htmlText in your case. You may need to account for the control's other

[flexcoders] Re: Problem with line chart - (show data tips)

2008-09-22 Thread mubasherhaneef
I just thought to update this post. Just in case, if someone else is looking for the same thing then he can get the answer on message # 65440 Best! --- In flexcoders@yahoogroups.com, mubasherhaneef [EMAIL PROTECTED] wrote: Hi, I am having problem with lineSeries. I am working on

Re: [flexcoders] Re: Flex Maintenance Agreements

2008-09-22 Thread Matt Chotin
You didn't hear this from me, but if you're just buying a small quantity of Flex Builder right now a maintenance agreement probably isn't necessary. It mostly would just provide a guarantee on the upgrade price. Matt On 9/22/08 12:19 PM, Rick Winscot [EMAIL PROTECTED] wrote: So, I'm just

[flexcoders] Mixing AIR and Flex?

2008-09-22 Thread Josh McDonald
Hey guys, Often I'd like to whip up a little AIR app to generate some code (XML, Java, whatever) based on VOs and mock-generation stuff I've got in a Flex Application, but I can't see a nice way to do it without moving stuff out into a separate Library project which I'd really rather not do :)

Re: [flexcoders] Mixing AIR and Flex?

2008-09-22 Thread Brendan Meutzner
Josh, Under your AIR project properties - Flex Build Path - Source path tab you can add a link to an external source directory... once added, you can reference classes via namespace path just as you would with local source folders within the project. Brendan On Mon, Sep 22, 2008 at 5:57 PM,

Re: [flexcoders] Mixing AIR and Flex?

2008-09-22 Thread Josh McDonald
Ah, of course! I never even thought of that, now I feel like a right twat :D Cheers Brendan :) -Josh On Tue, Sep 23, 2008 at 9:11 AM, Brendan Meutzner [EMAIL PROTECTED]wrote: Josh, Under your AIR project properties - Flex Build Path - Source path tab you can add a link to an external

[flexcoders] Re: New to FLEX

2008-09-22 Thread radwhite81
the best book I would recommend is Flex 3 cookbook and Adobe flex 3 training from the source. Great books they teach the basics and then gets into what you really want to know.

Re: [flexcoders] Mixing AIR and Flex?

2008-09-22 Thread Brendan Meutzner
Eh... I only just figured that out a few weeks ago when I went to do something similar to what you're doing now :-) And it took a bit of figuring to make sure the source root was right... didn't work the first time I tried hooking it up and I scratched my head for a bit. Brendan On Mon, Sep

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Josh McDonald
And read a boatload of blogs! I use bloglines myself, but google reader (or a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA blogs I subscribe to: **I hope this msg doesn't get flagged as spam for all the URLs :) http://blogs.adobe.com/acom/

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Doug McCune
dang, I didn't know about http:///blog that's where all the secrets are! On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote: And read a boatload of blogs! I use bloglines myself, but google reader (or a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA

[flexcoders] Re: New to FLEX

2008-09-22 Thread Boon Chew
O'reilly's Learning Flex is really good.  The book is printed in full color too, so yummy. http://www.amazon.com/Learning-Flex-Internet-Applications-Developer/dp/0596517327

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Josh McDonald
That'll teach me to strip my list from bloglines' export with regexes :D On Tue, Sep 23, 2008 at 9:39 AM, Doug McCune [EMAIL PROTECTED] wrote: dang, I didn't know about http:///blog that's where all the secrets are! On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote:

  1   2   >