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

2007-03-08 Thread Shannon Hicks
Oh no! I'd hate to be the Adobe engineer that is forced to switch to dual 30" cinema displays to fix this bug. The sacrifices Adobe makes for us developers.. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Sent: Thursday, March 08, 2007 10:58 AM

RE: [flexcoders] DB access in Apollo

2007-03-05 Thread Shannon Hicks
pollo This is what I am hoping for. Rich On 3/2/07, Gordon Smith <[EMAIL PROTECTED]> wrote: The Apollo team is considering integrating a SQL database into the Apollo runtime. - Gordon _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon Hicks S

RE: [flexcoders] DB access in Apollo

2007-03-02 Thread Shannon Hicks
Don't forget that Apollo will let us use our own installers. There's no reason you couldn't install your own database in addition to the Apollo application. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Thursday, March 01, 2007 12:20 PM To: f

RE: [flexcoders] Re: Accessing FLEX data from within a SWF??

2007-02-26 Thread Shannon Hicks
To do it like you are thinking, you will need to use a Flash 9 swf instead of a Flash 8 swf. Apollo will likely do exactly what you want. It is presumed to be released in public beta form in the next few weeks. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ste

RE: [flexcoders] Flex2 for mobile?

2007-02-22 Thread Shannon Hicks
Last year, I heard musings that they’d love to make Apollo 2 run on mobile phones. Of course, Apollo 1.0 still isn’t even in public beta, so who knows if it’ll happen. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Igor Costa Sent: Thursday, February 22, 200

RE: [flexcoders] Some Components I would like to see

2007-02-20 Thread Shannon Hicks
Message Box: Alert already does this Button with embedded image: Button already has this ability, either with an icon, or by re-skinning the button, depending on exactly what you want Status Bar: ApplicationControlBar does this when in a Panel The rest are great suggestions though. I'd love t

RE: [flexcoders] Anyone know when flex 3 is scheduled to come out?

2007-02-20 Thread Shannon Hicks
They're thinking about releasing a *beta* of Flex 3 this year, but nothing is planned. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Tuesday, February 20, 2007 5:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Anyone know when fle

RE: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

2007-02-20 Thread Shannon Hicks
Any plans for other Apollo Camp cities in the future? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chambers Sent: Tuesday, February 20, 2007 3:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

Re: [flexcoders] Re: HELP! Flex Builder hangs on Design View

2007-02-15 Thread Shannon Hicks
Did you try cleaning your project? I also upgraded my PC's to 2 and 3 gig's ram, which helped FB's performance a ton. Shan helihobby wrote: I had so many issues... Flex used to crash every 30 min. I got a new PC ( Dual Core ) and Clean windows and Flex has not crash

Re: [flexcoders] Mixing Flex and Coldfusion Templates

2007-02-15 Thread Shannon Hicks
Why wouldn't you just put the ActivSpell code into a CFC to call in flex? Shan Mark Forsberg wrote: I'm very new to Flex so and would like to know if I can do the following. I would like to have the user enter text into a textarea in a Flex app. When they click on "Spell Check" I would use get

Re: [flexcoders] Datefield inconsistencies? Or is it just me!

2007-02-12 Thread Shannon Hicks
What happens is that the date field actually passes back a timestamp with time zone specified, not just the date value. I ended up having to turn datefield.selectedDate into a string with just the date information, and pass that string to the server to be converted back into a date. It's an i

Re: [flexcoders] Urgent: How to delay the datagrid onchange event

2007-02-12 Thread Shannon Hicks
I think the problem you're experiencing is actually with Flash Player 8 / AS2. The engine was just too slow for large amounts of data in a datagrid. The common workaround was to paginate the data in the grid. Hopefully you'll be able to implement the workaround as you are envisioning it. Let u

Re: [flexcoders] Coldfusion Version for FDS Data Push feature

2007-02-12 Thread Shannon Hicks
Event Gateways are a part of Enterprise only. Shan Jim Pickering wrote: Can someone verify for me if I can push data with FDS Express and Coldfusion MX 7.0.2 Standard edition or do I need CFMX 7.0.2 Enterprise edition to make that happen? Thanks, Jim

Re: [flexcoders] more news on our upcoming marketing efforts

2007-02-12 Thread Shannon Hicks
Don't forget about the flexcomponents group, along with riaforge Shan Dimitrios Gianninas wrote: Actually I gave some of the dev team here are Optimal a Flex 2 training so they could use it in their own projects. And I was showing them some of the components people built that I was already u

Re: [flexcoders] Flex Builder to run faster

2007-02-09 Thread Shannon Hicks
I don't think there's going to be any way to speed up Flex Builder. You could try using a different tool to edit you MXML/AS, and build it using the regular SDK. In other words, you might be better off getting by without using Flex Builder at all. Shan André Rodrigues Pena wrote: Hi all,

Re: [flexcoders] Yahoo API: Vote for Flex 2 version

2007-02-09 Thread Shannon Hicks
I think Yahoo plans on releasing the new API's at 360Flex. http://360flex.org/2007/01/360flex-adds-yahoo-as-sponsor.html The topics are called "Yahoo! AS3 and Flex 2 Libraries" part 1 and 2. Shan TJ Downes wrote: Currently the Yahoo Maps Flex API is limited to Flex 1.5. In order to use Yaho

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Shannon Hicks
Well, I stand corrected. I'd like my dual-OS license now :) Shan Paul Andrews wrote: - Original Message - *From:* Shannon Hicks <mailto:[EMAIL PROTECTED]> *To:* flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> *Sent:* Tuesday, Febru

Re: [flexcoders] Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread Shannon Hicks
You don't necessarily need FDS for push technology. You should read up on the XML Socket. Shan oneproofdk wrote: I am building a internal app for my company, where we would eventually pursue FDS for it's push capabilities - updating the users view when backend data changes. Until then, I'm t

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Shannon Hicks
appealed until I realised I wouldn't be able to have flex on my main PC and on a Mac Powerbook with the same licence. Stick with the Dell then.. - Original Message - *From:* Shannon Hicks <mailto:[EMAIL PROTECTED]> *To:* flexcoders@yahoogroups.com <mail

Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-06 Thread Shannon Hicks
I have had no cons so far... The pros seem to be that other Eclipse plugins work. Shan Raz Gilad wrote: I've tried and v2.0.1 does not solve the problem. Any idea on the pros / cons of the moving towards FB plugin. - Original Message From: Shannon Hicks <[EMAIL PROTEC

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-06 Thread Shannon Hicks
I'm planning on switching to a Mac in a few months... Maybe I should start the process for switching my Flex license now, so I have it in time :) Shan Xavi Beumala wrote: I'm having the same problems here! It's incredible but I've been trying to transfer my win license to mac for the last 3

Re: [flexcoders] Re: Apollo features

2007-02-06 Thread Shannon Hicks
What about a poor-man's 100% availability :) Servers down? Site got Dugg? No problem :) Shan Jeffry Houser wrote: I'll just throw this out there. One of my clams (somewhere in this thread) was "The only time you aren't connected is in an airplane." Every airport I've been in recently h

Re: [flexcoders] Apollo features

2007-02-05 Thread Shannon Hicks
He was referring to plugins that will be supported by the Apollo WebKit engine. Shan Tom Chiverton wrote: On Friday 02 Feb 2007, Mike Chambers wrote: Only Flash and PDF are supported in 1.0. Not HTML ?

Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-04 Thread Shannon Hicks
I never got 2.0 working with the VSS plugin. I had to install Eclipse, the VSS plugin and the FB 2.0 plugin. This might be fixed in 2.0.1, but I never tried it, being satisfied with the FB plugin. Shan raz_gilad wrote: Hi Did anyone succeed in connecting the flex builder to Visual source

Re: [flexcoders] Apollo features

2007-02-03 Thread Shannon Hicks
ere. jason -Message d'origine- *De :* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de* Shannon Hicks *Envoyé :* vendredi 2 février 2007 18:31 *À :* flexcoders@yahoogroups.com *Objet :* Re: [flexcoders] Apollo features The real value of A

Re: [flexcoders] What is the best Flex Message Board ( Other than this group Yahoo ) ?

2007-02-02 Thread Shannon Hicks
Probably the Adobe Flex forum. Shan helihobby wrote: What is the best Flex Message Board ( Other than this group Yahoo ) ? Thanks for the help, Sean.

Re: [flexcoders] Apollo features

2007-02-02 Thread Shannon Hicks
The real value of Apollo would be cross-platform applications. I can't run your DLL's on my Mac. If you need DLL's, use VB to build your app, and don't tease me with the false hope of a cross-platform application by building with Apollo and then ruining it with windows-only code. :) Shan Ja

[flexcoders] Wisconsin Flexers?

2007-01-31 Thread Shannon Hicks
Any more Flex peeps from Wisconsin? If you are, email me off-list and let me know what town you're in. I might try to piece together a WiFUG. Shan

Re: [flexcoders] need this help

2007-01-30 Thread Shannon Hicks
I still get this error all the time. No word from Adobe as to what the problem is, though. Shan sekar r wrote: Dear ALL please i am getting this error or runtime. just i select the Tap Navigator and put in work space. while run this i am getting this error. what is the wrong pls need ur gu

Re: [flexcoders] Help me find the Amazon book spider example

2007-01-28 Thread Shannon Hicks
Are you talking about the SpringGraph component? http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610#view=sn611&viewName=Flex%20Extension&loc=en_us&authorid=71967431&page=0&scrollPos=0&subcatid=0&snid=sn611&itemnumber=11&extid=1048510&catid=0 Shan oneproofdk wrote: A few weeks ago (as

Re: [flexcoders] Flex applications look like Fisher-Price toys

2007-01-28 Thread Shannon Hicks
Flex 2 has unlimited design potential. You are not limited like you think... If a component won't do what you want, you can always re-skin it. Here's an example of a Flex site that looks pretty much nothing like the standard skin: http://www.thebetterside.com/scrawl/ScrawlExample3.html Shan

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Shannon Hicks
Sounds to me like you need one of these: http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Just released! Shan Derek Vadneau wrote: Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce projec

Re: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Shannon Hicks
hold off being the 'first on my block' to install. Jeff -Original Message- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Shannon Hicks *Sent:* Thursday, January 25, 2007 9:50 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [fl

Re: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Shannon Hicks
I installed Vista on my laptop running MX 7.02, IIS and FB 2. They all continued to work. It was everything else that broke. I lost printer support (no Vista drivers, and the XP drivers didn't transfer over). They did fix the hibernate bug, so Vista did finally allow my laptop to hibernate, but

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Shannon Hicks
I would also be interested in such a component for building out family trees. Shan Jim Zafrani wrote: Hello All, I am just getting started with Flex and was wondering whether or not a component existed that would allow me to draw a flowchart on a canvas or a tree-like diagram. Are there any

Re: [flexcoders] Re: Is Flash a single thread application?

2007-01-23 Thread Shannon Hicks
So maybe this would be the area causing some of us to get "Connection already in use" errors in the flash player when we have more than one flex application open? Shan ben.clinkinbeard wrote: I don't know of any specific documents, but just to clarify, in addition to Abdul's comment: Flash P

Re: [flexcoders] It shouldn't be this hard.

2007-01-18 Thread Shannon Hicks
You could always set the x/y by hand when you load the image. Something like this: loadImage():void { image.source = mynewimage.jpg callLater(centerImage); } centerImage():void { image.x = (wrapper.width / 2) - (image.width / 2); image.y = (wrapper.height/ 2) - (image.height/ 2); }

Re: [flexcoders] Re: urgent

2007-01-17 Thread Shannon Hicks
You could also click the "unsubscribe" link at the bottom of every email. superstella_uk wrote: Go to http://tech.groups.yahoo.com/group/flexcoders and unsubscribe The list is automated. Nobody has administered mailing lists by hand for about 8

Re: [flexcoders] Re: Chat + Survey + Live Video Feed app

2007-01-17 Thread Shannon Hicks
Have you considered using Breeze I mean Acrobat Connect? http://www.adobe.com/products/acrobatconnect/ It appears to be using Flex, and at $39/mo, it's probably far more cost effective than building one from scratch. Shan jonalexander370 wrote: --- In flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-17 Thread Shannon Hicks
I used to have problems with memory errors & such, until I increased Eclipse's memory settings... http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postId=1053&productId=2 Shan Allen Riddle wrote: I got that all the time, even with 2.0.0. I had to switch to the stand

Re: [flexcoders] Re: Flex/Flash on The iPhone ?

2007-01-16 Thread Shannon Hicks
It seems that Apple has confirmed that Flash & Java will be supported on the iPhone. Now if Adobe or Apple would just tell us what version will be supported. http://arstechnica.com/journals/apple.ars/2007/1/15/6632 Shan

Re: [flexcoders] Re: Bah! History manage THIS mother f.....!

2007-01-11 Thread Shannon Hicks
panel in it). It's intermittent, too; seems to go away for a while after restarts, but inevitably comes back again. This definitely started showing up with 2.0.1. - Chris --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>, Shannon Hicks <[EMAIL PROTECTED]> w

Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread Shannon Hicks
All that is, as far as Safari goes, is the ability to zoom in and out. Do you have dual mouse events when someone uses User Accessibility to zoom in on XP or OS X? :) Through Safari, the flash movie wouldn't see anything special. Now, if they opened up widgets to use FP9, then I'm sure there's

Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-09 Thread Shannon Hicks
It runs OS X, it runs Safari It even runs widgets... surely it is capable of running Flash Player 9. If Apple intends on letting 3rd party developers in on the phone, then I bet it'll be included. If Apple/Cingular plan on selling more optional applications for the phone, perhaps they won't

Re: [flexcoders] odd script error - undefined property

2007-01-09 Thread Shannon Hicks
If you want to set a default value, your code needs to look like this: public var foo:String = "Hello World" Otherwise, you'll need some type of even handler: http://www.adobe.com/2006/mxml " layout="absolute" creationComplete="init()"> Shan jmerrill_

Re: [flexcoders] Svn & Flex

2007-01-09 Thread Shannon Hicks
Install SubEclipse (SVN plugin for Eclipse). You might need to remove all the SVN files and re-create the flex project... I don't remember exactly what I had to do, but I had the same issue. Shan Lieven Cardoen wrote: Hi, When compiling a Flex project, Flex copies all files to bin fold

Re: [flexcoders] exit list

2007-01-09 Thread Shannon Hicks
Click the "Unsubscribe" link at the bottom of all the emails. Flávio Santos wrote: I want to leave the listplease

Re: [flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread Shannon Hicks
You could have tracked down your problem more easily with some sort of HTTP sniffer. I use ServiceCapture. There are others out there that support Flash's AMF. Shan malik_robinson wrote: Hi, for what its worth, I fixed my own problem. In eclipse in a cfc I believe by default the functions a

Re: [flexcoders] Bah! History manage THIS mother f.....!

2007-01-07 Thread Shannon Hicks
I have this problem, but only on one computer out of 4. It happens when, on that computer, I have more than one Flex app open at a time. It doesn't matter if I run the debugging plugin or the production plugin, I have the same problem. The production plugin, of course, doesn't throw an error, b

[flexcoders] 2.0.1 ListBase.as error

2007-01-06 Thread Shannon Hicks
I have a datagrid with a change event handler. When a user clicks on an item, it's supposed to take them to another state. I keep getting a "Cannot access a property or method of a null object reference" error. While this is not uncommon for me, the error actually occurs on line 7029 of ListBas

Re: [flexcoders]Eclipse 3.2.1 installed now how to install Flex Builder 2.0.1 plugin

2007-01-05 Thread Shannon Hicks
If you already have Eclipse installed, just install the Eclipse Plugin version. It's the same installer, just a different option right at the beginning. Also, 2.0.1 was released very very late last night, but then it turns out that it wasn't, exactly. The Mac version seems to be out, but the

Re: [flexcoders] Full Screen Projector File for Flex 2 Swf

2007-01-04 Thread Shannon Hicks
That's Apollo. Now you just have to wait around 8 months (hopefully) for the release. Luis Casillas wrote: I developed an app in Flex 2 and need a way to turn the created swf into an exe that automatically goes into full screen without any user interaction. Please help. Luis Casillas _

RE: [flexcoders] Who's your ISP?

2006-12-28 Thread Shannon Hicks
CFDynamics was, last I checked, the only shared-hosting company that supports the flex gateway. Anyone who does dedicated hosting will work, but you have to bring your own CF license. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hindman Sent: Thu

RE: [flexcoders] Percentage based width in ActionScript

2006-12-28 Thread Shannon Hicks
There's a simple fix... width = this.width * .9 Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Maher Sent: Thursday, December 28, 2006 11:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Percentage based width in ActionScript Yikes, I

RE: [flexcoders] Re: Second post: Really stuck on a problem which should be really easy? :(

2006-12-21 Thread Shannon Hicks
Is getAllAsQuery() coming back properly? Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rumpleminzeflickr Sent: Thursday, December 21, 2006 12:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Second post: Really stuck on a problem which shou

RE: [flexcoders] Second post: Really stuck on a problem which should be really easy? :(

2006-12-20 Thread Shannon Hicks
We'd have to see more of your code, I think... I don't see anything wrong with the snippets you put in. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rumpleminzeflickr Sent: Wednesday, December 20, 2006 5:14 PM To: flexcoders@yahoogroups.com Subject: [fl

RE: [flexcoders] Adobe site extremely slow

2006-12-19 Thread Shannon Hicks
It seems like the fifth-largest software company should be able to handle normal traffic, though. Sure, when the Photoshop CS3 beta came out, I knew the sites would be all but unavailable, but the rest of the time, I expect better. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex App w/ColdFusion to search PDF content?

2006-12-19 Thread Shannon Hicks
You will want to create a Verity collection of your PDF files... It's all built-in to ColdFuion, no need for COM or anything else. Look at the livedocs, they should set you on your way. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent:

[flexcoders] Moving an Alert box

2006-12-17 Thread Shannon Hicks
I'm having problems moving an alert box. I've created a custom class that is my remote error handler: The ErrorManager.remoteError() method looks more or less like this: public static function remoteError(event:FaultEvent):void { var vMessage:ErrorMessage = event.message as ErrorMessage

RE: [flexcoders] how to stop tab from changing

2006-12-06 Thread Shannon Hicks
I did this (ironic I had the same problem at the same time), but now I have the undesired effect of the tab switching, then immediately switching back. Suggestions? Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, December 05,

RE: [flexcoders] adding a CSS programmatically in ".as" file ?

2006-12-03 Thread Shannon Hicks
It's setStyle() you're looking for. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Sunday, December 03, 2006 10:26 PM To: Flex Coders; Flex Components Subject: [flexcoders] adding a CSS programmatically in ".as" file ? Hi, I

RE: [flexcoders] accessing variables through events

2006-11-28 Thread Shannon Hicks
You don't. You would want to create a new custom event that extends MouseEvent, adding in the parameter you want to pass. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Tooley Sent: Monday, November 27, 2006 9:46 PM To: flexcoders@yahoogroups.com S

RE: [Junk E-Mail - LOW] [flexcoders] Re: IFrame Troubles

2006-11-27 Thread Shannon Hicks
You'll always have to change the HTML wrapper... you can't do IFrames actually having an IFrame in your HTML. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of s_hernandez01 Sent: Monday, November 27, 2006 10:25 AM To: flexcoders@yahoogroups.com Subject: [Ju

RE: [flexcoders] VBox Size Listener?

2006-11-26 Thread Shannon Hicks
I think there's an onResize property. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of {reduxdj} Sent: Sunday, November 26, 2006 6:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] VBox Size Listener? I have a vBox in my main application and whe

RE: [Junk E-Mail - LOW] [flexcoders] "GLOBAL functions"?

2006-11-25 Thread Shannon Hicks
You'll want to create a new actionscript class. In there, you can create your functions, and then in whatever files you need, you can just do an: include com.mycompany.myglobalfunctions And make the call: com.mycompany.myglobalfunctions.someMethod(); Shan _ From: flexcoders@yahoog

RE: [flexcoders] resizing the datagrid ?

2006-11-25 Thread Shannon Hicks
I ended up having to calculate out the datagrid height after I populated it... the code looked something like this: populateGrid(event:ResultEvent):void { acGridData = event.resut as ArrayCollection; callLater(resizeGrid); } resizeGrid():void { myGrid.height = myGrid.measureHeight

RE: [flexcoders] How to handle an event and call a method to it's parent?

2006-11-16 Thread Shannon Hicks
Best practice would be to have your component fire off a custom event that bubbles... Then, the parent can just listen for the event. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dj Sent: Thursday, November 16, 2006 6:33 PM To: flexcoders@yahoogroups.c

RE: [Junk E-Mail - LOW] [flexcoders] minor bug at combobox

2006-11-07 Thread Shannon Hicks
We saw this bug awhile back in the list... Make the name of the first item " " instead of "" and the problem goes away.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luis EduardoSent: Tuesday, November 07, 2006 12:49 PMTo: flexcoders@yahoogroups.comSubjec

RE: [Junk E-Mail - LOW] [flexcoders] hostmysite.com...RemoteObject not working

2006-11-04 Thread Shannon Hicks
I'm pretty sure the only (shared) hosting company that supports remote object is CFDynamics   http://www.cfdynamics.com/   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of qnotemediaSent: Saturday, November 04, 2006 10:01 AMTo: flexcoders@yahoogroups.comSubjec

RE: [flexcoders] AMF3 Remoting+CF w/ same CF session?

2006-11-03 Thread Shannon Hicks
Yes. I'm doing it right now.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John C. Bland IISent: Tuesday, October 31, 2006 9:54 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] AMF3 Remoting+CF w/ same CF session? I looked thro

RE: [Junk E-Mail - LOW] RE: [flexcoders] Re: Date Bug?

2006-11-03 Thread Shannon Hicks
I've found the problem (thanks Service Capture, as usual).   Flash passes back a timestamp, not just a date, when using the datefield. So, I'd pass back "Tue Aug 29 :00:00:00 EDT 2006". Of course, CF thinks that you want to convert a timestamp to a date, and does the timezone conversion au

RE: [Junk E-Mail - LOW] RE: [flexcoders] Re: Date Bug?

2006-11-03 Thread Shannon Hicks
I had this EXACT same problem... but get this:   In flash, I use a datepicker. In CF, I use cfsql_date, and in mysql the column it's stored in is date.   So, timezones shouldn't matter, since I'm never dealing with time.   The data gets saved to the database as the incorrect date.   I aske

RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-11-03 Thread Shannon Hicks
And you think that the other projects released on Labs don't have the same effect?   I'm sure that Lightroom and Soundbooth are going to attract more downloads than Apollo (from Labs, anyway).   :)   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew D. G

RE: [Junk E-Mail - LOW] Re: [flexcoders] Unsupported File Type error

2006-11-02 Thread Shannon Hicks
s. On 11/2/06, Shannon Hicks <[EMAIL PROTECTED]com> wrote: I accidentally right-clicked the wrong file (styles.css) in my project and told FB2 to make it the default application. I set the correct file to the default application file, but now I can't get

[flexcoders] Unsupported File Type error

2006-11-02 Thread Shannon Hicks
I accidentally right-clicked the wrong file (styles.css) in my project and told FB2 to make it the default application. I set the correct file to the default application file, but now I can't get rid of the error "Unsupported file type: c:\blahblahblah\styles.css"I've done cleans, closed/op

RE: [flexcoders] Disabling mouse/keyboard interaction while BusyCursor is set

2006-11-02 Thread Shannon Hicks
I've used the PopUpManager to create modal dialog boxes with progress bars.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lokesh2084Sent: Thursday, November 02, 2006 10:07 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Disabling mouse/keyboard int

RE: [Junk E-Mail - LOW] Re: [flexcoders] Crazy Issue

2006-11-02 Thread Shannon Hicks
I've only seen that type of issue when I've had some bad JOIN code in my SQL... pulls back more than 1 record when only 1 was expected   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich TretolaSent: Thursday, November 02, 2006 9:06 AMTo: flexcoders@yahoo

RE: [Junk E-Mail - LOW] RE: [flexcoders] Isn ´t there any release of Adobe Apollo yet? Alpha maybe. ...

2006-11-01 Thread Shannon Hicks
Apollo will support PDF files, along with flash/flex and html/_javascript_ Perhaps you can use Acrobat3D? :)   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Evan GiffordSent: Wednesday, November 01, 2006 10:09 AMTo: flexcoders@yahoogroups.comSubject: [J

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] RE : [flexcoders] Isn´t there any release of Adobe Apol lo yet? Alpha maybe....

2006-11-01 Thread Shannon Hicks
- LOW] Re: [Junk E-Mail - LOW] RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe On Wednesday 01 November 2006 14:42, Shannon Hicks wrote: > platforms. So, for instance, you're not going to be able to use a COM > object directly in Apollo, since it's not

RE: [Junk E-Mail - LOW] [flexcoders] Re: Installing FDS As Win2003 WebService

2006-11-01 Thread Shannon Hicks
, it is handy for this type of situation:http://www.firedaemon.com/It will let you run the command line integrated jrun fds as a service.--Mike--- In [EMAIL PROTECTED]ups.com, "Shannon Hicks" <[EMAIL PROTECTED]> wrote:>> But there's no version of JRun that is

RE: [flexcoders] Installing FDS As Win2003 WebService

2006-11-01 Thread Shannon Hicks
But there's no version of JRun that is free, and for a production environment, correct?   It kind of defeats the purpose of FDS Express... a free, limited production license that requires you to buy a JRun license?   Hopefully I'm mis-understanding, and you'll point me to some FDS-specific

RE: [Junk E-Mail - LOW] RE: [flexcoders] Isn ´t there any release of Adobe Apollo yet? Alpha maybe. ...

2006-11-01 Thread Shannon Hicks
As for the system-tray notification They said they'd like to do it for Apollo.   The only problem with some of the features I've seen on this forum are OS-specific, and Adobe is trying hard to keep all features available on all platforms. So, for instance, you're not going to be able to

RE: [flexcoders] Can't download from adobe flex 2 site in Firefox 2.0

2006-10-31 Thread Shannon Hicks
I had that problem on the weekend, but I was able to download stuff earlier today.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dirtmediaworldSent: Tuesday, October 31, 2006 3:43 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Can't download from

RE: [flexcoders] Installing FDS As Win2003 WebService

2006-10-31 Thread Shannon Hicks
I wasn't able to get jrunsvc to work with what came with FDS 2 Express, so I ended up installing Tomcat instead. It took awhile to figure out, having never used Tomcat before, but I pieced together the install process form a few different resources, and put it in one handy step-by-step gui

RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Shannon Hicks
1. Offline support 2. Filesystem access 3. Cross-platform *true* applications, no web browser needed (read: more screen real-estate available!!!) 4. HTML & _javascript_ support, as *true* UIContainer objects. You should have seen the demo at MAX where they took the Adobe website, rotated it

[flexcoders] Smugmug?

2006-10-31 Thread Shannon Hicks
Anyone working on tying flex & the smugmug API? I'm thinking of starting a side project, but I want to make sure I'm not duplicating efforts.   Shan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.ma

RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Shannon Hicks
Some people do have a private beta release, as we got to see some apps at MAX. Word has it the public beta on Labs is going to happen late this year or early next year.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arianrechiaSent: Tuesday, October 31, 20

RE: [Junk E-Mail - LOW] [flexcoders] Application load focus known issue?

2006-10-30 Thread Shannon Hicks
Use firefox :) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth EdwardsSent: Monday, October 30, 2006 3:16 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Application load focus known issue? Is it just me? or does this seem like a

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] [flexcoders] VSS plugin

2006-10-30 Thread Shannon Hicks
] VSS plugin Thanks! I just downloaded and installed Eclipse and the VSS plugin, but how do I install FB2 as a plugin?David--- In [EMAIL PROTECTED]ups.com, "Shannon Hicks" <[EMAIL PROTECTED]> wrote:>> I ended up having to use Eclipse and the FB2 plugin to get the VSS plu

RE: [flexcoders] MAX examples

2006-10-30 Thread Shannon Hicks
else having trouble getting in?Rich On 10/30/06, Shannon Hicks < [EMAIL PROTECTED]com> wrote: Most of the sample codes are on the MAX presentation library:   http://www.adobe.com/events/max/attendees/   The login/password were emailed to you, and are different than

RE: [Junk E-Mail - LOW] [flexcoders] VSS plugin

2006-10-30 Thread Shannon Hicks
I ended up having to use Eclipse and the FB2 plugin to get the VSS plugin to work.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of godsman4amySent: Monday, October 30, 2006 7:41 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] VSS

RE: [flexcoders] MAX examples

2006-10-30 Thread Shannon Hicks
Most of the sample codes are on the MAX presentation library:   http://www.adobe.com/events/max/attendees/   The login/password were emailed to you, and are different than your registration login/password.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jona

RE: [flexcoders] Changing mx:Application's width during runtime

2006-10-30 Thread Shannon Hicks
I think you will also need to use _javascript_ to change the flash movie's height & width in the browser.   Let me know if that works, I need to do that in a project of mine shortly :)   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael LabriolaSent: Su

RE: [Junk E-Mail - LOW] [flexcoders] Re: A web survey based on Flex

2006-10-28 Thread Shannon Hicks
Until, of course, Apollo :)   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael LabriolaSent: Saturday, October 28, 2006 3:35 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Re: A web survey based on Flex Overall it is not a

RE: [flexcoders] Convert Object to a Value Object

2006-10-28 Thread Shannon Hicks
Try assigning it via the "preferred" method:   userAccount = event.result as UserAccountVO;   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffaSent: Saturday, October 28, 2006 2:36 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Convert Object to

RE: [Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-10-26 Thread Shannon Hicks
Yeah, this is a top candidate for a common custom component we'll all need :D Shan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, October 26, 2006 1:21 AM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail - MED]

RE: [flexcoders] Re: Stand-alone apps

2006-10-24 Thread Shannon Hicks
Stay tuned for Apollo. I'm literally at MAX sitting in the Advanced Apollo Development session, and, in it's simplest form, Apollo lets us as Flex 2 developers create cross-platform desktop applications using Flex (and HTML/CSS/JS). It comes complete with local filesystem read/write capabil

RE: [Junk E-Mail - LOW] [flexcoders] Re: Binary Sockets, and Folder Browser

2006-10-17 Thread Shannon Hicks
1. Yes, and there are server-side products already out there that do this. Adobe's product is called Flex Data Services. There are other alternatives out there, and I'm sure others will point them out.   2. You can't do anything without the user's permission, but you can have them select o

Re: [flexcoders] Re: JPEGEncoder.as

2006-10-16 Thread Shannon Hicks
Any luck pulling up that code sample? :)   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew BourneSent: Thursday, October 12, 2006 6:18 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncode

RE: [Junk E-Mail - LOW] Re: [flexcoders] Disappearing list items

2006-10-16 Thread Shannon Hicks
You don't need to convert a cfquery into an array of objects if you're using CFMX 7.0.2 and flex 2 it does that for you auto-magically.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas KnudsenSent: Monday, October 16, 2006 8:55 AMTo: flexcoders@

  1   2   3   >