Re: [flexcoders] Custom DataGrid with Form for itemeditor (any examples)???

2009-07-10 Thread niamath basha
you mean when we click on datagrid row display a popup with a form containing details of the selected row and then you can edit, delete the details. With Regards, Niamath Basha www.niamathbasha.wordpress.com On Thu, Jul 9, 2009 at 10:08 PM, flexaustin flexaus...@yahoo.com wrote: Wondering

Re: [flexcoders] Re: Streaming in LCDS

2009-07-10 Thread niamath basha
hey there is no reply you just replied blank.. With Regards, Niamath Basha www.niamathbasha.wordpress.com On Fri, Jul 10, 2009 at 12:50 AM, Shailesh Mangal shailesh.man...@gmail.com wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, niamath basha niamathba...@...

Re: [flexcoders] java data send to flex issue

2009-07-10 Thread niamath basha
try to create an object in flex similar to java return object With Regards, Niamath Basha www.niamathbasha.wordpress.com 2009/7/10 j2me_soul j2me_s...@163.com This is my data structure at back-end using java, ArrayList HashTable(keys, values); HashTable(keys,

[flexcoders] Re: tree not expanding with expandItem()

2009-07-10 Thread Mic
Thanks Tracy! --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: When you assign a dataProvider programmatically, you need to wait for the control to update before attempting to interact with the visual elements, like node expanding. Use callLater to delay the expand

[flexcoders] Antialiasing true removing characters

2009-07-10 Thread Rohit Sharma
Hi All, I am using an embedded font in my application. I am using advancedantialiasing to show sharper digits. But using advancedAntiAliasing as true is removing . (U+002E) character. So, when advancedAntiAliasing is false 7...45 is printed as 7...45 but changing

[flexcoders] Stop tree to tree drag and drop from adding node?

2009-07-10 Thread Mic
Cannot find a preDrop() type method. It seems like the dropped leaf/node is added by the time I get into the target tree dragDrop handler. Based on comparing XML attributes in source and target nodes I need to stop a drop :-) At the moment I am having to go through the target tree looking for

[flexcoders] Make label of LegendItem selectable

2009-07-10 Thread rleuthold
Hi, I try to make the text of the LegendItem label selectable, unfortunately with no luck. I thought this approach woud do the trick: 1.) Extend LegendItem 2.) override the set label and get label methods 3.) override the createChildren method In the createChildren() method I try to add a

Re: [flexcoders] Re: why does my MXML act differently than my AS?

2009-07-10 Thread Tom Chiverton
On Thursday 09 Jul 2009, Pan Troglodytes wrote: Yes, that's what I was referring to in the first post about digging through the generated source. Sorry, didn't see that in the issue. -- Helping to assertively innovate 24/365 principle-centered metrics as part of the IT team of the year, '09

[flexcoders] Re: Establishing a AMF Secure connection need 1 second delay!!!?

2009-07-10 Thread Dan
Thanks Valdhor for your response, my case is much more simple. It only has one RO and makes a single call, however from the Charles, there are two amfsecure under the messagebroker/, the second call is the call the RO explicity makes, and the first call is detailed as Command Message: 5

Re: [flexcoders] Re: dynamic image gallery

2009-07-10 Thread thomas parquier
oops, read event.result.getItemAt(0) instead of lastResult[0]... I think you should keep one data holder (mx:Model or arrayCollection) which would be bound to gallery and whatever has to get images path and label. You may keep mx:Model (because easier to read than AS) to store data usefull for

[flexcoders] Right mouse button with Flash Player 10

2009-07-10 Thread christophe_jacquelin
Hello, How to start a function when the user press on the right mouse button on an image. I have tried solutions on the web : they are working with Flash Player 9 but not with Flash Player 10. Thank you, Christophe,

[flexcoders] Setting Tree.selectedItem

2009-07-10 Thread bhaq1972
I'm trying to set the selectedItem for the given example. But I'm having all sorts of problems. The tree's dataprovider is XML. I'm only interested in selecting the child nodes (@label == Receipt)that means I have to expand the menu as well. Can someone give me some ideas? Code -

[flexcoders] Error adding image to DisplayList

2009-07-10 Thread gordofeatherfoot
Hello all, I have a problem that is not very easy to explain so please bare with me. Here is the context: I have a Component class written in pure AS3 that extends the Canvas Class. I then have a Weather component that extends that Component Class. This Weather Component contains a couple of

[flexcoders] Re: setStyle not valid

2009-07-10 Thread ag_rcuren
--- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: styleLabel.setStyle(fontSize, 72); -TH --- In flexcoders@yahoogroups.com, j2me_soul j2me_soul@ wrote: I try to change the style at runtime mx:Button x=38 y=44 label=ΪÖйúºÈ²Ê click=butClickHandler(event)/ mx:Label

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread erikdebruin_nl
Steve, No luck :-( The stack trace look like this: Console output [SWF] Presenter_AIR.swf - 2,508,088 bytes after decompression undefined at nl.ixms.app.data::SheetItem/loadFromDbResultHandler()[/{removed}/SheetIt\ em.as:114] at nl.ixms.db::Db/dbResultHandler()[/{removed}/Db.as:214]

[flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread erikdebruin_nl
Hi Thomas, Thanks for your patience. I wasn't clear about the undefined: it is not a regular trace() line (which show up in black in the Console), it is the word undefined in RED and it shows up as the top line of the stack trace dump after the crash, like this: Console output SWF]

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread erikdebruin_nl
Steve, Thanks for you reply. I added event.stopImmediatePropagation() in the (seemingly) relevant event handlers, but no luck :-( Any idea where the undefined in the stack trace might come from? EdB --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: A co-worker had the same

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-07-10 Thread zi or
While I try to run my Flex Profiler I got this error message: In the flash application I got the following exception: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation:

[flexcoders] undefined in red in the Console

2009-07-10 Thread erikdebruin_nl
Hi all, What does it mean when I see the word undefined in red in the Console, as the top line of the stack trace after an apparent exception happened? EdB

[flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread erikdebruin_nl
Hi, Thanks for your swift reply. I did a check to see if what you suggest might be the case, by inserting a trace() in all the event dispatch and handler functions, but nowhere in the chain does this type of recursion occur. I do however see that the entire chain is run dozens of times, while

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread Erik de Bruin
Amy, is that you? AWARE forever! ;-P EdB PS. I'm trying your suggestion now, thanks. On Thu, Jul 9, 2009 at 3:06 PM, Amyamyblankens...@bellsouth.net wrote: --- In flexcoders@yahoogroups.com, Erik de Bruin erikdebr...@... wrote: Hi, Thanks for your swift reply. I did a check to see if

[flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread erikdebruin_nl
Hi, Thanks for your swift reply. I did a check to see if what you suggest might be the case, by inserting a trace() in all the event dispatch and handler functions, but nowhere in the chain does this type of recursion occur. I do however see that the entire chain is run dozens of times, while

Re: [flexcoders] How to link effects so that one starts after one finishes?

2009-07-10 Thread Robert VanCuren Jr
You could also use a sequence effect that would play the effects on after the other mx:Sequence id=WipeRightUp mx:children mx:WipeRight duration=1000/ mx:WipeUp duration=1000/ /mx:children /mx:Sequence On Thu, Jul 9, 2009 at 11:10 AM, claudiu ursica

[flexcoders] Set up zendamf with flexbuilder

2009-07-10 Thread yonghan79
Hi all,i follow the tutorial about Integrate Flex Builder 3.0 Php easly with the fresh ZendAMF..I got this error message [RPC Fault faultString=Send failed faultCode=Client.Error.MessageSend faultDetail=Channel.Connect.Failed error NetConnection.Call.BadVersion: : url:

[flexcoders] Re: 3 questions

2009-07-10 Thread ag_rcuren
--- In flexcoders@yahoogroups.com, christophe_jacquelin christophe_jacque...@... wrote: Hello, I have 3 questions - How to initialize a DateField with the date of the day ? - How to add a skin for the buttons of a buttonbar ? - How to display in red a given row of a DataGrid ?

[flexcoders] How to connect Xcelsius data to Flex Chart component

2009-07-10 Thread riadashboard
I am needing to use spreadsheet data in my Xcelsius project and also use Flex to create custom components. I was able to successfully build and deploy a Flex custom component into Xcelsius, however, this component used hard-coded data inside the Flex source to compile the charts. This is not a

[flexcoders] Re: 3 questions

2009-07-10 Thread ag_rcuren
The ButtonBar allows you to specify 3 different styles: mx:ButtonBar firstButtonStyleName=firstButton buttonStyleName=middleButton lastButtonStyleName=lastButton / This lets you provide separate styles for both end buttons and the ones in the middle --- In

[flexcoders] Help me in Citation Map

2009-07-10 Thread Satish Chowdary
hi folks, Please provide any valuable information about citation map i need some guidelines to how to create and all   Thanks inAdvance Satish From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, 8 July, 2009 10:46:33 AM

[flexcoders] BrowserManager not working

2009-07-10 Thread edencane
Hi. I want to get the information of the current URL This is my code. It aint workin'. What 'm I doing wrong? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Script

[flexcoders] Re: Trying to make SoundManager class using getDefinitionByName

2009-07-10 Thread valdhor
Hmmm... You got me. This is what I came up with... package assets.sounds { import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; public class SoundManager { private var sound:Sound; private var channel:SoundChannel;

[flexcoders] Re: Custom DataGrid with Form for itemeditor (any examples)???

2009-07-10 Thread flexaustin
I would prefer not to use a popup, but rather an inline form in the actual datagrid row. Just not sure how I would get the inline form to expand across all the columns. --- In flexcoders@yahoogroups.com, niamath basha niamathba...@... wrote: you mean when we click on datagrid row display

[flexcoders] Re: java data send to flex issue

2009-07-10 Thread valdhor
Try returning an array of strongly typed objects. --- In flexcoders@yahoogroups.com, j2me_soul j2me_s...@... wrote: This is my data structure at back-end using java, ArrayList HashTable(keys, values); HashTable(keys, values); ... ...

[flexcoders] Who else is here - SharedObjects?

2009-07-10 Thread Wally Kolcz
I want to do a conference room application for work and would like to show who else is logged in and in the 'room'. I was thinking that SharedObjects would be the way to go, but after doing a little research, it doesn't seem that is the way it works. Is there a way for a Flex/LCDS application to

[flexcoders] Re: Setting Tree.selectedItem

2009-07-10 Thread bhaq1972
Problem solved. This is what I wanted public function test():void { // Select Receipt node - first Expand menu then selectItem menuTree.expandItem(XML(menuTree.dataProvider[0]..node.(@label == Receipt)).normalize().parent(), true, true); menuTree.selectedItem =

[flexcoders] setRemoteCredentials timeout?

2009-07-10 Thread Derrick Anderson
Hi, when you setRemoteCredentials on a RemoteObject- is there a timeout for that? I do not use sessions with my back-end, i pass credentials with every request- but it seems after a certain period of time the RemoteObject stops sending those credentials. Is there any way to get around that?

[flexcoders] how to hide ADG sort divider?

2009-07-10 Thread danilabuonora
hi, does anyone know how to make an andaceddatagrid look like a datagrid (hide de sorting thing, it takes way to much space)??? (I want to make it look like a datagrid) thanks a lot!

[flexcoders] Re: Establishing a AMF Secure connection need 1 second delay!!!?

2009-07-10 Thread valdhor
I wonder if it is the time it takes to encrypt/decrypt the stream? Does it happen with non-secure calls? --- In flexcoders@yahoogroups.com, Dan yldle...@... wrote: Thanks Valdhor for your response, my case is much more simple. It only has one RO and makes a single call, however from the

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread valdhor
Possibly completely unrelated to the Stack Overflow error (Or maybe the change is now showing where the original error came from. I would try debugging at or around line 114 of SheetItem.as. --- In flexcoders@yahoogroups.com, erikdebruin_nl erikdebr...@... wrote: Steve, No luck :-( The

[flexcoders] Re: Image Loader COMPLETE event wont fire for some images

2009-07-10 Thread toofah_gm
Tim, Thanks for your help on this. I feel like I am getting a little closer, but would like to get full understanding so that I can make a good decision on how to proceed. The 2880 limit seems to be related to the problem, however it is interesting that this limit only seems to affect

[flexcoders] Re: how to hide ADG sort divider?

2009-07-10 Thread grg_blls
Yes, there is. Set for the ADG: sortExpertMode=true George --- In flexcoders@yahoogroups.com, danilabuonora danilabuon...@... wrote: hi, does anyone know how to make an andaceddatagrid look like a datagrid (hide de sorting thing, it takes way to much space)??? (I want to make it look

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-07-10 Thread valdhor
Caveat: This may or may not work. Go to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html Click Edit Locations... then Add Location... Click the Browse for folder... button then select your bin-debug directory. Try again. This has worked for me in the

[flexcoders] AMF, IE, and a non-trusted certificate

2009-07-10 Thread jer_ela
All of our applications have to run over SSL. On the dev and eval servers we use internally generated certificates. With firefox once you install the certificate everything is fine. But with IE, if you just tell it to proceed to the website, all http calls to the the server work including

[flexcoders] AMR Format and ActionScript

2009-07-10 Thread app.developer
Is there a way to play back the audio format, AMR without having to convert it to something like an MP3...with actionscript? Thx bunches, P

[flexcoders] Re: setStyle not valid

2009-07-10 Thread Tim Hoff
I try change cause no work and me no Google. --- In flexcoders@yahoogroups.com, ag_rcuren robert.vancuren...@... wrote: --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: styleLabel.setStyle(fontSize, 72); -TH --- In flexcoders@yahoogroups.com, j2me_soul j2me_soul@ wrote:

RE: [flexcoders] Flex 4 System Manager idle threshold

2009-07-10 Thread Alex Harui
File an enhancement request (and a patch) Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of superabe superabe Sent: Thursday, July 09, 2009 4:19 AM To:

[flexcoders] Re: How to connect Xcelsius data to Flex Chart component

2009-07-10 Thread valdhor
For the purpose of having at least one person respond, I don't believe we can help you (Unless someone else has done this with Xcelsius). You would be better off using an example from SAP. --- In flexcoders@yahoogroups.com, riadashboard riadashbo...@... wrote: I am needing to use

RE: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread Alex Harui
Or show the code in that method. If you blow up the stack, you can't guarantee you'll get correct information in the stacktrace. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] BrowserManager not working

2009-07-10 Thread Alex Harui
Compare with the examples. You're not calling init() and you may need to add an event listener as well. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

[flexcoders] AdvacncedDataGrid: Column Group Issue

2009-07-10 Thread Patricia Han
Hi There, Have you ever successfully create a table or grid with hierarchical data and grouping some columns? I am trying to create a grid showing folders and want to group two columns. It does not work. Please let me know if you know the trick. Without the grouping, everything Thanks in

[flexcoders] Gumbo Issue - crossdomain.xml due to missing Content-Type

2009-07-10 Thread lrlarsonny
Hello -- Spent hours on this and combed the web as well as this forum. I have a simple php test app that I built in Flash Builder beta. It works on localhost. However, if I try load the page from another computer I get a 'send failed'. In serviceCapture I see that I am getting this error:

[flexcoders] f_in_box memory issues

2009-07-10 Thread ag_rcuren
I am currently using f_in_box for a project I am working on. I was doing some profiling and noticed that when using f_in_box virtual memory usage is super high. When running our app stand alone in the flash player we are seeing virtual memory usage of around 20 megs vs. running in f_in_box it

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread thomas parquier
I think undefined can come from a problem of error string localization. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/7/9 erikdebruin_nl

[flexcoders] Re: Set up zendamf with flexbuilder

2009-07-10 Thread valdhor
Which tutorial did you follow? I tried the one at http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/ and it worked for me. --- In flexcoders@yahoogroups.com, yonghan79 yongha...@... wrote: Hi all,i follow the tutorial about Integrate Flex Builder 3.0 Php easly with the

[flexcoders] Re: AdvacncedDataGrid: Column Group Issue

2009-07-10 Thread valdhor
Have you tried modifying the example at http://livedocs.adobe.com/flex/3/langref/mx/controls/AdvancedDataGrid.html#includeExamplesSummary ? --- In flexcoders@yahoogroups.com, Patricia Han flex...@... wrote: Hi There, Have you ever successfully create a table or grid with hierarchical data

Re: [flexcoders] f_in_box memory issues

2009-07-10 Thread Steve Mathews
What methods are you using to determine the memory usage? We use f_in_box and I don't think we have seen that kind of discrepancy before. On Fri, Jul 10, 2009 at 11:57 AM, ag_rcuren robert.vancuren...@gmail.comwrote: I am currently using f_in_box for a project I am working on. I was doing some

[flexcoders] Flash component play in flex issue

2009-07-10 Thread Benoitcn
I use this code to jump to each frame. But the component didn't play as same as playing in flash. All the transition effect disappear. It just jump one frame to another directly without transition. How to make the component play as in flash ? if (stateBtn.currentLabel == tiny) {

[flexcoders] Advanced DataGrid Issue Help???

2009-07-10 Thread vin.flex
Hi, I have noticed a issue. In an advanced datagrid if you open a row which is the last row visible then the children are not visible. we need to scroll down to see them. is there any work around so that if we click to open a node, it is moves to the top so that their children are

[flexcoders] Max Chr limit in TextArea

2009-07-10 Thread Don Kerr
I have a large html text log loading into a TextArea and it truncates. The full html makes it from the server to the Flex client, but not all of it shows in the TextArea. Setting Max Chr = 0, for unlimited size, is really still limited. Setting Max Chr to a very high number doesn't work.

[flexcoders] Re: Advanced DataGrid Issue Help???

2009-07-10 Thread Don Kerr
You might check out the verticalScrollPosition property of the datagrid and set it to the selectedIndex onchange. Haven't tried in this specific tree scenario, but it may work. Not sure if it will move it up for you automatically or not. change=mygrid.verticalScrollPosition =

[flexcoders] Re: AdvacncedDataGrid: Column Group Issue

2009-07-10 Thread Don Kerr
Try something like this below ... Don Kerr mx:AdvancedDataGrid fontSize=9 id=linksDG width=100% height=100% dataProvider={linksDP} change=changeLink(linksDG.selectedItem.linkID); mx:groupedColumns mx:AdvancedDataGridColumn

[flexcoders] Re: AdvacncedDataGrid: Column Group Issue

2009-07-10 Thread Don Kerr
oops ... wrong kind of grouping previous post ... here is another example: mx:AdvancedDataGrid id=myADG initialize=gc.refresh(); width=850 height=100% mx:dataProvider mx:GroupingCollection id=gc source={flatDP} mx:Grouping

Re: [flexcoders] Re: Set up zendamf with flexbuilder

2009-07-10 Thread R. S. Patil
Yes I second it. Corlon's all AMF tutorials are working perfectly. I agree there are some hitches even if you follow character by character. Some googling and minor changes are essential to make them work on one's computer depending on how it's configured But those are great resource to start with

Re: [flexcoders] Re: AdvacncedDataGrid: Column Group Issue [2 Attachments]

2009-07-10 Thread Patricia Han
I copied the code as my base. It works without grouping other fields (by using AdvancedDataGridColumnGroup) . Let's say is you group Actual and Estimate. It won't work. Please see the attached screen shots. I want both of them in the same table. Any other idea? Thanks,

[flexcoders] Re: Image Loader COMPLETE event wont fire for some images

2009-07-10 Thread quattos
I think this explains it - From http://livedocs.adobe.com/flex/gumbo/langref/flash/display/BitmapData.html: In AIR 1.5 and Flash Player 10, the maximum size for a BitmapData object is 8,191 pixels in width or height, and the total number of pixels cannot exceed 16,777,215 pixels. (So, if a

Re: [flexcoders] Re: Set up zendamf with flexbuilder

2009-07-10 Thread Yesaya handoyo
I'm following the http://www.thetechlabs.com/tutorials/flex/integrate-flex-builder-30-php-easly-with-the-fresh-zendamf/ Thanks handoyo On 7/11/09, R. S. Patil kpr.rspa...@gmail.com wrote: Yes I second it. Corlon's all AMF tutorials are working perfectly. I agree there are some hitches even if

[flexcoders] Flash component play in flex issue

2009-07-10 Thread j2me_soul
I use this code to jump to each frame. But the component didn't play as same as playing in flash. All the transition effect disappear. It just jump one frame to another directly without transition. How to make the component play as in flash ? if (stateBtn.currentLabel == tiny) {

[flexcoders] Flash component play in flex issue

2009-07-10 Thread j2me_soul
I use this code to jump to each frame. But the component didn't play as same as playing in flash. All the transition effect disappear. It just jump one frame to another directly without transition. How to make the component play as in flash ? if (stateBtn.currentLabel == tiny) {

RE: [flexcoders] Max Chr limit in TextArea

2009-07-10 Thread Alex Harui
I'm wondering if you're hitting a parsing error rather than limit. How many bytes are we talking about? What if you shovel in that many bytes of plain text? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: