Re: [flexcoders] Re: file upload max?

2007-09-07 Thread Impudent1
fwiw, I have had it working with ~2-3G files but over that it would do the file transfer but not put the file in as stated by the original post. This is using php Impudent1 LeapFrog Productions

Re: [flexcoders] Best way to convert PNG to for usable in Flex

2007-05-29 Thread Impudent1
operator and set it to Custom, click the edit button and set your exporter to png 32 and ok. Clicking next will bring you to the save options allowing you to target output or overwrite. You can also save out this script and use it for any future converts you wish to match. HTH Impudent1 LeapFrog

Re: [flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Impudent1
I recently changed over from weborb back to amfphp. amfphp1.9 with the server running the php amf plugin is definitely faster in my tests here. ymmv Impudent1 LeapFrog Productions

Re: [flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Impudent1
just to note as well, my reason for switching back to amfphp originally was that I could not get weborb to work with apollo public beta. Impudent1 LeapFrog Productions

[flexcoders] ArrayCollection to xml file function

2007-03-30 Thread Impudent1
() + \r + other data; str = str.replace(/\r/g, File.lineEnding); stream.writeUTFBytes(str); stream.close(); str = ; } any snippets or links to show me how to export arrays/arrayCollections would be appreciated :) Impudent1 LeapFrog Productions

Re: [flexcoders] OS X Dock implemented in Flex

2007-03-23 Thread Impudent1
yes source for this would be cool. I am waiting for this one as well to have its source released, I dig the reflection :) http://dougmccune.com/blog/2007/03/02/demo-mashup-of-various-flex-2-community-components/ Impudent1 LeapFrog Productions

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-20 Thread Impudent1
The beta names are always cooler than the shipping names anyhow. I totally understand, they cannot sell chambants or big electric cats but they are still kinda fun :P Impudent1 LeapFrog Productions

Re: [flexcoders] DB access in Apollo

2007-03-07 Thread Impudent1
being able to do multiple processes, so depending on what type of apps your creating if concurrency matters I would think mysql a better choice. I do love the simplicity of the sqlite concept tho :) Impudent1 LeapFrog Productions

Re: [flexcoders] DB access in Apollo

2007-03-06 Thread Impudent1
Russell Sprague wrote: I vote for MySQL. Agreed Impudent1 LeapFrog Productions

Re: [flexcoders] Apollo Book: Apollo for Adobe Flex Developers Pocket Guide

2007-03-02 Thread Impudent1
flv files on longer forms Tom, what's the current method you're referring to, for 'sending' files to server? I would be interested in this as well. Impudent1 LeapFrog Productions

Re: [flexcoders] Apollo Book: Apollo for Adobe Flex Developers Pocket Guide

2007-03-02 Thread Impudent1
original post. Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/kOt0.A/gOaOAA/yQLSAA/nhFolB/TM

Re: [flexcoders] Apollo Book: Apollo for Adobe Flex Developers Pocket Guide

2007-03-01 Thread Impudent1
Just taking a quick look and this concerns me: Apollo provides a file I/O API that lets applications read and write files and directories on the user’s computer... The Flex framework for Apollo includes components for working with files and directories, but these are graphical components for

Re: [flexcoders] Apollo Book: Apollo for Adobe Flex Developers Pocket Guide

2007-03-01 Thread Impudent1
etc and limited to 2g because of it and sandbox issues? From the text it seemed that all the flex apollo components would give is file selection and nav, not anything to do with user permissions, finding size of a dir , appending to files, changing attribs etc. Impudent1 LeapFrog Productions

Re: [flexcoders] strange Could not resolve mx:Script to a component implementation. error

2007-02-24 Thread Impudent1
://www.adobe.com/2006/mxml; in the first line Impudent1 LeapFrog Productions

Re: [flexcoders] Access Flex components from browser

2007-02-23 Thread Impudent1
Tracy Spratt wrote: ExternalInterface lets you communicate with javascript in the html wrapper. It is delightfully easy to use. And synchronous! I just learned this yesterday :)... ExternalInterface does not work out of the browser. So any script created with adobe extendscript(ecma) launched

[flexcoders] XMLsocket example?

2007-02-22 Thread Impudent1
connection from the flex app to the AE scripted socket. if anyone has a simple socket example I would appreciate it, as this is totally new ground here ;) Impudent1 LeapFrog Productions

Re: [flexcoders] Apollo features

2007-01-31 Thread Impudent1
word. add my vote to being able to pass parameters to other exes Impudent1 LeapFrog Productions

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

2007-01-28 Thread Impudent1
and everyone I tell that the app I am working on will be skinned seems to reply. It looks clean and simple, I like it. horses for courses , but while KAI had some great tools, the interfaces were a little overkill :) Impudent1 LeapFrog Productions

Re: [flexcoders] sort compare more than 2 items?

2007-01-27 Thread Impudent1
, got 2. if I edit it to move the labelfunction to the combobox and parentDocument it to get to the function I get: Cannot access a property or method of a null object reference. I am sure I am just missing something simple so any insight appreciated Impudent1 LeapFrog Productions

[flexcoders] sort compare more than 2 items?

2007-01-25 Thread Impudent1
to be able to learn from the code than just use it. tia Impudent1 LeapFrog Productions

Re: [flexcoders] Error: 1000: No bitrate match

2007-01-14 Thread Impudent1
http://blogs.ittoolbox.com/c/engineering/archives/adding-flv-mime-type-in-iis-4198 might help. I had all the no bitrate match errs as well. Once I added the mime type to the server all was well. Impudent1 LeapFrog Productions

Re: [flexcoders] example of a combo box in a grid

2006-09-20 Thread Impudent1
the added bonus that whatever the datagrid item it will set the combobox to the database pulled setting. hth Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] datagrid column combobox inline itemrenderer dataprovider

2006-09-15 Thread Impudent1
of the learning curve :) tia Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

Re: [flexcoders] [ann] WebORB for PHP (with AMF3 support)

2006-09-02 Thread Impudent1
version and it worked just fine. Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

Re: [flexcoders] Re: Flex Books? Suggestions...

2006-09-01 Thread Impudent1
. I will add that the lynda.com actionscript3 essentials has been pretty h elpfull as well. It uses flexbuilder as the background app for the tutorials so might be a good peruse. Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] Re: Buffer progress bar for streaming FLV

2006-08-31 Thread Impudent1
the video classes into a package, then adding your new event. if you could share a bit more on this I would much appreciate. I seem to be better at deconstructing/reconstructing examples than getting my head around super classes etc :) Impudent1 LeapFrog Productions -- Flexcoders Mailing

Re: [flexcoders] Flex 2 patch timeline

2006-08-30 Thread Impudent1
;) Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com

Re: [flexcoders] Unique examples of Flex?

2006-08-28 Thread Impudent1
, and it would really be the time given the huge need for even more convergance/interoperation between the whole adobe product line. my .002 anywhoo :P Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Impudent1
/AudioOff.png); selectedUpSkin: Embed(source=/skin_assets/AudioOff.png); selectedDownSkin: Embed(source=/skin_assets/AudioOn.png); overSkin: Embed(source=/skin_assets/AudioOnOver.png); selectedOverSkin: Embed(source=/skin_assets/AudioOffOver.png); } hth someone :) Impudent1

[flexcoders] flv framerate

2006-08-23 Thread Impudent1
timing issues, no matter whether doing 24p etc. tia Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your

Re: [flexcoders] Web services or FDS: which are you using?

2006-08-15 Thread Impudent1
Personally, I am evaluating Flex as the front end for an application that relies heavily on .NET web services. Similar situation, only I am making sure to keep as far from a coldfusion or .net solution as possible, keeping the backend stuff open source with mysql, php, amfphp. Impudent1

[flexcoders] videodisplay no bitrate match follow up

2006-08-15 Thread Impudent1
. The fix that I found is here: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19439 hth Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] datagrid column sort numerically?

2006-08-13 Thread Impudent1
or is this something that you would assume flexbuilders components should cover? Seems like something that would be come across a fair bit no? Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] T shirt......Was.. Loading Unicode values from XML and viewing in Flex components as HTML

2006-08-10 Thread Impudent1
definately would love to add a Flex yourself one to the collection of adobe geek swag :) scooby caps are good too :P Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] extending array functions....or how do I remove duplicates in an array?

2006-08-05 Thread Impudent1
manipulation that I just dont seem to see? If it is something I need to add, is there any advice about extending existing flex functions. tia Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

Re: [flexcoders] filter operator

2006-08-04 Thread Impudent1
I may be wrong, and I'll eat a bug if I am.. :p but aren't filters flex talk for effects? If look at any of the examples you will notice that things like blur/glow/dropshadow etc are blurfilter etc. Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] still stuck binding combobox to selected datalist item

2006-08-04 Thread Impudent1
in the datagrid should change the group from ungrouped to admin :) ty ty ty for any pointers Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

Re: [flexcoders] Re: Developing on Linux?

2006-08-02 Thread Impudent1
me like Flex editor now ;) My big snarl with it that does bug me tho, is that you cannot collapse functions within a set of script tags. I would love to be able to shrink down the script area to see only the functions I am working on. Impudent1 LeapFrog Productions -- Flexcoders Mailing List

[flexcoders] combobox array

2006-08-01 Thread Impudent1
in the morning appreciated. Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

Re: [flexcoders] combobox array

2006-08-01 Thread Impudent1
www.leapfrog-productions.com/Approval_System/bin/Approval_System.html log and pass of admin, access. Maybe seeing will be more lucid than my words ;) tia all Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

[flexcoders] datagrid question

2006-07-31 Thread Impudent1
If I have a datagrid pulling in column information. Is there a simple way to have the column width autoscale to fit? The only way I can see is to loop thru the returned array to find the longest entry, then bind the width to the entry.length Impudent1 LeapFrog Productions -- Flexcoders

[flexcoders] mysql amfphp array parsing

2006-07-30 Thread Impudent1
with the single teamname. This is where I am getting stuck. Is there a simple way for me to just get the arraycollection to just pull the teamnames from the amfphp result and populate the combo box?? I know I am missing something both simple and obvious here so tia for any ideas :) Impudent1

Re: [flexcoders] mysql amfphp array parsing

2006-07-30 Thread Impudent1
JesterXL wrote: Maybe labelName for the ComboBox set to teamname? You , are a heck of a person :P I didn't think to look at it as setting the dataprovider then setting the labelfield but yes setting up as: dataProvider={teams} labelField=teamname was the trick. ty ty Impudent1 LeapFrog

[flexcoders] mysql amfphp flex2 login

2006-07-10 Thread Impudent1
others have done. tia Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM

Re: [flexcoders] Re: ColdFusion vs. PHP as the back-end

2006-07-06 Thread Impudent1
down to easy/quickness of development at a cost. Or go free and have more control but potentially longer deployment times? Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http

Re: [flexcoders] Shouldn't we use Flex to built website

2006-06-24 Thread Impudent1
) Jignesh M. Dodiya wrote: Well given all I have ever heard of the hype on flex.. I am just going to use it for RIA development :) Just how rich is up to the person looking at it Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Yahoo! Groups

Re: [flexcoders] Re: Accordion state change?

2006-06-20 Thread Impudent1
to have the same # of canvas' in both or you can go out of bounds with a selection. Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA

[flexcoders] Basic Accordion help

2006-06-19 Thread Impudent1
or ajax. Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM

[flexcoders] Accordion state change?

2006-06-19 Thread Impudent1
bridgetalk or ajax. Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM