RE: [flexcoders] Re: Make a loader

2008-01-21 Thread Mark Ingram
I think what he's saying is he would like a loading screen for each user control that is bound to some data. i.e. whilst it's waiting for data, display the waiting screen. Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Actionscript - Canvas.addChild() - objects overwritting eachother???

2008-01-02 Thread Mark Ingram
You're missing the coordinates of your text boxes. A canvas arranges children by exact coordinates (default 0, 0). Look at the HBox / VBox controls if you want to auto-arrange child controls. Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Strange compiler error

2008-01-02 Thread Mark Ingram
I'm getting this error: 1046: Type was not found or was not a compile-time constant: . Note: It doesn't give me a type at all. Sometimes when I jig around the import statements it gives me the error in the generated actionscript. But I've checked that and the error is usually on the last

RE: [flexcoders] Re: Actionscript - Canvas.addChild() - objects overwritting eachother???

2008-01-02 Thread Mark Ingram
missing? Is it because I'm creating the VBox control in actionscript instead of in the mxml code? Thanks Tony --- In flexcoders@yahoogroups.com, Mark Ingram [EMAIL PROTECTED] wrote: You're missing the coordinates of your text boxes. A canvas arranges children by exact coordinates (default 0, 0

RE: [flexcoders] Strange compiler error

2008-01-02 Thread Mark Ingram
make a difference. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 02 January 2008 15:59 To: flexcoders@yahoogroups.com Subject: [flexcoders] Strange compiler error I'm getting this error: 1046: Type

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-18 Thread Mark Ingram
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, December 13, 2007 12:42 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Scale 9 not being picked up Yes, I'm using an Image control. The image loads

RE: [flexcoders] International date formatting

2007-12-14 Thread Mark Ingram
Flex 3 has runtime localization. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, December 13, 2007 7:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] International date formatting Hi

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread Mark Ingram
is recursive. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Wednesday, December 12, 2007 1:40 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Scale 9 not being picked up We have one main assets swf which

[flexcoders] Multi-lines in localised resources

2007-12-13 Thread Mark Ingram
Hi, how can you get line breaks in localised text (I'm using property files for the whole application). Mark

[flexcoders] International date formatting

2007-12-13 Thread Mark Ingram
Hi, is there any localisation support in Flex? I've got a date that I would like to format, but I don't want to just use the UK format - I would rather use a localised version so that when American customers use our product they see their date formats. Any clues? Mark

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-12 Thread Mark Ingram
the issue. HTH, Juan scalenine.com : degrafa.com : ocflex.org : branddoozie.com : atomiccurve.com --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mark Ingram [EMAIL PROTECTED] wrote: I've also had trouble with this. I can't get scale-9 with flash assets to work at all (either

[flexcoders] Canvas with individual rounded corners

2007-12-12 Thread Mark Ingram
Hi, I'm trying to create a canvas where I can style the corner radius for each individual corner. I've had a look at the Panel class to try to understand how the roundedBottomCorners style works - but I can't see any code that actually uses it for drawing / filling / masking purposes?! The only

RE: [flexcoders] Scale 9 not being picked up

2007-12-11 Thread Mark Ingram
I've also had trouble with this. I can't get scale-9 with flash assets to work at all (either by setting scale-9 via CS3 or by setting scale-9 in stylesheet). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11 Sent: 11

[flexcoders] Line breaks in localised text?

2007-12-10 Thread Mark Ingram
Hi, how can you get line breaks into a localised string? I've tried the following: test1=line1\nline2 test2=line1lt;br/gt;line2 test3=line1 line2 But none work. Thanks, Mark

[flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Mark Ingram
Hi, how does the Panel class work in the designer? i.e. when I drag a button on, the designer knows to place the button inside the white area in the centre of the panel. All coordinates are in relation to that white area. I have a container class which is similar in layout to the panel (but

RE: [flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Mark Ingram
). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: 05 December 2007 09:57 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How does Panel work in designer / layout? - Original Message - From: Mark Ingram mailto:[EMAIL PROTECTED

RE: [flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Mark Ingram
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: 05 December 2007 10:38 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How does Panel work in designer / layout? - Original Message - From: Mark Ingram mailto:[EMAIL PROTECTED

[flexcoders] Flex Builder 3 - Design Mode unvailable

2007-11-21 Thread Mark Ingram
Hi, the design mode is unavailable in FB3 Beta 2. The Flex Properties panel says This panel is only available in Design Mode. Yet I'm in design mode, in development perspective. I thought it might be something wrong with my code at first, so I created a new MXML application - it automatically

RE: [flexcoders] Flex Builder 3 - Design Mode unvailable

2007-11-21 Thread Mark Ingram
filed a bug for this. If you want, you can vote for it here: https://bugs.adobe.com/jira/browse/FB-9915 https://bugs.adobe.com/jira/browse/FB-9915 Cheers, Thomas Mark Ingram wrote: Hi, the design mode is unavailable in FB3 Beta 2. The Flex Properties panel says This panel is only available

RE: [flexcoders] Flex Builder 3 - Design Mode unvailable

2007-11-21 Thread Mark Ingram
/WebORB3.4/ The updated file will be a part of the 3.4 build. Thanks, Mark Hope that helps :-) Mark Ingram From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Ruehl Sent: 21 November 2007 13:00 To: flexcoders@yahoogroups.com

RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections for locale...)

2007-11-20 Thread Mark Ingram
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 20 November 2007 09:29 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections

RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections for locale...)

2007-11-20 Thread Mark Ingram
Anyone from Adobe got any info on this problem? Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 19 November 2007 17:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Builder 3 Beta 2 Resource

RE: [flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Mark Ingram
] at mx.core::UIComponent/callLaterDispatcher()[E:\dev\flex_3_beta2\sdk\frame works\projects\framework\src\mx\core\UIComponent.as:8281] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 20 November 2007 13:51 To: flexcoders

[flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Mark Ingram
Hi all, I've got my project building ok in FB3 now - but when I run it (just before it finishes creating the children after retrieving data from web service call), I get the following error: Error: Error #1503: A script failed to exit after 30 seconds and was terminated. at

RE: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-20 Thread Mark Ingram
/yoxqcq . The tutorial describes how to make a basic transition, but you could easily elaborate on it to do what you're looking for. Hope that helps. Juan scalenine.com : degrafa.com --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mark Ingram [EMAIL PROTECTED] wrote: Hi

RE: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-20 Thread Mark Ingram
) Does anything other than the size change with the state change? Because you could just animate the height and width property of the component on MouseOver event. Paul On Nov 20, 2007, at 10:44 AM, Mark Ingram wrote: Hi Juan, I've had a look at the example and I've got

RE: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-19 Thread Mark Ingram
--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mark Ingram [EMAIL PROTECTED] wrote: Hi, does anyone know if it's possible to have an animated overSkin for a button? Our designer has created an overSkin which just extends the normal skin, making it feel like it grows when

[flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections for locale...)

2007-11-19 Thread Mark Ingram
Hi, I've just upgraded our production project to FB3 Beta2. I've had several errors which I've fixed but now I'm having trouble with the resources. Unable to resolve resource bundle collections for locale en_GB. And many others like it. I've created a blank directory in the frameworks

RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections for locale...)

2007-11-19 Thread Mark Ingram
Software LLC http://www.fastlanesw.com http://www.fastlanesw.com Mark Ingram wrote: Hi, I've just upgraded our production project to FB3 Beta2. I've had several errors which I've fixed but now I'm having trouble with the resources. Unable to resolve resource bundle collections for locale en_GB

[flexcoders] Animated overSkin (how to use more than one frame of a symbol)

2007-11-16 Thread Mark Ingram
Hi, does anyone know if it's possible to have an animated overSkin for a button? Our designer has created an overSkin which just extends the normal skin, making it feel like it grows when the mouse is over it. However, when I embed it in our flex application, it constantly flicks between 1 frame

RE: [flexcoders] Using Scale-9 scaling in a horizontal plane only

2007-11-15 Thread Mark Ingram
I should also state the original image is 800 pixels wide (800x39). Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 14 November 2007 17:37 To: flexcoders@yahoogroups.com Subject: [flexcoders] Using Scale-9

RE: [flexcoders] Using Scale-9 scaling in a horizontal plane only

2007-11-15 Thread Mark Ingram
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 14 November 2007 17:37 To: flexcoders@yahoogroups.com Subject: [flexcoders] Using Scale-9 scaling in a horizontal plane only Hi, how can I stretch an image horizontally only using scale-9? I'm using the following MXML: mx:Image source

RE: [flexcoders] Using Scale-9 scaling in a horizontal plane only (solved but need feedback)

2007-11-15 Thread Mark Ingram
', scaleGridLeft='732', scaleGridRight='734')/ Is this intended behaviour or am I missing something? Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 15 November 2007 09:36 To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] How to scale containers?

2007-11-14 Thread Mark Ingram
another container layer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Tuesday, November 13, 2007 6:19 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to scale containers? I suppose I should say

RE: [flexcoders] Using proxy with remote objects

2007-11-14 Thread Mark Ingram
PROTECTED] On Behalf Of Tom Chiverton Sent: 14 November 2007 09:45 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Using proxy with remote objects On Tuesday 13 Nov 2007, Mark Ingram wrote: Hi, one of my colleagues at a remote office is behind a proxy server. What do I need to do to enable

[flexcoders] Using Scale-9 scaling in a horizontal plane only

2007-11-14 Thread Mark Ingram
Hi, how can I stretch an image horizontally only using scale-9? I'm using the following MXML: mx:Image source=@Embed(source='/assets/TopPageSeparator.swf', scaleGridTop='0', scaleGridBottom='39', scaleGridLeft='732', scaleGridRight='733') y=53 width=100% height=70/

[flexcoders] Using proxy with remote objects

2007-11-13 Thread Mark Ingram
Hi, one of my colleagues at a remote office is behind a proxy server. What do I need to do to enable RemoteObjects to work correctly? Currently they are failing because it can't find the function on the server. Any ideas? Mark

[flexcoders] How to scale containers?

2007-11-13 Thread Mark Ingram
Hi, I have a custom container which is based on the Canvas control. It just displays other custom controls that are also based on Canvas. If I wanted to do a thumbnail preview of the main container, how do I go about scaling everything? For instance, if the main container displays at 800x600, how

RE: [flexcoders] How to scale containers?

2007-11-13 Thread Mark Ingram
that, but really I was hoping to just scale the contents - not the container itself (the scrollbars are also 50% scaled). Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 13 November 2007 12:47 To: flexcoders

RE: [flexcoders] Vista, Eclipse 3.2.2 and a Microsoft Mouse

2007-11-12 Thread Mark Ingram
Hi, I have the same problem with FB 2.01 - but I've noticed that if you scroll the wheel a lot, quite quickly, it will scroll all the way down the page. Very odd. Keep the group posted if you find a solution! From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
Another strange error from flex: TypeError: Error #1034: Type Coercion failed: cannot convert mx.charts.series.items::[EMAIL PROTECTED] to mx.charts.series.items.PieSeriesItem. at mx.charts.renderers::WedgeItemRenderer/set

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
this error. Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Friday, November 02, 2007 4:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex is quite flakey (spurious errors!) Another strange

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Friday, November 02, 2007 9:13 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) That's great, thanks Alex. For future group reference, here is some code I

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Mark Ingram
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Friday, November 02, 2007 2:34 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cannot convert Event to ResizeEvent Hmm, there are no resize listeners

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
to be in the main app or in a shared code module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Friday, November 02, 2007 6:58 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
flakey (spurious errors!) What do you mean by I've loaded my application again? Did you reload a module or did you refresh the browser? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Freitag, 2. November 2007 12:29

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
November 2007 12:18 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) Ok, and do you use modules? Did you try a clean in FB? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram

RE: [flexcoders] Flex is quite flakey (spurious errors!)

2007-11-02 Thread Mark Ingram
] On Behalf Of Mark Ingram Sent: Freitag, 2. November 2007 13:33 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) We don't use modules as such - but we do have widgets - which are Flex applications within the main Flex application. One of the widgets

RE: [flexcoders] Re: Why can't I dispatch a different event from an event handler?

2007-11-02 Thread Mark Ingram
an event handler? Does UploadDialogEvent.SELECT_FILES evaluate to a string that has a MouseEvent listener assigned to it? Ben --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mark Ingram [EMAIL PROTECTED] wrote: I have the following code: private function

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Mark Ingram
that someone is listening to resize on the systemManager by accident. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, November 01, 2007 9:59 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cannot convert

RE: [flexcoders] Aha... did someone say C/C++ to AS3???

2007-11-02 Thread Mark Ingram
Quake in Flash. Quite awesome :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: 02 November 2007 16:30 To: flexcoders@yahoogroups.com Subject: [flexcoders] Aha... did someone say C/C++ to AS3???

RE: [flexcoders] IE6 breaks LocalConnection (was - Block a LocalConnection call)

2007-11-01 Thread Mark Ingram
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 31 October 2007 16:15 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] IE6 breaks LocalConnection (was - Block a LocalConnection call) I've just found out that it's IE6 that is causing the problem - does anyone know

[flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
Hi, I'm getting this odd error when trying to load a Flex application inside a parent Flex application: TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::[EMAIL PROTECTED] to mx.events.ResizeEvent. at flash.events::EventDispatcher/dispatchEventFunction()

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, November 01, 2007 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cannot convert Event to ResizeEvent Hi, I'm getting this odd error when trying to load a Flex

[flexcoders] Why can't I dispatch a different event from an event handler?

2007-11-01 Thread Mark Ingram
I have the following code: private function browseButton_clickHandler(event:MouseEvent):void { var uiEvent:UploadDialogEvent = new UploadDialogEvent(UploadDialogEvent.SELECT_FILES); this.dispatchEvent(uiEvent); } Which throws the following error: TypeError:

[flexcoders] Block a LocalConnection call

2007-10-31 Thread Mark Ingram
Hi, is there anything that could stop a LocalConnection call from working, e.g. a firewall? I'm using a LocalConnection to send information between a Flex application and an embedded Flex application - it works fine here (and every where else we've tried) but for some reason our customer can't get

RE: [flexcoders] Block a LocalConnection call

2007-10-31 Thread Mark Ingram
on. On Oct 31, 2007 11:23 AM, Mark Ingram [EMAIL PROTECTED] wrote: Hi, is there anything that could stop a LocalConnection call from working, e.g. a firewall? I'm using a LocalConnection to send information between a Flex application and an embedded Flex application - it works fine here

RE: [flexcoders] IE6 breaks LocalConnection (was - Block a LocalConnection call)

2007-10-31 Thread Mark Ingram
I've just found out that it's IE6 that is causing the problem - does anyone know of any issues that causes IE6 not to let LocalConnection work? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 31 October 2007 15:23

[flexcoders] Add reference in MXML without adding to children

2007-10-25 Thread Mark Ingram
Hi, does anyone know if it's possible to create a reference in MXML (so that you can later use it as a variable and also easily use bindings) but not add it to the parent's children? i.e. mx:Canvas mx:Script Private function someEvent() {

RE: [flexcoders] Add reference in MXML without adding to children

2007-10-25 Thread Mark Ingram
and permanently delete the original and any copy of this email and any printout. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, October 25, 2007 5:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Add reference

RE: [flexcoders] Add reference in MXML without adding to children

2007-10-25 Thread Mark Ingram
Of Mark Ingram Sent: Thursday, October 25, 2007 5:29 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Add reference in MXML without adding to children Hi, does anyone know if it's possible to create a reference in MXML (so that you can later use

[flexcoders] Having duplicate rows in a chart

2007-10-22 Thread Mark Ingram
Hi, does anyone know how I can get duplicate rows in a datagrid / chart? I have a datagrid and chart (using xml data source) that looks like this: Monday 4 Tuesday56 Wednesday404 Thursday 3 Friday

RE: [flexcoders] Having duplicate rows in a chart

2007-10-22 Thread Mark Ingram
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Monday, October 22, 2007 3:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Having duplicate rows in a chart Hi, does anyone know how I can get duplicate rows in a datagrid / chart? I have a datagrid and chart

RE: [flexcoders] Re: Draw a straight line with your mouse

2007-10-22 Thread Mark Ingram
It's probably worth noting that your class doesn't allow drawing a square from bottom right to top left... An easy fix tho :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jensen.axel Sent: 22 October 2007 16:16 To:

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-04 Thread Mark Ingram
it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Wednesday, October 03, 2007 9:15 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] One click item editor (checkbox item editor) Oh and also, I presume

[flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Mark Ingram
Hi, I have a datagrid with a column that contains values of True or False. I've got these hooked up to an item renderer and an item editor which is basically just a checkbox (in both cases). What I've noticed is, if a user clicks on the item renderer (the checkbox) the natural expectation

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Mark Ingram
yourself. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Wednesday, October 03, 2007 11:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] One click item editor (checkbox item editor) Hi, I have

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Mark Ingram
a straight-up custom itemRenderer to avoid the default itemEditor behavior. You will need to update the dataProvider item in the renderer yourself. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Wednesday, October

[flexcoders] How to validate multiple FormItems with one validator?

2007-10-01 Thread Mark Ingram
Hi, is it possible to use 1 validator to validate multiple form items? I have a form with 7 items on it, 5 of which are required. But I don't want to make 5 validators to check each individual item. Also, is there a way of doing password validation (i.e. two text boxes equal each other?)

[flexcoders] An internal build error has occurred. Please check the Error Log.

2007-09-27 Thread Mark Ingram
This handy little error is brilliant. Where can I find the error log that is mentioned? I've looked through ASDocs but they all seem to refer to Flex 1.5 and the WEB-INF config files. I want to find out exactly what is breaking the compiler so I can attempt to work around it. Cheers, Mark

[flexcoders] Get row and column from click on datagrid

2007-09-26 Thread Mark Ingram
Hi, I want to find out what row and column I have clicked on in a datagrid. Where do I start? Ideally what I want to do is detect if I clicked on an empty row and then insert a new item into the data provider to let the user edit the new row. Thanks, Mark

[flexcoders] Highlight certain days in DateChooser

2007-09-26 Thread Mark Ingram
Hi, is it possible to highlight certain dates within a datechooser? i.e. make the 5th or 6th of the current month appear in bold? Thanks, Mark

RE: [flexcoders] Get row and column from click on datagrid

2007-09-26 Thread Mark Ingram
The click event gives me no information that I can readily use to look up a row and column in the datagrid... Private function clickHandler(event:MouseEvent):void { // How to find out what row / column was clicked on - even if there is no data at the location the user clicked }

RE: [flexcoders] Re: Get row and column from click on datagrid

2007-09-26 Thread Mark Ingram
That works great when I click on a valid entry in the datagrid, but if I click on an empty row, the message isn't received. That is when I'm trying to capture the row column... Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] How to get screen coordinate from child application

2007-09-21 Thread Mark Ingram
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, September 20, 2007 1:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to get screen coordinate from child application Hi Alex, that's the first thing I

[flexcoders] Check XML against schema

2007-09-21 Thread Mark Ingram
Hi, I want to be able to load an XML document but I want to check it has all the relevant elements and attributes before attempting to parse it. What's the best way of checking that? Mark

[flexcoders] ... (rest) parameter - passing to second function

2007-09-21 Thread Mark Ingram
Hi, if I have a function: public virtual function applicationSave(data:String):void { this.send(applicationSave, data, this.commonId, this.creationId); } And private function send(methodName:String,

RE: [flexcoders] How to get screen coordinate from child application

2007-09-20 Thread Mark Ingram
] On Behalf Of Mark Ingram Sent: Wednesday, September 19, 2007 8:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to get screen coordinate from child application Hi, if I have an application within an application, how can I convert coordinates from the child app to the parent app? I

[flexcoders] Modal Window that doesn't disable the whole flash player

2007-09-19 Thread Mark Ingram
Hi, I want to know if it's possible to have a modal window that doesn't disable the whole of the flash player. For instance, I have an application which hosts another application (a widget). When the widget is waiting for it's data I use the PopUpManager to display a canvas (in order to blur the

[flexcoders] How to get screen coordinate from child application

2007-09-19 Thread Mark Ingram
Hi, if I have an application within an application, how can I convert coordinates from the child app to the parent app? I need to display a popup window and if I use the x, y values from the child application, they are set to zero, but when loaded into a parent app, they are actually around 200,

RE: [flexcoders] changing a component's currentState in main state?

2007-09-13 Thread Mark Ingram
Hi, there are events that get fired when the state changes. Have a look at enterState and exitState events (mx:State enterState=...) You should be able to do whatever you like in there. Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Flash Player Instance Unique ID

2007-09-12 Thread Mark Ingram
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 11 September 2007 17:07 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flash Player Instance Unique ID Unfortunately I don't have that luxury as I need

[flexcoders] @ symbol and xml

2007-09-11 Thread Mark Ingram
Hi, what does the @ symbol do when using the xml class? I had the following columns in a datagrid and when the data was bound it made the correct number of rows, but didn't display anything in the cells: mx:columns mx:DataGridColumn headerText=Avatar dataField=avatarUrl/

RE: [flexcoders] @ symbol and xml

2007-09-11 Thread Mark Ingram
/operators.html#attribut e_identifier http://www.gcommerce.com/livedocs/flex/2/langref/operators.html#attribu te_identifier - Original Message - From: Mark Ingram [EMAIL PROTECTED] mailto:mingram%40softease.com To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Sent: Tuesday

RE: [flexcoders] Reporting Subversion Revision in Flex Application?

2007-09-11 Thread Mark Ingram
There is a tool that ships with subversion (subWCRev.exe I think) which can be run that replaces values in a template file. You could use this in your mxml file. http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html Mark From:

[flexcoders] Flash Player Instance Unique ID

2007-09-11 Thread Mark Ingram
Hi, is there a unique ID that the flash player has for each instance? I'm trying to use a LocalConnection to receive data, but if I launch two instances of my application it crashes (because the connection name is already in use). I was planning to append the name of my connection string with some

RE: [flexcoders] Flash Player Instance Unique ID

2007-09-11 Thread Mark Ingram
Unique ID In the past i was using a single LocalConnection, which worked like a registry and has a well known name. Every new client asks this registry for a id, which then can be used to create their own LocalConnection. Cheers, Ralf. On 9/11/07, Mark Ingram [EMAIL PROTECTED] mailto:[EMAIL

[flexcoders] How to build on command line?

2007-09-10 Thread Mark Ingram
Hi, what steps do I need to take to build a flex project from the command line? I've had a look at mxmlc and it's options, but it doesn't give me any clear clues about what parameters I need to pass through to it. Are there any good examples out there? Cheers, Mark

RE: [flexcoders] How to build on command line?

2007-09-10 Thread Mark Ingram
options available but that should at least get you an swf. John On Sep 10, 2007, at 9:23 AM, Mark Ingram wrote: Hi, what steps do I need to take to build a flex project from the command line? I've had a look at mxmlc and it's options, but it doesn't give me any clear clues about what

RE: [flexcoders] How to build on command line?

2007-09-10 Thread Mark Ingram
-Sep-07, at 10:30 AM, Mark Ingram wrote: That's great, thanks. I've outputted the compiler options from FlexBuilder, rather than use this complete file, should I just take the relevant sections and apply these on the command line? Thanks, Mark From

RE: [flexcoders] How to build on command line?

2007-09-10 Thread Mark Ingram
the flexTasks.jar jar http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks file, and you may not need the datavisualization stuff... I have that for AdvancedDataGrid. hth Scott Mark Ingram wrote: Well that's exactly what I'm planning to do. I have a development server setup and I have

[flexcoders] Flex Builder 3 Profiler

2007-09-05 Thread Mark Ingram
Hi, I'm having trouble with the new Profiler in Flex Builder 3 - I just get errors saying socket timeout.. I'm googled and tried several things, using only firefox, having no firefox windows open, disabling windows firewall, running FB3 as administrator, upgrading flash player version etc.

RE: [flexcoders] Re: Flex Builder 3 Profiler

2007-09-05 Thread Mark Ingram
behind something else so you cannot see it. You have to respond to it before the profiler can connect to the player. I have not done this in a while. But, the stuff above is what I recall. Please let me know if not correct etc. hth Scott Mark Ingram wrote: Hi, I'm having trouble

[flexcoders] How to tell when a control is no longer being drawn?

2007-09-03 Thread Mark Ingram
Hi, does anyone know how you can tell when a control is no longer being drawn? e.g. If I change from Tab0 to Tab1 on a TabNavigator control, the original canvas is no longer drawn (but obviously it's visible property is still set to true). So how does that canvas know not to draw? I would like to

RE: [flexcoders] Embed html with iframe problem

2007-06-14 Thread Mark Ingram
I get a 404 error when trying to view the source. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wpding Sent: 14 June 2007 14:51 To: flexcoders@yahoogroups.com Subject: [flexcoders] Embed html with iframe problem I have embed a

[flexcoders] Make datagrid into spreadsheet

2007-06-05 Thread Mark Ingram
Hi, I want to be able to type into any row of a datagrid and enter new data. How easily can this be done? Mark

RE: [flexcoders] Re: Make datagrid into spreadsheet

2007-06-05 Thread Mark Ingram
wrapper using a counter and callLater) to ensure that the user interface is updated often enough. -David --- In flexcoders@yahoogroups.com, Mark Ingram [EMAIL PROTECTED] wrote: Hi, I want to be able to type into any row of a datagrid and enter new data. How easily can this be done

RE: [flexcoders] Re: Make datagrid into spreadsheet

2007-06-05 Thread Mark Ingram
@yahoogroups.com Subject: [flexcoders] Re: Make datagrid into spreadsheet I think you just need to set editable to true on the DataGrid and on the DataGridColumn's. --- In flexcoders@yahoogroups.com, Mark Ingram [EMAIL PROTECTED] wrote: Hi, thanks for the response. I meant like a spreadsheet as in I

[flexcoders] DataGrid: Get current column index

2007-06-05 Thread Mark Ingram
Hi, if I register for the mouse down event in a data grid, I can use the following function to get the selected row: dataGrid.selectedItem How can I find out the actual column that was clicked, so I can index into the selected item's object and retrieve the individual field, rather than

RE: [flexcoders] Re: Make datagrid into spreadsheet

2007-06-05 Thread Mark Ingram
in the dataProvider (which appends a new Object when edited), or add some button/widget near your DataGrid which appends an Object to the dataProvider, forces an update, selects focuses the new row, goes into edit mode, and focuses the first DataGridColumn. --- In flexcoders@yahoogroups.com, Mark

  1   2   >