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

2007-11-01 Thread Mark Ingram
Hi all, it turns out after some investigation that IE6 does not like "#" symbols in the LocalConnection name. My local connection names looked like "connectionName#1", "connectionName#2" etc. Simply taking out the #'s fixed the problem. Mark ___

[flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
y of our source code... Has anyone seen this before?? Mark

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
Nope, I've done a search for the term "ResizeEvent" in all projects and I don't get a single match. I've tested it on a colleague's computer (which works fine) and the only difference between our dev boxes is the fact I'm running Vista and he

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

2007-11-01 Thread Mark Ingram
and not in another case?! The only difference as far as I can see is that a custom parameter is passed through to the PublishDialogEvent - but why would that make a difference?? Mark

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

2007-11-02 Thread Mark Ingram
D] to mx.charts.series.items.PieSeriesItem" I don't even know what to say about this... Mark

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

2007-11-02 Thread Mark Ingram
I was simply assigning some XML to a pie chart. I've loaded my application again and the error hasn't occurred - I have no idea why it popped up once?! Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Su

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

2007-11-02 Thread Mark Ingram
to their development. Thanks - much appreciated. Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 02 November 2007 16:16 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite fla

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Mark Ingram
They're all created in AS. The error hasn't occurred today. I've just put in a fix similar to the WedgeItemRenderer because I think the Resize Event error is due to a widget / SWF loaded into the main app. Thanks, Mark F

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

2007-11-02 Thread Mark Ingram
hey fix some problems I'm having. Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 02 November 2007 16:03 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!

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

2007-11-02 Thread Mark Ingram
quite 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.

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

2007-11-02 Thread Mark Ingram
oradically the pie chart will crash in the WedgeItemRenderer code. I've tried a clean, Firefox, IE7 and deleting all temporary internet files / cache. Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Soenke

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

2007-11-02 Thread Mark Ingram
the widget? Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Soenke Rohde Sent: 02 November 2007 13:30 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex is quite flakey (spurious errors!) Ok, and that'

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

2007-11-02 Thread Mark Ingram
om 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

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-02 Thread Mark Ingram
Hmm, there are no resize listeners on the system manager. There are a couple listening on the stage, but they all expect an event:Event parameter. Like I say, even when the code bases are the same, it does't work on my computer, but does work on a colleagues. Thanks,

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??? woo

[flexcoders] Binding Array as Data Provider for Combobox.

2007-11-05 Thread Mark Forsberg
in my combobox. Any ideas? Thanks. Mark F.

Re: [flexcoders] Dynamicaly loading of images

2008-10-30 Thread Mark Carter
Ben Stucki came up with a neat solution to this: http://blog.benstucki.net/?p=42 I took his idea a bit further: http://blog.flex.mark.carter.name/2008/05/displaying-icons-loaded-at-runtime-in.html Let me know if this helps - I've received no feedback on my icon stuff at all so far! -- View th

RE: Re: [flexcoders] Listeners and weak references

2008-11-05 Thread Mark Carter
Is it true to say that when passing an anonymous function to the addEventListener function, you should never use weak references??? If you do, then wouldnt the listener (anonymous function) get garbage collected as soon as the calling method returns Nikolay Iliev wrote: > > Thanks for this

[flexcoders] MenuBar menuitem data binding bug?

2008-11-05 Thread Mark Carter
This allows me to disable the menuitem when bindableProp is null. In the above example, bindableProp is a Boolean which has been declared as Bindable. When the container is created, this bindableProp is null. Later, I set it to something non-

Re: [flexcoders] MenuBar menuitem data binding bug?

2008-11-05 Thread Mark Carter
Correction - bindableProp is not a Boolean -- View this message in context: http://www.nabble.com/MenuBar-menuitem-data-binding-bug--tp20343455p20343457.html Sent from the FlexCoders mailing list archive at Nabble.com.

Re: [flexcoders] MenuBar menuitem data binding bug?

2008-11-05 Thread Mark Carter
Hi - I tried that but, no, that doesn't work either: Fotis Chatzinikos wrote: > > Have you tried: > > enabled="{bindableProp !=null?true:false}" > -- View this message in context: http://www.nabble.com/MenuBar-menuitem-data-binding-bug--tp20343455p2

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-17 Thread Mark Campion
I've been using Cairgorm with Prana - an IoC framework. It designed to work with Cairngorm, as well as Pure MVC but I would definitely advise looking at it. With regards to Cairngorm it removes all the problems you have with tight coupling etc. From: Romain de Wolff Sent: Monday, November 17

[flexcoders] Creating a Chart With 50,000 Data Points

2008-11-17 Thread Mark Easton
large data sets. The best I can think of is to write some code that will reduce the data set in size yet still provide enough data to represent the graph accurately. Thoughts? Ta. Mark

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
algorithm to ensure that my top level curve does not miss an max's and min's and as close as possible approximates a full detail curve. A few challenges there! Thanks again, Mark _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jim.abbott45 Sent:

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
look at closely. Yes I was thinking along the lines of having 2000 plot points. So in the case of a 3 month graph I would start with 120,000 points and need to reduce that to 2000. Cheers, Mark _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
a Chart With 50,000 Data Points You can always try a Java Applet. But this suggestion might be off topic! On Wed, Nov 19, 2008 at 12:04 AM, Mark Easton <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> co.nz> wrote: I'd be using C++. :) I already have a C++ applicati

RE: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Mark Easton
into some intermediary code to reduce your dataset, written in something with threads (my first choice would be Java, but that's me). It sounds like you're working on some interesting stuff Mark :) -Josh On Wed, Nov 19, 2008 at 6:15 AM, Mark Easton <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTE

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
I dont know about flex itself, but flex can call php and get the ip address from that. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj181 Sent: Thursday, November 20, 2008 11:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting IP address of t

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
do you have the code which is doing something like that. I know little bit Flex but I ma fairly new to PHP. Thanks a lot Anuj On Wed, Nov 19, 2008 at 3:06 PM, Mark Easton <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> co.nz> wrote: I dont know about flex itself, but flex can call php

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
You should also return your result from php as xml. e.g. 100.1.1.1 _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Easton Sent: Thursday, November 20, 2008 12:19 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Getting IP address of the

[flexcoders] Tree updateList() not updating top level

2008-11-20 Thread Mark Carter
I have a component extending Tree and I use a custom ITreeDataDescriptor since I want to filter the visible nodes. I also use showRoot=false. When changes are made to the underlying data model (dataProvider) I call updateList(). This works fine for all but the top level items. If I add/remove a

Re: [flexcoders] Tree updateList() not updating top level

2008-11-20 Thread Mark Carter
Tree.updateList(), what if you just want to redraw one item in the tree. I looked on the itemRenderer class but couldnt find anything that worked for me. Mark Carter wrote: > > I have a component extending Tree and I use a custom ITreeDataDescriptor > since I want to filter the visible node

Re: [flexcoders] Re: How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread Mark Shen
I have a question for this. How to save image,audio and video data to bytearray? Thanks Mark From: Weyert de Boer <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, November 20, 2008 3:14:18 PM Subject: Re: [flexcoders] Re: How to extra

[flexcoders] Best practice for databinding with MenuBar?

2008-11-21 Thread Mark Carter
I have a MenuBar where the dataProvider is specified in MXML as an XMLList. For the "enabled" attributes I do something like: enabled="{allowThis()}" However, to get databinding working I end up passing in the relevant bindable property and then ignore it within the implementation of allowMe().

Re: [flexcoders] Best practice for databinding with MenuBar?

2008-11-21 Thread Mark Carter
Thanks for that Amy. Doesn't that only work if you have a set isAllowed() as well? Unfortunately, in my scenario, isAllowed() is not set in this kind of way - its more of a calculation based on various vars elsewhere (some non-bindable). Amy-28 wrote: > > how bout > > [Bindable (event='allow

RE: [flexcoders] Best practice for databinding with MenuBar?

2008-11-21 Thread Mark Carter
directly set > the property values I want. > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Carter > Sent: Friday, November 21, 2008 9:51 AM > To: flexcoders@yahoogroups.

RE: [flexcoders] Best practice for databinding with MenuBar?

2008-11-22 Thread Mark Carter
ED] = this[allowFuncName](); } } Any thoughts on whether this is a good approach or not? Mark Carter wrote: > > How can I call the allowX() function where X is a string stored in a var? > -- View this message in context: http://www.nabble.com/Best-practice-for-datab

Re: [flexcoders] Store local data

2008-11-22 Thread Mark Carter
Does this help? http://jessewarden.com/2008/11/writing-a-caching-engine-for-flash-player.html Marco Catunda wrote: > > The kind of data is a dataprovider with a lot of records (500 - 2000). > > The shared objects don't store many datas. :( > > Let me explain my problem. > > I have a screen

RE: [flexcoders] Re: AIR SQLLite, ints, and NULLs

2008-11-23 Thread Mark Easton
I was having troubles with this also (using sqlite in AIR). I did not realise that ints dont have NULLS and Numbers do, so will change my ints to Numbers as well if that is deemed the proper thing to Thanks! _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Char

Re: [flexcoders] Best practice for databinding with MenuBar?

2008-11-23 Thread Mark Carter
Amy-28 wrote: > > --- In flexcoders@yahoogroups.com, Mark Carter <[EMAIL PROTECTED]> wrote: >> Doesn't that only work if you have a set isAllowed() as well? > > No. There is intentionally no setter function for isAllowed for the > reason you outline below: &

[flexcoders] Overriding setter function, not overriding

2008-11-28 Thread Mark Carter
I have once class Node and another SuperNode that extends Node. Node defines this setter: [Bindable] public function set modified(value:Boolean):void { _modified = value; } SuperNode overrides it: [Bindable] public override function set modified(value:Boolean):void { _modified

Re: [flexcoders] Overriding setter function, not overriding

2008-11-28 Thread Mark Carter
Problem solved by removing the Bindable tag from the overriding method. Shouldnt the compiler spot this? Mark Carter wrote: > > I have once class Node and another SuperNode that extends Node. > > Node defines this setter: > > [Bindable] > public function set modifie

[flexcoders] Custom DataDescriptor calling remote service

2008-12-01 Thread Mark Carter
I'm writing a data descriptor for a tree representing some remote filesystem hierarchy. I want the data descriptor to call a remote service every time the user opens an item. However, the data descriptor assumes synchronous retrieval of children etc. At the moment, I have to read in the entire h

[flexcoders] Best practice for calling asynchronous functions?

2008-12-10 Thread Mark Carter
In my app, I make a wide variety of XML-RPC calls. Now, to avoid having to add/remove listeners all over the place, I've created a class (facade?) with functions like: function save(xml:XML, successFunc:Function, failureFunc:Function):void; function load(id:String, successFunc:Function, failureFu

Re: [flexcoders] Best practice for calling asynchronous functions?

2008-12-10 Thread Mark Carter
Thanks for all the responses. I hadn't really looked into the ASyncToken until now. However, for me it seems that using the ASyncToken would be limited to the implementation of the, for example, save(XML, Function, Function) method. The calling code doesn't need to know about it. In my opinion t

Re: [flexcoders] Best practice for calling asynchronous functions?

2008-12-11 Thread Mark Carter
Amy-28 wrote: > > Right. The calling code doesn't need to do anything different. The > change is inside your method. > > Here's an example: > Thanks for that - its roughly what I had in mind - but its good for me to see an example. Amy-28 wrote: > >> In my opinion this is neater >> than

Re: [flexcoders] Best practice for calling asynchronous functions?

2008-12-11 Thread Mark Carter
Josh McDonald-4 wrote: > > The problem is that from the SDK's point of view, there is no request. > There's no IMessage, there's nothing to wait on. However from the > application's point of view, there is. > I don't quite understand... Wouldn't any problems before the async token is returned

Re: [flexcoders] Best practice for calling asynchronous functions?

2008-12-12 Thread Mark Carter
So are you saying that, in general, anonymous functions should not be used as listeners? If its anything like in Java, (once the calling method returned) the anonymous function would only be referenced by the event dispatcher and so (assuming weak references are not used) would only be garbage co

RE: [flexcoders] Best practice for calling asynchronous functions?

2008-12-12 Thread Mark Carter
For me, the question is: If I use someObj in the same way as my example above (i.e. assigning it to a local variable), when will someObj get garbage collected? Is it (potentially) when the result/fault event is dispatched or could it be earlier? Alex Harui wrote: > > I think Amy's point is tha

RE: [flexcoders] Best practice for calling asynchronous functions?

2008-12-12 Thread Mark Carter
Alex Harui wrote: > > Can you repost your example? > Its just the very few simple lines I posted a few posts ago in this topic. Here is the link: http://www.nabble.com/Re%3A-Best-practice-for-calling-asynchronous-functions--p20969533.html Its not a full example, but it gives the idea... --

Re: [flexcoders] Stop the flicker between menu items

2008-12-17 Thread Mark Carter
danielrkrueger wrote: > > When I place the mouse in just the right spot between 2 menu items I > can get a flicker. Does anyone know how to stop this? > I also experience this. But its not just between two menu items. It happens whenever you hover the mouse over any part of the border of a men

[flexcoders] How to Cairngorm an Air FileStream ?

2009-01-05 Thread Mark Simon
How can I extend Cairngorm to provide an Adobe Air File / FileStream service to my app? I have seen the HTTPService being used to read, for example, xml asset files, but I'd like to be able to buffer and write data as well. Thanks in advance, Mark Simon

[flexcoders] How to XMLListCollection a FileSystemTree dataProvider?

2009-01-05 Thread Mark Simon
The Air FileSystemTree dataProvider property, when supplied with an XMLListCollection, throws a: can't convert to File Does anyone know what the XML should look like for FileSystemTree to accept a XMLListCollection as a dataProvider ? Obliged, Mark Simon

[flexcoders] state change reload component

2009-01-07 Thread Mark Hage
' the component / state? Thanx, Mark

[flexcoders] FlexSkinning problem

2009-01-13 Thread Mark Hage
Problems with skinning components for Flex 3 in Illustrator CS3 I have installed the FlexSkinning plugin for Illustrator CS3. When I customize a Panel and import it into Flex as Skin Artwork, I have problems when scaling the Flex application in the browser. When I scale my browser window to a smal

[flexcoders] How to XMLListCollection a FileSystemTree dataProvider?

2009-01-21 Thread Mark Simon
Hi, The Air FileSystemTree seems to take a XMLListCollection as a dataProvider yet nowhere can I find a reference to the tag structure of that XML. All help appreciated,

Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread Mark Carter
I also experience this though it only happens about 5% of the time for me. I'm debugging my Flex app running in the standalone Flash Player 10. * Usually, my flex app takes a couple of seconds to launch once the workspace has finished building. * About 20% of the time, the flash player window co

[flexcoders] Zend_amf and boolean values

2009-01-28 Thread Mark Hage
Boolean for this var. Now all values are true, but not in my database. How can this be? And how can I send the proper boolean variables? Thanx, Mark

[flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
come up with ideas on how to proceed I will post them here. Cheers Mark

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
want to plot at maximum pixel detail. That is if the user uses the slider to look at 1 month then that would allow me to plot points where each point was calculated from a smaller sample size. Cheers Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
://www.truviso.com -Original Message- From: Mark Easton Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30 Jan 2009 12:16:16 +1300  Hi Maciek, Thanks for your response. Yes I have seen

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
grab the points that within each sample are 1 or 2 std deviations outside the normal then I wont always have these points - so they may just be the odd value. Hence using floating columns to display these seems to make sense. Mark -Original Message- From: flexcoders

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
groups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of Doug McCune Sent: Friday, 30 January 2009 1:43 p.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year Hey Mark, This might be out of the question due to client restrictions, but I'd be very

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
Greg, I really like that idea. Will factor it in to our design discussions here. Many thanks, Mark -Original Message- From: Gregory Kelley [mailto:flexcod...@yahoogroups.com]on Behalf Of Gregory Kelley Sent: Friday, 30 January 2009 5:47 p.m. To: flexcoders@yahoogroups.com

[flexcoders] How can an SWF read its own metadata tags?

2009-01-31 Thread Mark Carter
How to read SWF metadata tags (like "title", "publisher" etc) at runtime from within that SWF? I use ANT to build the SWF. I manually define metadata like "project name" etc in a build.properties file. I use these values in ANT to name the SWF and installer etc and also I can use them to set the

Re: [flexcoders] using an event to trigger an action in a sibling component

2009-01-31 Thread Mark Doberenz
I tend to create a public method on my Login screen called reset() or something like that.Then, I can easily call it to reset that form. Mark On Sat, Jan 31, 2009 at 8:58 PM, weezee49 wrote: > I have the following structure: > > Application > |___ViewStack > |Splash

Flex license install

2005-02-23 Thread Mark Hitchcock
;If you precompile a Flex SWF file, you can deploy it only on a server that is running a licensed copy of Flex." Is there something I am missing? Thanks Mark

RE: [flexcoders] Re: Advanced Printing Question

2005-03-03 Thread Mark Hitchcock
t would be great also.     Regards Mark Hitchcock   From: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 March 2005 12:42 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Advanced Printing Question AC wrote:> The idea is: If I can programmatically build a complex n

RE: [flexcoders] Re: Advanced Printing Question

2005-03-03 Thread Mark Hitchcock
needs, so enjoy and have fun with the iText library. Regards Mark _ From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 March 2005 9:25 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Advanced Printing Question Mark, I'd love to see a simple working examp

RE: [flexcoders] Printing TextArea

2005-02-10 Thread Mark Hitchcock
used in the datagrid example to workout the number of pages needed, the number of lines of text for each page etc.   Would you know how we can work any of this out?   Thanks Mark   From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 11:00 AMTo: flexcoders@yahoogroups.comSu

Flex license install

2005-02-23 Thread Mark Hitchcock
;If you precompile a Flex SWF file, you can deploy it only on a server that is running a licensed copy of Flex." Is there something I am missing? Thanks Mark

RE: [flexcoders] sms with flex and coldfusion

2009-02-04 Thread Mark Easton
Many ways. For example just use an Email2SMS product or a product with and SMS API. e.g. http://www.bulletinonline.net/bw/index.jsp -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of stinasius Sent: Wednesday, 4 February 2009 8:54 p

RE: [flexcoders] Re: sms with flex and coldfusion

2009-02-04 Thread Mark Easton
No there is nothing in Flex for sms. I cant say for Cold Fusion. But, sending and receiving SMS is no big deal if you arre using Email2SMS or some API. The other way is to use your own modem and send SMS messages with that - but you did not want to use a gateway. I was actually the Development M

RE: [flexcoders] Re: sms with flex and coldfusion

2009-02-04 Thread Mark Easton
Off topic a little, but One of the unique features that bulletinwireless has is "two-way" sms for which they possess a long standing patent. Essentially, through their associations with the telcos and gateway providers, then can control part of the source msisdn and thus use that part to thr

RE: [flexcoders] How to disable a checkbox in a Datagrid Column

2009-02-10 Thread Mark Easton
Well your itemrender can be coded as so: http://www.adobe.com/2006/mxml"; paddingLeft="10"> and accessed in your datagrid column like so: -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of b.kotireddy Sent:

RE: [flexcoders] How to disable a checkbox in a Datagrid Column

2009-02-10 Thread Mark Easton
. -- From: Mark Easton To: flexcoders@yahoogroups.com Sent: Tuesday, February 10, 2009 4:37:06 PM Subject: RE: [flexcoders] How to disable a checkbox in a Datagrid Column Well your

[flexcoders] Re: Weborb

2009-03-24 Thread Mark Piller
Hi Scott, Were you looking into WebORB for your Flex to CF connectivity? Regards, Mark --- In flexcoders@yahoogroups.com, "Scott" wrote: > > I briefly looked at Weborb last fall but decided against doing anything > with it since it was fairly expensive. I do remoteobjec

Re: [flexcoders] Can you get the class name of an object?

2009-03-25 Thread mark . jonkman
You can use var objectClassName:String = getQualifiedClassName(object); If you are using all Flex components, you can use the className property of the flex component which returns just the name like "Button". The other method above works for any object class. Sincerely Mark

Re: [flexcoders] Re: How to restore the default work space in flex builder 3?

2009-03-26 Thread mark . jonkman
Do you mean like Windows -> Perspectives -> Reset Perspective?? That would reset the Flex Debug perspective or Flex Developer perspective back to the original adobe defaults. Sincerely Mark R. Jonkman - Original Message - From: "krshnaonweb" To: flexcoders@yahoo

Re: [flexcoders] Re: I want to use Flex Builder 3 to develop Flash Games

2009-03-30 Thread mark . jonkman
f* you use the same src folder in Flex Builder. Just *DO NOT* refer to anything in the Flex framework - this is for Game/Flash AS only development, the rules change big time the second you want to use anything in the Flex framework. But there is absolutely no way to update a Flash swf with new code from within Flex. You get close using the above and tweaking a bit. Sincerely Mark R. Jonkman

Re: [flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread mark . jonkman
n) http://{server.name}:{server.port}/flex2gateway/"; source="Service.ServiceFacade" /> Sincerely Mark R. Jonkman - Original Message - From: "Nick" To: flexcoders@yahoogroups.com Sent: Wednesday, April 1, 2009 1:45:10 PM GMT -05:00 US/Canada Eastern Subject: [

Re: [flexcoders] AutoComplete with multiple items

2009-04-01 Thread Mark Carter
I too, would like this? Does anyone know of such a component? -- View this message in context: http://www.nabble.com/AutoComplete-with-multiple-items-tp16840144p22840425.html Sent from the FlexCoders mailing list archive at Nabble.com.

RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Mark Easton
Probably best to code this functionality on server side in your own proxy which will in turn make the call to the listing service. This "proxy" can check for multiple calls and handle that anyway you wish. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogrou

Re: [flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread mark . jonkman
der also include a folder that contains the both the debug and release players so that you have both binaries available. But I can't say that they aren't always in synch with the latest debug players that you can find on Adobe's site if you search for the latest debug play

[flexcoders] cfc to VO pesky problem

2009-04-27 Thread Mark Hosny
Hey guys, I understand how to convert an array from my cfc into an array collection, populate a datagrid, and cast a selected Item to a VO. My problem is if I'm returning just 1 DB record and want to convert to a VO, so I can bind to a form (in other words, skip the populating a datagrid

[flexcoders] Re: blazeds mapping issue with Set

2009-04-30 Thread Mark Piller
And another workaround is to use WebORB, which will handle it just fine out of the box. Cheers, Mark --- In flexcoders@yahoogroups.com, Pedro Sena wrote: > > Another workaround is use GraniteDS instead of BlazeDS. > > :D > > On Thu, Apr 30, 2009 at 11:45 AM

Re: [flexcoders] Profiler telling lies?

2009-05-05 Thread Mark Doberenz
Check your event listeners because if you're not using weak references then the garbage collector won't remove it. Disregard if you already knew that one :) On May 5, 2009, at 7:58 AM, "Gregor Kiddie" wrote: Hi all, I’m trying to work out where a memory leak is occurring in our app

Re: [flexcoders] Application Idea

2009-05-13 Thread Mark Winterhalder
On Wed, May 13, 2009 at 1:00 PM, kanu kukreja wrote: > I'm looking for an idea, so that i can create a application on based > on that idea in flash or flex. I assume you want a real-world app to learn by, because it's easier to learn if you have a proper goal. Right? These days, Twitter apps are

[flexcoders] Problems with FABridge - bridge is undefined

2009-05-21 Thread Mark Schiavone
age, they won't bump into each other. Not sure if this is causing the issue or not. Has anyone experienced anything like this? Thanks in advance, Mark

[flexcoders] popup systemManager not working

2009-05-28 Thread Mark Hosny
Hey guys, For some reason when I dispatch a custom event via the pop up, my main app isn't receiving the event. In my main app I have a custom component called search, which contains a button to open up a pop window called new member. In my pop up I have this: [Event(name="onSe

Re: [flexcoders] Re: Successive Videos Display

2009-05-28 Thread mark . jonkman
usly, but if you are doing progressive flv you could monitor when the first one has finished loading (not playing) and begin loading the next video assuming you can anticipate the play order. I haven't done this myself, but in theory its plausible and perhaps the only way to do what you want t

Re: [flexcoders] Re: Need Alternative for enterFrame event (Causing Memory leak )

2009-05-29 Thread mark . jonkman
with and it was obviously "messier" then the ExternalInterface method. Sincerely Mark R. Jonkman - Original Message - From: "Dharmendra Chauhan" To: flexcoders@yahoogroups.com Sent: Friday, May 29, 2009 3:00:46 PM GMT -05:00 US/Canada Eastern Subject: [flexcod

Re: [flexcoders] Flex Builder, Flash Builder, Flash and Catalyst

2009-06-03 Thread mark . jonkman
Hi Bruce Flash Builder 4 replaces the product formerly known as Flex Builder. Flex know refers solely to the Flex SDK. No idea what so ever as to what they are planning on charging. Sincerely Mark R. Jonkman - Original Message - From: "brucewhealton" To:

[flexcoders] Re: Flex and .NET

2009-06-08 Thread Mark Piller
that dataset to the client side...and that's over a fast connection..." This is exactly one of the reasons to use AMF on the wire. Serialization of 5000 records with WebORB would take only a sub-second of time. Mark --- In flexcoders@yahoogroups.com, Adrian Williams wrot

[flexcoders] Flex 4 Profiling Question - GC Root?

2009-06-11 Thread Mark Lapasa
tand as much as the mark & sweep but what does the above exactly mean? Thx, -mL Notice of confidentiality: The information contained in this e-mail is intended only for the use of the individual or entity named above and may be confidential. Should the reader of this message not be the

Re: [flexcoders] Flex 4 Profiling Question - GC Root?

2009-06-12 Thread Mark Lapasa
I getcha, thx Alex -mL Alex Harui wrote: > > > The mark and sweep starts from several places (ApplicationDomain, > Stage, a few internal places in the Player, stack). Those are > currently called GCRoots, although I’d push for changing it if we > could come up with a bett

Re: [flexcoders] Re: create class on the fly

2009-07-14 Thread mark . jonkman
uot;class" is a reserved word and Flex no like that. I'm stuborn and I like to call things what they are, but as a consequence I hit the occassional compile error for my stubborness. Not sure if that helps you at all. Sincerely Mark R. Jonkman - Original Message - From:

Re: [flexcoders] Re: create class on the fly

2009-07-14 Thread mark . jonkman
t runtime then access the class. Sincerely Mark R. Jonkman - Original Message - From: "postwick" To: flexcoders@yahoogroups.com Sent: Tuesday, July 14, 2009 9:32:02 AM GMT -05:00 US/Canada Eastern Subject: [flexcoders] Re: create class on the fly >From

Re: [flexcoders] Need help Combobox label property

2009-07-28 Thread Mark Lapasa
look at combo boxes labelfunction the function will then inspect the countrycode and you'll have a nasty switch statement that will output the correct country name -mL gan_sun2006 wrote: > > > Hi, > > I am using combobox for which the bound data is coming from an > arraycollection. My arrayco

Re: [flexcoders] Re: Need help Combobox label property

2009-07-29 Thread Mark Lapasa
> > talking about setting the selectedItem on the ComboBox. He mentioned he > > already had a labelField which seems to be exactly what he needs for > > display purposes without a complicated switch statement. > > > > Ganesh, if neither answer helps you, could you ela

<    2   3   4   5   6   7   8   9   >