Re: [flexcoders] New to AIR - Filesystem Guidance

2008-04-03 Thread Ary
Thanks Tom, will look to it.. --- Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 02 Apr 2008, Ary wrote: i know is possible, but been googling around and cant found it :( Inside RIA just discussed the File API. -- Tom Chiverton Helping to economically brand bleeding-edge

[flexcoders] New to AIR - Filesystem Guidance

2008-04-02 Thread Ary
Hi Guys, sorry if its wrong post or already mentioned before, i did some search on the groups archive but still cant found what i need to find out.. :| my case is, to use Adobe AIR to read XML file on the server and download all the files that listed on that XML node to user PC into a

[flexcoders] create looping component programmatically

2008-03-24 Thread Ary
hi guys :) i know its possible, but i just dont know how ... i want to make several text input programmatically, number of text input created is based on certain variable, and has to be to be unique, need to access the component later on. here is a chunk of the code (get for(var o:uint = 0; o

RE: [flexcoders] Re: create looping component programmatically

2008-03-24 Thread Ary
to do the addChild to actually add the TextInputs to the user interface. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Ary [EMAIL PROTECTED] wrote: hi guys :) i know its possible, but i just dont know how ... i want to make several text input

Re: [flexcoders] datagrid - itemclick and button inside itemrenderer conflict

2007-11-09 Thread Ary
totally agree :) need to learn another field in that matter :) --- George [EMAIL PROTECTED] wrote: I don't know what's best practice either. ;) Make things work and acceptable user experience sometime not easy already. George Ary wrote: Hi George, Thanks for the input, finally i

Re: [flexcoders] datagrid - itemclick and button inside itemrenderer conflict

2007-11-07 Thread Ary
/labs/flex3/html/help.html?content=dpcontrols_17.html ary. --- George [EMAIL PROTECTED] wrote: ItemClick has event.|columnIndex and event.rowIndex you can use, just add condition for function A when column of button was clicked, return. George | Ary wrote: Hi Guys, i have a datagrid

[flexcoders] datagrid - itemclick and button inside itemrenderer conflict

2007-11-07 Thread Ary
, but it also call function A, cause i want it just call function B. i already to search some reference on this but cant found it yet :| Really appreeciate the help. rgrds ary. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: [flexcoders] datagrid - itemclick and button inside itemrenderer conflict

2007-11-07 Thread Ary
Hi George, Thanks for the input, finally i use two event generated by canvas and button on the item renderer and trap them. im not sure if its a bad practice..but meanwhile its working :) ary. --- George [EMAIL PROTECTED] wrote: Add a focusInHandler listening to focusIn event, when you move

[flexcoders] load image dynamically and attach the image inside swf

2007-10-15 Thread Ary
(addchild) function, and this function will link the image in the newly build swf. my question is, is it possible to make the image inside the swf rather than link it? sometimes linking to external files can be troublesome. thanks in advance. ary

[flexcoders] access a component value on another state + disable selection background.

2007-10-02 Thread Ary
Hi Guys!, is it possible to turn off selection color/background on tile list? and also i want to set the value of a text component in another state (not start state) i try to point it directly but getting error...could someone help me out on this? greatly appreciated! zack

Re: [flexcoders] pixel font [old] issue

2007-09-23 Thread Ary
Thanks Jon! i wil try that... ary --- Jon Bradley [EMAIL PROTECTED] wrote: Search archives. Another embedding fonts thread was discussed up about a week ago (Embed Flash Font was the subject). Text of my post is below, which works for all pixel fonts I've tested so far (provided

Re: [flexcoders] pixel font [old] issue

2007-09-22 Thread Ary
rather than normal (i get it from a site, although it still blurred). at the momment im using transparent gif to display pixel text(way less than 1 kb in file size)...since its not so many text involved...but im really curious on this one. thanks for responding guys! ary. --- Jon Bradley

[flexcoders] pixel font [old] issue

2007-09-21 Thread Ary
direction please? :| and if possible with working example, when user dont have that certain bitmap font on their system thanks in advance ary Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s

[flexcoders] TileList: disable scrollbar, use button to scroll ?

2007-09-20 Thread Ary
Hi, is it possible to be done? disable the horizontal scrollbar of a tileList that displaying some numbers of images, and we put buttons on the left and right side of the tileList to scroll. can some one give me an explanation or example? thanks in advance. ary

[flexcoders] send data from dragdrop target component.

2007-09-19 Thread Ary
do this i try using eventListener but not succeed, using metadata also can put to much parameter as the tileList data array that i want to passed :( Thanks in advance ary. Luggage? GPS? Comic books

[flexcoders] access a component name using array variable

2007-09-19 Thread Ary
'switch' or nesting if could do the trick manually, but is there any other way, to make it more neat and loose? thank you ary Building a website is a piece of cake. Yahoo! Small Business gives you all

RE: [flexcoders] access a component name using array variable

2007-09-19 Thread Ary
PROTECTED] On Behalf Of Ary Sent: Wednesday, September 19, 2007 12:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] access a component name using array variable Hi, i have 3 images, with 'image1', 'image' and 'image3' as object id, and i have a function that will return

[flexcoders] Re: access a component name using array variable

2007-09-19 Thread Ary
Hi Tracy, sorry dont get it to work, do i have to define the image first? part of my code. var sequence:int = event.target.instanceIndices; manually i did image1.source = image1.jpg now i want to use the sequence to dynamically change the image1/image2/* .source. thansk for the enlightment ary

[flexcoders] Re: access a component name using array variable

2007-09-19 Thread Ary
Hi Tracy, sorry dont get it to work, do i have to define the image first? part of my code. var sequence:int = event.target.instanceIndices; manually i did image1.source = image1.jpg now i want to use the sequence to dynamically change the image1/image2/* .source. thansk for the enlightment ary

[flexcoders] Get data from dragDrop repeater component.

2007-09-18 Thread Ary
Hi Guys, i have a component that accept dragDrop(trashBin) operation, and i put this component inside a repeater component (repetition for certain amount of existing data) along with the dragdrop operation, dragsource(FileData) has some value from an Array, i manage to get the value from the

[flexcoders] Get data from dragDrop repeater component.

2007-09-18 Thread Ary
Hi Guys, i have a component that accept dragDrop(trashBin) operation, and i put this component inside a repeater component (repetition for certain amount of existing data) along with the dragdrop operation, dragsource(FileData) has some value from an Array, i manage to get the value from the

Re: [flexcoders] generate thumbnail fro swf file

2007-09-12 Thread Ary
Thanks johannes! really appreciate it i will try that :) ary. --- Johannes Nel [EMAIL PROTECTED] wrote: load the swf, tell it to gotoAndStop on that frame and use BitmapData.drawto capture the image On 9/12/07, Ary [EMAIL PROTECTED] wrote: Hi, is it possible to capture certain

[flexcoders] generate thumbnail fro swf file

2007-09-11 Thread Ary
Hi, is it possible to capture certain frame from a swf file? and display it as thumbnail? thanks in advance ary. Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more

Re: [flexcoders] Flex eye candy source

2007-09-10 Thread Ary
Hi, i think its similar to this http://dougmccune.com/flex/zomgzrss/ right click view source ary. --- garrett.reynolds [EMAIL PROTECTED] wrote: Hi all was wondering if anyone knew where I could find the source code for the following Flex app? - There was no mention of the code

RE: [flexcoders] customize busy cursor permanently

2007-09-06 Thread Ary
ahh i see..i did missed that thanks alex! --- Alex Harui [EMAIL PROTECTED] wrote: busyCursor is a style. See defaults.css From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Wednesday, September 05, 2007 10:23 PM

[flexcoders] optimize swf generated by mxmlc module

2007-09-06 Thread Ary
Hi, i use mxmlc module (apache) to generate swf, its a very simple swf only write a swf that has function to load images externally, but the file size is 133 KB , if i make the same procedure with flash and publish it the file its only 20-30 KB. can i make the swf that rendered by mxmlc more

Re: [flexcoders] optimize swf generated by mxmlc module

2007-09-06 Thread Ary
a lot of code, and i see MTASC as the same thing but some additional feature. for Daniel, thanks for the advice i will look to it thanks guys! ary. --- Steve Hagenlock [EMAIL PROTECTED] wrote: Daniel, you are giving this guy advice based on software that hasn't been released to production yet

[flexcoders] customize busy cursor permanently

2007-09-05 Thread Ary
the property. ary. Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/

[flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
the event, in other words compiler eliminate the command? have anyone experienced this before? thanks in advance ary. Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http

RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Tuesday, August 28, 2007 7:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Module (Apache Problem) Hi, im using Flex module (mxmlc) to write a swf file from a predefined swf file

RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-27 Thread Ary
requires an event from the script. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Sunday, August 26, 2007 10:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF

RE: [flexcoders] filterFunction on ArrayCollection

2007-08-26 Thread Ary
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Thursday, August 23, 2007 10:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] filterFunction on ArrayCollection Hi, i have a weird problem with filter function on arraycollection, i have generated

RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-26 Thread Ary
Hi Tracy, Yes, but how to detect when a swf (loaded by swfloader) finish playing?so i can point to the next swf? i cant found any sample or reference to do this :( thanks in advance for the enlightment. ary. --- Tracy Spratt [EMAIL PROTECTED] wrote: Just set the SWFLoader.source property

RE: [flexcoders] filterFunction on ArrayCollection

2007-08-26 Thread Ary
=userRequest.lastResult.videolink.video thanks! ary --- Alex Harui [EMAIL PROTECTED] wrote: please post some code. Sounds like you might be filtering before the results come back from the server. Need

Re: [flexcoders] filterFunction on ArrayCollection

2007-08-26 Thread Ary
Hi Guys, make sure you have a crossdomain. xml file on ur server could you explain me more details on this? :)thank you Also, this is probably not the best thing: playlist=userReques t.lastResult. videolink. video yes im getting my data, since at first its not filtered and it return all the

RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-26 Thread Ary
Yes, i did think this solution before, i should generate some event at the end of the frame, the problem is that i might dont have access to all the swf..the swf might come from somewhere and i cant put a trigger inside it. ary. --- Tracy Spratt [EMAIL PROTECTED] wrote: playing, huh

[flexcoders] custom tooltip for datagrid itemrenderer

2007-05-26 Thread Ary
Hi, i want to generate custom tooltips(with container inside?), from datagrid itemrenderer, i have manage to put dummy column for datagrid to trigger datatips, but the functions i found only limited to string, i want to put some image element and item data ...any hint? thanks in advance! ary

[flexcoders] Multiple component inside itemRenderer [Datagrid]

2007-05-25 Thread Ary
Hi, is it possible to do this? this is my code...and i get Parse error at 'mx:Label' i guess im doing it wrong...any hint?thanks in advance! - mx:columns mx:DataGridColumn width=150 headerText=header01 dataField=mydata1 /

RE: [flexcoders] Multiple component inside itemRenderer [Datagrid]

2007-05-25 Thread Ary
/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Friday, May 25, 2007 12:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Multiple component inside itemRenderer [Datagrid] Hi, is it possible to do

RE: [flexcoders] display more data on a row from mysql

2007-05-23 Thread Ary
to make any cell look like just about anything. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Sunday, May 20, 2007 10:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] display more data on a row from mysql

[flexcoders] display more data on a row from mysql

2007-05-20 Thread Ary
Hi All, i've succeded in displaying data from mysql (php) into datagrid, now i want to display more customize data in a single row and column, lets say like video playlist, u have title, short description duration, thumbnail, in a single cell (like youtube playlist), i try using mx:repeater it