Re: [flex_india:33578] Increase dpi of a image (Chart , process )

2011-04-27 Thread GAGAN anand
Hi, If you are getting direct image from java end, then you can take that image in byte array and then through JPEGEncoder or PNGEncoder you can provide as much DPI as you want. For your reference you can google about JPEGEncoder or PNGEncoder. Hope this helps Regards Gagan Deep On 28 April 20

Re: [flex_india:33577] Increase dpi of a image (Chart , process )

2011-04-27 Thread Pranav Negandhi
I don't think you can increase the DPI. Assuming you need this for high quality printouts, you could, however, generate a larger image. DPI is just a measure of the number of pixels which are used when taking a printout. If your image is made up of 720 pixels and is used to generate a print 10 inch

[flex_india:33573] Increase dpi of a image (Chart , process )

2011-04-27 Thread S k R p
Hi All, I am getting the generated image of Charts , processes etc from Java(JFree Charts) to Flex. But my requirement is to increase dpi of those charts in flex. How to do that ...is there any solution for that?? -- View this message in context: http://old.nabble.com/Increase-dpi-of-a-ima

Re: [flex_india:33560] Re: MOving datagrid up and down on click of button

2011-04-27 Thread harinath m
https://flexblogger.wordpress.com/2011/04/27/to-move-the-data-grid-columns-up-and-down/ On Wed, Apr 27, 2011 at 4:58 PM, harinath m wrote: > For down btn > > else if(event.target.name == "btnDown") > { > if(j < dgSlideInfo.dataProvider.length-1) > { > j = j + 1; > arr = new Array(xmlCol.getIte

Re: [flex_india:33560] how to do this thing in gmap?

2011-04-27 Thread Deepan prabu
paste richtext editor inside VBOX. VBOX will automatically expand Disable scrollbar for richtext On Tue, Apr 26, 2011 at 10:15 AM, sowmya budugu wrote: > Hi, > > I dont vertical scroll bar richtext editor... > I want the user to enter data beyond the specific width and heiight of > textarea.. > >

[flex_india:33560] XML Insertion problem

2011-04-27 Thread Flexitechy
Dear All, In my application using XML for operations. That XML is binded to a advanced data grid. My problem is, cut an item from XML and try to paste after a selected item position which is lower than the cut position, the XML is not updating. But while using COPY-PASTE everything w

Re: [flex_india:33560] Re: Display PDF in flex

2011-04-27 Thread kapilan Thangalakshmi
Hi Kronos, Thank u Nw i m using navigateToURL examinationService.getConsldMarksSheetDetails(studentRollNumber.id,request); Here in this method ,to request some event should be there na,wat event shoul i use...or can u pls giv some exampl code wat u hav dne!! because i m gett

Re: [flex_india:33560] styling in Flex 4

2011-04-27 Thread atul parihar
We have two way for achieve this 1. Create custom component 2. Used skin in css Thanks Atul singh parihar On 4/26/11, Malek S wrote: > HI all, > I am facing problem in styling the ComboBox inside flex 4 datagrid. > > i am attaching the word document. can sombody help me in compiling css for > th

Re: [flex_india:33560] [JOB] Flex Developers

2011-04-27 Thread Naveen Malhotra
Hi, I am interested in applying for the position of senior Flex developer. Please see the following information Name: Naveen Malhotra Location: India Certifications and awards: Adobe Flex 3 with AIR Hourly rate : 50$/hour Flex Skills UI components : excellent ActionScript : excellent AIR :

Re: [flex_india:33560] Display PDF in flex

2011-04-27 Thread Abdul
*Hi,* This may help for u.. http://alivepdf.bytearray.org/?page_id=5 http://alivepdf.bytearray.org/ http://code.google.com/p/alivepdf/ On 26 April 2011 12:16, kapilan Thangalakshmi wrote: > Hi frnds, > I would like to display PDF in flex 3..is it possible? i m using > java,spring in

Re: [flex_india:33560] Re: MOving datagrid up and down on click of button

2011-04-27 Thread harinath m
For down btn else if(event.target.name == "btnDown") { if(j < dgSlideInfo.dataProvider.length-1) { j = j + 1; arr = new Array(xmlCol.getItemAt(j)); } } On Wed, Apr 27, 2011 at 4:55 PM, harinath m wrote: > Hi, > The below code may be help for you i used xmllist collection as my data > provide

Re: [flex_india:33560] Display PDF in flex

2011-04-27 Thread Nitin Rohilla
Hi Friends , you can simply use *navigateToURL( new URLRequest('Location/fileName.pdf' ) ).* and this will open the PDF using the user's PDF client. thanks On Tue, Apr 26, 2011 at 12:16 PM, kapilan Thangalakshmi < kapilan@gmail.com> wrote: > Hi frnds, > I woul

Re: [flex_india:33560] Re: MOving datagrid up and down on click of button

2011-04-27 Thread harinath m
Hi, The below code may be help for you i used xmllist collection as my data provider for data grid private function fnUpDownData(event:MouseEvent):void { if(dataGrid.selectedItem != null) { var j:int = dataGrid.selectedIndex; var intGetID:int; var arr:Array; var intUpDownDataID:int; intGetID = c

Re: [flex_india:33560] Re: Display PDF in flex

2011-04-27 Thread ashok kumar
you can use iFrame to view PDF files. I used that in my project. checkout. http://code.google.com/p/flex-iframe/ On Tue, Apr 26, 2011 at 11:38 PM, vicky wrote: > This should help you -- > > http://www.devaldi.com/?p=212 > > Vikas > > On Apr 25, 11:46 pm, kapilan Thangalakshmi > wrote: > > Hi fr

Re: [flex_india:33560] how to do this thing in gmap?

2011-04-27 Thread sivashanmugam
Hi abhishek, can you tell me how you have done that google map. Thanks & Regards N.Sivashanmugam On Mon, Apr 25, 2011 at 4:11 PM, abhishekchess1 wrote: > hey frnds, > i want to do this > > http://maps.google.com/maps?f=q&hl=de&geocode=5248282507929098317,29.700900,-95.375790%3B117672220979169

Re: [flex_india:33560] Display PDF in flex

2011-04-27 Thread Deepan prabu
Yes you have do it You can do it in various approach 1) using iFrame have iFrame in your html file. Load PDF document in iFrame using 2) using Flex Paper (third party). It is simplest and output is prefect Thanks Deepan On Tue, Apr 26, 2011 at 12:16 PM, kapilan Thangalakshmi < kapilan...

[flex_india:33560] Re: How to load all the child panels in an accordian at once in Flex

2011-04-27 Thread allani abderraouf
look for the creation policy property of you accordion instance On 25 avr, 03:27, madhavi chinni wrote: > Hi, > > I have a requirement like I want to load all the child panels in an > accordian at once and show the data inside them when the application > is getting created. > I am able to load an

Re: [flex_india:33560] Re: Please look at my problem

2011-04-27 Thread sudha says 2 u
thanking you for ur answer i tried some other way... but i can explain properly but nearly it is when i click alow... startTimer() function called ... before that we have to initilized t =0; getMicrophone() function i called the startTimer() function when t==0 only so my problem is solv

Re: [flex_india:33559] Flash development for mobile platform

2011-04-27 Thread Sabari Nathan
Hi mulC, Check out the following links, http://www.adobe.com/products/devicecentral/features.html http://tv.adobe.com/watch/learn-flash-professional-cs5/using-the-new-integration-with-device-central/ On Tue, Apr 26, 2011 at 5:09 PM, Mulchand wrote: > I have been assigned with a project in w

[flex_india:33558] Re: MOving datagrid up and down on click of button

2011-04-27 Thread Kronos
Sorry its dg.dataprovider.length -1 for the last row selected. On Apr 27, 2:09 pm, Kronos wrote: > Hi, > From what I understand of ur code posted before, u want to physically > move the data one index above or below in the dataprovider array and > display it on the datagrid. If this is correct th

[flex_india:33557] Re: MOving datagrid up and down on click of button

2011-04-27 Thread Kronos
Hi, >From what I understand of ur code posted before, u want to physically move the data one index above or below in the dataprovider array and display it on the datagrid. If this is correct then ur code looks fine, but there is one problem. U have handled the boundary condition for Move Up functi