[flexcoders] Collapsible Control

2007-05-10 Thread kumarpal jain
Hi All, In Flex we have Accrodian control in which if we click on any child that child expands and rest all other child hides. Do we have some thing other then this like If we have 4 VBOX inside a canvas and when we click on a button then selected child should hide and the space which

RE: [flexcoders] Drawing text to screen / bitmap

2007-05-10 Thread Mark Ingram
Yes it was confusing that the example on Adobe LiveDocs didn't work when plugged straight into a basic application. Anyway, I tried the code and got it to output a bitmap of a TextField - however - it didn't look anything like the TextInput control. The font style and colour was different. I

[flexcoders] Custom Drawn TextArea / How To Implement Custom Drawn Sprite

2007-05-10 Thread Mark Ingram
Hi, I want to inherit from TextArea and just tweak it's visual appearance when the control is disabled and the user has clicked on it (essentially I want to draw a red square around the outside). How is the best way to do this? I tried overriding updateDisplayList, but I couldn't draw anything

Re: [flexcoders] I need a display suggestion.

2007-05-10 Thread Tom Chiverton
On Wednesday 09 May 2007, Ian Skinner wrote: needs to be maintained for canceled events and I am reluctant to try and create four canceled colors. This is a quite a colorful, busy, information packed screen as it is. I'd set the alpha to around half. -- Tom Chiverton Helping to assertively

Re: [flexcoders] Collapsible Control

2007-05-10 Thread Tom Chiverton
On Thursday 10 May 2007, kumarpal jain wrote: then this like If we have 4 VBOX inside a canvas and when we click on a button then selected child should hide and the space which was occupied by the selected child should be equally distributed in other childs. Like a VDividedBox you mean ? --

[flexcoders] Re: 2nd transition not working

2007-05-10 Thread bill.fogarty17
Thanks very much for your help, I'll work on that that and keep you posted. Could be next week before i get back to you as Im not very good at AS3 yet over-riding classes. I wonder was there any other component that I could have used to get the same effect?

Re: [flexcoders] Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread Tom Chiverton
On Wednesday 09 May 2007, Manish Jethani wrote: Then there's nothing to see here. Not even a roadmap, an alpha download, or in fact any substance at all. More FUD than Silverlight ! -- Tom Chiverton Helping to professionally initiate wireless developments on: http://thefalken.livejournal.com

RE: [flexcoders] Custom Drawn TextArea / How To Implement Custom Drawn Sprite

2007-05-10 Thread Mark Ingram
I used the following code: protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList(unscaledWidth, unscaledHeight);

[flexcoders] Re: Flex Event Management Issues

2007-05-10 Thread subbusos
Thanks Alex, I have built my logic to handle that waits for both events as you suggested. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You can never get them simultaneously since actionscript is single-threaded. You can add logic that waits for both events before

Re: [flexcoders] New to Flex--using Flex classes in AS3 projects?

2007-05-10 Thread Tom Chiverton
On Wednesday 09 May 2007, David Ham wrote: I saw in the Flex SDK that in the frameworks/source folder there are a bunch of AS class files for Flex classes. Is it possible to use these for a pure AS3 project? If they don't call on the Flex framework, yes. Flex is 'just' a set of AS3 components,

Re: [flexcoders] Changing between Windows and Mac

2007-05-10 Thread Tom Chiverton
On Wednesday 09 May 2007, Joshua Garnett wrote: I've just gone through the very turbulent process of getting my Flex Builder 2 serial number converted from Windows to Mac. The FAQ makes the process seem fairly straightforward, but it is not. Blimey. By that point I'd just have got a

[flexcoders] Re: Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread Tim
Yeah, as an ex java programmer I long ago gave up on Javapause. Anyways, check out the syntax. It doesn't even use XML as a first class entity. Right now, my money is on flex .. they have a history of solid execution. The one weakness is the poor threading model, which may in the end be the

[flexcoders] Flex Component Kit for Flash CS3

2007-05-10 Thread Lincoln Mitchell
Hi all, I have been trying to getting the Flex Component Kit for Flash CS3 to work. I am using Flex Builder version 2.0.143459 and working through the material at: http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 In particular the example in swf9.pdf part of

[flexcoders] Datagrid issue with when appending data

2007-05-10 Thread mark_j_ellul
HI, I was wondering if anyone has come across this issue, or knows where I should start looking for a solution. My project is as follows, I have a datagrid with an ArrayCollection as its dataprovider. I use a timer to check a web service every 5 seconds for new data, pulling a maximum of 40 rows

Re: [flexcoders] Using SVN (tortoise) with Flex Builder

2007-05-10 Thread Troy Gilbert
What's throwing me off is that I never ignored the bin folder... Trust me, I used Perforce for the last five years at work, I'm very much a newb when it comes to SVN (well, at least I was a year ago when I started using it regularly). I just plugged-in Subclipse, created a new Flex project, then

Re: [flexcoders] Sysdeo Tomcat Plugin

2007-05-10 Thread Johannes Nel
yeah it does make a difference. FB is extremely stripped down. installing the FB plugin is the way to go. On 5/9/07, hank williams [EMAIL PROTECTED] wrote: I use sysdeo, but I use the flexbuilder plugin into a separate eclipse install rather than using the flexbuilder eclipse. I dont know

[flexcoders] bindSetter on an ArrayCollection

2007-05-10 Thread Sebastian Feher
Hi, I ran into a situation where I need to be notified about items being removed or added from/to a node that has children:ArrayCollection in a hierarchical structure. I know the deep binding works as I can see my model changes picked by the Tree control. [Bindable] private var myData

Re: [flexcoders] What happened to amfphp.org?

2007-05-10 Thread Tmeister
yeap The domain expired. it was register with registerFly. thats bad.. dorkie dork from dorktown wrote: it looks like he didnt renew his domain. On 5/9/07, *André Rodrigues Pena* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I asked the same question On 5/9/07, *Stefan

[flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread jeff_at_flexgroups
Actually, the SB M2F2 Plugin build SWCs, SWFs, and manages SWC dependencies. We used it for multi-module builds and bundle assembly (we manage several SWC/SWF projects with Maven 2, M2F2 Plugin and CruiseControl). I can provide you POM samples if needed. We are currently working on ASDoc

[flexcoders] Re: Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread jeff_at_flexgroups
Ultimately, however, it's traditional client-server in many ways, architecturally : I agree, except -in my opinion- for one thing : the SOA / RIA coupling. In my point of view, RIA concept is a piece of a larger whole. For the first time, I think we have the tools to make very old dreams come true

[flexcoders] access to nested xml element in a datagrid provider.

2007-05-10 Thread reude
Hi, I have made the following example: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=listIssues.send() mx:HTTPService id=listIssues url=http://localhost:3000/issues/list; method=GET resultFormat=e4x

[flexcoders] dynamic function in AS3/Flex.

2007-05-10 Thread Eude Romain
Hi All, I am wondering if it is possible to read the value of a property to return another property value, which name is calculated. Example: in a datagridcolumn, the labelfunc is a callback that return the value to display in the column. The idea here would be to read the property

RE: [flexcoders] How to learn Caringorm

2007-05-10 Thread Dimitrios Gianninas
First make sure u have build simple Flex apps and understand the little things about Flex. Secondly, read the 6 page article by Stephen to understand what Cairngorm is and how it works. Dont worry about version numbers, v0.99 and v2.1 and almost identical. It is a micro-architecture, it is so

[flexcoders] Re: Datagrid issue with when appending data

2007-05-10 Thread mark_j_ellul
Hi Everyone, I think I have solved this. I started to create a test app to illustrate the issue, and I could recreate the issue. I noticed 2 things I was doing in my main project, that I was not doing with my test app. I was adding data to the ArrayCollection using addItemAt, in my test app I

RE: [flexcoders] bindSetter on an ArrayCollection

2007-05-10 Thread Dirk Eismann
if you have a reference to the ArrayCollection you can do collection.addEventListener(CollectionEvent.COLLECTION_CHANGE, collectionChange); collectionChange will then get notified for different kinds of updates happening on the collection instance (see mx.events.CollectionEventKind for the

RE: [flexcoders] Documenting ... args with ASDoc

2007-05-10 Thread Stephen Gilson
Hi, Basically, we explain it all in the description for the parameter. Like: * @param ...args A value of any data type (such as numbers, elements, or strings), etc. etc. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark

Re: [flexcoders] Re: Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread Christian Gruber
You're bang-on, Jeff. It's like what people had hoped to do with client/server + distributed objects (CORBA). Oh, what an age we live in. :) Christian. christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
Hmmm. I'm confused. how come I couldn't find you guys when I went to write this sucker. :) We should probably collaborate, since I'm working on asdoc and unit test inclusion as well. I have an approach for inclusion of swfs in the .war that pulls in swfs into a resources folder that is

[flexcoders] Detect focusOut on Application / Stage

2007-05-10 Thread polestar11
Hi there I would like to detect a user entering and exiting a Flex app. My initial assumption was to use FocusIn/Out on either the generic stage / application objects: stage.addEventListener( FocusEvent.FOCUS_IN, onFocusIn ); stage.addEventListener( FocusEvent.FOCUS_OUT, onFocusOut ); This

Re: [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Andriy Panas
Just saw a link a few days ago at MXNA to a Flex 2 plugin that claims to do the following: The Maven 2 - Flex 2 plugin is a Maven 2 http://maven.apache.org/ plugin designed to enable continuous integration for Adobe Flex 2http://www.adobe.com/flexlibraries and applications, and to benefit of the

[flexcoders] Re: CacheAsBitmap stops working.

2007-05-10 Thread helix206
Has anyone solved the problem with +/-8191 coordinates problem? --- In flexcoders@yahoogroups.com, Troy Gilbert [EMAIL PROTECTED] wrote: Oh, and another issue you may run into... coordinates inside a container can't be outside of the range +/- 8191 or the object vanishes. So, that too

[flexcoders] Re: Documenting ... args with ASDoc

2007-05-10 Thread Mark Piller
Hi Stephen, I understand what you have in the doc. What I am asking if there is any way to override the default behavior so instead of ... args I could put my own specific argument descriptions. Thanks, Mark --- In flexcoders@yahoogroups.com, Stephen Gilson [EMAIL PROTECTED] wrote: Hi,

Re: [flexcoders] Drawing text to screen / bitmap

2007-05-10 Thread Daniel Freiman
By different do you mean slightly off (i.e. the wrong shade of red), or completely wrong (i.e. black instead of red)? I've gotten it to work but I agree it doesn't look right. It's not picking up the antialiasing or pixel fitting or something. I don't think embeded fonts are helping but i have

RE: [flexcoders] Drawing text to screen / bitmap

2007-05-10 Thread Mark Ingram
Yes, the font was the biggest issue I had. It looked like it was drawn back in the days of Windows 3.1. Nice and blocky! It didn't look anywhere near the nice anti-aliased text that normally appears in a TextArea. Let me know how you get on. Cheers, Mark

[flexcoders] keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
Hi, I'm using keypress events to rotate a sprite on a canvas. It works fine until you click on some other window on your desktop, then come back to the browser. Then you can click on things with no problem but the keypress event stops firing. I'm listening for the event in the container, as I

[flexcoders] Require urgent help

2007-05-10 Thread Rajesh Deshmukh
Hi All, I am new to this group. I have a small problem which I need to resolve as soon as possible. I am working for one project where I need to implement the Meter in an application for Flex. It's like I am having some dynamic data (which changes on the user interaction). I am having a

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
For what it's worth, I meant keydown. Still stuck! --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: Hi, I'm using keypress events to rotate a sprite on a canvas. It works fine until you click on some other window on your desktop, then come back to the browser. Then

[flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread jeff_at_flexgroups
Next release (0.9.2) will include unit testing (using XMLSocket communication) and ASDoc generation. Concerning SWF inclusion, we thought the users should build their apps using multi-module build. ... modules moduleswc-module1/module moduleswc-module2/module moduleswf-app/module

[flexcoders] Re: Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread jeff_at_flexgroups
CORBA : you're bang-on, Christian. ;) --- In flexcoders@yahoogroups.com, Christian Gruber [EMAIL PROTECTED] wrote: You're bang-on, Jeff. It's like what people had hoped to do with client/server + distributed objects (CORBA). Oh, what an age we live in. :) Christian. christian

[flexcoders] Re: Data Push with Remote Objects

2007-05-10 Thread kyle.vanvranken
First off let me preface this in saying I'm not a Java guy, least not just yet. To my understanding there are a couple options you have that may or may not work for your given situation. 1. Polling - not really much fun and pretty inefficient. 2. Setting up a version system for the data that

Re: [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
Yep. That's how I handle it. The extra steps, however, are how to include it in the war itself, since it's not a resource that's stored in src/main/webapp in the war project. So I use the maven-dependency-plugin to include it by doing this (cut and pasted from the plugin docs at

[flexcoders] Re: Using SVN (tortoise) with Flex Builder

2007-05-10 Thread jeff_at_flexgroups
I got problems with Subclipse. I am now using Subversive, it works perfectly. You can find update site (Eclipse 3.2.2 - the plugin is named SVN Team Provider) there : http://www.polarion.org/projects/subversive/download/1.1/update-site/ Jeff. --- In flexcoders@yahoogroups.com, Troy Gilbert

Re: [flexcoders] Re: Using Hibernate Association on Data Grid

2007-05-10 Thread Dave Carabetta
Yep, sorry. I was thinking of the List control, where you only need the one argument. Anyway, glad this got you going! Regards, Dave. Cynergy Systems, Inc. On 5/9/07, headjoog [EMAIL PROTECTED] wrote: yep - that got it Davejust had to change the label function for the data grid to use

Re: [flexcoders] How to learn Caringorm

2007-05-10 Thread André Rodrigues Pena
http://bie.no/blog/computers/software-engineering/actionscript/2007/01/getting-started-with-cairngorm/ On 5/10/07, Dimitrios Gianninas [EMAIL PROTECTED] wrote: First make sure u have build simple Flex apps and understand the little things about Flex. Secondly, read the 6 page article by

Re: [flexcoders] Re: Staging an AS3 for Flash 8?

2007-05-10 Thread slangeberg
I believe that is what http://www.kongregate.com/ is doing with some AS3 content (search for understanding games). When I looked up that article, the page has a disclaimer that says that Flash player 9 is required. This doesn't mean they couldn't do what you're saying, but I don't know of

Re: [flexcoders] Access dragImage within dragDrop event?

2007-05-10 Thread slangeberg
I guess that would be easy enough! ;) Hey man, thanks for replying to my message. I could have sworn people weren't even seeing my posts on this board, any more! -Scott On 5/7/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/7/07, slangeberg [EMAIL PROTECTED] slangeberg%40gmail.com wrote:

Re: [flexcoders] Require urgent help

2007-05-10 Thread slangeberg
'Meter'? Are you talking about a gauge on an instrument panel? Have you looked at the charting components? -Scott On 5/10/07, Rajesh Deshmukh [EMAIL PROTECTED] wrote: Hi All, I am new to this group. I have a small problem which I need to resolve as soon as possible. I am working for

RE: [flexcoders] Re: AS3 codegen

2007-05-10 Thread Clint Modien
UML... but you generate both the Java and AS3 classes from the UML. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Tuesday, May 08, 2007 9:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: AS3 codegen

RE: [flexcoders] Require urgent help

2007-05-10 Thread Tracy Spratt
First, the subject to your post is not good. EVERYONE's problem is urgent to them. Many of us do not even read messages that do not have a subject that suggests we might be able to help. Now, sure, you can do this in flex. One way is to use a progress bar. Another is to create your own

RE: [flexcoders] Re: OpenType Fonts in Flex 2?

2007-05-10 Thread Matt Chotin
I'm not sure if that will work, it's all about what Java will support by default. It may support Type 1, not sure. Sorry for not having more info... Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Maher Sent: Wednesday, May

Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Jean-François Mathiot
Ok. Actually, I were not able to find a way to specifiy the target path for the dependency inclusion with Maven 2 WAR Plugin (something like the mvn-1 war.target.path property). All I found was this defect : http://jira.codehaus.org/browse/MWAR-18 ... Our plugin also use the SDK, that can be

[flexcoders] Problems with xmlns

2007-05-10 Thread André Rodrigues Pena
Hi there, I downloaded the CairngormStore 2.1 and tried to compile it with mxmlc. I got the following error at the file Services.mxml : Could not resolve: cairngorm:ServiceLocator I think that this is because the compiler is not able to resolve this namespace:

[flexcoders] Timing issue when retrieving data from a remote object

2007-05-10 Thread dr_stone_1024
How do I know when an Asynchronous RemoteObject call is complete? Parts of my UI are being displayed that are bound to the results of the RO call, and are being drawn before the data is available. Any thoughts?

[flexcoders] Re: What happened to amfphp.org?

2007-05-10 Thread Stefan Schmalhaus
Patrick set up a new home for AMFPHP: http://amfphp.sourceforge.net/ There's a post on his blog on the domain issue: http://www.5etdemi.com/blog/archives/2007/05/amfphporg-domain-expired-who-owns-it/

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
Hey Jeff, This is really funny - we have developed quite similar plugins. On May 10, 2007, at 12:31 PM, Jean-François Mathiot wrote: Ok. Actually, I were not able to find a way to specifiy the target path for the dependency inclusion with Maven 2 WAR Plugin (something like the mvn-1

[flexcoders] Flex layout in flash 9 cs3

2007-05-10 Thread Austin Kottke
What would it take to take some of the layout components such as HBOX and VBOX and use these in flash 9 cs3? Does this mean that the entire flex framework would need to be imported before compiling or is this a relatively small undertaking. Anyone every tried this?

[flexcoders] Load Display Image from FileReference

2007-05-10 Thread jmfillman
I want to let a user select an image file, using FileReference and have the selected image load into Flex and display in the app. I know how to use FileReference to filter only images and allow them to select the file, but how do I take that image file and load and display it in the app?

[flexcoders] Simple Full Screen Tutorial?

2007-05-10 Thread Ethan Miller
Greetings - Wondering if anyone here is aware of any tutorials, sample code etc., for taking my whole flex app into and out of full screen. Also, seems from what I read in the Flex Builder docs like the generated HTML wrapper needs to have a couple parameters added to it, etc. Not sure how

[flexcoders] Re: Require urgent help

2007-05-10 Thread Doug Lowder
There is a gauge component for Flex 1.5 on Peter Ent's blog. The principles should be the same for Flex 2. http://weblogs.macromedia.com/pent/images/GaugeSamples.jpg Source: http://weblogs.macromedia.com/pent/archives/flex/solutions/gaugeCompon ent.zip

[flexcoders] How to assign chart series itemRenderer in AS3?

2007-05-10 Thread Aaron Wright
The sort of it is that I would like to set the itemRenderer of a LineSeries in AS3. The long of it is that I've tried numerous ways to do this, and I keep getting: Can't coerce mx.charts.renderers.LineRenderer to IFactory. (Not verbatim) Here's what I've tried: 1.)

RE: [flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread Alex Harui
I don't know if we can solve that one, especially in all browsers. Usually when the browser becomes active the player instance still doesn't have focus. And once you give it focus, it may have forgotten its repeat state. Keyboard related stuff is a topic of discussion at Adobe these days.

RE: [flexcoders] Detect focusOut on Application / Stage

2007-05-10 Thread Alex Harui
There are activate/deactivate events From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11 Sent: Thursday, May 10, 2007 6:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Detect focusOut on Application / Stage Hi there I

RE: [flexcoders] Custom Drawn TextArea / How To Implement Custom Drawn Sprite

2007-05-10 Thread Alex Harui
What you probably need to know is that the graphics layer of a sprite is always behind all children of the sprite. The TextArea is a Sprite containing a child border and a TextField and sometimes scrollbars. You can probably add another Shape to the TextArea and top of all the other children

RE: [flexcoders] Sharing an Image instance in multiple datagrid item renderers.

2007-05-10 Thread Alex Harui
Check this out: http://www.quietlyscheming.com/blog/2007/01/29/new-flex-componentsample- superimage/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sergio_trejo_r Sent: Wednesday, May 09, 2007 2:35 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
Not sure I understand. I'm clicking in it to make sure it has focus. In fact I tried adding activate and deactivate handlers for the container, and in the activate I add the keydown listener. Tracing shows that the activate event fired, but the keydown event never shows up again. I'm

RE: [flexcoders] How to assign chart series itemRenderer in AS3?

2007-05-10 Thread Ely Greenfield
This should work fine: Import mx.charts.renderers.LineRenderer; lineSeries.setStyle(itemRenderer,new ClassFactory(LineRenderer)); Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Wright Sent: Thursday, May 10, 2007 10:16 AM To:

RE: [flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread Alex Harui
graphical things haven't been the main focus of Flex, but system security is tantamount and the player doesn't want to allow you to sniff keystrokes from other applications so when you lose activation lots of things may stop working. I've marked this to try in a simple testcase, but it may be a

[flexcoders] rpc fault handler not called

2007-05-10 Thread Michael Allman
Hi, Can anyone tell me how to get Flex to call a fault handler associated with an rpc call? This is the pattern I'm using: var token:AsyncToken = operation.send(); token.addResponder(responder); However, my responder's fault method is never called. Instead I get an error message

[flexcoders] experience with Hibernate Annotations FDS

2007-05-10 Thread Kevin
Does the built-in FDS / HibernateAssembler require the hbm.xml mapping files in order to work properly OR can we use the annotations approach? The only reason I ask is that I have not seen any examples of people using Hibernate annotations. According to Hibernate:

[flexcoders] FDS+tab Navigator+XML QUERIES

2007-05-10 Thread kanu kukreja
Hello, need to ask some very small small queries: how to do data syncronization in flex? Pls don't send me any articles URL i already read about FDS but need to implement that too instead of studying i want some practical example and i'm using .net in backend. how to get values

Re: [flexcoders] Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread Manish Jethani
On 5/10/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/9/07, dmiramontesval [EMAIL PROTECTED] wrote: http://java.sun.com/javafx/ [...] So now we have a new player, which on my personal opinion considering the position of Java in the market, might bring some good and sane competition

Re: [flexcoders] experience with Hibernate Annotations FDS

2007-05-10 Thread Christian Gruber
We used the annotations approach. It worked fine, but we did find a problem with them. We have several diffferent projects that use a different subset of the model. If you use annotations to define relationships, then you cannot re-use the object model java code unless you configure

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
What I'm making is a simple tool similar to a flowchart, where people can drag objects onto the canvas, then drag arrows too, to connect the first objects. I got it so that they could rotate the arrows using the cursor keys on the keyboard, but as soon as the browser is deactivated, this

RE: [flexcoders] Timing issue when retrieving data from a remote object

2007-05-10 Thread Tracy Spratt
Use the result event of the data service call. Have that event call a handler function, where you can do whatever you need to do. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dr_stone_1024 Sent: Thursday, May 10, 2007

Re: [flexcoders] experience with Hibernate Annotations FDS

2007-05-10 Thread Kevin
thank you for this! exactly what I needed to know. Also thank you for the warning. Right now that will not affect us, but good to know for the future. - Kevin On May 10, 2007, at 2:31 PM, Christian Gruber wrote: We used the annotations approach. It worked fine, but we did find a

[flexcoders] Validation error red box displayed remains after validating a field.

2007-05-10 Thread Amine Diab
Hi, I am doing dynamic field validation, and noticed that the red error box turns from red to faint red after a Valid event is dispatched on an originally invalid field. A dynamic validation example done by Aral Balkan will illustrate my point; follow the link below GOT TO THE END of the

RE: [flexcoders] rpc fault handler not called

2007-05-10 Thread Tracy Spratt
Is the problem with the responder? If you just pass a string in the ACT token, do you still get the error? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Allman Sent: Thursday, May 10, 2007 2:17 PM To:

RE: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Sterling, Brian
You guys are awesome! I feel little tears of joy coming to my eyes when I think about this beautiful collaboration! But seriously, I am looking forward to using the output and helping out any way I can. Once you two decide how to proceed, please let the rest of us know how to get

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
Yeah, typically something like this you have to balance out local ease of startup against the maintenance cost when you want to sync with the vendor. I could go ahead and check stuff in, if you like, and have everyone point to it. You can always do an svn merge (or wahtever your local

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
Oh and thanks! But we haven't collaborated much yet. ;) We're just checking it all out at this point. Thank us when it's all shipping with the latest. Christian. On May 10, 2007, at 3:02 PM, Sterling, Brian wrote: You guys are awesome! I feel little tears of joy coming to my eyes

Re: [flexcoders] Re: 2nd transition not working

2007-05-10 Thread Manish Jethani
On 5/10/07, bill.fogarty17 [EMAIL PROTECTED] wrote: I wonder was there any other component that I could have used to get the same effect? I would simply create a new component as a subclass of DividedBox with the dragging functionality disabled. You could also maybe write your own component

[flexcoders] thoughts on loading graphics into my sprite

2007-05-10 Thread blc187
I've been trying to attach some things to a sprite with no luck. I was originally drawing into the graphics of it but decided I needed to load a graphic instead. So I tried var img:Image = new Image(); img.source = ... sprite.addChild(img); but I get nothing. the only positive results I've

Re: [flexcoders] thoughts on loading graphics into my sprite

2007-05-10 Thread Manish Jethani
On 5/11/07, blc187 [EMAIL PROTECTED] wrote: I've been trying to attach some things to a sprite with no luck. I was originally drawing into the graphics of it but decided I needed to load a graphic instead. So I tried var img:Image = new Image(); img.source = ... sprite.addChild(img);

[flexcoders] Re: How to assign chart series itemRenderer in AS3?

2007-05-10 Thread Aaron Wright
Well, trying that gives me: ReferenceError: Error #1069: Property items not found on mx.charts.series.items.LineSeriesItem and there is no default value. at mx.charts.renderers::LineRenderer/mx.charts.renderers:LineRenderer::upda\ teDisplayList() at

[flexcoders] Re: thoughts on loading graphics into my sprite

2007-05-10 Thread blc187
sorry, skimped on pasting the actual code. the height and width are set, just didnt include it in the example var img:Image = new Image(); img.source = recordings.jpg; img.height = 144; img.width = 142; img.maintainAspectRatio = false; sprite.addChild(img); still no image :(

RE: [flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread Alex Harui
Yeah, and that's the discussion point here. How much power do we give game devs w/o enabling spyware. I think you're describing a possible bug, but it may be an OS limitation. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread Alex Harui
I just tried the simple test. If you listen to the stage for keyDown, it repeats when the player is clicked on again in IE. Can you try that? -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, May 10, 2007

RE: [flexcoders] Re: thoughts on loading graphics into my sprite

2007-05-10 Thread Alex Harui
You cannot add UIComponents to non-UIComponents. Is sprite really a Sprite? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of blc187 Sent: Thursday, May 10, 2007 12:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: thoughts on

[flexcoders] Re: thoughts on loading graphics into my sprite

2007-05-10 Thread blc187
yes sprite is really a sprite. its coming from the datagrid highlightIndicator, I am trying to load a graphic into the highlight instead of using the default blue box. so I am overriding drawHighlightIndicator override protected function drawHighlightIndicator(indicator:Sprite, x:Number,

[flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-10 Thread Jon Bradley
So... I've got a backend server running Apache Tomcat and I've got the ability through our CMS to dynamically create gateways, and use an AJAX API to get information from them. I've never used AJAX and I'm pretty new to Flex, so the question is how can I make the same type of call that an

Re: [flexcoders] RE: AS3 codegen

2007-05-10 Thread Kevin
I have successfully set this up to generate code (it was actually much easier than I thought it would be) and now I am realizing that I would like to modify joe's template (for example I need to use IValueObject instead of ValueObject). Can I just unzip the jar and change the .vm file

[flexcoders] Re: rpc fault handler not called

2007-05-10 Thread Michael Allman
I did not receive my message, so I'm responding to my original post. This is actually in response to Tracy Spratt's message. What is the ACT token? And the responder's fault handler is simply not called. I've debugged it to no avail. I need to see the source to mx.rpc stuff in order to

RE: [flexcoders] Re: thoughts on loading graphics into my sprite

2007-05-10 Thread Alex Harui
You might want to not use Image and use the lower-level flash.display.Loader. Note that loader latency will likely make the image appear late which may not be desirable. It would be better to embed the image or use a variant of SuperImage from quietlyscheming.com

RE: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-10 Thread Alex Harui
flash.net.URLLoader From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jon Bradley Sent: Thursday, May 10, 2007 1:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] XMLHTTPRequest in Flex instead of Javascript So... I've got a

[flexcoders] Re: HibernateAssembler fixes re: parent-child hierarchy

2007-05-10 Thread simonjpalmer
Personally, I have not verified any fixes. Adobe did put me on the lcds beta program but I have been too busy pressed up against my own deadlines and work-rounds for this exact problem to be able to reverse back to Feb and take another look. If anyone does find out I would love to hear. I have

[flexcoders] spaces and word wrapping

2007-05-10 Thread Daniel Freiman
It appears you can type as many spaces as you want in a text control without having them spill over the the second line of text. They just continue on infinitely on the same line if a word character isn't found. Does anyone know how to make spaces wrap to the next line like they would in a word

RE: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-10 Thread Tracy Spratt
How about HTTPRequest? Doesn't it actually use URLLoader underneath, but is optimized for RPC data transport? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, May 10, 2007 4:55 PM To:

Re: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-10 Thread Jon Bradley
I love simple answers. thanks man. now I just have to figure out how to use it. On May 10, 2007, at 4:54 PM, Alex Harui wrote: flash.net.URLLoader

RE: [flexcoders] Re: rpc fault handler not called

2007-05-10 Thread Tracy Spratt
I am just suggesting that you simplify the conditions by not using a responder function. Instead, just put a string in the AsyncToken, and use a hard coded fault handler. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-10 Thread Persaud, Anthony
Take a look at the HTTPService class. http://livedocs.adobe.com/flex/2/langref/mx/rpc/http/HTTPService.html I prefer to use the pure actionscript interface to it than using MXML - especially if you have a lot of services on the server. From:

  1   2   >