RE: [flexcoders] Flex 4.5: Flex in 5 Days

2012-01-12 Thread Jeff Hindman
I went through the entire series a few months ago . no crashes, no problems. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Thursday, January 12, 2012 5:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 4.5: Flex in 5 Days

[flexcoders] FB 4 serial number?

2010-02-11 Thread Jeff Hindman
Howdy group, My FB 4 Beta is asking for a serial number . my trial has expired. How do I go about getting one that will last me until it is finally released? Thanks, --Jake

RE: [flexcoders] Event Best Practices

2009-08-14 Thread Jeff Hindman
Maybe it's just me . but I usually stick all my custom components in separate files. As long As you import them correctly in the main app, you should be able to bubble events up. -jake _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jdizowat Sen

[flexcoders] Easing ScrollBar ... how hard can it be?

2009-07-17 Thread Jeff Hindman
Group, I've searched high and low for a way to implement this, including a ready-made Flex component ... so far, nothing looks promising. I know I've seen one on several Flex sites ... is it a Flash component that was ported over? Any direction would be greatly appreciated. Thanks, -- Jake

[flexcoders] Docking AIR app in upper right corner of user's monitor?

2009-05-15 Thread Jeff Hindman
... is there a way to do this? I'm pretty sure I can do it with Zinc ...but this is Flexcoders, not Zinc-coders :) Thanks, --jake

[flexcoders] Overriding margins using FlexPrintJob

2009-01-15 Thread Jeff Hindman
Flex & AIR gurus, Is it possible to force printing to be borderless without setting it in the printer dialog box? I'm printing from an AIR application ... or at least trying to. I'm trying to duplicate the wallet-sized option of the Windows Photo Printing Wizard. Thanks, -- Jeff

[flexcoders] Drag-n-dropping images from Mac OS to AIR app

2009-01-07 Thread Jeff Hindman
AIR gurus, The following code in my AIR app works fine on a PC, but not on a Mac: protected function handleDragEnter(event:NativeDragEvent):void { if (event.clipboard.hasFormat (ClipboardFormats.FILE_LIST_FORMAT)) { NativeDragManager.acceptDragDrop(e

[flexcoders] Printing from AIR application

2008-12-23 Thread Jeff Hindman
I'm developing an AIR application that allows the user to drag-and-drop images from his/her local machine to the app and then print the images (via PrintJob). Easy, right? Everything works fine until I try to run the application after I print something... dragging and dropping images to the pri

[flexcoders] Dimensions of drag-n-dropped image in AIR

2008-12-03 Thread Jeff Hindman
Hi all, Is there a way to determine the height and width of an image dragged from the native OS into AIR? Thanks, --jake

RE: [flexcoders] Re: Actionscript 3 Cookbook question

2008-05-13 Thread Jeff Hindman
Cookbook question --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com, "Jeff Hindman" <[EMAIL PROTECTED]> wrote: > > Actually, it's a Joey Lott package … check out > http://rightactions <http://rightactionscript.com/ascb/> cript.com/as

RE: [flexcoders] Actionscript 3 Cookbook question

2008-05-13 Thread Jeff Hindman
Actually, it’s a Joey Lott package … check out http://rightactionscript.com/ascb/ Regards, -- Jeff H. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, May 13, 2008 12:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Action

RE: [flexcoders] HTML links not working in published Flex swf ...

2008-03-28 Thread Jeff Hindman
Never mind … stoopid newbie error … C-drive is NOT a browser. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hindman Sent: Friday, March 28, 2008 2:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTML links not working in published Flex swf

[flexcoders] HTML links not working in published Flex swf ...

2008-03-28 Thread Jeff Hindman
... but seem to work fine when I test the app in Flex builder. Could it be as simple as a compiler setting I'm missing? All the files I'm linking to are in the right places. Advice? Thanks -- -- Jake ---

[flexcoders] Re: Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Jeff Hindman
> > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jeff Hindman > Sent: Tuesday, February 26, 2008 12:29 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Flex 3 is cool ... but I still need 2.0.1 >

[flexcoders] Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Jeff Hindman
Is it still possible to download Flex 2.0.1 from the Adobe website? I couldn't seem fo find it anywhere ... Thanks -- -- jake

RE: [flexcoders] Flex and Verisign

2007-09-12 Thread Jeff Hindman
I run that up the flag pole, but I don't think the legal department will buy it :) The search continues ... --Jake -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, September 12, 2007 5:45 AM To: flexcoders@yahoogrou

[flexcoders] Flex and Verisign

2007-09-11 Thread Jeff Hindman
Has anybody out there implemented a totally Flex e-commerce website with Verisign? I'm having trouble implementing the Verisign seal I downloaded from them (already have a certificate). Also ... is it possible to test the functionality on a test server as opposed to a production server? I look

RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Jeff Hindman
Just out of curiosity, what's the internal vertical limit? --Jeff H. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Thursday, March 08, 2007 9:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to submit a bug to Adob

RE: {Disarmed} Re: [flexcoders] First flex app - looking for feedback

2007-03-05 Thread Jeff Hindman
Doesn't work for me . couldn't move paddles. --Jeff _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Toby Tremayne Sent: Monday, March 05, 2007 6:11 PM To: flexcoders@yahoogroups.com Subject: Re: {Disarmed} Re: [flexcoders] First flex app - looking for f

RE: [flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Jeff Hindman
Nope . worked for me. You might try goring back to Lesson 7 and restarting from there. Whenever I got stuck in the book, I found that usually corrected the problem. --Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Get a FlexJob - http://tech.groups.yahoo.com/group/flexjobs/

2007-01-23 Thread Jeff Hindman
Thanks Ted . I've already applied to a couple companies. --Jeff Hindman Simon Software Solutions [EMAIL PROTECTED] _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, January 23, 2007 4:46 PM To: flexc

[flexcoders] Flex 2.0.1 installation - no problems

2007-01-10 Thread Jeff Hindman
3 minutes for the download, 24 hours to work up the guts, 2 minutes for the install. So far, no problems ... maybe I'm just lucky. Jeff Hindman Simon Software Solutions

RE: [flexcoders] CRUD in XML

2007-01-08 Thread Jeff Hindman
Any chance of getting a CF solution (or hints) for this tool (way cool, btw)? I have a client that could use this immediately. Thanks - Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday

[flexcoders] Who's your ISP?

2006-12-28 Thread Jeff Hindman
Just a quick survey asking who's your favorite ISP that supports Flex 2.0 with all the bells and whistles (not FDS ... yet). We're considering CrystalTech to host our start-up, but are interested in exploring other options as well. Thanks -- -- Jeff Hindman Simon Software Solutions

RE: [flexcoders] source code of Training from the Source

2006-12-28 Thread Jeff Hindman
It's on a CD that came with the book. --Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shailesh Mangal Sent: Wednesday, December 27, 2006 5:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] source co

RE: [flexcoders] Looking to hire a Flash/Flex developer

2006-11-07 Thread Jeff Hindman
Are you taking telecommuters ? I’m in Southern California.     -- Jeff Hindman   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jenunderscore Sent: Monday, November 06, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Looking to