[flex_india:29376] Adding containers like vbox or hbox just below a row in datagrid

2010-03-26 Thread Malavika
st row i.e. in between first and second row. Please do let me know. Thanks, Malavika. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from this

[flex_india:25663] Re: How to Download Flex data to PDF

2009-10-05 Thread Malavika
avePDF(Method.REMOTE, "http://localhost:8080/alive_pdf/ create.php", Download.ATTACHMENT, "myPDF.pdf"); } Thanks, Malavika. On Sep 29, 10:42 pm, Vivian Richard wrote: >   Hi Abdullah, even though it is your personal choice but since we are >   all one community, I am asking y

[flex_india:25660] Re: How to Download Flex data to PDF

2009-10-05 Thread Malavika
REMOTE, "http://localhost:8080/alive_pdf/ create.php", Download.ATTACHMENT, "myPDF.pdf"); } Thanks, Malavika. On Sep 29, 10:42 pm, Vivian Richard wrote: >   Hi Abdullah, even though it is your personal choice but since we are >   all one community, I am asking you why

[flex_india:25513] Re: How to Download Flex data to PDF

2009-09-27 Thread Malavika
Hi All, I have checked AlivePDF, Is this used only for AIR Applications? Can this used for WEB Application? If yes, Can suggest me the steps for doing this. Thanks, Malavika. On Sep 25, 2:09 pm, prakash wrote: > Check ALivePDFhttp://alivepdf.bytearray.org/?page_id=5 > > Prakash &

[flex_india:/] How to Download Flex data to PDF

2009-09-24 Thread Malavika
Hi All, I have a requirement where i do need to provide an option for users to download datagrid data to a PDF file. I checked on the our Flex India community and some other communities too, did could not find the way of doing. Can any one suggest me the way to do. Thanks, Malavika

[flex_india:19719] Could not resolve

2009-02-25 Thread malavika
Hi All, I'm using Advacned Datagrid in my Flex Application, and later on deploying the appl in Tomcat, but when i try to run the application it's giving error as "Could not resolve to a component implementation". As ADG is not part of SDK, I tried bu putting "datavisualization.swc" and

[flex_india:14914] Re: DataGrid Automatic Vertical & Horizontal Scroll

2008-10-09 Thread malavika
Hi Venkat, Yeah this issue appears to be fixed in Flex 3. Thanks, Malavika. On Oct 9, 11:20 am, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi Malavika, > > Yes, this is quite possible that it is a bug in Flex 2. The DataGrid has > always been an area of

[flex_india:14873] Re: DataGrid Automatic Vertical & Horizontal Scroll

2008-10-08 Thread malavika
the same example in Flex 3 did not get this issue. I hope this might be a bug in Flex 2. Regards, Malavika. On Oct 8, 9:09 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi Malavika, > > Try this change. This works: > > http://www.adobe.com/2006/mxml";

[flex_india:14860] Re: DataGrid Automatic Vertical & Horizontal Scroll

2008-10-08 Thread malavika
When i make any change on ComboBox the value is stored.Actually the issues is when i select any one of the combobox and if i move cursor up/down of datagrid and vertical scrolling is happening for the datagrid... Regards, Malavika. On Oct 8, 9:36 am, "Varun Shetty" <[EMAIL PROT

[flex_india:14840] Re: DataGrid Automatic Vertical & Horizontal Scroll

2008-10-07 Thread malavika
cursor down/up to my datagrid an vertical scrolling is happening on the datagrid. Just try to execute the code and you can observe the scroll effect. Regards, Malavika. On Oct 7, 10:53 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi Malavika, > > Well I think

[flex_india:14836] Re: DataGrid Automatic Vertical & Horizontal Scroll

2008-10-07 Thread malavika
any Solution to resolve the issue??? Regards, Malavika. On Oct 7, 3:55 pm, malavika <[EMAIL PROTECTED]> wrote: > Hi Everyone, >I'm surprised to come across such a issue in Flex 2,I have a > datagrid for which i have been adding ComboBox using Itemrenderer.when >

[flex_india:14821] DataGrid Automatic Vertical & Horizontal Scroll

2008-10-07 Thread malavika
Data1 Data2 Data3 Data4 Data5 Regards, Malavika. --~

[flex_india:14816] surprised to dataGrid Automatic Vertical & Horizontal Scroll

2008-10-07 Thread malavika
Data5

[flex_india:13579] Re: Controlling the X and Y Positions for a ToolTip.

2008-09-04 Thread malavika
ToLocal(pt); myTip = ToolTipManager.createToolTip(s,pt.x,pt.y) as ToolTip; Regards, Malavika. On Sep 3, 11:45 pm, malavika <[EMAIL PROTECTED]> wrote: > Hi Venkat, > Thanks for the quick reply. This is the function that has been > called on the rollover event. when the mouse is been

[flex_india:13549] Re: Controlling the X and Y Positions for a ToolTip.

2008-09-03 Thread malavika
ight = 70; } I tried of putting your code inside this function. But could not find out the change. I suppose i might have made the mistake. Regards, Malavika. On Sep 3, 12:14 am, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi Malavika, > > Inside the item

[flex_india:13541] Re: Controlling the X and Y Positions for a ToolTip.

2008-09-02 Thread malavika
"+"\r"+"\n"; text += "Materail Number:" +" "+event.target.data.Mat_number +"\r"+"\n"; text += "Item Description:" +" "+event.target.data.Item_desc +"\r"+"\n"; myToolTip = Tool

[flex_india:13540] Re: Controlling the X and Y Positions for a ToolTip.

2008-09-02 Thread malavika
;\r"+"\n"; myToolTip = ToolTipManager.createToolTip(s,squareX,squareY) as ToolTip; myToolTip.setStyle("backgroundColor","#00"); myToolTip.setStyle("color","#FF"); myToolTip.width = 125;

[flex_india:13532] Controlling the X and Y Positions for a ToolTip.

2008-09-02 Thread malavika
prite(); var positionX:Number = square.mouseX var positionX:Number = square.mouseY myToolTip = ToolTipManager.createToolTip(text,positionX,positionY) as ToolTip; Thanks, Mal

[flex_india:13313] Re: Regarding DataGrid Horizontal scroll bar from 4th column

2008-08-26 Thread malavika
Yeah i have tried but initially the scroll bar is staring from the specified position.but actually the scroll bar is available from the first column itself. Cheers, Malavika. On Aug 25, 6:22 pm, "saurabh narula" <[EMAIL PROTECTED]> wrote: > try to set horizontal scroll p