RE: [flexcoders] Which AIR SDK to use with Flex?

2014-10-25 Thread 'Mark R. Jonkman' mark.jonk...@comcast.net [flexcoders]
in the name. Sincerely Mark R. Jonkman From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Thursday, October 23, 2014 12:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Which AIR SDK to use with Flex? [1 Attachment] [Attachment(s) from Dave Glasser

Re: [flexcoders] Which AIR SDK to use with Flex?

2014-10-25 Thread Mark Jonkman mark.jonk...@comcast.net [flexcoders]
or others depending on your project. My project is huge so it would take hours to unwind issues caused by the fast compiler. Though my iOS builds which average 30min went down to 15 min with new compiler. Mark On Oct 25, 2014, at 10:23 AM, Dave Glasser dglas...@pobox.com [flexcoders] flexcoders

[flexcoders] Mark Shen

2013-02-26 Thread Mark Shen
nbsp;nbsp; http://www.multimaticagalega.com/hm/q6wn.1pbu9s?ol0ndfm4p6bz0p4ocfn3afg09mdzcpnbsp;nbsp;nbsp;nbsp; nbsp; Mark Shen2/26/2013 6:35:09 PM

RE: [flexcoders] Re: From DataGrid to Clipboard and Excel

2013-01-19 Thread Mark Fuqua
Very sweet.I don't have a particular use for this right now.but I'll sure be looking for one! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tony Obermeit Sent: Saturday, January 19, 2013 12:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: From

RE: [flexcoders] Compiling and debugging against a remote Coldfusion server

2013-01-07 Thread Mark Fuqua
remember the right name) on my remote server. However, it seems whatever combination I try, fails… This might not be possible…but it seems it should be. Thanks for your time, Mark From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread mark . jonkman
to work with then the plugin version which has a tendency to crash on occassion resulting in force closing. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original Message - From: Jerry Davidson jerry.david...@illinois.gov To: flexcoders@yahoogroups.com Sent

[flexcoders] Re: Flex alternatives

2012-01-13 Thread Mark
I work on a very large flex application that runs within a web page. Most of the functionality is built within the flex application, but it does communicate to the server to get data and post results. I'm in the process of moving all this to a combination of restful web services written in

Re: [flexcoders] AIR Application with multiple views

2011-12-20 Thread mark . jonkman
I would look into using two modules loaded into the base application. Base application contains a login screen and based on results of login either load heavy weight module or load light weight module. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original

Re: [flexcoders] Animating an arrow into a target

2011-09-08 Thread Mark Embrey
check out http://flex4fun.com/2010/11/30/flex4-navigation-menu-using-state-and-timerfor an idea On Sep 7, 2011 4:21 PM, valdhor valdhorli...@embarqmail.com wrote: I have a project where I need to show the progress of a, well, project. The project has seven specific stages that it must pass

Re: [flexcoders] Re: Speeding project compilation

2010-08-24 Thread mark . jonkman
on the project. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original Message - From: Amy amyblankens...@bellsouth.net To: flexcoders@yahoogroups.com Sent: Tuesday, August 24, 2010 9:12:27 AM Subject: [flexcoders] Re: Speeding project compilation

[flexcoders] Re: Flex Affecting Web Server Memory?

2010-07-16 Thread Mark
What I would suggest is opening the process viewer and seeing what process allocates the memory. WebORB for .NET memory footprint is 15MB. However, if the code you host in there allocates a byte array for 5.6GB, that could explain the problem.. Mark --- In flexcoders@yahoogroups.com, valdhor

Re: [flexcoders] Flex Training

2010-06-01 Thread Mark Lapasa
Why not just google Flex 4 in a Week? It's like free-ninety-nine. I believe that covers a good breathe of the concepts out there. I don't think there is much value learning from advanced Flex 3 tactics (with the exception of those mx components that haven't made it's way into spark). On Mon, May

[flexcoders] Re: draw an arc

2010-05-27 Thread Mark
Thank you guys for the quick responses and great examples. I was thinking I wouldn't get something like this in a Flex app. I'll be working on this over the weekend. -M

[flexcoders] looping ArrayCollection

2010-05-27 Thread Mark
I must be having some crazy brain cramp right now, I'm having a devil of a time with getting a loop to work properly. I have an ArrayCollection that I need to get to data a level or two down (rootitemassociatedfKey). When I loop thru it it's fine unless there's only one item in there.. then I

[flexcoders] draw an arc

2010-05-26 Thread Mark
I need to draw an animated arc in Flex. So I have 2 points and the arc needs to draw over a period of about 1.5 seconds or so. I can't even find a good demo for Flash, let alone Flex. Does anyone know how to go about doing this? Thanks, Mark

Re: [flexcoders] flash 4 and flex 3

2010-05-19 Thread Mark Lapasa
You are wasting your time with Flash 4 Flash 5 Flash 4 Flash 5 FTW! On Wed, May 19, 2010 at 10:39 AM, Kerry Thompson al...@cyberiantiger.bizwrote: cholid_ridwan wrote: What advantages of flash 4 compare with flex 4? Lots of advantages. - You can do timeline animations -

Re: [flexcoders] reference to Data Provider throws error

2010-05-16 Thread Mark Lapasa
you have variable declared, but when the list instance tries to access the value at myDP, it doesn't exist. try assigning a default value [Bindable] public var myDP:ArrayCollection = new ArrayCollection() On Fri, May 14, 2010 at 1:37 PM, tex_learning_flex tex.learning.f...@gmail.com wrote:

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-03 Thread Mark A. DeMichele
Everybody is talking about learning another language. That's the easy part. It's porting an entire application that has several 100,000 lines of code. That's that hard part. Someone mentioned losing flash support on all Macs. Is that true? I hope not. I have over a million users using my

Re: [flexcoders] RobotLegs Framework

2010-04-30 Thread Mark Lapasa
I can testify, robotlegs is pretty good coming from 2yrs+ of doing Cairngorm. A lot less boiler plate code that's for sure. Dependency Injection for mock objects makes it great for the devs on my team to develop views when the service layer is not quite ready yet. Give the best practices a good

RE: [flexcoders] Transfer development from PC to Mac??

2010-04-25 Thread Mark R. Jonkman
.. Sincerely Mark R. Jonkman From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dan Pride Sent: Sunday, April 25, 2010 4:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Transfer development from PC to Mac?? So you are saying that I should

Re: [flexcoders] Simple Sound Player

2010-04-22 Thread Mark Lapasa
You could write a very rudimentary app using the flash.media.Sound to load and play the file and flash.media.SoundChannel to stop and pause the file. On Mon, Apr 19, 2010 at 2:51 PM, simcola jobs...@gmail.com wrote: Hi I have several podcasts in wma (I could change to mp3 if needed) and I

Re: [flexcoders] Loading FXG files at runtime

2010-04-19 Thread Mark Lapasa
This is an interesting question. I would like to know the answer too. On Thu, Apr 15, 2010 at 4:53 AM, Pradeek pra...@yahoo.com wrote: Hi is it possible to load FXG files at runtime and render them? Thanks.

[flexcoders] Re: open source server side push

2010-04-05 Thread Mark
/communityeditionapplication.html To see a comparison between Community and Enterprise editions, visit this page: http://www.themidnightcoders.com/products/weborb-for-java/product-editions.html Cheers, Mark --- In flexcoders@yahoogroups.com, hgnowhg hgno...@... wrote: I noticed right off the bat

Re: [flexcoders] Compare two datagrids

2010-03-31 Thread Mark Lapasa
Don't compare two datagrids. Compare two datasets. If you need thew view to display what's in common, then you can create your own Filter function and apply it to the underlying data sets. Any changes made to the data will be reflected in the view. On Wed, Mar 31, 2010 at 4:51 PM, cvsikh

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread mark . jonkman
Hi Deane do a quick search across all your mxml files and in the namespace declarations, replace any that look like this: xmlns:mx=library://ns.adobe.com/flex/halo with xmlns:mx=library://ns.adobe.com/flex/mx The /halo got replaced with /mx sometime around beta 2. Sincerely Mark R

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread mark . jonkman
on that. sorry. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com/ - Original Message - From: Deane Venske de...@venske.net To: flexcoders@yahoogroups.com Sent: Tuesday, March 23, 2010 10:54:21 AM GMT -05:00 US/Canada Eastern Subject: Re: [flexcoders] Flex 4 Release

[flexcoders] I need some basic ActionScript help that I'm stumped on

2010-03-15 Thread Mark
getting undefined? Thanks, Mark

[flexcoders] Re: What's up Adobe?

2010-02-03 Thread Mark A. DeMichele
I think the new name makes perfect sense. The current FlexBuilder doesn't only build flex. It builds flash as well. When you think of it, it is truly a Flash Builder. In fact, before they decided to change them name, I wondered why they were associating the name with Flex in the first place.

[flexcoders] Flex Developer Available For Hire

2010-02-01 Thread Mark Lapasa
. Cheers, Mark Lapasa Experienced Flash and Force.com Platform Developer __ The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http

[flexcoders] Re: Adobe pulls Single CPU and 100-user licenses

2010-01-24 Thread Mark
management team and there's very good reason (from their perspective) why that licensing term is there Really wishing Adobe would be more open minded.. Cheers, Mark --- In flexcoders@yahoogroups.com, Jeffrey Vroom j...@... wrote: Ugh, actually that sounds to me like their lawyers just mailed

[flexcoders] Loading videos/sound in Flex (web) out of a ByteArray

2010-01-23 Thread Mark
. Is there any cool way to convert a ByteArray into a Sound /VideoDisplay that anyone knows of? If not, we are going to have to resort to using an external php script to do the work of unzipping files on the server, which defeats the purpose of having it all in one file anyway. ~Mark

Re: [flexcoders] Ctrl + eh?

2009-10-23 Thread Mark Lapasa
Just to add more context, I know children of ListBase don't support Ctrl+A so I added my own keydown listener for Ctrl + A in a datagrid so each index in the dataprovider would be in the .selectedIndicies. However it never gets fired. -mL Mark Lapasa wrote: In IE, why does Ctrl

[flexcoders] Ctrl + eh?

2009-10-22 Thread Mark Lapasa
In IE, why does Ctrl + A in a TextInput work but Ctrl + A in a datagrid doesn't? What is this funny business? 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

Re: [flexcoders] How to hide loading of an images in flex

2009-10-08 Thread Mark Lapasa
For you svgViewer, have it set to visible = false at the beginning. When the svgViewer has finished 100% of what it's doing, have a listener already defined waiting for this event. When it fires off, the handler will turn visible = true. -mL Adarsh Agrawal wrote: Hello, Can any help me

Re: [flexcoders] Re: Trying to convince people to develop with Flex

2009-09-29 Thread Mark Lapasa
Wow, that's a great case study / story about Flex. valdhor wrote: Perhaps you could do it in your own time? When I first started my job here (A large Multi-National) I was tasked with creating a front end UI to replace an unwieldy PHP/Perl system. They wanted it redone with

Re: [flexcoders] cleanup on exit

2009-09-28 Thread Mark Lapasa
You can try flash.events.Event.DEACTIVATE which comes out of Application a new problem arises if the user really shut down the flash player or just alt-tabbing [p e r c e p t i c o n] wrote: Hi all, Is there any way to do some cleanup just before an app exits? for example i've

Re: [flexcoders] Beginner Questions

2009-09-25 Thread Mark Lapasa
Most would use ActionScript 3. The Flex Framework add a lot of overhead to a highly animated game. The controls weren't made for that type of genre of application. You could use OS Flex but Flex Builder's built-in's will save you clicks in the long run and you just get things done out faster,

Re: [flexcoders] Re: Java/Flex questions answered by James Ward

2009-09-17 Thread Mark Lapasa
Uggh no wonderthey deleted my question altogether! James Ward wrote: Yeah. Turns out that the folks at Stack Overflow didn’t like the idea of the “riacowboy” tag. So you can still ask the question with sensible tags and then post a comment on my “Ask the RIA Cowboy” blog so that I

Re: [flexcoders] Re: How do I get on adobe feeds? I'm having problems...

2009-09-04 Thread Mark Lapasa
Hello all, Does anyone know who is admin for the feeds on MXNA/feeds.adobe.com? I would like to have my feed URL updated. It's been about 2 days since I sent the request. I would like to know if they've received my request. knowledge.lapasa.net Old - http://knowledge.lapasa.net/wp-atom.php

Re: [flexcoders] alt+f4 Short cut key

2009-08-13 Thread Mark Lapasa
The day Flash Player provides alt-f4 support is the day when World of Warcraft provides it too http://forums.worldofwarcraft.com/thread.html?topicId=12454665647 jitendra jain wrote: Hi friends, I want to implement alt+f4 key functionality in my swf application. How can I override the

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

2009-07-29 Thread Mark Lapasa
a complicated switch statement. Ganesh, if neither answer helps you, could you elaborate on the problem? Mark Lapasa wrote: 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

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

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

2009-07-14 Thread mark . jonkman
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: postwick p...@ubeek.com To: flexcoders@yahoogroups.com Sent: Tuesday, July 14, 2009

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

2009-07-14 Thread mark . jonkman
the class. Sincerely Mark R. Jonkman - Original Message - From: postwick p...@ubeek.com 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 your blog post... var myClass:Class

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 better name. Often when you

[flexcoders] Flex 4 Profiling Question - GC Root?

2009-06-11 Thread Mark Lapasa
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 intended recipient, you

[flexcoders] How do I Change Event on a CheckBox

2009-06-09 Thread Mark
from a user interacting with that checkbox. How can I do this? Thanks, Mark

[flexcoders] Re: How do I Change Event on a CheckBox

2009-06-09 Thread Mark
Beautiful! That did it, thanks much. -M --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi Mark, import mx.events.FlexEvent; calendarCheckbox.addEventListener(FlexEvent.VALUE_COMMIT, changeCBF); Notice that this is a FlexEvent; rather than a regular Event. So

[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 adri...@... wrote: Hi

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 br...@futurewavedesigns.com

[flexcoders] Re: childrenField in AdvancedDataGrid

2009-06-02 Thread Mark
I'm still in need for some help on this if anyone knows how I can do it. Also - I cleaned up the XML from the first post. Thanks --- In flexcoders@yahoogroups.com, Mark mark.pusat...@... wrote: Hi my XML has been set up pretty basic but it does have a few levels. This is shortend

[flexcoders] childrenField in AdvancedDataGrid

2009-06-01 Thread Mark
structure? The childrenField only accpets one. How can this be done? Or do I need to rename some of my XML nodes? Thank, Mark

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

2009-05-29 Thread mark . jonkman
then the ExternalInterface method. Sincerely Mark R. Jonkman - Original Message - From: Dharmendra Chauhan chauhan_i...@yahoo.com To: flexcoders@yahoogroups.com Sent: Friday, May 29, 2009 3:00:46 PM GMT -05:00 US/Canada Eastern Subject: [flexcoders] Re: Need Alternative for enterFrame

[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: mx:Metadata

Re: [flexcoders] Re: Successive Videos Display

2009-05-28 Thread mark . jonkman
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 to do. Sincerely Mark R

[flexcoders] Problems with FABridge - bridge is undefined

2009-05-21 Thread Mark Schiavone
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] Re: filter complex arrayCollection

2009-05-19 Thread Mark
or if I need to use something like XMLListCollection. Mark --- In flexcoders@yahoogroups.com, Ivan Perez manope...@... wrote: have you ever seen OLAP Cube for flex 3? http://livedocs.adobe.com/flex/3/html/help.html?content=olapdatagrid_6.html Maybe it works. On Mon, May 18, 2009

[flexcoders] Re: filter complex arrayCollection

2009-05-19 Thread Mark
Thanks, but I'm looking to filter within children, so I need to dig down deeper then the root level. My understaning is the filterFunction will only filter on the top most level. -M --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Mark Check into the filterFunction

[flexcoders] filter complex arrayCollection

2009-05-18 Thread Mark
Is there a way to filter an ArrayCollection of hierarchical data? So if I have a structure as I layed out below where I have a number of projects in my ArrayCollection, how can I filter on delCreationDate within deliverables/deliverable (there could be multiple deliverables)? I've looked around

Re: [flexcoders] Application Idea

2009-05-13 Thread Mark Winterhalder
On Wed, May 13, 2009 at 1:00 PM, kanu kukreja kanukukr...@gmail.com 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

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 gkid...@inpses.co.uk wrote: Hi all, I’m trying to work out where a memory leak is

[flexcoders] Re: blazeds mapping issue with SetLong

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 sena.pe...@... wrote: Another workaround is use GraniteDS instead of BlazeDS. :D On Thu, Apr 30, 2009 at 11:45 AM, aglosband aglos

[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

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

2009-04-22 Thread mark . jonkman
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 players. Sincerely Mark R. Jonkman

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

Re: [flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread mark . jonkman
=ColdFusion endpoint=http://{server.name}:{server.port}/flex2gateway/; source=Service.ServiceFacade / Sincerely Mark R. Jonkman - Original Message - From: Nick nick...@gmail.com 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] Re: I want to use Flex Builder 3 to develop Flash Games

2009-03-30 Thread mark . jonkman
, 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] 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 krshnaon...@gmail.com To: flexcoders

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 R. Jonkman

[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 h...@... wrote: I briefly looked at Weborb last fall but decided against doing anything with it since it was fairly expensive. I do remoteobject on a coldfusion

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: ?xml version=1.0 encoding=utf-8? mx:CheckBox xmlns:mx=http://www.adobe.com/2006/mxml; paddingLeft=10 mx:Script ![CDATA[ import mx.controls.DataGrid; import mx.events.DataGridEvent; import

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

2009-02-10 Thread Mark Easton
-- From: Mark Easton mar...@azurebell.co.nz 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

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

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

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

[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 rainygl...@comcast.net wrote: I have the following structure: Application |___ViewStack |SplashBox

[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 mar...@azurebell.co.nz 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

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

2009-01-29 Thread Mark Easton
to 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
...@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 interested in seeing

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] 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

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

[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,

[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

[flexcoders] state change reload component

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

[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 xyzTag to File Does anyone know what the XML should look like for FileSystemTree to accept a XMLListCollection as a dataProvider ? Obliged, Mark Simon

[flexcoders] Re:NaN in CSS

2009-01-05 Thread Mark A. DeMichele
I figured it out. You can do width: ClassReference(null)

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

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

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

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] 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 something

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, be

[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,

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

  1   2   3   4   5   6   7   8   9   >