[flexcoders] Sorting in AdvancedDataGrid happens only once, please help

2009-06-01 Thread yossi.baram
Hi guys, My AdvancedDataGrid shows a tree, I set sortableColumns=true sortExpertMode=true, But when I click on one of the columns, they are sorted in descending way, when I click again - Nothing happens, Why Why doesnt the default sorting work in my AdvancedDataGrid? Do I need a custom

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-06-01 Thread Alex Harui
It is possible we eliminated the flash.display components from the mx: namespace in Flex3. Maybe you should just use SWFLoader there instead. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] FilterFunction creating duplicate items in the list

2009-06-01 Thread Rohit Sharma
Hi Srinivas, I tried using creating a different data provider from the roomlist and applying filter functions on that. And then assigning the filtered dataprovider to the roomlist. But still I am seeing the issue. Can you provide some code snippets for what you mean? Thanks,

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-06-01 Thread ajayashish
I have tried that... but after that it gives a lot more compilation errors... if possible can u try the mxmls i have attached.. Alex Harui wrote: It is possible we eliminated the flash.display components from the mx: namespace in Flex3. Maybe you should just use SWFLoader there instead.

Re: [flexcoders] Font types getting Over written

2009-06-01 Thread sony antony
Can you suggest a way to get over this caching issue? I think inth eentire project I face this issue, tried something but not working that well. :(( Thanks, Sony --- On Mon, 1/6/09, Guy Morton g...@alchemy.com.au wrote: From: Guy Morton g...@alchemy.com.au Subject: Re: [flexcoders] Font types

Re: [flexcoders] Font types getting Over written

2009-06-01 Thread sony antony
Can you suggest a way to get over this caching issue? I think inth eentire project I face this issue, tried something but not working that well. :(( Thanks, Sony --- On Mon, 1/6/09, Guy Morton g...@alchemy.com.au wrote: From: Guy Morton g...@alchemy.com.au Subject: Re: [flexcoders] Font types

[flexcoders] SuperTab Navigator Help

2009-06-01 Thread ajayashish
I am using supertab Navigator in one of the application i am designing. The idea is that... the user is asked for his education information in one tab.. which is must... if he has more information then he can click on the button and one more tab is added in the navigation. At present the button

[flexcoders] Re: HTTPService HTTPChannel 2032 Channel.Ping.Failed trying to do asimple form post

2009-06-01 Thread valdhor
I tried your code and, after some changes, got an HTTP request error. Firstly, change your params variable type from Array to Object. This will allow you POST parameters to be sent. Secondly, I would highly recommend obtaining a copy of Charles (http://www.charlesproxy.com). Using Charles I

Re: [flexcoders] Different Alert Screen

2009-06-01 Thread Tom Chiverton
On Saturday 30 May 2009, ajayashish wrote: Can i have 3 types of customised skin for these 3 alerts. Like a Red for Error, green for Confirmation and Yellow for Information. I can use icons but i need complete different skin for them. You should be able to design each as 3 separate MXML files,

[flexcoders] May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread markflex2007
New Flash Builder just come out.May I install it with Flex Builder 3? Thanks Mark

Re: [flexcoders] May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread Sam Lai
You can install a separate copy of Flash Builder 4 standalone and it will remain separate from any Flex Builder 2 or 3 installations. Also, workspaces created in Flex Builder 2 or Flex Builder 3 are not supported by Flash Builder 4. Lastly, Flash Builder 4 can import existing Flex Builder

[flexcoders] Custom Actionscript component data-binding question

2009-06-01 Thread Keith Hughitt
Hi all, I have been working on my first custom ActionScript component and have been trouble getting the data-binding setup properly. I am trying to making a FilterManager component which will enable to the user to filter based on one or multiple columns in a DataGrid. In order to do this though

[flexcoders] Re: Different Alert Screen

2009-06-01 Thread valdhor
Check out an example of Styling the alert box at http://blog.flexexamples.com/2007/08/11/styling-the-flex-alert-control/ --- In flexcoders@yahoogroups.com, ajayashish ajayash...@... wrote: I am working on an application design where there are 3 types of alert used. Conformation,

[flexcoders] Extending ColumnSeries to modify column label...

2009-06-01 Thread whiskerstasters
Hi everyone, I have a columnChart, I created a Class that extends ColumnSeries. I'm trying to display the labels inside my column and forced them to always be rotated vertically. If the column wouldn't be tall enough to display the entire label, the label would then move outside... How would

[flexcoders] LCDS, Hibernate and offline synchronisation in Air

2009-06-01 Thread Zdenek Mikan
I am trying to make the database application in Air, which should work also offline. But I have a problem with associations. I have two databases: Partner and Contact. In Contact there is a ManyToOne association to Partner, based on the join table: @ManyToOne(targetEntity=Partner.class,

[flexcoders] Datagrid intialization problem?

2009-06-01 Thread vikrant choudhary
Hi, I want to intialize the datagrid  but looks like i am missing something. Could you please help me on this? ?xml version=1.0 encoding=utf-8?ext:SuperPanel xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:ext=com.autolab.view.extenders.panel.* xmlns:util=com.autolab.controller.util.* 

[flexcoders] Best way to programatically add / remove custom components?

2009-06-01 Thread th1138x
I created a custom component that has a combo box and 2 text fields and a custom date selector. I need to programatically add additional instances of the above component to my application. I also need to know how many where added. Then I need to construct an array from the values in each

RE: [flexcoders] SuperTab Navigator Help

2009-06-01 Thread Jake Churchill
You'll probably have to override the createChildren method and place it where it needs to go. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

[flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs?

2009-06-01 Thread Brad Bueche
Am I the only one seeing this? I expected to see a flurry of posts on this. Anyway, wait a few minutes so I can get my stuff downloaded first! :) It must be real because I'm downloading! brad

RE: [flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs?

2009-06-01 Thread Gregor Kiddie
Yeah, it's been up since this morning, check the Adobe blogs... they've all posted. For some reason, Flexcoders is always quiet on these things *shrug* I've been playing with Catalyst all day... s Don't tell the boss ;) Gk. Gregor Kiddie Senior Developer INPS Tel: 01382

Re: [flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs?

2009-06-01 Thread Nate Beck
http://blog.natebeck.net/2009/05/the-flash-builder-4-and-flash-catalyst-betas-are-out/ http://blog.digitalbackcountry.com/2009/05/flash-builder-and-flash-catalyst-betas-now-available/ http://www.webkitchen.be/2009/05/31/get-your-flash-catalyst-flash-builder-beta-now/

[flexcoders] Re: FileReference RemoteObject

2009-06-01 Thread valdhor
Do you want to upload the file or send the files data using RemoteObject? For the former, have a look at http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_9.html For the latter, you could grab the files data, base64 encode it and send it as part of the

Re: [flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs?

2009-06-01 Thread Tom Chiverton
On Monday 01 Jun 2009, Brad Bueche wrote: Am I the only one seeing this? I expected to see a flurry of posts on this. I rather like people restraining themselves. If all you can post/tweet/blog/email is 'OMG it's on labs, go get it' just don't bother - someone else has already done it :-)

Re: [flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs?

2009-06-01 Thread Brad Bueche
LOL! I feel like the character Jeff Goldblum played in the Big Chill when he and Glenn Close came down stairs after everybody else had eaten breakfast and gone out for the day and he said Are we the first ones up? brad On Mon, Jun 1, 2009 at 11:11 AM, Nate Beck n...@tldstudio.com wrote:

Re: [flexcoders] Datagrid intialization problem?

2009-06-01 Thread Tom Chiverton
On Monday 01 Jun 2009, vikrant choudhary wrote: Hi, I want to intialize the datagrid  but looks like i am missing something. Really, why ? Do you get an error or something ? The code you gave could have a number of problems, do you have a simple example that show the 'initialisation' problem

[flexcoders] Re: Best way to programatically add / remove custom components?

2009-06-01 Thread valdhor
To create multiple instances... var myComponentInstance1:MyComponent = new MyComponent(); var myComponentInstance2:MyComponent = new MyComponent(); To add these to an array... var myComponentsArray:Array = new Array(); myComponentsArray.push(myComponentInstance1);

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-01 Thread valdhor
Why are you trying to bind a datagrid? That is a display object. A far better way is to pass in the arraycollection the datagrid is based on. Then just create the datagrid in your custom component. --- In flexcoders@yahoogroups.com, Keith Hughitt keith.hugh...@... wrote: Hi all, I have

Re: [flexcoders] SuperTab Navigator Help

2009-06-01 Thread ajayashish
Thanks buddy but it didnt help ... as i said i am not that much into programming... can some one send me some example which will help me in this ajayashish wrote: I am using supertab Navigator in one of the application i am designing. The idea is that... the user is asked for his

Re: [flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs? [1 Attachment]

2009-06-01 Thread Vivian Richard
If any one out there is smart like me then you can even get a DVD which looks like this YAA BABY! :-)) On Mon, Jun 1, 2009 at 10:22 AM, Brad Bueche brad.bue...@gmail.com wrote: LOL! I feel like the character Jeff Goldblum played in the Big Chill when

Re: [flexcoders] Datagrid intialization problem?

2009-06-01 Thread vikrant choudhary
Please find something i was trying to do into simple format.  I have a file Test TestDatagrid.mxml as: ?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml     layout=absolute      viewSourceURL=srcview/index.html     mx:Script     ![CDATA[    

RE: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Alex Harui
I think you'll have to use TLF or write your own. The whole point of FTE is to put text on the screen without each text instance needing to carry the capabilities of selection and interaction. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

[flexcoders] Re: May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread markgoldin_2000
Do we provide an existing license for beta installation? --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: You can install a separate copy of Flash Builder 4 standalone and it will remain separate from any Flex Builder 2 or 3 installations. Also, workspaces created in Flex

Re: [flexcoders] Re: May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread Nate Beck
When I asked about the license... I was told... It's a 30 day trial currently, we'll shortly be putting out how to use your fb3 license to get an extended beta license. On Mon, Jun 1, 2009 at 11:00 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: Do we provide an existing license for

[flexcoders] Re: May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread markgoldin_2000
When I try to debug/run a project from new Builder it complains about FP version. I dont want to go thru its installation. What should I do? --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: You can install a separate copy of Flash Builder 4 standalone and it will remain

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-06-01 Thread Alex Harui
I don't think that is Flex 2 code, it might be based on a beta or other pre-release of Flex 2. You should update the namespace, use SWFLoader instead of Loader, replace Void with void, and replace this.content with Object(this.content). That should get rid of most of the errors. The code to

[flexcoders] childrenField in AdvancedDataGrid

2009-06-01 Thread Mark
Hi my XML has been set up pretty basic but it does have a few levels. This is shortend, but it basically looks like this: projects project pName/ pKey/ deliverables deliverable dName comptencies competency name/ date/ /cometency competency name/ date/ /competency /competencies /deliverable

[flexcoders] Binding question

2009-06-01 Thread steve horvath
I am trying to bind the checkbox selected property as written below. The value of selected should be triggered whenever currentPresentation changes or whenever albumIncluded(data) returns a different value. The checkbox is in a List itemRenderer component. ItemRenderer

RE: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Gordon Smith
That's correct. FTE simply creates TextLines that display text and contain information about glyph bounds, etc. All selection and editing must be handled in ActionScript. Use have to use TLF or a TLF-based component, unless you want to roll your own text editor. - Gordon From:

[flexcoders] AIR Computer Locking

2009-06-01 Thread Jake Churchill
Anyone know how to recognize if a computer is locked or not (Windows XP) in AIR? I have an app that runs on the taskbar by the time. It periodically displays notifications which are placed at the bottom right of the screen. I get that position using Screen.mainScreen.visibleBounds. This

Re: [flexcoders] list itemrenderer

2009-06-01 Thread thomas parquier
Yves, sorry for slow reply... I've written a custom itemrenderer for a list component, but the proxy instance (when dnd'ed) has to look different from the instance of itemrenderer which is actually dnd'ed. The proxy uses same class and receives same data object as item in list... so is there a

Re: [flexcoders] Re: FileReference RemoteObject

2009-06-01 Thread [p e r c e p t i c o n]
I would like to upload it but I don't see a way to do it using RemoteObject so I thought I'd ask if the data was exposed anywhere in the filerefernce object [-percy-] -Original Message- From: valdhor valdhorli...@embarqmail.com Date: Mon, 01 Jun 2009 15:17:34 To:

[flexcoders] OLAPDatagrd vs. AdvancedDatagrid - Drilling down

2009-06-01 Thread victordaicich
Hello! I'm currently developing a OLAP application (connecting to MS Analysis Services but that's not important) , and what we needed is the grid to behave like the usual pivot component. The OLAPGrid retrieves the data correctly but it's flat. I mean, all data is rendered . If you have 3

Re: [flexcoders] AIR Computer Locking

2009-06-01 Thread Rick Winscot
What are your Œcouple ways around this problem.¹ Are you thinking of using system idle? Is there a direct (easy) way to do this? None that I know of... typically these kinds of operations require a system call which would be OS specific and wouldn¹t be available to AIR without significant

Re: [flexcoders] AIR Computer Locking

2009-06-01 Thread Charles Parcell
This was going to be my suggestion too. Charles P. On Mon, Jun 1, 2009 at 4:01 PM, Rick Winscot rick.wins...@zyche.com wrote: Is there any reason you can’t capture that point when the application starts and then re-use it for subsequent notifications?

RE: [flexcoders] AIR Computer Locking

2009-06-01 Thread Jake Churchill
That's how I'm going to work around it. I just thought it'd be cool if there was a way to natively grab certain system info (outside of the network stuff) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733

[flexcoders] How does one implement IBitmapDrawable

2009-06-01 Thread Stephen More
Given this code: var bitmapData:BitmapData; bitmapData.draw( IBitmapDrawable( target ) ); What method(s) does target need to implement so that bitmapData will have valid data in it ? Can anyone provide an example ? -Thanks

Re: [flexcoders] Font types getting Over written

2009-06-01 Thread Guy Morton
Clear your browser's cache? Check whether you are accessing your app via a web proxy cache, and disable it if possible? On 01/06/2009, at 5:06 PM, sony antony wrote: Can you suggest a way to get over this caching issue? I think inth eentire project I face this issue, tried something but

[flexcoders] Problem reading XML returned from Webservice

2009-06-01 Thread Claudio M. E. Bastos Iorio
Hi, hope you guys can help me. I'm using Flex 3.3 + .NET Web Services. I get an XML like this one from my web service (simplified): ListFundsResponse xmlns='http://mydomainname.com/' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'

[flexcoders] when text is too big you get .....

2009-06-01 Thread luvfotography
I've seen this in some places when the test doesn't fit into the box, or label you get the '' and the text is truncated. Is this a feature that you can turn on or off? and what components offer this feature? thanks

RE: [flexcoders] when text is too big you get .....

2009-06-01 Thread Wildbore, Brendon
This is a feature you can turn on or off. With the label component you use the following setting : truncateToFit=false I'm not sure what other components have this setting. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

[flexcoders] Is this list declining?

2009-06-01 Thread luvfotography
Is this list declining? According to the number of posts, May stats were the lowest since Jan 2006. It's been slowly declining since March 2008. Is this because of better resources available? All the bugs are fixed? All of us now write better code? What's your opinion? Message history is

RE: [flexcoders] Is this list declining?

2009-06-01 Thread Tim Rowe
Hm, I notice a steady decline since I joined. Coincidence? :) But no, think quality not quantity. --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of luvfotography Sent: Tuesday, 2 June 2009 7:48 AM To:

Re: [flexcoders] Is this list declining?

2009-06-01 Thread Alan Rother
Mailing lists and users groups tend to explode when a product is new and start to wane off when it becomes mature. There are many reasons why, but yes leading that is there are more / better resources to get answers. I like to think it's partly because the [product has gotten better as well... My

Re: [flexcoders] How does one implement IBitmapDrawable

2009-06-01 Thread Rick Winscot
IBitmapDrawable is implementd by flash.display.DisplayObject... of which Flex mx.core.UIComponet extends. So... If you want to create something that you can groggle BitmapData with ­ that¹s a pretty good place to start. http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html Cheers,

Re: [flexcoders] HTML Formatting lost in TextArea

2009-06-01 Thread Dave Glasser
I'm encountering a strange problem which I can't reliably replicate. I have a TextArea. During its lifetime, I set the htmlText property one time with a string of HTML that includes an IMG tag. The text property never gets set. Sometimes, when the TextArea is first displayed, I'll see that

Re: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Manish Jethani
Thanks. I was wondering why the FTE components didn't have any option for making the text selectable and editable, but now it makes sense. I guess my issue with using TLF is that it adds min. 60-70K to my SWF size. This is an ActionScript-only project with Flex 3. I know TLF is part of Flex 4,

[flexcoders] Resource bundles and static vars

2009-06-01 Thread Tim Rowe
I'm trying to resolve an issue whereby we have a heap of structures defined in static arrays, and one of the params is a string of text. Ideally this string would come from a resource bundle to allow localization on the string. The problem is that though I've tried a variety of methods, I

Re: [flexcoders] Is this list declining?

2009-06-01 Thread Manish Jethani
Clearly the numbers are going down. This can't be good. We're entering into a Flex recession. I propose a stimulus plan. We need to boost the numbers by having a long discussion about how the numbers are going down. This will make Flex look good and ensure all our livelihoods (at the cost of

Re: [flexcoders] AIR Computer Locking

2009-06-01 Thread Sam Lai
Should probably check to see if that point is still valid everytime too, in case I'm on a dual monitor setup with the external monitor being the primary one, then standby the machine, yank out the external monitor then resume. I wonder what you could do if I don't unlock my machine immediately

Re: [flexcoders] Resource bundles and static vars

2009-06-01 Thread Manish Jethani
Try putting a breakpoint in SystemManager's installCompiledResourceBundles() function. That's where the resource bundles are set up. It's possible that your class is being loaded before the resource bundles are set up, and that's why you're getting null. Manish On Tue, Jun 2, 2009 at 5:08 AM,

RE: [flexcoders] Is this list declining?

2009-06-01 Thread Gordon Smith
There is a lot of traffic (100 posts/day) on the Flex forum at http://forums.adobe.com/community/flex/flex_general_discussion The Adobe forums now support email. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Manish Jethani

RE: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Gordon Smith
Yes, TLF is packaged separately in textLayout.swc and textLayout.swz. We'll be hosting this SWZ along with framework.swz, flex4.swz, etc. Gordon Smith Adobe Flex SDK Team -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Manish

RE: [flexcoders] Resource bundles and static vars

2009-06-01 Thread Gordon Smith
Reources are not loaded into the ResourceManager early enough for use at static initialization time. If you want a resource-based public static foo, do something like private static var _foo:String; public static function get foo():String { if (_foo == null) _foo

[flexcoders] Re: Is this list declining?

2009-06-01 Thread Teoti Graphix, LLC
* Is this list declining? I think Adobe swallowed some user in their new forums. I have noticed traffic over there. Plus as with mature software, there are hundreds of places to get lost with Flex information now. Not to mention all the projects going on. Mike

RE: [flexcoders] Resource bundles and static vars

2009-06-01 Thread Tim Rowe
That's exactly along the line I was looking at the problem being, though could only cofirm this through observed behavior rather than any actual underlying evidence. In the mantime I've been looking at the problem and I've managed to switch the culprits to member variables (they had quite a

[flexcoders] Mx:Http Service Refresh Issue

2009-06-01 Thread guess what
I am running into a stupid Problem . I have a Flex Data grid Constructed from mx:HttpService mx:HTTpService url=somethin.do The result is an xml file . I am calling the HttpService on the mxmls creationComplete . the First time I call the html file [ the actual flex html ] it works fine .

Re: [flexcoders] Mx:Http Service Refresh Issue

2009-06-01 Thread Manish Jethani
On Tue, Jun 2, 2009 at 6:12 AM, guess what myworld10...@yahoo.com wrote: I have a Flex Data grid Constructed from mx:HttpService mx:HTTpService url=somethin.do The result is an xml file . I am calling the HttpService on the mxmls creationComplete . the First time I call the html file [

Re: [flexcoders] Problem reading XML returned from Webservice

2009-06-01 Thread Manish Jethani
On Tue, Jun 2, 2009 at 2:56 AM, Claudio M. E. Bastos Iorio selecter...@gmail.com wrote: I get an XML like this one from my web service (simplified): ListFundsResponse xmlns='http://mydomainname.com/' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'

RE: [flexcoders] Resource bundles and static vars

2009-06-01 Thread Gordon Smith
I can control neither code that was written before I started working on this project nor all design decisions But if you point out that one of the Flex SDK engineers said don't do that, maybe they won't do it any more. :) Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

[flexcoders] SWFLoader to load Flash Lite SWF in Flex

2009-06-01 Thread twcrone70
I am using the SWFLoader to load a swf built for Flash Lite's VM (version?) into a Flex window built to run in Flash 9+. The SWFs seem to load but interacting with them is a little sketchy. In an HTML wrapper they work fine. How do I force the SWFs to be loaded in a different version Flash VM

[flexcoders] Re: Binding question

2009-06-01 Thread steve horvath
Weird, I had to use the event=albumToggledEvent for the includedAlbums getter property and do project-clean. Spent a whole lot of time on this. So I guess the lesson learned here is when you think you've got your bindings set up correctly and they still don't work, project-clean. ascii --- In

Re: [flexcoders] Is this list declining?

2009-06-01 Thread Jeffry Houser
Although I don't have stats, it is my impression that the Adobe Flex Forums have seen a big rise in usage since the recent switch in forum software, perhaps some in favor of this list. I'd argue that the e-mail support of the new forums is not there yet, though. I've never had an e-mail

Re: [flexcoders] How does one implement IBitmapDrawable

2009-06-01 Thread Stephen More
The docs do not say much about IBitmapDrawable: http://livedocs.adobe.com/flex/3/langref/flash/display/IBitmapDrawable.html In your example lets say I create: MyUIComponet extends UIComponet What method do I need to write in MyUIComponet such that I can respond back with an embeded image

Re: [flexcoders] Mx:Http Service Refresh Issue

2009-06-01 Thread guess what
No that does not work . --- On Mon, 6/1/09, Manish Jethani manish.jeth...@gmail.com wrote: From: Manish Jethani manish.jeth...@gmail.com Subject: Re: [flexcoders] Mx:Http Service Refresh Issue To: flexcoders@yahoogroups.com Date: Monday, June 1, 2009, 8:01 PM

[flexcoders] Vertical scroll bar not reseting

2009-06-01 Thread al-al :D
Hi! I have an application with a ViewStack and binded LinkBar, which has 2 views, a DataGrid on the first, and the Form on the second. Clicking an item in the DataGrid transfers the user to the Form view. I have a problem regarding the scroll bar not reseting to its original position, which

[flexcoders] Re: FilterFunction creating duplicate items in the list

2009-06-01 Thread Tim Hoff
I update the corresponding item in the dataprovider using setItemAt. (I typecast dataprovider as Arraycollection). Recently I added some filters to the room list using filterfunction. As soon as I start applying filters, I see few items getting duplicated in the list. Some items exist with

RE: [flexcoders] Mx:Http Service Refresh Issue

2009-06-01 Thread Tracy Spratt
The somethin. do has to be unique each time. Some people use Date.getTime(). You can also try using POST instead of GET. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guess what

[flexcoders] Referencing Hiddenfield in html page

2009-06-01 Thread Angelo Anolin
Hi FlexCoders, As I am trying to build a simple little application, I want to know how flex can access a hiddenfield value in an html (or aspx) page? In one of the old aspx application we have, we are using the HttpContext.Current.Request.ServerVariables to get the logged in User Name. Since

RE: [flexcoders] extract data from advancedDataGrid. Please help.

2009-06-01 Thread Tracy Spratt
selectedItem is a reference to the locations node that was clicked. No need to use the index: var xmlLocation= XML(agd.selectedItem); var sRegion:String = xmllocati...@region; var sTitle:String = xmlLocation.details[0].21_title; trace(xmlLocation.toXMLString()) Tracy Spratt, Lariat

Re: [flexcoders] Re: May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread Nate Beck
Which version of the Flex SDK are you compiling against? If it's the Flex 4 SDK, you MUST compile and run against Flash Player 10. What do you mean you don't want to go thru its installation? On Mon, Jun 1, 2009 at 11:20 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: When I try to

RE: [flexcoders] Referencing Hiddenfield in html page

2009-06-01 Thread Tracy Spratt
You can use ExternalInterface to call javascript to get it into Flex or you can pass the data into the Flex app via flashvars when you start the app. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]

[flexcoders] Re: Sorting in AdvancedDataGrid happens only once, please help

2009-06-01 Thread yossi.baram
Did any one came across this scenario? :( --- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@... wrote: Hi guys, My AdvancedDataGrid shows a tree, I set sortableColumns=true sortExpertMode=true, But when I click on one of the columns, they are sorted in descending way, when I click

RE: [flexcoders] SWFLoader to load Flash Lite SWF in Flex

2009-06-01 Thread Alex Harui
Are you sure the target player for Flash Lite is FP9? You can try loading it from a different domain to try to sandbox it, but if the target player is = 8 then it is already in its own VM (VM1/AS1or2 vs VM2/AS3). Interaction problems could stem from incompatibilities with the Flex