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
st as needed. Select the Export 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 t

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

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

[flexcoders] ArrayCollection to xml file function

2007-03-30 Thread Impudent1
r.toString() + "\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 woul

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
sql 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
n gist of my 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/y

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

2007-03-02 Thread Impudent1
pproval system app, and 2g is nothing for even 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-01 Thread Impudent1
ttp post type commands with php 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 attri

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 n

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

2007-02-24 Thread Impudent1
d here is the error: > Could not resolve to a component implementation. > Also my working projects started to not to work. > > where can be the problem ? not declaring the default namespace? don't forget you need xmlns:mx="http://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) launche

[flexcoders] XMLsocket example?

2007-02-22 Thread Impudent1
ocket 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
r it but I cannot get it to work with the swc file. I would also like 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] how to convert string to number

2006-10-16 Thread Impudent1
but how to do it in flex? blah.text = Number(blah.text); 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 visi

Re: [flexcoders] Re: WebOrb for Rails

2006-10-06 Thread Impudent1
my $0.02 I personally dig that we aren't locked into CF etc. Esp when it comes to creating flex intranet apps that will be deployed to multiple small companies. For them, being able to leverage php/mysql/weborb is the difference between creating a solution, or getting buy as is. Impu

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

2006-09-20 Thread Impudent1
grabs an array with a weborb/mysql query to an array collection. It also grabs a preset array with what options populate the combobox. This seems to give the added bonus that whatever the datagrid item it will set the combobox to the database pulled setting. hth Impudent1 LeapFrog Pr

Re: [flexcoders] Re: datagrid column combobox inline itemrenderer dataprovider

2006-09-17 Thread Impudent1
> 2. Since the itemRenderer is a child, you have to reference the > parentDocument (scope). This change should produce the desired result: > > That was exactly the fix thanks again Tim. scope , not just for a fresh face :P Impudent1 LeapFrog Productions -- Flexcoders Mail

Re: [flexcoders] Re: cairngorm: calling a function in a view

2006-09-17 Thread Impudent1
s stuff.. I usually would use: model.login.username = null; any real difference or things to watch for between the two? Impudent1 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexco

[flexcoders] datagrid column combobox inline itemrenderer dataprovider

2006-09-15 Thread Impudent1
dropdown to match my datagrid provider status for each item, while keeping its set options available. I would prefer to keep this simple and inline but if making some sort of custom itemrenderer component is the way to go I will have to take on that part of the learning curve :) tia Impude

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

2006-09-02 Thread Impudent1
Then I updated from php 5.0.5 to the 5.1.6 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 L

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

2006-09-01 Thread Impudent1
s the bases really well. > 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

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:

Re: [flexcoders] Unique examples of Flex?

2006-08-28 Thread Impudent1
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

[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 visi

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

2006-08-23 Thread Impudent1
sets/AudioOffOver.png"); } hth someone :) 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 vis

[flexcoders] videodisplay no bitrate match follow up

2006-08-15 Thread Impudent1
mpile. 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/flexc

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. Imp

[flexcoders] datagrid column sort numerically?

2006-08-13 Thread Impudent1
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
ys. I 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-archi

[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

[flexcoders] still stuck binding combobox to selected datalist item

2006-08-04 Thread Impudent1
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] 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

Re: [flexcoders] Re: Developing on Linux?

2006-08-02 Thread Impudent1
ver code to pull up specific help or the associated file, plus the code completion hints etc really make 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 scr

Re: [flexcoders] sending parameters from Flex2 to AMFPHP

2006-08-02 Thread Impudent1
p I have found is at http://hasan.otuome.com/ under tuts, check out the flexible guestbook tuts. 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%40yahoogroups.com Y

Re: [flexcoders] combobox array

2006-08-01 Thread Impudent1
e list of options 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/flexcod

[flexcoders] combobox array

2006-08-01 Thread Impudent1
: userTeamDropdown.listData = userdatalist.selectedItem.team; TypeError: Error #1034: Type Coercion failed: cannot convert "Admin" to mx.controls.listClasses.BaseListData. any advice for me to take on with a fresh head in the morning appreciated. Impudent1 LeapFrog Productions -- Flexcoders Mailin

[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

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&

[flexcoders] mysql amfphp array parsing

2006-07-30 Thread Impudent1
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 LeapFrog Productions -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.

[flexcoders] mysql amfphp flex2 login

2006-07-10 Thread Impudent1
what 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/n

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. h

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

2006-06-24 Thread Impudent1
hhh... (holds finger > over mouth) > > 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

Re: [flexcoders] Re: Accordion state change?

2006-06-20 Thread Impudent1
anvas' 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

[flexcoders] Accordion state change?

2006-06-19 Thread Impudent1
field is set to 0. I assume this is because of the resizeToContent="true" flag, but I cannot find any way to adjust the whitespace numbers. tia and I am glad to find this list resource, In the future I hope to be able to leverage Flex with the other adobe suite apps using br

[flexcoders] Basic Accordion help

2006-06-19 Thread Impudent1
am glad to find this list resource, In the future I hope to be able to leverage Flex with the other adobe suite apps using bridgetalk or ajax. Impudent1 LeapFrog Productions Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo