Re: [flexcoders] ImageSnapshot.captureBitmapData with transparency on Windows (Vista)

2008-11-24 Thread Ian M. Jones
Hi all, It's been a few days since I sent the message below, and with many people now back from MAX and the weekend, I thought I'd just bump it to see if anyone has any ideas? Thanks, Ian On 21 Nov 2008, at 00:18, Ian M. Jones wrote: Hi all, I've noticed that using

[flexcoders] ImageSnapshot.captureBitmapData with transparency on Windows (Vista)

2008-11-20 Thread Ian M. Jones
Hi all, I've noticed that using ImageSnapshot.captureBitmapData on Windows with a component that has a transparent background returns a bitmap that has a solid black fill where it should be transparent, whereas on Mac OS X it correctly captures the transparency. Does anyone know if there

Re: [flexcoders] how to give focus to a new browser window

2008-09-05 Thread Ian M. Jones
Have you tried the following? navigateToURL(new URLRequest(theURL), _blank); Ian IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog) On 5 Sep 2008, at 09:42, Andrew Wetmore wrote: Hi: In my AIR project I need to pop a browser

Re: [flexcoders] Re: how to give focus to a new browser window

2008-09-05 Thread Ian M. Jones
thoughts? a --- In flexcoders@yahoogroups.com, Ian M. Jones [EMAIL PROTECTED] wrote: Have you tried the following? navigateToURL(new URLRequest(theURL), _blank); Ian IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog)

Re: [flexcoders] How do I make sure container's child components have applied new style before ImageSnapshot?

2008-08-30 Thread Ian M. Jones
://www.ianmjones.net (blog) On 29 Aug 2008, at 18:52, Alex Harui wrote: Does the legend change color eventually? Maybe waiting for updateComplete will be better. You can always chain callLaters From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ian M. Jones Sent

[flexcoders] How do I make sure container's child components have applied new style before ImageSnapshot?

2008-08-29 Thread Ian M. Jones
Hi, I'm having a bit of a problem with capturing a snapshot of a VBox's contents with a simple colour change applied through a styleName change. The container layout is something like: mx:VBox id=pieChartContainer width=100% height=100% horizontalAlign=center mx:Label

[flexcoders] Capturing Cmd-C (or Ctrl-C) keyboard event from modular Flex application in browser or AIR.

2008-08-28 Thread Ian M. Jones
Hi, It seems that it is impossible to capture the keyboard event normally used for copy when running a Flex application in the browser or as an AIR app, presumably because the browser or OS is intercepting it first. Is there a way to tell the browser or OS to let the event through? For

Re: [flexcoders] Capturing Cmd-C (or Ctrl-C) keyboard event from modular Flex application in browser or AIR.

2008-08-28 Thread Ian M. Jones
[mailto:[EMAIL PROTECTED] On Behalf Of Ian M. Jones Sent: Thursday, August 28, 2008 5:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Capturing Cmd-C (or Ctrl-C) keyboard event from modular Flex application in browser or AIR. Hi, It seems that it is impossible to capture

Re: [flexcoders] UK rapid addressing web api

2008-03-31 Thread Ian M. Jones
Hi Glenn, Have you looked at QuickAddress? Just had a quick look on their website, looks like they have software targeted at those wanting to use web technologies. It's not a public interface though, you need to install their software on your own servers.

Re: [flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Ian M. Jones
I had the same problem, ordered FlexBuilder 3 Professional upgrade this morning, in the email confirmation entitled Your Serial Numbers it said Contact Customer Service under Adobe Flex Builder 3 Professional (Mac/Win,English), and on my downloads page in my Adobe account it also said

Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Ian M. Jones
I had the same bouncing for a long time problem, and then it stayed in the dock but without an active indicator using Mac OS X 10.5.2. Here's how I got the install to work. I Force Quitted it from a right click on its dock icon. Copied the installer onto my hard disk from the mounted disk

Re: [flexcoders] xml and dataprovider for simple chart

2007-12-05 Thread Ian M. Jones
Try... dataProvider ={xmlData.entry[0].One} or dataProvider ={xmlData.*.One} On 5 Dec 2007, at 15:52, y.mauron wrote: Dear all, I have a problem which certainly be very easy. I have a xml varialbe like the following : var test:String = rootentry id=123Oney813/yx270/x/One/entryentry

[flexcoders] Re: Problem with setting initial sort of AdvancedDataGrid via data provider.

2007-12-05 Thread Ian M. Jones
--- In flexcoders@yahoogroups.com, Ian M. Jones [EMAIL PROTECTED] wrote: Hi there, hope someone has come across my problem and can point out my mistake... I have an ArrayCollection acting as the data provider for an AdvancedDataGrid, and am saving out the data provider's sort fields

[flexcoders] Problem with setting initial sort of AdvancedDataGrid via data provider.

2007-11-29 Thread Ian M. Jones
Hi there, hope someone has come across my problem and can point out my mistake... I have an ArrayCollection acting as the data provider for an AdvancedDataGrid, and am saving out the data provider's sort fields array to a SharedObject between sessions and refreshes of the data. When I

Re: [flexcoders] Remember Username/Password !

2007-05-31 Thread Ian M. Jones
Hi Ravi, You can do cookie like stuff with SharedObjects. Regards, -- Ian M. Jones IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog) On Thu, May 31, 2007 10:59, Ravi Kumar Gummadi wrote: Hi all, How do we enable

Re: [flexcoders] CALL MULTIPLE WEB SERVICES AT ONE EVENT ONLY

2007-05-30 Thread Ian M. Jones
=Part2_DevApps_048_1.html -- Ian M. Jones IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog) On Wed, May 30, 2007 08:37, kanu kukreja wrote: After successful completion of one web service, i'm calling another web service, but its showing 2 results

Re: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-29 Thread Ian M. Jones
IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog) On 25 May 2007, at 19:08, Ian M. Jones wrote: Hi all, Thanks for the help Tracey and Tom, I've tried to do something along the lines of what you suggested but keep running up against the problem of casting from Object

Re: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-25 Thread Ian M. Jones
(lineItemGrid.columns); lineItemGrid.columns = newCols; } } Ian M. Jones [EMAIL PROTECTED] wrote: Hi all, I'm trying to set up a simple way to save a user's DataGrid

[flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-24 Thread Ian M. Jones
in the right direction? Thanks, -- Ian M. Jones IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog)

Re: [flexcoders] Re: Datagrid auto sorting. Has anyone done this?

2007-05-22 Thread Ian M. Jones
As a total newbie, having just seen this in the docs, I may be totally wrong, but have you looked at the DataGrid's placeSortArrow() method? I'm not sure how you use it, but it looks promising. Regards, -- Ian M. Jones IMiJ Software http