[flexcoders] Re: drag n drop manager

2006-12-12 Thread raju_bb
I have set the event handlers on the draggable area and also on the droppable area.(on the pop-up from where i am dragging the images and also on the canvas).. But still its not happening what i want..I want only copies of those images and not the main copy..And yeah i liked that suggestion of

[flexcoders] Re: Bug In Tree openItems setter?

2006-12-12 Thread bhaq1972
have you tried something like myTree.expandItem(myTree.openItems[1], false); --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: lol. I am really retarded today. I redundantly restated what I said in the subject, and then I spelled it wrong. On 12/11/06, hank

[flexcoders] OS detect

2006-12-12 Thread chrislee943
Does anybody know how to detect OS version on which Flash Player run? Thanks for any advance. Dmitry.

[flexcoders] Re: Cairngorm 2.1 why the ServiceLocator dosen't extends UIComponent anymore?

2006-12-12 Thread zipo13
Hi Ben,Samuel and others... After struggling with the ServiceLocator for a whole day I found this thread that gave me some insight to the problem. I wonder if anyone can post improved SerivceLocator class here that includes an initServices method. Since I'm not a big fan of changing a precompiled

[flexcoders] How to instantiate SliderThumb out of Slider subclasses?

2006-12-12 Thread Sergey Kovalyov
Hi All! How to instantiate SliderThumb out of Slider subclasses? I have tried to create it inside custom component in createChildren() override, though nothing has been created. I have also tried sizing it in updateDisplayList() override, but SliderThumb instance getExplicitOrMeasuredWidth() and

RE: [flexcoders] OS detect

2006-12-12 Thread Van De Velde Hans
Check the Help for flash.system.Capabilities : ex. var versionString:String = flash.system.Capabilities.version; Alert.show(versionString:+versionString); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chrislee943 Sent: dinsdag 12 december

[flexcoders] how to make my own keyboard shortcuts in flexbuilder/eclipse

2006-12-12 Thread shemeshkale
is there a way in FlexBuilder/Eclipse to make my own keyboard shortcuts? so that when, for example, i press Alt+k it will write oh my god they killed kenny ?? in Eclipse prefs under {Java.editor.templates} i can make a new template. but i dont see an option like this in Flex. if not possible -

RE: [flexcoders] How to disable a mouse over?

2006-12-12 Thread Van De Velde Hans
Some extra info to facilitate any response, so I have a container for the timeslots : mx:HBox id=timeSlotContainer horizontalGap=0 mouseEnabled=false mouseFocusEnabled=false / //--- and a function to create the timeslots:

Re: [flexcoders] extending classes question (AS) (.HTTPService)

2006-12-12 Thread Yiðit Boyar
thanks a lot for your clear answer; it worked 100%. and soon; i will send you personal email about my class not to bother the mail group... thanks in advance... - Original Message From: Lachlan Cotter [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 11, 2006

[flexcoders] Create package-level functions in AS3?

2006-12-12 Thread Dirk Eismann
Is it possible to create custom package-level functions the same way e.g. flash.utils.getDefinitionByName is implemented? The flash.utils package defines several functions that can be imported directly - I'd like to implement some utility functions by using the same approach but I end up getting

RE: [flexcoders] Create package-level functions in AS3?

2006-12-12 Thread Dirk Eismann
Answering myself here: yes - it does work, but there may be only one public visible function definition inside the .as file and the .as file has to be the same as the function name. So given my example: package foo { public function bar():void { } } this file needs to be stored as bar.as

[flexcoders] Re: ListBase.as getting called after Drop to Datagrid--Preventing the Drop???

2006-12-12 Thread raju_bb
Hi can anyone help me out with a small example of DragDrop Manager There are two mxml files.. First mxml It contains only canvas and one button outside of the canvas which is used to open the TitleWindow(Pop-Up). mx:Script public function dragEnterHandler(event:DragEvent):void {

[flexcoders] Default value for combo boxes

2006-12-12 Thread stephen50232
HI, Is there a property for the combo box component for a default value; for example I want to insert Please select... in the top row of my data bound combo boxes, which I thought would be a standard thing to do, but I can't see the property you set for this default value. Can anyone point me in

Re: [flexcoders] Re: Bug In Tree openItems setter?

2006-12-12 Thread hank williams
Yeah, I figured out something similar to that to close everything and then I apply the new openItems, so I have been able to move forward, but it does seem to me that they should fix the code (preferable) or fix the documentation of the way openItems works. Regards, Hank On 12/12/06, bhaq1972

[flexcoders] Re: problem with a for each loop

2006-12-12 Thread leo4beer
Thanks Peter, that was the problem. --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: http://livedocs.macromedia.com/flex/2/langref/statements.html#for_each.. in Note: The for each..in statement iterates only through the dynamic properties of an object, not

[flexcoders] Re: Drag And Drop components from one layout to another

2006-12-12 Thread raju_bb
Hey friend, Even i m struggling for the same..It has taken a week now..But i m still not able to do it.If anything you come up with lemme know..We can help out each other..Thanks

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Sam Shrefler
Robin: It sounds like you may be looking for a Remoting Gateway which uses AMF rather than Web Services and has the ability to translate .NET - AS Objects. I've got articles written on two different options, Fluorine and WebOrb. http://blog.shrefler.net/?p=6 http://blog.shrefler.net/?p=10

[flexcoders] Re: problem with a for each loop

2006-12-12 Thread leo4beer
i have another question: when I do the following: for(var prop in instancOfB){ //gets here only once as if instancOfB has only one member } bur if I do the following: for each(var prop in instancOfB){ //will show the values of all props } the problem is that for each will not give

[flexcoders] Re: ListBase.as getting called after Drop to Datagrid--Preventing the Drop???

2006-12-12 Thread lostinrecursion
As a point of interest also, there is a great article about this on the blog of Peter Ent. It's exactly what you are looking for. He has some great info on there. Link is: http://weblogs.macromedia.com/pent/ Scroll down a little and you'll see part II in the series. You can find part two from

[flexcoders] Re: Connect to FB2 Debugger from SDK compiled swf

2006-12-12 Thread cluebcke
Bjorn, mind sharing what you figured out? I had the same question that you originally posed, since the app I'm working on needs to be accessed through a JBoss server on localhost which seems to preclude me from using the FB2 debugger (which, needless to say, is quite a bummber). Thanks, Chris

[flexcoders] How to draw a circle at a point in a line chart?

2006-12-12 Thread Sandeep Malik
We have an issue. We're drawing a line chart and at some particular point on the line chart, we want to draw a circle. Does anyone know how to do this? Any help is appreciated. Thanks and Regards, Sandeep

[flexcoders] Re: HDividedBox

2006-12-12 Thread jroblang
Thanks for the suggestions. The problem with setChildIndex() is that the HDividedBox is always drawn left-to-right with the lowest level child always on the left. So as soon as you change the Index, the box is redrawn and your items are in reverse order. Not good. I've looked into

Re: [flexcoders] FDS2 can not work with Jrun4, what I am missing?

2006-12-12 Thread Esma Kaya
please unsubscribe from the mailing list regards,

RE: [flexcoders] Default value for combo boxes

2006-12-12 Thread Van De Velde Hans
Usually, I just add a first element in the dataProvider of the ComboBox. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stephen50232 Sent: dinsdag 12 december 2006 12:48 To: flexcoders@yahoogroups.com Subject: [flexcoders] Default value for

[flexcoders] Re: Default value for combo boxes

2006-12-12 Thread stephen50232
--- In flexcoders@yahoogroups.com, Van De Velde Hans [EMAIL PROTECTED] wrote: Usually, I just add a first element in the dataProvider of the ComboBox. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stephen50232 Sent: dinsdag 12

[flexcoders] Debug Flash Player 9 for Intel Mac

2006-12-12 Thread Brian Dunphy
Does anybody have the debug Flash Player 9 for Intel macs? I've heard it's included in the Apollo private beta right now... is it against any agreements for somebody in that beta to send us the debug player only? I'm really hurting for a debug player in OS X right now. Obviously if this goes

Re: [flexcoders] How to draw a circle at a point in a line chart?

2006-12-12 Thread arpan srivastava
Hi Sandeep, I have added a Plot Series for drawing circles, if you want a circle at a specific point you can create an itemrenderer and then add it to the plot series example: plotS.setStyle(itemRenderer,new ClassFactory(myCircleItemRenderer)); Here you can override the data property

Re: [flexcoders] Debug Flash Player 9 for Intel Mac

2006-12-12 Thread Alisdair Mills
there is a debug player for intel macs in the flex builder beta available on http://labs.adobe.com. the default location for it is /Applications/Adobe Flex Builder 2 Plug-in Beta/Flex SDK 2/player/debug/Install Flash Player 9 UB.dmg On Tuesday, December 12, 2006, at 06:06AM, Brian Dunphy

RE: [flexcoders] Re: Default value for combo boxes

2006-12-12 Thread Van De Velde Hans
Either you include the first element in the CFCs (in a centralized way for all), or you add a result handler in ActionScript and add a first element in the result handler, or you extend the ComboBox to automatically add a first element. There are always many ways to do something, it's just up

[flexcoders] Re: Debug Flash Player 9 for Intel Mac

2006-12-12 Thread aspentreemedia
I too need/want this new build of the debug player. If getting me into the beta for Apollo is the only way then so be it. I promise to convert at least 1 of my old Central apps to Apollo and provide feedback and log bugs. Cheers, Mike Weiland - Mike Weiland Aspen Tree Media

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Dimitrios Gianninas
Ok I switch the code around a bit and it looks more like this now: var req:URLRequest = new URLRequest(); req.url = http://localhost:7001/billing/servlet/FileSvlt;; req.method = URLRequestMethod.GET; req.data = new URLVariables(operation=DOWNLOAD); try { var fr:FileReference = new

Re: [flexcoders] Debug Flash Player 9 for Intel Mac

2006-12-12 Thread Greg Newman
They're available on Adobe's site here: http://www.adobe.com/support/flashplayer/downloads.html It's working fine on my OSX MBP. On 12/12/06, Brian Dunphy [EMAIL PROTECTED] wrote: Does anybody have the debug Flash Player 9 for Intel macs? I've heard it's included in the Apollo private

Re: [flexcoders] file download doesnt work?

2006-12-12 Thread Valy Sivec
I worked with upload/download a while back and it's a great improvement in 2.0 vs 1.5. Have you tried to call your servlet outside Flex?. http://localhost: 7001/billing/ servlet/FileSvlt I suspect that your servlet is not configured properly in web.xml Valy - Original Message

Re: [flexcoders] Re: Default value for combo boxes

2006-12-12 Thread Clint Tredway
there is an attribute called prompt for a combo box. use that to place that text as the first line... now it will disappear once a selection is made. On 12/12/06, Van De Velde Hans [EMAIL PROTECTED] wrote: Either you include the first element in the CFCs (in a centralized way for all), or

Re: Re: [flexcoders] Debug Flash Player 9 for Intel Mac

2006-12-12 Thread Brian Dunphy
Greg, Do you have the Universal binary of Firefox? I remember when we were waiting for the first Intel Mac player to come out, we had to run the PowerPC binary of Firefox through emulation, and the player worked (but slow). I'm just curious because I have tried installing the one on that page

Re: [flexcoders] Re: HDividedBox

2006-12-12 Thread Daniel Freiman
I think you're going to need to override the box. I'd look at Overriding the layout mechanics of the VBox container in the Creating Advanced Visual Components in Actionscript doc (pg 161). It might be similar enough to help. - Dan On 12/12/06, jroblang [EMAIL PROTECTED] wrote: Thanks for

RE: [flexcoders] Default value for combo boxes

2006-12-12 Thread Matti Bar-Zeev
How about the prompt attribute of the control? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: Tuesday, December 12, 2006 3:46 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Default value for combo

Re: [flexcoders] Re: Drag And Drop components from one layout to another

2006-12-12 Thread Daniel Freiman
Try using ObjectUtil.copy() to copy the object and then add the copy to the canvas (in the doDropDrag function). If you add a object to a canvas (or any other displayObjectContainer) it will remove the object from it's current parent and place it on the canvas. There's no way around that. -

Re: [flexcoders] How to instantiate SliderThumb out of Slider subclasses?

2006-12-12 Thread Daniel Freiman
I'd ignore the measured sizes right now and focus on if the explicit sizes are getting set. Nowhere inside the tumbslider class is the width or height set so setting the width and height properties, or the explicitWidth and explicityHeight properties, or calling setActualSize() should work.

[flexcoders] FlexBuilder error: Removing Compiler Problem Markers, Marker id:3705 not found

2006-12-12 Thread Rachel Maxim
I have seen this error in FlexBuilder (w/CFEclipse) several times over the past couple weeks while compiling/saving code (I believe it happens with all file types, although at the moment it's happening in CF code): Removing Compiler Problem Markers Marker id: 3705 Not found The details button

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Patrick Mineault
Try ObjectUtil.toString(myObject) Patrick Robin Burrer a écrit : Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here’s the code. I reckon this is as basic as it gets … public function onMyResult(event: ResultEvent) :void {

[flexcoders] Re: Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-12 Thread Christina Burnham
--- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Change the model property referenced by the ArrayCollection source to animalList.pet and specify it as an array (an Object is returned when there is only a single item), and it should work: mx:ArrayCollection

Fw: [flexcoders] how to make my own keyboard shortcuts in flexbuilder/eclipse

2006-12-12 Thread javalopers
Hello shemeshkale, Take a look http://eclipse-tools.sourceforge.net/shortcuts.html sincerely bora.

[flexcoders] ValueCommit strange behaviour with comboBoxes

2006-12-12 Thread Alberto Albericio
Hello all, Whenever I try to change the selectedIndex in a comboBox, if the selectedIndex is different from the current selectedIndex, it dispatches 2 valueCommit events instead of 1!! If I change it to the same index, it just dispatches one! :o Here's an example: mx:Application

Fw: [flexcoders] how to make my own keyboard shortcuts in flexbuilder/eclipse

2006-12-12 Thread bora
Hello shemeshkale, Take a look http://eclipse-tools.sourceforge.net/shortcuts.html sincerely bora. - Forwarded Message From: shemeshkale [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 12, 2006 11:34:17 AM Subject: [flexcoders] how to make my own keyboard

Re: [flexcoders] Shuffle items in Repeater

2006-12-12 Thread Lachlan Cotter
Hi Joe, I think there might be a way to do it, but it's not pretty. Probably better off using a list or something similar instead of a repeater, because the repeater isn't much help after it has actually instantiated it's contents. The list is a little more work because you have to go

Re: [flexcoders] file download doesnt work?

2006-12-12 Thread Valy Sivec
How about changing reg.method=POST instead GET?. Valy - Original Message From: Dimitrios Gianninas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 12, 2006 9:28:40 AM Subject: RE: [flexcoders] file download doesnt work? Ok I

[flexcoders] Re: How to disable a mouse over?

2006-12-12 Thread camlinaeizerous
If I understand your issue, there is the single pixel thickness between items where the mouse is not actually on anything but you don't want this and even if your mouse is over top the grid line you want to technically be on the button? I'm not sure how hard this would be with how your rendering

[flexcoders] changewatcher and XML

2006-12-12 Thread Johannes Nel
hi when i go changewatcher.canWatch(this,someXMLObject); the result is true. however when i do add a watch it never fires (code sample below) and when i use the getEvents method the object returned is empty. whats up with this seeming contradiction, and how does binding then work on XML

[flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
Here's the issue. You have a tree that has certain leaves open. You get a selectedIndex from a tree lets say its 9. This means that the 10th visible slot on the screen is selected, regardless of what is or isnt open. Its 10 rows from the top of the screen. Then, you put that captured

Re: [flexcoders] Shuffle items in Repeater

2006-12-12 Thread Ralf Bokelberg
If you use binding, all you need to do is changinge the dataProvider. Here is a little example: snip ?xml version=1.0 encoding=utf-8? mx:Application

RE: [flexcoders] Re: problem with a for each loop

2006-12-12 Thread Peter Farland
When you say all props are you talking about completely dynamic properties (again, note that these loops only take properties dynamically added at runtime into consideration). I did a test and I only see dynamic property names or their values returned in either a for loop or for each in loop

RE: [flexcoders] Flex vs. JSP

2006-12-12 Thread Saheta, Jyoti
1) The app to build : will be java based that would communicate with web services to fetch and store data to back-end. Since the app will also include some rich components like Grid, I evaluated FLEX. So, I was looking if it is possible to replace the jsp presentation layer completely

RE: [flexcoders] Re: How to disable a mouse over?

2006-12-12 Thread Van De Velde Hans
That's not exactly what I meant. I'll try to rephrase the problem : it's when a very large timeblock is cut by a grid line, and you roll over the grid line : then you roll off the timeline block button below and I want to stay on the timeline block button below. -Original Message-

[flexcoders] Re: Default value for combo boxes

2006-12-12 Thread stephen50232
--- In flexcoders@yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: there is an attribute called prompt for a combo box. use that to place that text as the first line... now it will disappear once a selection is made. On 12/12/06, Van De Velde Hans [EMAIL PROTECTED] wrote:

[flexcoders] Re: another bug in tree... or am I missing something

2006-12-12 Thread hank williams
Just to elaborate on this, and to be absolutely clear, you *cannot* use selectedIndex on a tree with open leaves and get an accurate result. The reason for this is that the internal routine commitSelectedIndex uses an iterator that to find the item to select. But the iterator on the tree is

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread Johannes Nel
use .item of the treeEvent to get the model and use selectedItem in the tree to set according to model. so what i am basically saying is do your iteration over the dataprovider and code according to the data vs the view. On 12/12/06, hank williams [EMAIL PROTECTED] wrote: Here's the issue.

RE: [flexcoders] How to draw a circle at a point in a line chart?

2006-12-12 Thread Ely Greenfield
Hi Sandeep. See my post on drawing into a chart here: http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Malik Sent: Monday, December 11, 2006 8:32 PM

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread Michael Schmalle
Hi, I think you should take a look at the; import mx.controls.treeClasses.HierarchicalViewCursor; import mx.controls.treeClasses.HierarchicalCollectionView; classes I don't think the 'underpinnings' are incorrect. It's just conceptually there are differences that present themselves in that

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
I dont quite understand. I am trying to set the selectedItem in the tree control. There is no concept of selection in the dataprovider so I dont know how I could set the set a selected item in the data vs the view. Selection is a view only concept. Hank On 12/12/06, Johannes Nel [EMAIL

[flexcoders] Re: Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-12 Thread Doug Lowder
I missed the syntax problem but, interestingly enough, the app works without the mx:Array tag - although I'm not sure why. Tracy is correct, the columns property is an Array so it should contain an mx:Array tag when declared in mxml. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
On 12/12/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I think you should take a look at the; import mx.controls.treeClasses.HierarchicalViewCursor; import mx.controls.treeClasses.HierarchicalCollectionView; classes I don't think the 'underpinnings' are incorrect. It's just conceptually

[flexcoders] Re: Browser to Flex Debugger connection

2006-12-12 Thread Mike Morearty
Just opening the HTML file isn't enough to begin a debugging session. When you click Flex Builder's debug icon, Flex Builder does two things: It launches your browser, *and* it starts listening on a particular socket, waiting for the Flash player to start talking to it. If you just open the HTML

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
By the way, again, just to be clear, the selectedIndex setter seems to inherit from ListBase.as instead of from something in the tree family. Regards, Hank On 12/12/06, hank williams [EMAIL PROTECTED] wrote: On 12/12/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I think you should

[flexcoders] Form-based auth on Websphere

2006-12-12 Thread baardos
Hi, I have a problem with FORM based auth on Websphere or rather what happens afterwards when I a remote object calls a destination. To give some background: The app is splitted in two applications (separate .swf files): 1. login screen 2. core app The core app is in protected area. When a

Re: [flexcoders] Re: Default value for combo boxes

2006-12-12 Thread Ralf Bokelberg
There is a little difference though. In contrast to a real element the prompt element can not be choosen by the user. Once the user has choosen something from your combo, she cannot go back to the default state. Cheers, Ralf. On 12/12/06, stephen50232 [EMAIL PROTECTED] wrote: --- In

[flexcoders] Flex Caching Option.

2006-12-12 Thread gubbi_manju
Allowing an Flash deployer to decide if an flex application should be placed in a disk cache created and controlled by Flash Plug-in. The only time a Flex application gets downloaded after caching is when it is updated on the server; otherwise the swf is always available for fast loading.

Re: Fw: [flexcoders] how to make my own keyboard shortcuts in flexbuilder/eclips

2006-12-12 Thread shemeshkale
i have seen this, but this not what i meant. it is a list of predefined shortcuts that come with Eclipse. i want to know how can i make my own. like i said: i want that pressing alt+k will write koko kilshon how? --- In flexcoders@yahoogroups.com, bora [EMAIL PROTECTED] wrote: Hello

Re: [flexcoders] Flex Caching Option.

2006-12-12 Thread Ralf Bokelberg
I don't know, if the flash player supports this properties. Another method to control cacheing is to append the version to the url of the swf. Whenever you change this version string, the url changes and so the swf is downloaded again (when you load/refresh the page). Cheers, Ralf. On 12/12/06,

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread Michael Schmalle
And since it is a property that can be read and written we should be able to set the list of which items are open and which are closed. What are you talking about here? If they intended to make it work such that setting openItems just adds to a list of open items then they should have made

[flexcoders] Re: Default value for combo boxes

2006-12-12 Thread Doug Lowder
The prompt element can't be selected directly from the combobox control itself, but it _can_ be selected programmatically by setting the combobox's selectedIndex to -1 from, say, the click handler of a reset button. Sometimes that's a good fit, sometimes maybe not so good, but it's one more

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
On 12/12/06, Michael Schmalle [EMAIL PROTECTED] wrote: And since it is a property that can be read and written we should be able to set the list of which items are open and which are closed. What are you talking about here? If they intended to make it work such that setting openItems just

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
On 12/12/06, Michael Schmalle [EMAIL PROTECTED] wrote: And since it is a property that can be read and written we should be able to set the list of which items are open and which are closed. What are you talking about here? If they intended to make it work such that setting openItems just

[flexcoders] Express FDS Stops after 1 hour

2006-12-12 Thread Manohar Madhusudan Joshi
We have setup our app in FDS Express version (trial). But finding that FDS stops after 1 hour. So, it stops calling fill and create methods. Has anyone seen this behavior ? We have tomcat 5.0 and jdk 1.4.2_08

Re: [flexcoders] Animated Gif Support, why not yet? - feature request for the Profile Page Gone Bad

2006-12-12 Thread John Dowdell
{reduxdj} wrote: I know this seems silly, animated gif support in flex - why not? The Adobe Flex Framework, Flex Builder IDE, and Flex Data Services run on your machines. What runs on the enduser's machine is the Adobe Flash Player. Adobe Flash Player hasn't worked directly with external

[flexcoders] Rendering Problems with Tree Scrolling

2006-12-12 Thread cypherhat
I was wondering if anyone has experienced the following: 1. Load a tree control with enough nodes to allow scrolling. 2. Expand a node and scroll up and down really fast with the mousewheel. 3. Rendering issues ensue: nodes fail to render and sometimes many labels seem to be drawn on top of each

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread Johannes Nel
when selecting something in a tree you get a treeevent, this has a refrence to the item in the dataprovider. On 12/12/06, hank williams [EMAIL PROTECTED] wrote: I dont quite understand. I am trying to set the selectedItem in the tree control. There is no concept of selection in the

[flexcoders] Can I export XML from client to a new html page

2006-12-12 Thread Vikas Bhatia
From flex I can open up a new html page. Is it possible to populate that page with the xml already present on the client. The use case is that for every grid I want to provide a csv and xml download without going back to the server to fetch the same data. What I would like to do is open up the

RE: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread Tracy Spratt
I have never used selectedIndex, because of the very flat vs hierarchical dichotomy you mentioned. I have had good results using e4x XML as the dataProvider for my trees. Whe I need to select an item programmatically, I use an e4x selection expression to find the node, then set the

Re: Re: [flexcoders] Debug Flash Player 9 for Intel Mac

2006-12-12 Thread Greg Newman
Brian, I'm running FF2.0 but can't tell if it's a universal or not. Mozilla's site doesn't give any information on it from what I can find either. About FF doesn't tell either. When I installed I don't remember it telling me it was PPC only. On 12/12/06, Brian Dunphy [EMAIL PROTECTED] wrote:

RE: [flexcoders] Flex vs. JSP

2006-12-12 Thread Tracy Spratt
1) Yes, the presentation layer is exactly what Flex is designed for. You can use JSP to generate the html wrapper for the Flex generated SWF if you want. This is often done if you want to pass values into the Flex app, via flashvars, when it starts up. And this is generally more flexible

RE: [flexcoders] FlexBuilder error: Removing Compiler Problem Markers, Marker id:3705 not found

2006-12-12 Thread Tracy Spratt
Have you tried cleaning the project? Clening removes all generated files, and is the first thing to try if you have issues like this. Go Menu, Project, Clean. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rachel Maxim

Re: [flexcoders] Need light shed on Array issue

2006-12-12 Thread Robert Moss
Sorry for bumping this, just hoping someone has an idea. Thanks, Robert "Robert Moss" [EMAIL PROTECTED] 12/8/2006 4:47 pm In Adobe's dashboard sample app, http://www.adobe.com/devnet/flex/samples/dashboard/ it assigns a charting component's dataProvider to an ArrayCollection's source(e.g.

[flexcoders] Not a flex question neccessarily... extracting SWF size with a php command

2006-12-12 Thread dj
Hi, no fan of Ajax here, is there a way to extract the swf size: height width, through php? Anybody done this before? Thanks, Patrick

[flexcoders] Re: Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-12 Thread Christina Burnham
--- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: I missed the syntax problem but, interestingly enough, the app works without the mx:Array tag - although I'm not sure why. Tracy is correct, the columns property is an Array so it should contain an mx:Array tag

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Diego Guebel
Hi Sam, I've read your tutorial, good stuff. I've been using flourine for a while in different projects but I haven't got the chance to use weborb. As you've tried both of them, I was wondering if you can make a comparison table or a pro and cons of each of them. It would be great. BTW, how

Re: [flexcoders] Shuffle items in Repeater

2006-12-12 Thread joe . g . james
That's what I needed. Thank you ! Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Sam Shrefler
Diego: First: Compare...I haven't used WebOrb at all past that. So my table consists of: Free vs Paid - i've chosen free at this point. WebOrb looks like an awesome product always being updated, but ihaven't had the need/chance to use it yet Second: Nullable objects! Ah yes...something I

[flexcoders] Firefox - TextInput Bug

2006-12-12 Thread polonycjunk
I tried submitting this message around 9Am but still hasn't gone through. I'm posting this again. The Bug: Accessing a compiled .swf file containing a TextInput Box through Mozilla FireFox. Click on the address bar, click on the text input box, click on the address bar again, and then start

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Diego Guebel
Hi Sam, I've made the same decision :D What about nullable boolean and the rest of the possible types? cheers, Diego. On Wed, 13 Dec 2006 09:51:43 +1300, Sam Shrefler [EMAIL PROTECTED] wrote: Diego: First: Compare...I haven't used WebOrb at all past that. So my table consists of:

[flexcoders] Re: Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-12 Thread Doug Lowder
That issue is because pets.xml is generating an Object when there is a single item, instead of an Array (which it will do when there ai more than one pet defined). Take a look at mx.utils.ArrayUtil.toArray() is the docs for some code that will ensure you are always dealing with an Array. -

Re: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread hank williams
Problem solved. Someone offlist sent me a solution, which appears to be that setting selectedIndex doesnt work, but setting selectedItem does work. So the work around for the bug is dont use selectedIndex. Regards, Hank On 12/12/06, hank williams [EMAIL PROTECTED] wrote: By the way, again,

[flexcoders] Re: Need light shed on Array issue

2006-12-12 Thread Doug Lowder
Hi Robert, I believe that is because Array.slice() returns a new Array object, which the binding to fire when assigned to slicedRegionData.source, whereas the second version is just setting slicedRegionData.source to the same value. Change the line: slicedRegionData.source = regionData;

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Dimitrios Gianninas
Yup tried that too... I'm perplexed! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Valy Sivec Sent: Tuesday, December 12, 2006 10:26 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: file download doesnt work?

2006-12-12 Thread Doug Lowder
So does: req.url = http://localhost:7001/billing/servlet/FileSvlt;; mean that your client and server are one and the same? Does it work if you use a DNS name or IP instead of localhost? --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Yup tried that too...

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Brian Holmes
Not Sure if this will work Dimitrios, But I seem to remember having similar issues and reading somewhere that the constructor of the Url Request expected a url as a string. var req:URLRequest = new URLRequest(http://localhost http://localhost/ : 7001/billing/ servlet/FileSvlt ) ; req.method

[flexcoders] Embedding XML document in Actionscript

2006-12-12 Thread tobiaspatton
Hello list; I can't do this in MXML: mx:XML id=summary source=Data/summary.xml/ But I can't do this in ActionScript [Embed( 'Data/Summary.xml' )] private var summary : XML (I get this compiler error: Embed only supported with variables of type Class or String. ) Any workarounds?

RE: [flexcoders] Embedding XML document in Actionscript

2006-12-12 Thread Roger Gonzalez
You always need to embed onto a variable of type class or string. Using [Embed] on XML is actually an undocumented trick, I believe, but it works something like this: [Embed('Data/Summary.xml')] private var summaryClass:Class; If I remember correctly, it creates a class with a (static?) data

[flexcoders] Re: Embedding XML document in Actionscript

2006-12-12 Thread tobiaspatton
Thanks Roger; I figured that out through some sneaky use of the debugger. Tobias. --- In flexcoders@yahoogroups.com, Roger Gonzalez [EMAIL PROTECTED] wrote: You always need to embed onto a variable of type class or string. Using [Embed] on XML is actually an undocumented trick, I

[flexcoders] Change styleName on selectedItem

2006-12-12 Thread Joe
Can someone please give me an example of how to change the style name of a selected item in a list.

  1   2   >