Re: [flexcoders] Re: Cairngorm proper usage

2009-01-04 Thread Paul Andrews
the field that says whether a room is open or closed) and I thing the view can do this using BindingUtils and the bindSetter() method to invoke a function to manipulate that Tabnavigator child containers according to changes in the model. It is going to require some work. Paul Thanks

Re: [flexcoders] Any Developers on a Mac?

2009-01-02 Thread Paul Andrews
Arghh.. I should have never said anything - daughter drops ipod and it's now rather unhappy - three weeks out of warranty... :-( - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Thursday, January 01, 2009 12:37 PM Subject: Re: [flexcoders] Any

Re: [flexcoders] sending vo to CF from Flex throws error

2009-01-02 Thread Paul Hastings
Derrick Anderson wrote: the error is: Could not find the ColdFusion Component or Interface API.winn.portal.1_0.callingApplication.vo.DecisionFileVO. Ensure that the name is correct and that the component or interface exists. It definitely exists, but it always throws this error- any

Re: [flexcoders] Any Developers on a Mac?

2009-01-01 Thread Paul Andrews
It just goes to show you can't generalise about these things. We have an inspiron 8200 still going strong and my son was skeptical that the ipod classic that we bought our daughter would last long since his friends had had experiences. Her ipod is going strong, his MP3player is pretty useless

Re: [flexcoders] Re: Display only part of a canvas??

2008-12-24 Thread Paul Andrews
to be able to reset the scrollBar so that it appears to the user that they are seeing everything. Why can't you just suppress the scrollbar and add one of your own? You can set it to whatever you like then. Paul JF --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Just thinking

Re: [flexcoders] Display only part of a canvas??

2008-12-22 Thread Paul Andrews
- Original Message - From: jmfillman jmfill...@verizon.net To: flexcoders@yahoogroups.com Sent: Tuesday, December 23, 2008 12:11 AM Subject: [flexcoders] Display only part of a canvas?? I have a Canvas that with a height of 3000. For some users, I only want them to be able to view and

Re: [flexcoders] Re: Help with Panel Container layout

2008-12-19 Thread Paul Andrews
the application rather than be inside a container that has a spcific layout policy. When that is a case, FB will show a layout property panel where you can click to set the positioning properties of your panel. You can't give a panel a constraint if it's within an HBox, for example. Paul

Re: [flexcoders] Rounding error

2008-12-17 Thread Paul Andrews
doesn't match the sum of the discounted items as shown on the invoice. That tends to upset customers. The other thing to consider is that such arithmetic must be consistent on server as well as client, otherwise you can end up with server-side reports that don't match client-side displays. Paul

Re: [flexcoders] Flex dates and time zones.

2008-12-16 Thread Paul Hastings
Ricky Bacon wrote: It's actually a Unix thing: http://en.wikipedia.org/wiki/Unix_time no dale's right, java is *milliseconds* since epoch start, unix is *seconds*.

[flexcoders] Flex dates and time zones.

2008-12-15 Thread Paul Kukiel
; var offsetMilliseconds:Number = item[column.dataField].getTimezoneOffset() * 60 * 1000; item[column.dataField].setTime(item[column.dataField].getTime() + offsetMilliseconds); return formatter.format(item[column.dataField]); } Paul.

Re: [flexcoders] French accents in resource bundles not showing up

2008-12-15 Thread Paul Hastings
Wildbore, Brendon wrote: Thanks for that. I can confirm that the system I am testing on can display the characters, but for some reason is not when I pull it from the resource bundle… it’s a real puzzler. when you open the rb in notepad or whatever, can you read the text? btw the rb

Re: [flexcoders] Flex dates and time zones.

2008-12-15 Thread Paul Kukiel
. Paul. On 15/12/2008, at 7:46 PM, Tracy Spratt wrote: Pass the date as a string. Tracy From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Paul Kukiel Sent: Monday, December 15, 2008 3:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex dates

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

2008-12-10 Thread Paul Andrews
blown event handling. It does look quite neat and enforce cleaning up listeners. Paul What say you all - good or bad practice? -- View this message in context: http://www.nabble.com/Best-practice-for-calling-asynchronous-functions--tp20930596p20930596.html Sent from the FlexCoders mailing

Re: [flexcoders] Re: Parsley MVC :: some thoughts

2008-12-10 Thread Paul Andrews
more than a function call, which calls all the event handler methods. Of cause you can think of pathologic examples like Paul likes to do :) But this is really the same with function calls. For several years before using flash I used a proprietary GUI OO tool that had a similar (though less

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-09 Thread Paul Andrews
data structures would be open to being updated unexpectedly whenever an event is despatched. So, I'm kinda with you. Paul - Original Message - From: Jules Suggate [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 09, 2008 8:55 AM Subject: Re: [flexcoders] Parsley

Re: [flexcoders] Re: interface layout help

2008-12-09 Thread Paul Andrews
There's no real difference between clicking on a tile and clicking on a row in a datagrid - they both work from the same dataprovider. - Original Message - From: stinasius [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 09, 2008 10:00 AM Subject: [flexcoders]

Re: [flexcoders] Re: interface layout help

2008-12-09 Thread Paul Andrews
interfaces look simple - they didn't acheive that skill on day one. Paul - Original Message - From: stinasius [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 09, 2008 11:18 AM Subject: [flexcoders] Re: interface layout help what am saying is that i would like

Re: [flexcoders] Re: interface layout help

2008-12-09 Thread Paul Andrews
It's a common thing inFlex apps to offer a switch between a textual datagrid and a tile view, so I'm not sure why this adds any complication. There are loads of ways to implement an interface for the application that you have - there is no one right way to make this interface. Paul

Re: [flexcoders] Re: Parsley MVC :: some thoughts

2008-12-09 Thread Paul Andrews
done in the middle of a code block. Anyway it's just a thing to keep in mind. I would agree that it's a marginal and unlikely scenario. Paul Colin Moock has a good chapter of how all this works in his nice AS3 book. Cheers Ralf. On Tue, Dec 9, 2008 at 3:44 PM, Amy [EMAIL PROTECTED

Re: [flexcoders] Re: Parsley MVC :: some thoughts

2008-12-09 Thread Paul Andrews
if they are badly written. Trivial example, certainly, but it shows the principle. Paul ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical applicationComplete=init() mx:Script ![CDATA[ public const UPSET_COUNTER_EVENT:String = upsetCounterEV; public

Re: [flexcoders] Re: interface layout help

2008-12-08 Thread Paul Andrews
- Original Message - From: stinasius [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 6:49 AM Subject: [flexcoders] Re: interface layout help OK this is the description of the usage pattern. the application is a real estate portal where people can

Re: [flexcoders] Loading swf with flashvars into Flex

2008-12-08 Thread Paul Andrews
- Original Message - From: ericbichara [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 12:25 PM Subject: [flexcoders] Loading swf with flashvars into Flex Hi, I have several widgets which use flashvars and i wanted to create a gallery application

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-08 Thread Paul Andrews
that holds true not just for the listeners themselves but also for the mechanism that calls the waiting listeners. Paul TIA, +J PS another thing I haven't figured out yet is how to inject dependencies into a View component... it seems Parsley can only inject into objects that have been created

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-08 Thread Paul Andrews
They are asynchronous but they aren't concurrent. Paul - Original Message - From: Jules Suggate [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 1:59 PM Subject: Re: [flexcoders] Parsley MVC :: some thoughts boom head explodes heh! I have been

[flexcoders] Re: e4x Strings?

2008-12-08 Thread Paul Fischer
but is noticeably slow on datasets exceeding 1000 rows. This really should be included in the Actionscript core XML classes. I have worked with Java XML libraries such as Axiom and JDOM which support xpath expression evaluation directly. /Paul

Re: [flexcoders] interface layout help

2008-12-06 Thread Paul Andrews
what you say it sounds about right as it is. I think to know if you can do better, you'd need to describe the usage pattern a bit more. Paul

RE: [flexcoders] Auto expand TreeView on open - How?

2008-12-06 Thread Paul Kukiel
node label=System Administration node label=Add Users/ /node /node /mx:XML mx:Tree id=menuTree top=72 left=50 showRoot=false height=224 labelField=@label dataProvider={menuData}/ /mx:Application Paul K

Re: [flexcoders] Can a control be a child of more than one parent?

2008-12-04 Thread Paul Andrews
controls sitting in two different containers, they will be different instances of the control. Paul

RE: [flexcoders] Flex 3 - Export to Microsoft Excel?

2008-12-03 Thread Paul Kukiel
Well the function was designed for one grid at a time. It really depends how you want the two grids to appear in excel. You would have to pass both dataGrids to the function and modify it so it loops 2 datagrid's not just one and format it as you require. Paul K From: flexcoders

Re: [flexcoders] Error 1189: Attempt to delete the fixed property.

2008-12-03 Thread Paul Andrews
(provided nothing else is referencing the array) when you leave the function - it's no longer in scope. In other circumatsnces, you can make the array eligible for garbage collection by setting arr to null (provided nothing else is referencing the array). Paul In a different situation, I also get

[flexcoders] Re: Using XSL in Flex?

2008-12-02 Thread Paul Fischer
be to a servlet which transforms the help xml using a xsl stylesheet and returns the final help text in a consistent format. /Paul

[flexcoders] Re: Using XSL in Flex?

2008-12-02 Thread Paul Fischer
. I can also call a servlet URL that transforms the help text in XML format and apply the formatting using an xsl stylesheet. The Flex part only knows it is calling a URL and getting back formatted text. /Paul

Re: [flexcoders] What exactly is an illegal cue point, how do I fix?

2008-12-01 Thread Paul Andrews
- Original Message - From: stephendricketts [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, November 30, 2008 5:59 PM Subject: [flexcoders] What exactly is an illegal cue point, how do I fix? I'm getting an error that says: illegal cue point: Time must be number and/or

RE: [flexcoders] Flex 3 - Export to Microsoft Excel?

2008-12-01 Thread Paul Kukiel
I use this method: http://blog.kukiel.net/blog/2008/11/24/Flex-Data-grids-and-Excel Paul. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sailorsea21 Sent: Monday, 1 December 2008 1:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 3 - Export

Re: [flexcoders] Re: How to get an object to delete itself?

2008-11-29 Thread Paul Andrews
LOL, yes, I did copy and paste but forgot to edit. Paul - Original Message - From: Fotis Chatzinikos To: flexcoders@yahoogroups.com Sent: Saturday, November 29, 2008 2:10 PM Subject: Re: [flexcoders] Re: How to get an object to delete itself? 99% he meant

Re: [flexcoders] How to get an object to delete itself?

2008-11-28 Thread Paul Andrews
your destruct method needs (at least): this.owner.removeChild(this); // remove this instance from the parent container in the display list lifeTimer = null; //remove the reference to it Paul - Original Message - From: tom s To: flexcoders@yahoogroups.com Sent: Friday

Re: [flexcoders] How to get an object to delete itself?

2008-11-28 Thread Paul Andrews
collection if that's the only reference to the object. Effectively, you need to be very careful how you create the object and be sure to remove any references to it - or just use addChild(new xx() ). Paul - Original Message - From: Haykel BEN JEMIA To: flexcoders

[flexcoders] require flash 10 for flex app?

2008-11-27 Thread Paul Hastings
is it enough to set the require flash player version under flex compiler to 10.0.0 to force clients to use flash 10 or is more needed? thanks.

Re: [flexcoders] **View States Problem**

2008-11-27 Thread Paul Andrews
I think it's just a case of the OPs terminology - he expects to see components from the base state plus state2 when he switches to state3. I don't think he means being in three states at the same time.. - Original Message - From: Chet Haase To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] **View States Problem**

2008-11-27 Thread Paul Andrews
). Basically I have added three buttons to the base state to switch state, plus made some stub data providers. Everything works as expected (in terms of view states anyway), so I don't think your problem is related to view states. Paul Amended code: ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Store local data

2008-11-22 Thread Paul Andrews
it will be suitable, but maybe your use of the word cache isn't quite right. What kind of cache? Paul -- Marco Catunda -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https

Re: [flexcoders] Store local data

2008-11-22 Thread Paul Andrews
in Flash Player. :) You probably don't need it. Paul On Sat, Nov 22, 2008 at 1:38 PM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Marco Catunda [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, November 22, 2008 3:00 PM Subject: [flexcoders] Store

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-20 Thread Paul Hastings
Tom Chiverton wrote: You mean Eclipse 3.4 ? IIRC only 3.3 is recomended... naw, the updater bits actually says it's looking for 3.2,3,3 or 3.4. though in my case it wouldn't recognize my 3.4 install for some reason.

Re: [flexcoders] Re: How do they do that (Flex video)

2008-11-19 Thread Paul Andrews
to the thread. Paul - Original Message - From: comfederation [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 19, 2008 5:22 AM Subject: [flexcoders] Re: How do they do that (Flex video) No it's not OK ;) When a company has different file formats then it's

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Paul Hastings
Richard Rodseth wrote: This is a nightmare. well you're not alone at least. the windows updater's not recognizing ganymede here either. the FB plugin update seems to go ok but the updater barfs after a time on the eclipse update bits.

Re: [flexcoders] Using Google Geocoder in Flex

2008-11-17 Thread Paul Hastings
superbokbok wrote: need to create a map and add it to a component so that I have access to the geocoder to handle an address input request. you might get better results from the google maps list: http://groups.google.com/group/google-maps-api-for-flash?hl=enpli=1

Re: [flexcoders] how to bring this transition

2008-11-16 Thread Paul Andrews
of the book that was clicked. A transition just moves the book from there to the panel description. I think there's a fade in as well as movement taking place. Paul How to bring the a transition like NOTE: This part [image is moved from this panel to a new description panel where

Re: [flexcoders] Re: How do they do that (Flex video) ?

2008-11-13 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 13, 2008 9:46 AM Subject: Re: [flexcoders] Re: How do they do that (Flex video) ? On Wednesday 12 Nov 2008, comfederation wrote: Thanks Tom ... but what Flex related

Re: [flexcoders] Re: How do they do that (Flex video) ?

2008-11-13 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 13, 2008 3:53 PM Subject: Re: [flexcoders] Re: How do they do that (Flex video) ? On Thursday 13 Nov 2008, Paul Andrews wrote: mxmlc. How will the compiler help the OP

Re: [flexcoders] Flex Rich Client Platform Framework??

2008-11-13 Thread Paul Andrews
- which is eclipse based apart from command line tools. Paul

Re: [flexcoders] Flex Rich Client Platform Framework??

2008-11-13 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 13, 2008 4:22 PM Subject: Re: [flexcoders] Flex Rich Client Platform Framework?? - Original Message - From: lwsiv [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Cloning Adobe Premiere Express

2008-11-12 Thread Paul Andrews
Problem is that the OP wants to build this functionality into the application as part of the application - so any user can generate that video.. - Original Message - From: Nate Beck To: flexcoders@yahoogroups.com Sent: Wednesday, November 12, 2008 10:14 PM Subject: Re:

Re: [flexcoders] udefined property error without function

2008-11-11 Thread Paul Andrews
); myCanvas.addChild(myDemoClass.getUIComponent()); Errors: access to undefined property myCanvas/myDemoClass/myDataFilepath You'll notice that in the error there's a mention of myDataFilepath not myDataFilePath in the error, so somewhere you've got the wrong variable name.. Paul thanks

Re: [flexcoders] Flex Book wish :)

2008-11-11 Thread Paul Andrews
Paul - Original Message - From: Cato Paus [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 11, 2008 10:14 AM Subject: [flexcoders] Flex Book wish :) a wish book, which addresses the disign pattern and flex framework, that I had purchased on spot

Re: [flexcoders] udefined property error without function

2008-11-11 Thread Paul Andrews
context. Does your error have a line number and exactly which line does it refer to? I have a feeling this error may not be to do with these particular snippets. Paul Paul Andrews wrote: - You'll notice that in the error there's a mention of myDataFilepath not myDataFilePath in the error

Re: [flexcoders] udefined property error without function

2008-11-11 Thread Paul Andrews
inside a method, then I need some instruction. in an mxml file all code must be in a method (or an event handler). Basically define a function and use an event to call it. For an application creationComplete should most likely do the trick for you. Check out the docs. Paul JF Fotis

Re: [flexcoders] Re: Flex Book wish :)

2008-11-11 Thread Paul Andrews
and there sure are a lot more 'wrong ways' to do things! Paul --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Not exactly what you want, but worth a look: http://www.friendsofed.com/book.html?isbn=9781430210276 Actionscript design patterns: http

Re: [flexcoders] Getting started with flex

2008-11-11 Thread Paul Andrews
what you really mean. The SDK doesn;'t include server side tools except for communications between flex and the server. Paul THANKS, any suggestion will be appreciated! Valerio Bruno

Re: [flexcoders] Http Service Issue -Urgent

2008-11-11 Thread Paul Andrews
://livedocs.adobe.com/flex/3/html/help.html?content=security2_01.html Paul Thanks in advance...

Re: [flexcoders] udefined property error without function

2008-11-11 Thread Paul Andrews
Glad you sorted it out John. Hope your project goes well. Paul - Original Message - From: john fisher [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 11, 2008 10:40 PM Subject: Re: [flexcoders] udefined property error without function No you nailed it. I

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Paul Andrews
handling code if you changed the initial product event. Paul - Original Message - From: greenfishinwater [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 07, 2008 11:00 AM Subject: [flexcoders] Adding data to a bubbling event I have some view components

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Paul Andrews
will be vitally important; furthermore you now need two event handlers to service a single event - one to extend the payload, one to actually handle the payload. Paul - Original Message - From: Fotis Chatzinikos To: flexcoders@yahoogroups.com Sent: Friday, November 07, 2008 4:23 PM

Re: [flexcoders] removeEventListener

2008-11-07 Thread Paul Andrews
- Original Message - From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 07, 2008 4:26 PM Subject: [flexcoders] removeEventListener I have spent some time trying to understand why removeEventListener would not remove an event listener. I have a

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Paul Andrews
actually be an extendedInfo object) as the event payload - that way it can either attach info, or extended info to the event - it wouldn't matter either way. When handling the event, just check what kind of object you're working with, or for the existence of the extended attributes. Paul

Re: [flexcoders] Re: removeEventListener

2008-11-07 Thread Paul Andrews
with the forms - it's always good to build a small (complete) example to illustrate the problem. Paul --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday

Re: [flexcoders] Re: removeEventListener

2008-11-07 Thread Paul Andrews
(event handling involves much more than I said). There's load of other event tutorials around too. My quest for a small example -in full- was so that we can see exactly how you are trying to work and what you are trying to achieve, without second guessing the code we can't see. Paul

[flexcoders] ArryCollection Columns.

2008-11-06 Thread Paul Kukiel
. The array collection data is a query returned from ColdFusion. Paul.

RE: [flexcoders] Re: ArryCollection Columns.

2008-11-06 Thread Paul Kukiel
No. It's a simple array collection. Ie a ColdFusion query being passed back to Flex. Eg Select firstName, lastName, age From person So in flex it's Ac[0].firstName = Paul ect But I don't know ac[0].columName so is there a way

RE: [flexcoders] Re: ArryCollection Columns.

2008-11-06 Thread Paul Kukiel
I have been using describeType for VO's but for a simple query it isn't working. I'd really rather a generic solution where I don't have to do any tricks in CF. I'm sure I am just missing something. Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jake

RE: [flexcoders] Re: ArryCollection Columns.

2008-11-06 Thread Paul Kukiel
I swear I tried that earlier. Thanks for the bump to revisit this solution worked perfectly. J Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Fotis Chatzinikos Sent: Thursday, 6 November 2008 4:12 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders

Re: [flexcoders] Objects are not Garbage Collected

2008-11-05 Thread Paul Andrews
is referencing the object it becomes eligible for collection. Sometimes that's easier said than done. BTW if you have references to children of the object, they won't be available for garbage collection until no references to them exist. Paul - Original Message - From: Parkash

Re: [flexcoders] Re: my first flex website

2008-11-05 Thread Paul Andrews
. Ideally you'd have a custom preloader to do that. Paul - Original Message - From: Gustavo Duenas To: flexcoders@yahoogroups.com Sent: Wednesday, November 05, 2008 3:11 PM Subject: Re: [flexcoders] Re: my first flex website Thanks Jim, I've really appreciated your comments, I

Re: [flexcoders] Objects are not Garbage Collected

2008-11-05 Thread Paul Andrews
Well spotted! - Original Message - From: Fotis Chatzinikos To: flexcoders@yahoogroups.com Sent: Wednesday, November 05, 2008 7:03 PM Subject: Re: [flexcoders] Objects are not Garbage Collected very quickly, objArrCollModelsVO seems like an arraycollection... are you

Re: [flexcoders] Getting all the fired events in flex application.

2008-11-04 Thread Paul Andrews
interactions. Paul Problem: Suppose user leaves system for a specified time and comes back and clicks on some button.By clicking on that button it fires a custom event and at the same time it checks for idleTimeOut.If it exceeds that time then it dispatches another event i.e Logout event. Now here two

Re: [flexcoders] Re: Getting all the fired events in flex application.

2008-11-04 Thread Paul Andrews
- Original Message - From: jasbir_dadyal [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 04, 2008 3:41 PM Subject: [flexcoders] Re: Getting all the fired events in flex application. --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: Getting all the fired events in flex application.

2008-11-04 Thread Paul Andrews
- for more exact timing the timer period could be reduced and the boolean replaced by a timestamp. The timer would then check against the timestamp and would be more accurate - if (timenow - timeOfLastClick) timeoutPeriod ) { timeout the session } . Paul ?xml version=1.0 encoding=utf-8

Re: [flexcoders] Re: MultipleEvents

2008-11-04 Thread Paul Andrews
- Original Message - From: bisht_mech [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 04, 2008 5:36 AM Subject: [flexcoders] Re: MultipleEvents Thanks a lott paul. Really got a good learning from this. :) You're welcome. Paul

Re: [flexcoders] Re: palin text printing in flex without dialogue box.

2008-11-03 Thread Paul Andrews
, and the server would rcp the data directly to the printer. It worked like a charm and is still working. This requires a carefully controlled environment and information about the printers involved and their network paths. Paul - Original Message - From: andrii_olefirenko [EMAIL PROTECTED

Re: [flexcoders] flex label printing...

2008-11-03 Thread Paul Andrews
They seem to have windows drivers, so there shouldn't be a problem, should there? My post about this subject was for a printer that had no windows drivers - this looks rather different. Paul - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] MultipleEvents

2008-11-03 Thread Paul Andrews
fired. If you replace the alert boxes with trace statements and run it through the debugger, you'll find it works as you expect it to.. Paul Thanks In Advance Parkash ARjan ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical

Re: [flexcoders] How to pass data to popup window?

2008-11-01 Thread Paul Andrews
. Paul Thanks Mark

Re: [flexcoders] Re:How to pass data to popup window?

2008-11-01 Thread Paul Andrews
You can send a custom event and use that to transport your data.. - Original Message - From: Louise Rains To: flexcoders@yahoogroups.com Sent: Saturday, November 01, 2008 3:16 PM Subject: [flexcoders] Re:How to pass data to popup window? Oh, never mind about passing data

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
Jitendra, What specifically is it about dynamic compilation that makes this so useful in this kind of application? I'm struggling to get the point! Paul - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 31, 2008 7:35 AM Subject

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
Thanks Jitendra. It's not an article I'd looked at. I'm really still quite surprised that Adobes test setup uses dynamically compiled mxml rather than just precompiled swfs, but I suppose there's a reason. Paul - Original Message - From: jitendra jain To: flexcoders

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
-- From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, 31 October, 2008 4:42:46 PM Subject: Re: [flexcoders] web compiler  Thanks Jitendra. It's not an article I'd looked at. I'm really still quite surprised

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Friday, October 31, 2008 1:37 PM Subject: Re: [flexcoders] web compiler  - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 31

Re: [flexcoders] Custom log

2008-10-31 Thread Paul Andrews
If you just want to write messages to a server log, couldn't you just make your own standalone class rather than bother extending anything else? Paul - Original Message - From: templeavenue [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 31, 2008 3:22 PM Subject

Re: [flexcoders] Flex connection to Oracle 10g PL/SQL

2008-10-28 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 22, 2008 2:31 PM Subject: Re: [flexcoders] Flex connection to Oracle 10g PL/SQL On Wednesday 22 Oct 2008, Juliano Mendes wrote: No need server side language. ... Oracle

[flexcoders] Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
with a different approach? I know I could get away without the stack if I implemented variants of state C that took into account the 'calling' state, but it quickly becomes a nightmare. This is certainly doable, I'm just seeing if there's a tried and tested way of managing state contexts like this. Paul

Re: [flexcoders] Re: Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
- it's about preserving context between state changes - I'm not suggesting that's a function of the view, it's a controller issue. Or i just didn't get your intention right... Mostly right. Thanks for posting. Paul Best regards --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED

Re: [flexcoders] Re: Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
a state C. By just hiding the components I can preserve their context. This strategy just wont work if there are too many states involved. Paul - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 28, 2008 12:05 PM Subject: Re

Re: [flexcoders] Re: Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
if the context is this and you can only pop if the context is that This would definitely allow sub-sub states very easily and allow restriction in these sub states. I use this algorithm in an as3 parser. Mike On Tue, Oct 28, 2008 at 8:44 AM, Paul Andrews [EMAIL PROTECTED] wrote: In my

Re: [flexcoders] Flex Facebook 5000 Fan Contest

2008-10-28 Thread Paul Andrews
, but that should be made clear rather than promise an outcome that can't be achieved by a large chunk of the flex community. Paul -- Congrats to Fitch Carrere, who won a copy of Flex Builder 3 Pro

Re: [flexcoders] Re: Do you use a Mac?

2008-10-28 Thread Paul Andrews
- Original Message - From: ross_w_henderson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 28, 2008 1:39 PM Subject: [flexcoders] Re: Do you use a Mac? I switched about 10 months ago, and I'll still tell anyone who is interested how happy I am about it. I do

Re: [flexcoders] Flex Facebook 5000 Fan Contest

2008-10-28 Thread Paul Andrews
It is. :-( - Original Message - From: Gregor Kiddie To: flexcoders@yahoogroups.com Sent: Tuesday, October 28, 2008 1:45 PM Subject: RE: [flexcoders] Flex Facebook 5000 Fan Contest I presume the usual guff about the prize only applying to certain parts of North America is

Re: [flexcoders] Re: Do you use a Mac?

2008-10-28 Thread Paul Andrews
I have to say that I'm with Dmitri on this one - I can't remember the last time my win XP laptop crashed. Paul - Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 29, 2008 2:06 AM Subject: [flexcoders] Re: Do you use a Mac

Re: [flexcoders] web compiler

2008-10-25 Thread Paul Andrews
Jitendra, You've never really explained why you need this. Can you tell us? Paul - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Saturday, October 25, 2008 2:08 PM Subject: Re: [flexcoders] web compiler Hey Guys, I solved the problem of web

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
to set up Flex to run in this kind of configuration (and I doubt many people here would) so I can't really help. I'm curious though, why you need to access the mxml files for dynamic compilation at all? Paul Thanks, with Regards, Jitendra Jain

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 7:00 PM Subject: Re: [flexcoders] web compiler Ok, I had this in my plans to investigate in a couple months for my server. So is there something that caches swf

Re: [flexcoders] Is this possible?

2008-10-23 Thread Paul Andrews
: 1) Your don't have an item renderer and the fields in your dataprovider don't include label or icon, or 2) You have an itemRenderer and the fields displyed in your itemRenderer aren't bound to the fields of your data object that is passed to it, or 3) Youn have no data! Paul. I hope

<    1   2   3   4   5   6   7   8   9   10   >