RE: [flexcoders] Re: Tooltip : Charting issues

2007-05-11 Thread Sunil Bannur
Paramjit, Something like this should work: Basically set the styles on the DataTip class, also there is a dataTipFunction which you can set the customize the text itself. See the livedocs for more details. DataTip { fontFamily: Arial;

RE: [flexcoders] Tree component icons graphic sizes

2007-05-11 Thread Alex Harui
Pretty much any size if you set rowHeight to be tall enough From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of keith Sent: Thursday, May 10, 2007 9:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree component icons graphic sizes

[flexcoders] Problem with zoom effect!

2007-05-11 Thread Ravi Kumar Gummadi
Hi all, I am using the zoom effect for a canvas and the canvas contains a lot of components added to it. As far as I know, Zoom shouldn't interfere anything with the layout , it should just zoom the whole component like a picture. But strangely, some of labels are getting truncated when I try

[flexcoders] FlexBuilder issue:Another Flash debugger may be running. Close it to continue.

2007-05-11 Thread herrodius
Hi, I'm getting an error when trying to debug flex applications in Flex Builder. Restarting Eclipse has no effect, I actually have to reboot my computer. The first time after rebooting, debugging works, but each new attempt fails. The error messages says: Another Flash debugger may be running.

[flexcoders] Re: Problem with zoom effect!

2007-05-11 Thread bhaq1972
try hard coding the widths of your labels and see what happens. I had a similar problem but it was being caused by datagrids which had height=100% assigned to them. when i took this out, everything worked. --- In flexcoders@yahoogroups.com, Ravi Kumar Gummadi [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] Documentation tool for AS2 AS3

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Jobe Makar wrote: If anyone is interested in beta testing this application then please give me a shout here: [EMAIL PROTECTED] If it runs on Linux (unlike asdoc) sign me up ! -- Tom Chiverton Helping to enthusiastically visualize ubiquitous ROI on:

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Hi Matt, I didn't know about packages. Assumed they were to do with SDK not Flex Builder. Any how, I found it and renamed the package and the swc file. OS that the mxml file and all 3 elements names are unique. But, I still get the same error! Many thanks for the help so far. Linc

[flexcoders] image out of frame

2007-05-11 Thread li.wen
Hello all, I am writing my own mxml component now. The component contains a canvas 200x300, x=0, y=0. And I also locate an image at x = 210, y=0. I move this image into current canvas with help of timer function. As I am moving an image on the stage little by little. However in the main

[flexcoders] Re: image out of frame

2007-05-11 Thread helix206
Set horizontalScrollPolicy=off verticalScrollPolicy=off on your component.

Re: [flexcoders] image out of frame

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, li.wen wrote: to be not seen. How can I remove this scroll bar to achieve the effect I want to get? Hope I explained my question clearly. Thank you all. xxxScrollPolicy I imagine. Also, why are you using a timer rather than an effect/tween ? -- Tom Chiverton Helping to

Re: [flexcoders] what's going on with AMFPHP home?

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, André Rodrigues Pena wrote: what's happening? www.amfphp.org It's on sourceforge now. -- Tom Chiverton Helping to carefully orchestrate essential schemas on: http://thefalken.livejournal.com This email is sent for

Re: [flexcoders] Strange Behavior on DataGrid Resize - Column Resize below Minimum Width

2007-05-11 Thread Tom Chiverton
I am struggling with a very strange behavior: I have a dataGrid Are you using the 2.0.1-hotfix 1 compiler, or just 2.0.1 ? Hotfix 1 has several updates to the DataGrid. -- Tom Chiverton Helping to biannually utilize cross-platform convergence on: http://thefalken.livejournal.com

Re: [flexcoders] dynamic function in AS3/Flex.

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, Eude Romain wrote: public function myLabelFunction(item:Object, column:DataGridColumn):String { trace(path of the value we would like to display= + column.dataField); // this actually contains epar_document.id // works return

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Matt, You mentioned about classname. There is no className=. in the mxml. Should there be? _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Friday, 11 May 2007 9:23 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex

Re: [flexcoders] Problems with xmlns

2007-05-11 Thread Johannes Nel
its in the swc with the namespace declared in your own manifest file. add the cairngorm swc to your project library On 5/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi there, I downloaded the CairngormStore 2.1 and tried to compile it with mxmlc. I got the following error at the

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

2007-05-11 Thread Johannes Nel
yeah it makes sense for subclipse not to set the ignores on the repos, it is clever enough to know what the standard eclipse project structure is:) personally i prefer tortoise svn, eclipse goes side ways at times and seems to take forever completing processes, and then i can still do what i

[flexcoders] Re: Tool Tip for the each item in the list

2007-05-11 Thread Dan Tavelli
For anyone still looking on this one i just set the property in a function thats run after creationComplete(); init() { combobox.dropdown.showDataTrips = true; } one interesting result is that once you select an item in the combo box, if you open it up again and try to select another item the

[flexcoders] Require urgent help

2007-05-11 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: Timing issue when retrieving data from a remote object

2007-05-11 Thread dr_stone_1024
I kind of thought you might say that, so let me explain a little more about my application. I'm trying to do two complex things at once and I'm not sure which is breaking. To start with I'm using Flex 2.01 and Cairngorm 2.2 arch. My main view file is MainPanel.mxml which contains some

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

2007-05-11 Thread bhaq1972
Can't see any problem with the phone number validator demo. if you input letters into the phone field the error message says invalid characters blah blah if you input 112, the error message says your telephone number must contain at least 10 digits --- In flexcoders@yahoogroups.com, Amine

Re: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-11 Thread Jon Bradley
Yea, probably a good thought. I'm actually looking at Caringorn (sp?) as a solution to the service issues that I will probably run into in the near future. At the moment, there are only two of us on the team developing this application we're working on, but I'm already aware of the use cases

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

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, Amine Diab wrote: entry. Could anyone shed some light on this issue, and provide a work arround. Thank you. Call the validation from keyDown. -- Tom Chiverton Helping to ambassadorially empower out-of-the-box niches on: http://thefalken.livejournal.com

Re: [flexcoders] Problems with xmlns

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, André Rodrigues Pena wrote: Could not resolve: cairngorm:ServiceLocator Is the SWC in your library path ? -- Tom Chiverton Helping to vitalistically monetize strategic e-markets on: http://thefalken.livejournal.com

Re: [flexcoders] Fw: output formats (excel/word)

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Derrick Anderson wrote: xls/doc/pdf documents in flex. i'm sure the pdf integration is there, Or not. if i want to allow users to export data into excel and send it directly to their desktop (like cfcontent does), would it be worth getting into? are You might want

Re: [flexcoders] image out of frame

2007-05-11 Thread li.wen
Hi I think I can make some acceleration effect by using timer. Or effect tween also can achieve this? Joe - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 11, 2007 6:24 PM Subject: Re: [flexcoders] image out of frame On

Re: [flexcoders] Re: image out of frame

2007-05-11 Thread li.wen
Hello, Em.. this works fine for me .. problem solved. Thank you. Regards, Joe - Original Message - From: helix206 To: flexcoders@yahoogroups.com Sent: Friday, May 11, 2007 6:18 PM Subject: [flexcoders] Re: image out of frame Set horizontalScrollPolicy=off

Re: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-11 Thread Jon Bradley
On the same line of thought, since HTTPRequest seems to be one of the answers to my problem, has anyone tried to perform user authentication through that? The system we're developing uses servlets for all communication - but it creates these dynamically as we define pages that contain

[flexcoders] [announce]AsWing A3 0.9

2007-05-11 Thread iiley
Hi flasher guys, We are proud to announce the release of AsWing A3 0.9, the details are: *==AsWing A3 0.9=* ――�C Currently all standard component are finished, include(bold are new in 0.9): JButton, JToggleButton, JRadioButton, JCheckBox, JPanel, JScrollBar,

RE: [flexcoders] FDS+tab Navigator+XML QUERIES

2007-05-11 Thread Dimitrios Gianninas
Hi Kanu, here are some answers: 1) If want to use FDS to data sync, meaning that when one client updates some data all other clients will receive the updates then u need to use a Java back-end. If you are using .NET I believe this might be accomplished using WebORB (someone with more

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

2007-05-11 Thread Dirk Eismann
Btw, why there is this inconsistency that in the Charts API itemRenderer is a Style whereas in the rest of the Flex 2 framework it is a property? Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield Sent:

RE: [flexcoders] Require urgent help

2007-05-11 Thread Ravi Kumar Gummadi
You can definitely do that. You would be having a series of canvases laid horizontally in HBox. Each canvas can contain a digit. Now how u show the transition between them depends on how you implement your logic. You can use move effect to simulate that a digit is going up and a new

[flexcoders] TileList showing wrong data after using removeItemAt when scrolled

2007-05-11 Thread havardfl
I have a rather strange error occuring, which to me seems like a bug with the TileList... I have a small application with a TileList and a Button. The Tilelist has an XMLListCollection as a dataprovider. On Initialization I add 100 entries to the collection. They all come up nicely in the

Re: [flexcoders] FlexBuilder issue:Another Flash debugger may be running. Close it to continue.

2007-05-11 Thread Jeffry Houser
Did you try pressing the red stop button before starting your next debugging session? And / Or closing the browser will usually do it. At 03:51 AM 5/11/2007, herrodius wrote: Hi, I'm getting an error when trying to debug flex applications in Flex Builder. Restarting Eclipse has no

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

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, bhaq1972 wrote: if you input letters into the phone field the error message says invalid characters blah blah Type 11 numbers. It stays red till the control leaves focus. -- Tom Chiverton Helping to continuously develop mission-critical experiences on:

Re: [flexcoders] Documentation tool for AS2 AS3

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Jobe Makar wrote: It won't run on Linux. It runs on Windows, and will support Mac after the Windows version is complete. So the only feature over the Adobe version is it does AS2 as well ? -- Tom Chiverton Helping to proactively conquer value-added initiatives on:

Re: [flexcoders] image out of frame

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, li.wen wrote: I think I can make some acceleration effect by using timer. Or effect tween also can achieve this? Look at the easingFunction property of Tween: http://www.rachaelandtom.info/node/1435 -- Tom Chiverton Helping to economically maximize one-to-one

Re: [flexcoders] Documentation tool for AS2 AS3

2007-05-11 Thread Jobe Makar
Tom, It won't run on Linux. It runs on Windows, and will support Mac after the Windows version is complete. Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 252-627-8026 mobile: 919-609-0408 fax: 919-882-1121 - Original Message - From: Tom Chiverton [EMAIL

Re: [flexcoders] Require urgent help

2007-05-11 Thread shaun
Hi, Rajesh Deshmukh 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 one project where I need to implement the Meter in an application for Flex. It's like I am having some dynamic data (which

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
I placed the package name in the namespace xmlns:myComps=flashComponentPackage.* as below: ?xml version=1.0? !-- skins/EmbedSWF9ButtonSkins.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; height=1500 xmlns:myComps=flashComponentPackage.* mx:Button label=Click Me

[flexcoders] putting flex chart on asp.net web page

2007-05-11 Thread dd.shah
hi all, i have created stock market chart using flex charting and i want to put compiled swf file on asp.net web page with some interaction with page's javascript. i get succeed in putting chart.swf file on simple .net page but when i put it inside a page which is content page(under some

Re: [flexcoders] putting flex chart on asp.net web page

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, dd.shah wrote: then it gives me an error(javascript error at the bottomleft of the page and when i double clicked on that it shows me error like id of object tag is undefined) Get firefox. Get the firebug extension. -- Tom Chiverton Helping to confidentially

[flexcoders] Re: Problems with Sound objects - is this a bug?

2007-05-11 Thread Steven Toth
Clarification - I am setting the volume of SoundTransform of the SoundChannel returned from the play() method of the Sound object to 0 (by creating a new SoundTransform with volume 0), and the audio from each Sound object does seem to mute (as I hear the track fade out), but the 2nd track's

RE: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Dimitrios Gianninas
I dont believe so, but probably you will need to look into Apollo Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Friday, May 11, 2007 8:51 AM To:

[flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread tinkiknit
Hi Flexcoders... surfacing from my lurkerdom here...been away from Flex-ing for the past couple of months...but now here's a question the tech lead asked me... Can you drag and drop between a Swing application (or Motif for that matter, we're talking legacy software) and a Flex one running in

Re: [flexcoders] Documentation tool for AS2 AS3

2007-05-11 Thread Jobe Makar
Tom, That is not the only thing that sets them apart, but it is one of the biggest. Usually we write products because there wasn't something out there that fits our needs. We are writing and maintaining an enormous AS2 api and using our AS2 to AS3 convertor to upconvert it, so we have both AS2

Re: [flexcoders] Fw: output formats (excel/word)

2007-05-11 Thread Derrick Anderson
really? no pdf? i thought that was a shoo-in with the acquisition and all- oh well, but no xls and no .doc either? apollo is not right for this job, this is a web app and there is no justification bringing it to the desktop (plus apollo will not be released in time) i did some googling and

RE: [flexcoders] Require urgent help

2007-05-11 Thread Rajesh Deshmukh
Thanks shaun, It matches with my requirement. I just need to look for the motion for the meter i.e. the movement of needle. I think I will have to look out for some things like Transitions which I had already used in Charts. Thanks again, Regards Rajesh Deshmukh

Re: [flexcoders] Dynamic ContextMenuItem(s) / pass the menu id

2007-05-11 Thread Daniel Freiman
I think there should be a way to use anonymous functions, but in in this case anonymous function would be relatively inefficient. Instead I would try to map the label to the id. When an item is selected you can determine the label which determines the id. So something like this: var

[flexcoders] Cairngorm: how do you use it?

2007-05-11 Thread Cosma
Hello, after some weeks spent playing with Flex, I'm now trying to learn Cairngorm. I understood the concepts of the framework (and I know the problems it intends to address), but I've some questions about the best usage of Model Locator with data binding. To build up the user interface of the

Re: [flexcoders] image out of frame

2007-05-11 Thread li.wen
Hello, Sorry, I am green. How can I bound that easingfunction or Bounce.easeOut function to the mxml img to let the image move? Regards, Joe - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 11, 2007 8:29 PM Subject: Re:

[flexcoders] Re: Help needed working with backgroundImage

2007-05-11 Thread alanmorehead79
--- In flexcoders@yahoogroups.com, paulwelling [EMAIL PROTECTED] wrote: Hello, I need a little help from the Flexperts on this list... This seems like it should be easy, so I'm feeling that I've missed something... I have a .jpg that I want to use as our backgroundImage, 600x800, for

Re: [flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote: Thank for the response Tom. However, what are the advantages of implementing a model locator, when it is alway used from one single component? You may find it handy to have many 'layout' components, and nest them, just to keep the indenting and file size

Re: [flexcoders] image out of frame

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, li.wen wrote: Sorry, I am green. How can I bound that easingfunction or Bounce.easeOut function to the mxml img to let the image move? Did you read the article on using Tweens to change properties linked from the link I gave ? In this case, you want to Tween idOfImage.x

Re: [flexcoders] Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote: Now, my question is: should the single UI pieces be aware of the model locator, or it is better for them to expose properties, letting the layout component to use the model locator? I would go with the latter, on the grounds that the individual bits

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

2007-05-11 Thread jack_freud
Thanks for trying that, and that sounds like potentially good news. I'm not sure how to listen to the stage... I put the listener in the component with the canvas that is the parent of the objects... I assume the stage is at a higher level in the hierarchy? How would I pass the event back down to

[flexcoders] dragOver event not properly dispatched in tree?

2007-05-11 Thread Michael Imhoff
Hi Everyone, I'm running into a problem when dragging nodes where the dragOver event is not properly dispatch in all scenarios. Jason Hawyluk states that The drag over event is not dispatched when you move into a node, rather into and around it. on one of his spring loaded folders post:

Re: [flexcoders] Fw: output formats (excel/word)

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Derrick Anderson wrote: am i alone in thinking that the inability to export out all of the fine reporting that flex is capable of is a huge drawback for flex?? shrug Flex runs client-side, and with in the browser sandbox. This gives it limits. -- Tom Chiverton Helping

[flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Cosma
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 11 May 2007, Cosma wrote: Now, my question is: should the single UI pieces be aware of the model locator, or it is better for them to expose properties, letting the layout component to use the model

[flexcoders] Can I debug a flex app running in the browser?

2007-05-11 Thread Cosma
I have a WST/Flex project in Eclipse made up of some servlets and a flex application (first created a web dynamic project, then used Add flex project nature on it). I'd like to debug it as a web application, but breakpoints set in MXML and AS sources will not trigger this way. I have to debug it

Re: [flexcoders] image out of frame

2007-05-11 Thread li.wen
Thanks.. Done, I achieved the effect with help of tween and endTween, updateTween handlers. I do need search more. Regards, Joe - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 11, 2007 11:01 PM Subject: Re: [flexcoders] image

[flexcoders] Vertical Scroll-Lock

2007-05-11 Thread Matt
I'm developing a very basic chat application that resembles IRC, but I'd like to force the scroll bar to jump to the bottom every time a chat entry is added. This is on a Box and I'm adding Text entries as children. I've tried adding a listener for RENDER to push it down, but it always pushes it

[flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Cosma
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 11 May 2007, Cosma wrote: Thank for the response Tom. However, what are the advantages of implementing a model locator, when it is alway used from one single component? You may find it handy to have

RE: [flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread Ely Greenfield
Hi Carl. I'd like to help, but I really need to see your code. Again, a very simple example...of your item renderer, and the mxml, and some actionscript that shows what kind of a change you're trying to make...will be necessary to really help. I don't see your item renderer code in the post

Re: [flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote: If the 'layout' components can be nested, then each element of the chain must expose and correctly pass over to its child all the required model objects Nope, each layout should create it's own private instance of the Model. -- Tom Chiverton Helping to

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread carl_steinhilber
Anyone else have any ideas? I really need to get this solved, or I'll have to throw out the entire app and build it in something else. This is crucial functionality. --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Thanks Ely... I was hoping to catch your attention

[flexcoders] Re: Vertical Scroll-Lock

2007-05-11 Thread Matt
--- In flexcoders@yahoogroups.com, Matt [EMAIL PROTECTED] wrote: I'm developing a very basic chat application that resembles IRC, but I'd like to force the scroll bar to jump to the bottom every time a chat entry is added. This is on a Box and I'm adding Text entries as children. I've tried

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

2007-05-11 Thread Ely Greenfield
Good question. You could think of it as a subtle but important difference...for lists, the item renderer is often very specific to the type of data being rendered. For charts, it is sometime very specific to the data schema, but just as often, purely a stylistic choice...do you want round

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Matt Chotin
Sorry, I think I may have misled you. Tell us exactly where things are set up: What is the filename of the MXML file you have listed here? When you created the component in Flash, what is classname you used for what you exported? Did you write any actionscript code for the Flash components or

[flexcoders] Flex on Vista?

2007-05-11 Thread Steve Kellogg
Hey Folks, I need some quick advice: I've been avoiding the switch to Vista as long as possible (simply because I didn't want to risk an interruption in productivity). NOW, however I seem to have a dying laptop, and the decision has become more urgent. Do you guys have any feel for

[flexcoders] Re: Load Display Image from FileReference

2007-05-11 Thread jmfillman
Anyone??? --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote: 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

[flexcoders] Re: Can I debug a flex app running in the browser?

2007-05-11 Thread meteatamel
Did you see James Ward's Debug Flex and Java together blog? http://www.jamesward.org/wordpress/2006/07/05/debug-flex-java-together-in-flex-builder-2/ -Mete --- In flexcoders@yahoogroups.com, Cosma [EMAIL PROTECTED] wrote: I have a WST/Flex project in Eclipse made up of some servlets and a

Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Kelly Birr
I've been running Windows Vista since mid-November 2006. I find it to be more stable and reliable than Windows XP. I do still have a few compatibility problems with some programs and hardware devices who's manufacturers have not released updates, but this is to be expected with any new Windows

Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Guido
I don't know if Flex's working well with Vista, but I'm sure that Vista itself is not running properly, at least for the testing I've given it. My advice for you is that if you do get a new laptop, install XP on it, even as a parallel OS, and keep working on your flex projects from it. I'm not

Re: [flexcoders] Re: Load Display Image from FileReference

2007-05-11 Thread Doug McCune
You can't. FileReference doesn't give you any access to the data in a file. You need to send the file to a server, then download it from the server to be able to do anything with the File. If you're making an Apollo app then that's a different story, but for a web-based Flex app all files have to

RE: [flexcoders] Re: Help needed working with backgroundImage

2007-05-11 Thread Alex Harui
Looks like the image is always centered, so your canvas workaround might be best. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alanmorehead79 Sent: Friday, May 11, 2007 7:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

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

2007-05-11 Thread Alex Harui
systemManager.stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownListener); My test was lower-level than that, but it should call keyDownListener. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jack_freud Sent: Friday, May 11, 2007

RE: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Alex Harui
Flex on the web doesn't have DD interop with other applications. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Friday, May 11, 2007 5:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] can you drag and drop from a

[flexcoders] Flex on Mac

2007-05-11 Thread Arleston Lueders
Hello everybody! I'm thinking in buy a MacBook. Does anyone have a Mac here? What do you think about it? And the Flex will run normal on Mac, right? Thanks, Arleston

Re: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Doug McCune
Just thinking out loud, if your Swing app placed some data in the clipboard, like a description of what was being dragged, and then your Flex app had a rollOver event that checked if there's the appropriate data in the clipboard, if so show a visual indicator of what's being dragged in the flex

RE: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Alex Harui
Last I checked, Flex/Flash can put stuff on the clipboard, but can't get what's there. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug McCune Sent: Friday, May 11, 2007 10:29 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

Re: [flexcoders] Flex on Mac

2007-05-11 Thread Mark McCray
runs just fine for me. intel mac here. I use flex via plugin to eclipse, because i use other langs like PHP and Java. Mark On May 11, 2007, at 1:06 PM, Arleston Lueders wrote: Hello everybody! I'm thinking in buy a MacBook. Does anyone have a Mac here? What do you think about it? And

Re: [flexcoders] Flex on Mac

2007-05-11 Thread John Wilker
Mac here too. primary dev machine. I use the stand alone FB IDE, works fine. -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com Everything changes, nothing remains without change. ~Buddha c.483 bc On 5/11/07, Mark McCray

Re: {Disarmed} Re: [flexcoders] Flex on Mac

2007-05-11 Thread Jurgen Beck
Same here. I actually switched from Windows XP Professional running stand-alone Flex Builder to a Mac Pro and MacBook Pro. Works great. In fact, I seem to have less memory issues with Flex Builder on the Mac than I had with running it on Windows XP. The only thing I wish it would do on the

[flexcoders] looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Pan Troglodytes
Before I code my own, I'm just wondering if someone has already put code up for what I want. I'm looking to do a SeriesSlide left/right that slides the old points off while simultaneously sliding the new points on. I don't mean the same thing that happens if you use a SeriesSlide for the

[flexcoders] Mouse over image 180 pan

2007-05-11 Thread tonyx_788
hi guys i wonder if any one have a sample like a 360 pan viewer what y really need is to move over an 180 image so when it gets to the edge of it, it'll stop, i have a sample but is made in java not in FLEX thx

RE: [flexcoders] Flex on Vista?

2007-05-11 Thread Ben Forta
Steve, I have Flex Builder (Eclipse with all sorts of plug-ins), FDS, Apollo, CF, DW CS3, and more, all running on Vista with no issues whatsoever. --- Ben From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg Sent: Friday, May 11, 2007 12:35 PM To:

[flexcoders] Number data type rounding/flooring with FDS and Java

2007-05-11 Thread alteraa
Hi, simple problem. I have a strongly-typed VO with a property value as a Number on the Flex side, and a Double on the Java side. In the database the value is, let's say 5.20, but when I view the data in a DataGrid it floors the value to 5. I'm using a dataService to fill the ArrayCollection

[flexcoders] PieSeries labelPosition

2007-05-11 Thread myasandy2
I know how to set this style with MXML, but I am stuck with how to set it with Actionscript for a pie chart built with Actionscript. The pie chart works as I expect, I just can't get the label to display. TIA, Sandy

[flexcoders] determining debugging mode vs live

2007-05-11 Thread myasandy2
In my final piece, I am getting data via FlashVars which works. However it doesn't work when I am debugging the application. I have to hardcode values for testing. Is there a boolean variable (like NetConnected in Authorware) that lets you know if you are running in debugging mode or live? I

Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Court Shrock
Dell is still selling new laptops with XP--- so you don't have to go to Vista. Ben Forta wrote: Steve, I have Flex Builder (Eclipse with all sorts of plug-ins), FDS, Apollo, CF, DW CS3, and more, all running on Vista with no issues whatsoever. --- Ben *From:*

[flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Aaron Wright
That would be great. I have a chart that graphs many variables in realtime. I would love an effect or something that slid values on and off the chart. The slide left/right effect right now do the entire chart! When is that useful? If I added one value, slide one value on. If I removed one value,

RE: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Ely Greenfield
I don't believe that would be possible with the current chart effect API. That would require the series to create a superset of the before and after items to display at the same time. The effects generally don't have the ability to ask the series to create or show more items, and they

[flexcoders] Flex SWF running slow

2007-05-11 Thread alex steel
I have a little problem with Flex compiled file is running slow, freezing computer for about 2 sec basiclly I use amfphp2 to get information for dynamiclly creating Lists you can see it at http://www.pleasures.co.yu/_gvozden/RHS/RHS.html and code which is doing that is at

[flexcoders] Re: Number data type rounding/flooring with FDS and Java

2007-05-11 Thread alteraa
Actually I think I solved my second question, using Number(txtValueInput.text) instead of txtValueInput.text as Number The first one doesn't round off the value. I'm not sure why these are evaluated differently.

[flexcoders] Re: Strange Behavior on DataGrid Resize - Column Resize below Minimum Width

2007-05-11 Thread iko_knyphausen
Now you got me confused. I am running 2.01, and I just went to Adobes site. I did not see a Hotfix 1, just the 2.01. Where would I find Hotfix 1 of Version 2.01? thanks --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: I am struggling with a very strange behavior: I

RE: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Ely Greenfield
I should add...the interpolation effects do this, but they cheat. Each series has specific support for interpolation built in to them, and the interpolation effect just calls to the series to set up and execute the interpolation. Ely. From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Pan Troglodytes
Thanks for the clarification, Ely. Probably saved me some time dinking with effects. I was afraid this might be the case. So I'm guessing the best thing to do is to turn off effects and intelligently remove/add data points. BTW, I'm using your DrillDown/Up effects and just love them. Your

[flexcoders] Re: Load Display Image from FileReference

2007-05-11 Thread jmfillman
What about with Apollo? That gives you read/write access to files on a local machine.

Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Jurgen Beck
Came up really snappy for me. No performance issues at all. You may need to check and see what else is going on with your Flash player and the browser you are testing this with. If you are running this on Windows, check with the Task Manager to see what processes are consuming a lot of CPU

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

2007-05-11 Thread Aaron Wright
Or, if you were less charitable, you could claim it's just a mistake on our part, and itemRenderer should be a style everywhere J Oh please don't. I've been working with Flex 2 for only two months now, but I get so annoyed with styles. For example, I'm coding along in AS3 and I want to change

  1   2   >