[AFFUG Discuss] An example, perhaps?

2009-04-06 Thread Laurence MacNeill
to take up so much of your time, but I can't find any *simple* examples of how to do this. Thanks, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line

Re: [AFFUG Discuss] New member with many questions...

2009-04-07 Thread Laurence MacNeill
you expose to the internet, and impose a layer of security in front of that application. This is a lot of info, but I hope it's helped. Charlie That does help a great deal -- thanks! Makes a lot more sense to me now. Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] An example, perhaps?

2009-04-07 Thread Laurence MacNeill
and allows me to display and edit it, one record at a time? Thanks, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http

RE: [AFFUG Discuss] An example, perhaps?

2009-04-11 Thread Laurence MacNeill
glean some information from it. Thanks, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http

[AFFUG Discuss] clickable label on a form...

2009-04-11 Thread Laurence MacNeill
. A HREF=vendorwebsite.comVendor Name/A) How would I do that in Flex? Thanks, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http

Re: [AFFUG Discuss] clickable label on a form...

2009-04-11 Thread Laurence MacNeill
for. Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List

RE: [AFFUG Discuss] Embedding a Flex App?

2009-04-12 Thread Laurence MacNeill
. Clarke I did copy those over, yes... I only copied the embed command over into my web page -- I guess I need all that script and whatnot at the top too? I'm thinking that's my mistake. Seems obvious to me now -- guess I wasn't thinking too clearly last night. Laurence MacNeill Mableton

Re: [AFFUG Discuss] clickable label on a form...

2009-04-12 Thread Laurence MacNeill
doing wrong. Thanks for any help you can provide, Laurence MacNeill Mableton, Georgia, USA END IRS TYRANNY NOW: http://www.fairtax.org/ SHUT DOWN THE FEDERAL RESERVE SYSTEM: http://www.freedomtofascism.com/ - To unsubscribe from

Re: [AFFUG Discuss] clickable label on a form...

2009-04-12 Thread Laurence MacNeill
At 08:23 PM 4/12/2009, you wrote: It would look more like this: mx:LinkButton id=myLink label=My Url click=myLinkUrl(); / And the AS: private function myLink():void { var myUrl:URLRequest = new URLRequest(http://www.myUrl.com;); navigateToURL(myUrl, _blank); } That should do it if

Re: [AFFUG Discuss] clickable label on a form...

2009-04-12 Thread Laurence MacNeill
At 09:00 PM 4/12/2009, you wrote: At 08:23 PM 4/12/2009, you wrote: It would look more like this: mx:LinkButton id=myLink label=My Url click=myLinkUrl(); / And the AS: private function myLink():void { var myUrl:URLRequest = new URLRequest(http://www.myUrl.com;); navigateToURL(myUrl,

[AFFUG Discuss] Key bindings...

2009-04-17 Thread Laurence MacNeill
Is there a way to bind a key to a button on a form? So that any time you hit that key (say something you wouldn't ordinarily type, like Ctrl-1 or something) it'll act like you just clicked on that button? Thanks, Laurence MacNeill Mableton, Georgia, USA END IRS TYRANNY NOW: http

RE: [AFFUG Discuss] Key bindings...

2009-04-18 Thread Laurence MacNeill
give me a snippet of code that will show a button and the event listener? Or point me somewhere on the Internet. Thanks, Laurence MacNeill Mableton, Georgia, USA END IRS TYRANNY NOW: http://www.fairtax.org/ SHUT DOWN THE FEDERAL RESERVE SYSTEM: http://www.freedomtofascism.com

Re: [AFFUG Discuss] Databases, Flex, and CF...

2009-04-18 Thread Laurence MacNeill
there that teaches just that. Laurence MacNeill Mableton, Georgia, USA END IRS TYRANNY NOW: http://www.fairtax.org/ SHUT DOWN THE FEDERAL RESERVE SYSTEM: http://www.freedomtofascism.com/ - To unsubscribe from this list, simply email

Re: [AFFUG Discuss] Key bindings...

2009-04-18 Thread Laurence MacNeill
At 09:26 PM 4/18/2009, you wrote: On Sat, Apr 18, 2009 at 9:12 PM, Laurence MacNeill mailto:lmacne...@comcast.netlmacne...@comcast.net wrote: Being a total flex-newb, I have no idea how to do that. :-) I do understand the concept of what you said, but I have no idea how to implement

Re: [AFFUG Discuss] Key bindings...

2009-04-18 Thread Laurence MacNeill
that stuff from my .sig when I'm posting to a non-political list... No harm intended. Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see

Re: [AFFUG Discuss] Key bindings...

2009-04-18 Thread Laurence MacNeill
the listener to the actual element (the text field). Ok, I think I see what they're doing there... Basically they're attaching the listener to the Application, not to a Form or anything inside the app... I think I can make that work. Thanks. Laurence MacNeill Mableton, Georgia, USA

RE: [AFFUG Discuss] Different behavior in IE than FF

2009-04-22 Thread Laurence MacNeill
At 05:21 PM 4/22/2009, you wrote: I normally don't refresh a question to a group and this will be the only time I do it for this issue, but does anyone have any idea at all how I can get around this? This is the first time I've come across a cross browser issue in our app. And cross browser

[AFFUG Discuss] textInput doesn't behave properly...

2009-05-05 Thread Laurence MacNeill
to actually blink in there and have it receive my keyboard input. So what am I doing wrong? I thought setFocus() was supposed to give total focus to the box, not just highlight the darn thing. Thanks for any help you can give, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] HTTPService url

2009-05-07 Thread Laurence MacNeill
variable, and then use the variable in all my HTTPService URLs -- so it'd just work automatically no matter which server it's running on. But I can't figure out how to do that. If anyone knows, I'd greatly appreciate your telling me. Thanks for any help you can give, Laurence MacNeill

[AFFUG Discuss] HTTPService Security Error

2009-05-07 Thread Laurence MacNeill
; } ]] /mx:Script mx:HTTPService id=titleRPC url=http://localhost/QMS/xml/Titles.xml; result=titlesHandler(event)/ Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email

Re: [AFFUG Discuss] HTTPService url

2009-05-07 Thread Laurence MacNeill
Well that sure was easy! GRIN Fixed the security problem from my other post, too. Thanks! At 08:10 AM 5/7/2009, you wrote: Just use a relative address instead--do not include the server name. Note that the file loaded will always be relative to the htm file instantiating the flash

[AFFUG Discuss] Forcing TextInput to be all-caps...

2009-05-08 Thread Laurence MacNeill
How do I force the data in a TextInput box to be ALL CAPS? Thanks, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http

Re: [AFFUG Discuss] Forcing TextInput to be all-caps...

2009-05-08 Thread Laurence MacNeill
, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com

Re: [AFFUG Discuss] Forcing TextInput to be all-caps...

2009-05-08 Thread Laurence MacNeill
them to use caps-lock or shift... And it won't accept numbers or special characters -- that's also what I wanted. But I do get your point -- were it to force the user to hit caps-lock or shift before entering data, that would be a bad thing. Laurence MacNeill Mableton, Georgia, USA END

[AFFUG Discuss] setFocus() not behaving properly...

2009-05-09 Thread Laurence MacNeill
=321 text=Phone #1: id=labelPhone1/ mx:TextInput x=89 y=319 id=inputPhone1 tabIndex=14/ --- Thanks for any help you might be able to give, Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] Adding elements programmatically...

2009-05-09 Thread Laurence MacNeill
to the Canvas via ActionScript if they're needed rather than having them there all the time and making them visible when necessary. So, how do I add TextInputs and ComboBoxes to a Canvas using ActionScript? Is it possible? Thanks, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Accepting blank fields...

2009-05-09 Thread Laurence MacNeill
to have one phone number, leaving the second one blank. So how do I get the PhoneNumberValidator to accept blank as a valid number, while still validating the data that's in there if someone doesn't leave it blank? Thanks, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Yet more Validator questions...

2009-05-09 Thread Laurence MacNeill
-- it returns .VALID only when it's a valid code -- it just doesn't pop up the red error text, ever). So how do I get it to pop up error messages when I want them, and ignore the field completely when I don't want error messages? Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Finding CFCs...

2009-05-10 Thread Laurence MacNeill
, no matter what folder the application is in? In other words, I need to be able to put the RemoteObject source equal to a path relative to the app, not to the webroot. But I can't figure out how to do this. Thanks for any help you can give, Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] Yet more Validator questions...

2009-05-11 Thread Laurence MacNeill
At 10:07 PM 5/10/2009, you wrote: On Sun, May 10, 2009 at 1:18 PM, Laurence MacNeill mailto:lmacne...@comcast.netlmacne...@comcast.net wrote: I'd like it to fire when the field loses focus, so the typist knows immediately when they've made a mistake. Then write your own function to fire

Re: [AFFUG Discuss] Yet more Validator questions...

2009-05-11 Thread Laurence MacNeill
At 11:35 AM 5/11/2009, you wrote: Laurence, What you're saying makes perfect sense. I encouraged you to look at LiveDocs because some of your earlier questions are dealt with there. On Mon, May 11, 2009 at 11:11 AM, Laurence MacNeill mailto:lmacne...@comcast.netlmacne...@comcast.net wrote

Re: [AFFUG Discuss] Yet more Validator questions...

2009-05-11 Thread Laurence MacNeill
the .validate() method to check and see if I get a .VALID condition. That works fine. But the little red error message *never* appears when I do it that way, even when it's a non-valid USA or Canadian code. So, do you see my problem here? :-) Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] Yet more Validator questions...

2009-05-12 Thread Laurence MacNeill
At 09:39 AM 5/12/2009, you wrote: On Mon, May 11, 2009 at 6:57 PM, Laurence MacNeill mailto:lmacne...@comcast.netlmacne...@comcast.net wrote: So, do you see my problem here? :-) No, actually, I don't. If you set the source and property to the text input, and set required to false

Re: [AFFUG Discuss] Adobe Gumbo and Centaur Tour

2009-05-12 Thread Laurence MacNeill
not even finished learning the one that's out now. :-) Seriously, tho, how much of a pain in the butt will it be to upgrade from Flex 3 to Flex 4? Does anyone know? (Maybe that'll be one of the questions they answer at that meeting, I guess?) Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] HTTPService not behaving properly?

2009-05-12 Thread Laurence MacNeill
to be the data source for a List Control (like a DataGrid or something). But I don't want to do that -- I want this thing to be loaded in memory without me having to set it as a data source for something else. So is there a way to force my program to stop and wait for this thing to load? Laurence

Re: [AFFUG Discuss] Yet more Validator questions...

2009-05-13 Thread Laurence MacNeill
At 12:55 PM 5/12/2009, you wrote: On Tue, May 12, 2009 at 12:15 PM, Laurence MacNeill mailto:lmacne...@comcast.netlmacne...@comcast.net wrote: There's where we have our confusion -- it does automatically fire whenever source and property values are set. Of course it does. Sorry

[AFFUG Discuss] EventListener question...

2009-05-14 Thread Laurence MacNeill
for any help you can offer, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail

Re: [AFFUG Discuss] EventListener question...

2009-05-14 Thread Laurence MacNeill
enough to do... (In fact, as a workaround, so I could make some progress while waiting for a response, I went ahead and did that -- thinking I was going to have to remove this terrible piece of programming later.) So, cool then. Thanks... Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Having trouble with getChildByName();

2009-05-14 Thread Laurence MacNeill
; tempTextInput = tempVBox.getChildByName(input + demoList[i].name) as TextInput; tempTextInput.text = ; } } } Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] One-on-one Flex 3.5a and ColdFusion9 help...

2010-03-02 Thread Laurence MacNeill
) Thanks, Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion

[AFFUG Discuss] Test...

2010-03-02 Thread Laurence MacNeill
Sorry about this, but I posted a question to the list about an hour ago, and it still hasn't shown up... So I'm just testing to see if this works... Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from this list, simply

[AFFUG Discuss] Sorry for yet another test...

2010-03-03 Thread Laurence MacNeill
Ok -- we've determined that I'm simply not receiving e-mail from this group. And this is now the 2nd e-mail group I'm having this problem with. Just running another test to see if maybe I've fixed the problem. Sorry to pollute the list with test messages. L.

[AFFUG Discuss] Third and final test...

2010-03-03 Thread Laurence MacNeill
Last one, I promise... L. - To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted

[AFFUG Discuss] Anyone else on ths group have a comcast.net e-mail address?

2010-03-03 Thread Laurence MacNeill
It would appear that Comcast is blocking all e-mails from this list (and one other list, that I know of) from ever appearing in my inbox... Anyone else on this list who has a comcast.net e-mail address that's having this problem? I signed up with my gmail.com address, and that's working

Re: [AFFUG Discuss] Anyone else on ths group have a comcast.net e-mail address?

2010-03-03 Thread Laurence MacNeill
at 6:55 PM, John Mason ma...@fusionlink.com wrote: Comcast basically sucks... John Eric DeCoff wrote: Ditto, Comcast customer It a bug unsure if it related to comcast.. had the same issue with gmail... On Wed, Mar 3, 2010 at 6:16 PM, Laurence MacNeill lmacne...@comcast.net

Re: [AFFUG Discuss] When a breakpoint is not a breakpoint and code is not code

2010-04-11 Thread Laurence MacNeill
as his, either -- it's just a basic IIS 6.0 setup on Win2K3-server. Sounds like he had an old .SWF file cached somewhere, that wouldn't remove itself for whatever reason. Laurence MacNeill Mableton, Georgia, USA - To unsubscribe from

Re: [AFFUG Discuss] Unix Server vs Windows Server

2010-04-14 Thread Laurence MacNeill
The high cost of a Micro$oft server? :-) L. At 09:13 PM 4/14/2010, you wrote: Hey all, Besides ASP functionality and VBscript what does a Unix Server lack? - To unsubscribe from this list, simply email the list with unsubscribe

Re: [AFFUG Discuss] iphone

2010-05-11 Thread Laurence MacNeill
You can blame Steve Jobs for that one. He's pretty much banned Adobe from all Apple products. On May 11, 2010 3:33 PM, Eric DeCoff ericdec...@gmail.com wrote: Why has Adobe pulled out of the IPhone race? I was really looking forward to the cross-compiler -- Eric R. DeCoff Changing the

Re: [AFFUG Discuss] iphone

2010-05-11 Thread Laurence MacNeill
Yes - great article. Apple's policies are the main reason I own a Motorola Droid and not an iPhone. Even if the iPhone were to come out in a Verizon Wireless flavor, I still wouldn't own one. That article just reinforces my belief that I chose correctly. Thanks for linking it. On May 11, 2010

[AFFUG Discuss] Better control of Print Jobs...

2010-08-31 Thread Laurence MacNeill
, but we're really stuck here, and I've got to find a way to do this... Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-08-31 Thread Laurence MacNeill
. On Tue, Aug 31, 2010 at 6:33 PM, Eric DeCoff ericdec...@gmail.com wrote: Lol Laurence, it called sharedprintername Okay thinking back coldfussion... sent via droid On Aug 31, 2010 6:24 PM, Laurence MacNeill laurence5...@gmail.com wrote: I'm not quite understanding the link you

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-08-31 Thread Laurence MacNeill
, What is your current setup... Where is your office located.. sent via droid On Aug 31, 2010 6:42 PM, Laurence MacNeill laurence5...@gmail.com wrote: ahh -- ok. I see it. So I'd have to install PHP to get that to work, it seems?... Yuck... Not that I have a problem with PHP, per se, it's

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-08-31 Thread Laurence MacNeill
to hookup and brainstorm this thru.. sent via droid On Aug 31, 2010 6:59 PM, Eric DeCoff ericdec...@gmail.com wrote: Laurence, What is your current setup... Where is your office located.. sent via droid On Aug 31, 2010 6:42 PM, Laurence MacNeill laurence5...@gmail.com wrote: ahh

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-01 Thread Laurence MacNeill
. Gonna work on it, even tho I'm not hopeful. On Sep 1, 2010 7:51 PM, Cameron Childress camer...@gmail.com wrote: On Tue, Aug 31, 2010 at 4:47 PM, Laurence MacNeill laurence5...@gmail.com wrote: I could really use some major advice here. We're so close to the finishing point on this project

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-01 Thread Laurence MacNeill
AIR 2.0 is still so new that the info is still confusing... I'm not 100% certain, myself, but it does look like a good possibility. On Sep 1, 2010 9:08 PM, Cameron Childress camer...@gmail.com wrote: On Wed, Sep 1, 2010 at 9:04 PM, Laurence MacNeill laurence5...@gmail.com wrote: From what

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-02 Thread Laurence MacNeill
, Laurence MacNeill laurence5...@gmail.com wrote: AIR 2.0 is still so new that the info is still confusing... I'm not 100% certain, myself, but it does look like a good possibility. On Sep 1, 2010 9:08 PM, Cameron Childress camer...@gmail.com wrote: On Wed, Sep 1, 2010 at 9:04 PM, Laurence

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-02 Thread Laurence MacNeill
. Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Thu, Sep 2, 2010 at 12:05 PM, Laurence MacNeill laurence5...@gmail.com wrote: Yeah, I don't care for the version-control stuff, if we wind up doing this with AIR... But the people who are going to access

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-04 Thread Laurence MacNeill
-printing-with-flex-part-2-generating-pdfs-with-alivepdf/ Give you an example to play with and *source code* ** On Thu, Sep 2, 2010 at 4:18 PM, Laurence MacNeill laurence5...@gmail.com wrote: Yeah, looks like PHP and CF now offer pretty much the same setup, it seems. Looks like

[AFFUG Discuss] Switching from Flash Player to AIR

2010-09-04 Thread Laurence MacNeill
as well, I would assume? Can anyone offer any advice along these lines? If anyone here has ever done what I'm thinking about doing, please let me know about your experiences. Thanks, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-04 Thread Laurence MacNeill
, L. On Sat, Sep 4, 2010 at 5:31 PM, Laurence MacNeill laurence5...@gmail.comwrote: So... With all this discussion of printing from Flash Player and whatnot, it seems almost certain that we're going to have to switch to AIR... Has anyone here ever taken a fairly mature app from Flash Player

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-04 Thread Laurence MacNeill
features will help us with badge-printing. Reports, possibly, but not badges. L. On Sat, Sep 4, 2010 at 5:53 PM, Eric DeCoff ericdec...@gmail.com wrote: Laurence, Have you concidered using Microsoft reporting features? sent via droid On Sep 4, 2010 5:10 PM, Laurence MacNeill laurence5

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-09-04 Thread Laurence MacNeill
to SQL server client side printing http://msdn.microsoft.com/en-us/library/ms155874(SQL.90).aspx sent via droid On Sep 4, 2010 6:00 PM, Laurence MacNeill laurence5...@gmail.com wrote: You mean from the MSSQL database? I'm unfamiliar with the reporting features from there, but it would seem

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-06 Thread Laurence MacNeill
more coding, otherwise have your not connected/fault errors handled appropriately. That's about it! ... of course there is digital signing, update awareness, @etc;. On Sat, Sep 4, 2010 at 2:39 PM, Laurence MacNeill laurence5...@gmail.com wrote: To clarify, I'm aware that FB4 has

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-06 Thread Laurence MacNeill
, 2010 5:44 PM, Eric DeCoff ericdec...@gmail.com wrote: Sounds to me that you want to create a print server air app Reseaching sent via droid On Sep 6, 2010 5:08 PM, Laurence MacNeill laurence5...@gmail.com wrote: Ooh -- that sounds interesting! I'll give that a look, and see

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-07 Thread Laurence MacNeill
your not connected/fault errors handled appropriately. That's about it! ... of course there is digital signing, update awareness, @etc;. On Sat, Sep 4, 2010 at 2:39 PM, Laurence MacNeill laurence5...@gmail.com wrote: To clarify, I'm aware that FB4 has a convert from Flash to AIR wizard

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-07 Thread Laurence MacNeill
down the 2 LCs. Sent from my iPhone On Sep 7, 2010, at 6:47 PM, Laurence MacNeill laurence5...@gmail.com wrote: The launching of the AIR app from the Flex app sounds like a better idea, actually... Then the Flex app has the control over the AIR app, which is what I want, it would seem

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-08 Thread Laurence MacNeill
Which means I can't have the Flex app launch the AIR app... :-( L. On Wed, Sep 8, 2010 at 12:24 PM, Scott Talsma stal...@echoeleven.comwrote: You can pass variables if the Flex app is a child of the Air app. On Tue, Sep 7, 2010 at 8:04 PM, Laurence MacNeill laurence5...@gmail.comwrote

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-08 Thread Laurence MacNeill
the pdf to be printed. Then simply have your Flex or AIR ping the CFC when it needs an item printed. John ma...@fusionlink.com On 9/8/10 1:13 PM, Laurence MacNeill wrote: To do that, I'd have to move the code that builds the FlexPrintJob object to the AIR app... Kinda wanted it to stay

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-08 Thread Laurence MacNeill
Mason ma...@fusionlink.com wrote: Interesting. What is the problem again with using pop-ups? John On 9/8/10 1:57 PM, Laurence MacNeill wrote: No, unfortunately there are occasions where it does need to go to client-side printers... L. On Wed, Sep 8, 2010 at 1:53 PM, John Masonma

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-08 Thread Laurence MacNeill
Each show's badge is laid out differently... I've got all the code in my Flex program to properly format the FlexPrintJob for the badge(s)... Was just hoping to create that FlexPrintJob as-is, and pass it to the AIR program... Just me bein' lazy... :-) Worst-case scenario, I simply copy that

Re: [AFFUG Discuss] Re: Switching from Flash Player to AIR

2010-09-08 Thread Laurence MacNeill
. On Wed, Sep 8, 2010 at 3:44 PM, Laurence MacNeill laurence5...@gmail.comwrote: Each show's badge is laid out differently... I've got all the code in my Flex program to properly format the FlexPrintJob for the badge(s)... Was just hoping to create that FlexPrintJob as-is, and pass it to the AIR

[AFFUG Discuss] Stack Overflow using NumericStepper as custom Item Renderer in DataGrid...

2010-09-12 Thread Laurence MacNeill
on a Numeric Stepper -- but for some reason it just won't work with the above example... Can someone PLEASE tell me why? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] Stack Overflow using NumericStepper as custom Item Renderer in DataGrid...

2010-09-12 Thread Laurence MacNeill
And why don't my other custom Item Renderers get stuck in the same loop? I'm referencing 'data' in them as well -- shouldn't their get/set data functions get caught in the same infinite loop? L. On Sun, Sep 12, 2010 at 10:53 PM, Laurence MacNeill laurence5...@gmail.comwrote: Yeah, it seems

Re: [AFFUG Discuss] Stack Overflow using NumericStepper as custom Item Renderer in DataGrid...

2010-09-12 Thread Laurence MacNeill
On Sun, Sep 12, 2010 at 10:56 PM, Laurence MacNeill laurence5...@gmail.com wrote: And why don't my other custom Item Renderers get stuck in the same loop? I'm referencing 'data' in them as well -- shouldn't their get/set data functions get caught in the same infinite loop? L. On Sun, Sep 12

Re: [AFFUG Discuss] newbie question: creating a release build and moving files to production

2010-09-16 Thread Laurence MacNeill
On Thu, Sep 16, 2010 at 11:02 AM, Chris H h_chris...@yahoo.com wrote: Laurence, Thanks a lot for the prompt reply, suggestions and wishes. 1. In my Flex source code, I have in various files mx:RemoteObject id=myServices destination=ColdFusion

Re: [AFFUG Discuss] newbie question: creating a release build and moving files to production

2010-09-16 Thread Laurence MacNeill
If the production server is currently hosting secure Flash content, then it almost certainly has a crossdomain.xml file - which would be a good thing to look at, because you're going to need a crossdomain.xml file for your development server when you install a security cert there. Good luck!

Re: [AFFUG Discuss] Problem loading external .SWF file...

2010-10-21 Thread Laurence MacNeill
, Laurence MacNeill lmacne...@comcast.net wrote: Why am I getting the following error: Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed. when given the following code in an AIR 2.0 app: import mx.core.UIComponent; private var loader:Loader; private var

Re: [AFFUG Discuss] Problem loading external .SWF file...

2010-10-21 Thread Laurence MacNeill
. On Thu, Oct 21, 2010 at 6:17 PM, Laurence MacNeill laurence5...@gmail.comwrote: I added loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, displayError); and created a displayError function to go with it. When I trace the event that gets passed to displayError, I get

Re: [AFFUG Discuss] Problem loading external .SWF file...

2010-10-21 Thread Laurence MacNeill
I found the following post on a blog: The problem was with mis-locating the SWF modules. As soon as appropriate location was set for generated SWF modules - the error disappear. What does that mean, exactly? L. On Thu, Oct 21, 2010 at 6:41 PM, Laurence MacNeill laurence5...@gmail.comwrote

Re: [AFFUG Discuss] Problem loading external .SWF file...

2010-10-21 Thread Laurence MacNeill
Ok -- I had to put the child SWF file in the same folder as the parent SWF file -- then it loaded fine. But that's going to cause a lot of headaches -- I need to be able to load the .SWF from another folder... Any ideas? L. On Thu, Oct 21, 2010 at 6:52 PM, Laurence MacNeill laurence5

[AFFUG Discuss] Can't get Flex program to load AIR 2.0 app...

2010-10-23 Thread Laurence MacNeill
for this air.swf file... Or perhaps it's because it's a secure (https) Flex page calling an insecure AIR app? Any ideas? Thanks, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Re: Can't get Flex program to load AIR 2.0 app...

2010-10-23 Thread Laurence MacNeill
Oh, and of course allowBrowserInvocation is set to true... L. On Sat, Oct 23, 2010 at 4:30 PM, Laurence MacNeill laurence5...@gmail.comwrote: I'm loading the air.swf properly (I know this because when I run the Flex program in Debug mode, there's a message on the console telling me

[AFFUG Discuss] Re: Can't get Flex program to load AIR 2.0 app...

2010-10-24 Thread Laurence MacNeill
undocumented feature in air.swf...) L. On Sat, Oct 23, 2010 at 5:35 PM, Laurence MacNeill laurence5...@gmail.comwrote: Oh, and of course allowBrowserInvocation is set to true... L. On Sat, Oct 23, 2010 at 4:30 PM, Laurence MacNeill laurence5...@gmail.com wrote: I'm loading the air.swf

[AFFUG Discuss] Capturing a browserInvoke event...

2010-10-24 Thread Laurence MacNeill
name of the page that opened the AIR app... So someone PLEASE point me to a working example of a proper use of the browserInvoke event... Thanks, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Re: Capturing a browserInvoke event...

2010-10-24 Thread Laurence MacNeill
Ok... Suddenly now it's working... Got no clue what fixed it. But it works... Weird... L. On Sun, Oct 24, 2010 at 10:14 PM, Laurence MacNeill laurence5...@gmail.comwrote: Just how am I supposed to capture a browserInvoke event in an AIR app? The documentation (http://help.adobe.com

Re: [AFFUG Discuss] Re: Can't get Flex program to load AIR 2.0 app...

2010-10-25 Thread Laurence MacNeill
of preventing its platform from getting a bad rap for being used as an ad-ware distributor. Still, it's frustrating that you could not find the documentation around that. Did you add your discovery as a livedocs entry? On Sun, Oct 24, 2010 at 9:31 PM, Laurence MacNeill laurence5...@gmail.com

[AFFUG Discuss] Remote Object with Endpoint...

2010-10-27 Thread Laurence MacNeill
what do I need to do to allow this? Or is it something else that's blocking it, like a configuration of some weird thing on the ColdFusion server? Any help will be appreciated. Thanks, Laurence MacNeill Mableton, Georgia, USA

[AFFUG Discuss] Re: Remote Object with Endpoint...

2010-10-27 Thread Laurence MacNeill
I'm an idiot -- was leaving off the /flex2gateway/ at the end of my domain. Added it in there, and it works great now. L. On Wed, Oct 27, 2010 at 10:13 PM, Laurence MacNeill laurence5...@gmail.comwrote: So I've never used a mx:RemoteObject with an endpoint defined before... I don't really

[AFFUG Discuss] TextLineMetrics...

2010-10-29 Thread Laurence MacNeill
Anyone know anything about TextLineMetrics? I'm trying to print, and I need to use TextLineMetrics to tell how tall a given component (in this case a TextArea) is going to be, so I know how far down the page to put the next item... I've Googled like a thousand examples of TextLineMetrics, and

Re: [AFFUG Discuss] Better control of Print Jobs...

2010-12-16 Thread Laurence MacNeill
On Aug 31, 2010 4:48 PM, Laurence MacNeill laurence5...@gmail.com wrote: I could really use some major advice here. We're so close to the finishing point on this project, and we're being held back by stupid printing problems... We *HAVE* to be able to print with no pop-up dialog boxes. None

[AFFUG Discuss] More printing stuff...

2011-01-18 Thread Laurence MacNeill
, Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] More printing stuff...

2011-01-25 Thread Laurence MacNeill
of to send the plain text in a print job in Flex. What you might be able to pull off is using a External Interface call and pushing the plain text to JavaScript then out to the printer. Douglas Knudsen douglasknud...@gmail.com On Jan 18, 2011, at 4:10 PM, Laurence MacNeill wrote: It seems

[AFFUG Discuss] Flex, ColdFusion 9, and Events...

2011-01-26 Thread Laurence MacNeill
when it returns data or a fault-message, but something I can use while the function is running to (for example) update a progress-bar in my Flex program? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [AFFUG Discuss] Flex, ColdFusion 9, and Events...

2011-01-26 Thread Laurence MacNeill
is complete. You can click the icon and it brings you to the results page. -Cameron On Wed, Jan 26, 2011 at 2:34 PM, Laurence MacNeill laurence5...@gmail.com wrote: It's generating a report file to download, which can take 3 to 4 minutes before it's finished... L. On Wed, Jan 26, 2011 at 2

[AFFUG Discuss] Excluding certain files when building a Flex App...

2011-02-22 Thread Laurence MacNeill
that says files in the destination folder may be overwritten which (of course) I already know. I'd love for it to pop up a dialogue box that asks me if I really want to overwrite a given file, if that file in the destination folder is newer... So, how do I do this? Is it even possible? Thanks, Laurence

Re: [AFFUG Discuss] Excluding certain files when building a Flex App...

2011-02-22 Thread Laurence MacNeill
Where do I put that? L. On Tue, Feb 22, 2011 at 4:30 PM, Eric DeCoff ericdec...@gmail.com wrote: Laurence, Copy to Output: PreserveNewest Does this not work for you? I'd be interested to know how this works across times zones On Tue, Feb 22, 2011 at 4:15 PM, Laurence MacNeill

Re: [AFFUG Discuss] Excluding certain files when building a Flex App...

2011-02-22 Thread Laurence MacNeill
at 4:15 PM, Laurence MacNeill laurence5...@gmail.com wrote: When I export a release-build of my Flex app, it writes all the files that are in my source folder into the output folder (as it should, since I have Copy non-embedded files to output folder checked in the Properties | Flex Compiler

Re: [AFFUG Discuss] Excluding certain files when building a Flex App...

2011-02-22 Thread Laurence MacNeill
:55 PM, Eric DeCoff ericdec...@gmail.com wrote: Is this an included file? sent via droid On Feb 22, 2011 4:43 PM, Laurence MacNeill laurence5...@gmail.com wrote: When I right-click on a file, and select Properties, the only two things I see listed are Resource and Run/Debug Settings

Re: [AFFUG Discuss] Help with setting cursor and blocking app please

2011-02-28 Thread Laurence MacNeill
Have you tried this.validateNow() ? That usually forces Flash Player to update everything on the screen -- it's kind of a wait here 'till the screen catches up thing... L. On Mon, Feb 28, 2011 at 3:59 PM, Dale Bronk dbr...@windscape.com wrote: We had tried events as well as callLater (which

[AFFUG Discuss] How do I tell what type of object I'm looking at?

2011-03-01 Thread Laurence MacNeill
} } //place the amount contained in totalFees in the appropriate box down below -- unimportant to this discussion right now } I know this is a simple, stupid thing. But I just can't figure it out. LOL Thanks, Laurence MacNeill Mableton, Georgia, USA

  1   2   >