[flex_india:25880] how to zoom the Flex Container

2009-10-14 Thread syed diwan
Hi friends :- i want to zoom the flex container with automatically scale of all his child (it like default zoom option in other software Ms paint, photo shop, etc ), can you any one have idea ,please guide me thanks --~--~-~--~~~---~--~~ You received

[flex_india:25882] consuming a .net web service in flex

2009-10-14 Thread Wiskers69
I have a .NEt web service that takes a bytearray and writes it out to a file. _ Public Function ProcessRequest(ByVal f() As Byte, ByVal filename As String) As String Try ' instance a memory stream and pass the byte array ' to its constructor Dim

[flex_india:25883] Flex + tomcat + blazeds + java remoting. problem...

2009-10-14 Thread softra...@gmail.com
Dear All Users, I am using the architecture of Flex Application running in Tomcat Server (CentOS + linux) using BlazeDS + accessing java classes of remoting Technolgoy. Application running fine in all clients but when inserting or updating records frequently (upto 100 or more) when reach some

[flex_india:25891] Re: Successfully passed Adobe Flex 3 and AIR exam (9A0-082)

2009-10-14 Thread jayesh sharma
Congratulations Anand :) On Fri, Oct 9, 2009 at 10:01 PM, wrote: > > Hello Friends, > > Its my pleasure to share my happiness with the group members. I have > successfully revalidated my Flex credentials and now an Adobe > Certified Flex 3 and AIR expert. This is my two successive success > with

[flex_india:25885] change state

2009-10-14 Thread explorer
How can I change State from function iniside component. Like when I get answer from database to send back name of new state. This code of state transition should be in resultHandler function. I tryed sometihg like this private function getLoginHandler(evt:ResultEvent):void {

[flex_india:25887] Dynamice Graphs - LineStroke Question.

2009-10-14 Thread Panel Minimize Maximize Help
Below is some sample code that can draw LineSeries Graph dynamically. It works perfectly . The one thing I don't know how to set is the linestroke for this graphs. how can i set this for the graph that is getting drawn below.

[flex_india:25881] Re: what is creation policy in flex

2009-10-14 Thread Santosh Bhoyar
The Flex Navigator Containers having the "creationPolicy" property that we can set to specify when Flex should create the container. The Options are "Auto", All , and queued, none. murugesan munusamy-3 wrote: > > > Hi every body, > > Can you please let me know what is creation policy in

[flex_india:25884] Re: better way is to create a new box's every time... or reuse them as creating a component.. calling the same????

2009-10-14 Thread prajnith K
what is the best method for declaring containers , controls Prajnith On Wed, Oct 14, 2009 at 9:32 AM, prajnith K wrote: > hi friends.. > > currently i have task in that i have to number of components like vbox, > hbox, combox, canvas, label, etc what is the best way. to create > these.. >

[flex_india:25890] Re: TileList Crazy : Unable to have a vertical / horizontal space between items in TileList control

2009-10-14 Thread Arindam Mojumder
use horizontalGap and verticalGap as per your req... 2009/10/14 riaflexible > > Hi : > > > I have a bunch of Image Tiles in a TileList Control , Every thing is > fine , But I am breaking my head to achive a space between each > ImageTiles vertically & horizontally , Please let me know if there i

[flex_india:25888] better way is to create a new box's every time... or reuse them as creating a component.. calling the same????

2009-10-14 Thread prajnith K
hi friends.. currently i have task in that i have to number of components like vbox, hbox, combox, canvas, label, etc what is the best way. to create these.. im doing in this way i will create a canvas or vbox every time like

[flex_india:25886] Re: Flex Designer/Developer required for Pune based product company

2009-10-14 Thread umesh
Please send email to ucogency @ gmail.com On Oct 13, 10:46 am, umesh wrote: > please sned an email to ucoge...@gmail.com > > On Oct 13, 10:34 am, umesh wrote: > > > A US based Product company in to Financial is looking for  Flex > > Designer/developer > > Location : Pune > > > Experienced in us

[flex_india:25889] Re: passing variables in php service file

2009-10-14 Thread explorer
I solved problem. I just add for click event function call and in brackets I send parameters like id of textbox.text. That simple :). where logiranje - is the ID of my RemoteObject i define in application getLogin - is the name of the function in php file username.te

[flex_india:25892] Understand the frame concept

2009-10-14 Thread Lord
Hi everybody, a simple question about frame. Is a it a slot of time or something else? I think a frame is a logic unic linked with ActionScript code, isn't true? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:25893] Re: TileList Crazy : Unable to have a vertical / horizontal space between items in TileList control

2009-10-14 Thread riaflexible
Arindam : FYI : That's what i first tried , But there is no Vertical / Horizontal Gap property for the TileListControl . On Oct 14, 11:56 am, Arindam Mojumder wrote: > use horizontalGap and verticalGap as per your req... > > 2009/10/14 riaflexible > > > > > Hi : > > > I have a bunch of Image T

[flex_india:25894] Re: TileList Crazy : Unable to have a vertical / horizontal space between items in TileList control

2009-10-14 Thread Subeesh Arakkan
Use itemrenderer. Put your image inside any of the containers and set padding . -Original Message- From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of riaflexible Sent: 14 October 2009 14:29 To: Flex India Community Subject: [flex_india:25893] Re: TileList

[flex_india:25895] Dynamic textBox

2009-10-14 Thread prashant waykar
Hello friends.. Is there a way to create a textbox dynamcally. By calculating the number of characters from the data in the xml flle we need to populate it in the textbox by setting the hight and the width??? Awaiting for reply!!! --~--~-~--~~~---~--~~ You received

[flex_india:25896] Re: Job opening

2009-10-14 Thread gaurav rai
Send your all requirements regarding opening. On Tue, Oct 13, 2009 at 7:54 PM, Navin wrote: > > Hi, > > How much exp are you looking? I am having 2.6 yrs exp in Java and 9 > months exp in Flex. Is it ok. > > Regards, > Naveen. > > > > --~--~-~--~~~---~--~~ You r

[flex_india:25898] Wheres getChildren() in flex 4 (gumbo)?

2009-10-14 Thread Portillo
How can I get all children in flex 4 panel or group? Theres something like getChildren()? The sparks layout dont have getChildren. How can I get them? Anybody knows? Thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[flex_india:25897] Re: Dynamic textBox

2009-10-14 Thread gaurav rai
set maxChar property of textBox.this might help you. On Wed, Oct 14, 2009 at 2:30 PM, prashant waykar wrote: > > Hello friends.. > Is there a way to create a textbox dynamcally. > By calculating the number of characters from the data in the xml flle > we need to populate it in the textbox by

[flex_india:25899] Re: Wheres getChildren() in flex 4 (gumbo)?

2009-10-14 Thread ganaraj p r
There is no getChildren as such. But you will always get numChildren , which will give you the number of children of a displayObject. after that you can use this numChildren along with the getChildAt() function to get the children of the object. Is this what you were looking for? On Wed, Oct 14

[flex_india:25900] Re: TileList Crazy : Unable to have a vertical / horizontal space between items in TileList control

2009-10-14 Thread riaflexible
Actually that is i too tried and that's what the google search also will take , But will not help . I have itemRenderer in which i have Images i can set paddings in it , But the real need is the space between the Items , I have googled a lot no one is having a right answer . On Oct 14, 2:06 pm,

[flex_india:25901] Re: Flex + tomcat + blazeds + java remoting. problem...

2009-10-14 Thread Kiran Kumar Vasireddy
Hi Raaja, It is simple problem and It is because of Database connection code . If you don't release the database connections properly and once the limit is reached then you get into this problem . So restarting Tomcat server releases all the connections and again you are able to access it. Check

[flex_india:25902] problem in debugging

2009-10-14 Thread Gerald Anto
Hello Friends, previously i have done debugging well but now when i debug it shows error that C:\WINDOWS\system32\Macromed\Flash\Flash10c.ocx Flex Builder cannot locate the required debugger version of Flash Player. You might need to install the debugger version of Flash Player 9 or reinstall

[flex_india:25903] Re: Youtube and Flex

2009-10-14 Thread Kiran Kumar Vasireddy
Hi Subeesh, It is working perfect . Wonderful and Excellent . I will do my testing once again and let you if I find any issues. If you don't mind one more comment :- Video clarity is reduced a bit ... ( noticeable ) Regards Kiran On Mon, Oct 12, 2009 at 9:28 AM, Subeesh Arakkan wrote: > Hi K

[flex_india:25904] Urgent Requirement:Team Lead Flex with java at Symphony, Pune

2009-10-14 Thread Debabrata Acharjee
Hi All, Symphony (http://www.symphonysv.com/), Pune is looking flex flex talent, Please find the JD below: Individual contributor who is has worked on varied UI Technologies : Servlet/JSP,Java script/Flex and has participated in designing Flex bsaed applications from scratch. Framework knowled