Re: [flexcoders] Re: Using arraycollection as text for a flex TextArea Component.

2011-12-27 Thread claudiu ursica
Actually I should show the last one. try txt += entry.OrderNumber + + , + + entry.Produ then the string will have all the entries added not replaced. C From: ZIONIST stinas...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, December 27,

Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread claudiu ursica
Can you show some code? C From: Isabelle Loyer Perso isa_lo...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Tuesday, December 27, 2011 3:51 PM Subject: Re: [flexcoders] Resize and Scale Window Content   Hi, I have the same problem. I use groupe with

Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread Isabelle Loyer Perso

Re: [flexcoders] Re: Bug in C function caused AIR to crash

2011-12-27 Thread James Ong
Hi, someone just fixed my code, it working fine. But how do I inspect in Flex Builder where I have installed CDT and MingGW? On Tue, Dec 27, 2011 at 9:59 PM, Tomislav i...@svemir.net wrote: ** Did you try inspecting FREResut values from FREGetObjectAsUTF8 calls? FREREsult res =

Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread Asad Zaidi
you can acheive it using Grid control also. depends upon your requirement.   Zaidi From: claudiu ursica the_bran...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tuesday, December 27, 2011 3:28 AM Subject: Re: [flexcoders] Resize and

[flexcoders] Re: Using arraycollection as text for a flex TextArea Component.

2011-12-27 Thread ZIONIST
That works well. It actually outputs the contents of the arraycollection in the textarea component. One very small issue though, it outputs the word NULL before the last item in the arraycollection. How do i get rid of that? Below is the update. [Bindable] private var

[flexcoders] C Native Extension: Need to replace time structure into millisecond output

2011-12-27 Thread yanlilei64
I'm taking time to experiment how I can track the MIDI timing in milliseconds. In this code below contain date and time format and wish to replace with time function that is capable of milliseconds precision without huge jump in accuracy. This will be run on Window 7 using GCC or MingGW

[flexcoders] Re: Bug in C function caused AIR to crash

2011-12-27 Thread Tomislav
Did you try inspecting FREResut values from FREGetObjectAsUTF8 calls? FREREsult res = FRENewObjectFromUTF8(strlen(strAll)+1, (uint8_t *)strAll, result); printf(%d, res ); --- In flexcoders@yahoogroups.com, yanlilei64 yanlilei64@... wrote: No one know? --- In

Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread Isabelle Loyer Perso

Re: [flexcoders] Re: Using arraycollection as text for a flex TextArea Component.

2011-12-27 Thread claudiu ursica
Either the whole entry is null or one of it's properties. Check which is null, and guard your code if null put empty string or whatever you seem fit for it. C From: ZIONIST stinas...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, December 27, 2011

[flexcoders] Find out Flex interview questions

2011-12-27 Thread php_interview_quiz
Hi Folks, If you need any help in flex interviews, Try this out, http://www.flexinterviewquestions.com Cheers ! Never far away !

[flexcoders] flex with sql server 2008

2011-12-27 Thread Nitin
hi i have a question how can i connect to the sql sever 2008 i have a little experience in the following subject i have just switch from the .net to flex and could not find the way to connect to the sql server without the use of the any of the server side technology like php, asp.net, java ,

[flexcoders] Context Menu

2011-12-27 Thread pankaj_verm...@ymail.com
Hi All, I want to style the context menu(opening on right click option) .Is is possible to style it.I want to change the background color and font color . Thanks Pankaj