[flex_india:23716] How to generate save pdf in Sql lite database in Adobe AIR

2009-07-13 Thread Renu
Hi friends, I am working on a module having requirement to generate the pdf and saving it into the database. I am able to generate it but can't save it. Looking forward for your reply. Thanks, Renu --~--~-~--~~~---~--~~ You received this message because you are s

[flex_india:23715] Re: how to configure tomcat

2009-07-13 Thread Gerald Anto Fernando
Neeraj what you told is correct. while creating Flex project , In Application Server type we have to mention that J2ee Server ok fine. then when i click next it ask, Root Folder - ? Root URL - ? Context Root - ? output Folder - ? how can i give these information ? my project folder is H:\proj

[flex_india:23714] Re: Localization !

2009-07-13 Thread Jaydeep Tank
Please check whether do you have ArialUnicode font on you machine. JT 2009/7/13 pankaj > > Hi guys, > > Currently i am working on locaization project and loading xml at run > time to support that, i am able to see all the languages on Vista, Mac > but not on XP(specailly hindi). Any idea what c

[flex_india:23713] Re: how to configure tomcat

2009-07-13 Thread Gerald Anto Fernando
hi neeraj but in flex builder there is no option to create j2ee project any other way ? Thanks & Regards, Gerald A On Tue, Jul 14, 2009 at 12:05 AM, Neeraj wrote: > > Hi Gerald , > I think no need to use lcds or badzeDS . you can configure tomcate > without these . > create j2ee project using f

[flex_india:23712] Re: how to configure tomcat

2009-07-13 Thread Neeraj
Hi Gerald , I think no need to use lcds or badzeDS . you can configure tomcate without these . create j2ee project using flex builder then un check use remote object click on next . in next screen click on new it will open new window select tomcate version and give path . context root by default

[flex_india:23711] Re: Message event is not triggerred - Flex messaging using BlazeDS

2009-07-13 Thread Neeraj
Hi paromita, while compiling flex application , did you add compile time "services" argument . in this argument you need to give path of service_conf.xml file . just search on net services arg of flex . you can find out Thanks Neeraj On Jul 8, 1:52 pm, Paromita Dey wrote: > Hi > > I am workin

[flex_india:23710] Re: Flex Builder? Eclipse help needed urgent

2009-07-13 Thread Neeraj
use flex builder pluin for eclips. On Jul 13, 4:11 pm, Gerald Anto wrote: > Hello Friends, > my maxl page calls to JSP page(HTTPService). > Shall we write a JSP code in Flex Builder instead of Eclipse (or) > Shall we write mxml code in Eclipse. > > I mean shall we use one Ide for both(mxml and j

[flex_india:23709] Generate URLs and indexed by google

2009-07-13 Thread Zakaria
Hi everybody, I'm developping a mini-social website using Adobe Flex. The idea is to create, for each user, an unique URL. For example: If i register with the nickname "david78", the generated URL will be: www.mywebsite.com/david78 So, when tape the url www.mywebsite.com/david78 , the david78 fl

[flex_india:23708] Localization !

2009-07-13 Thread pankaj
Hi guys, Currently i am working on locaization project and loading xml at run time to support that, i am able to see all the languages on Vista, Mac but not on XP(specailly hindi). Any idea what could be the reason ? Is this some thing related to font ? Thanks in advance for your support ! --~

[flex_india:23707] Re: Problem with Itemrenderer

2009-07-13 Thread Ravi Mishra
One more thing you can try is: While you are checking correct and wrong answers in itemRenderer then handle both if and else parts i.e. override public function set data(value:Object):void{ if(value.correct){ //color equals black } else{ //color equals red } } HTH, -Ravi On Jul 13, 5:14 pm, HI

[flex_india:23706] browser language

2009-07-13 Thread Augustus Costa
How to get the browser language? -- Horus Augustus C. C. Lima Sagarana Tech Mobile +55(85)8842.4402 Desk +55(85)3304.6530 augus...@sagaranatech.com http://www.sagaranatech.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[flex_india:23705] Re: How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Felix
Thanks for replying. 1. As I know, acknowledgement only indicates the message has been sent to server, but not ensure to each consumer. 2. DB will be my last choice. I must not the only one facing these issue. To most rich applications like online-games for example, they have to synchronize the

[flex_india:23703] Re: How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Felix
Thanks for your reply. 1. As I know, acknowledgement only ensure the message has been sent to server successfully, but not to each subscribed consumer. Am I right? 2. To each client, it has a unique client-id. I don't know if it can recognize the disconnected one when it logs on again. I will try

[flex_india:23704] Re: Message event is not triggerred - Flex messaging using BlazeDS

2009-07-13 Thread saqib perwaiz
any updates on this so far!! thanks Saqib On Wed, Jul 8, 2009 at 1:52 PM, Paromita Dey wrote: > > Hi > > I am working on a small application where we have a data push from > backend and based on that the UI view gets refreshed. We have used > BlazeDS for messaging to Flex layer. Following the st

[flex_india:23702] Re: Flex and JSP switch

2009-07-13 Thread Ravi Mishra
You can embed your flex SWF file in JSP, then it will be as good as a JSP. On Jul 13, 4:29 pm, Narendra wrote: > Hi.. > > i have two applications previously both in jsp running in tomcat. > Previously users have an ability to switch between one application > from another ( as i used to maintain

[flex_india:23701] Re: Flex with EXCEL

2009-07-13 Thread Ganesh r
On 7/13/09, flex wrote: > > > hi all, > how can we send data From Flex to excel ? > is any way there? > > > > -- ஹ்ம்ம் !! நாங்களெல்லாம் பொதுவா பிரச்சனைனு வந்தா ... பிரச்சனைய தீர்கரதில்ல ... பிரச்சனை பண்றவனையே தித்துடுவோம் !! Be Careful. gan...@gmail.com --~--~-~--~~~--

[flex_india:23700] Re: Problem with Itemrenderer

2009-07-13 Thread HISSAM
u must be messing with dataproviders please cross the data providers and their validity ,I mean their correctness. - Regards, HISSAM, -- On Mon, Jul 13, 2009 at 7:37 PM, GAGAN anand wrote: > Hi Ram > > Could u please elaborate the situat

[flex_india:23699] Re: xml retrieving to show in combobox

2009-07-13 Thread Ravi Mishra
Hi Chandra, Instead of taking results as ArrayCollection, take them in XMLList or XML. There you can distinguish nodes on the basis of their attributes. if(myx...@name == 'science' ) //myXML will be holding the sections. { // another XML to assign subsections } Read about XMLs in livedocs. You'

[flex_india:23698] selecting all checkbox's

2009-07-13 Thread itonflex team
Hi friends this is kishore i have a requirement that i have a datagrid and a button in an application. Now using item renderer i had kept a checkbox in last column of my datagrid. My requirement is when i click on the selectall button all the checkboes in datagrid should be checked. could u help

[flex_india:23696] xml retrieving to show in combobox

2009-07-13 Thread chandra
hi all - + trikes gross motor skills balance & coordination movement activities ball activities sand & water sale - let's paint classroom projects paper, paper, paper crayons & colored pencils giant stamp pads & stampers markers dough, clay & modeling materials

[flex_india:23697] Flex and JSP switch

2009-07-13 Thread Narendra
Hi.. i have two applications previously both in jsp running in tomcat. Previously users have an ability to switch between one application from another ( as i used to maintain both applications in same webapps). now one of the applications is converted to Flex and other application is in jsp. Pr

[flex_india:23695] Re: Problem with Itemrenderer

2009-07-13 Thread GAGAN anand
Hi Ram Could u please elaborate the situation a bit more.. Regards Gagan Deep 2009/7/11 Ram > > Hi All, > > I am facing a problem with the custom Itemrenderer. > > The project involves a test section where the user takes the test.The > next page contains the Correct answer for each question and

[flex_india:23694] Re: How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Devaraj
Hi Felix, Producer, consumer are just a messaging channel like chat, 1. You can add acknowledgement to find whether the message was properly delivered. 2. In case of message not delivered, push it to an RSS feed (again DB is required), and mark the entry as read after it is listened. Regards, D

[flex_india:23693] Flex Builder? Eclipse help needed urgent

2009-07-13 Thread Gerald Anto
Hello Friends, my maxl page calls to JSP page(HTTPService). Shall we write a JSP code in Flex Builder instead of Eclipse (or) Shall we write mxml code in Eclipse. I mean shall we use one Ide for both(mxml and jsp page) Is there any plug-ins for above. If so, please let me clear. and tell me how

[flex_india:23692] Re: Access of Undefined Property

2009-07-13 Thread Ravi Mishra
Hi Jagadish, All these properties might not be available with SuperPanel. Check out the superPanel class. -Ravi On Jul 13, 1:15 pm, Jagadish M wrote: > Hi guys, > > can any body give the information regarding the following error attached to > the mail.. > > -- > Regards > Jagan Mady's > >  unt

[flex_india:23691] Re: How to capture the lat and long value?

2009-07-13 Thread dileep singh
Ok .Thanks a lot Ravi On Mon, Jul 13, 2009 at 2:25 PM, Ravi M wrote: > The script I gave you will do what you want. Create one array > or arraycollection and add the lat and long on each click > > - Ravi > On Mon, Jul 13, 2009 at 1:23 PM, dileep singh < > discover.dile...@gmail.com> wrote: > >

[flex_india:23690] Horizontal scroll bar with Line charts

2009-07-13 Thread kalavati singh
Hi, I want a horizontal scrollable bar attached to x-axis as in this example(fourth one in the following URL--- http://www.connectedpixel.com/blog/scrollingcharts).Iable to find these feature only with ColumnCharts .Can any one tell

[flex_india:23689] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
The script I gave you will do what you want. Create one array or arraycollection and add the lat and long on each click - Ravi On Mon, Jul 13, 2009 at 1:23 PM, dileep singh wrote: > On a map I want to click four different places and the lat and long value > of those four places I will keep in my

[flex_india:23688] How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Felix
Hi all, As a frontend solution, Flex is really powerful and fascinate. On the other hand, it inevitiably needs to exchange data. And I am trying to find a good way to build a stable and reliable application. Here's the workaround. On server side, blazeDS or LCDS is involved and on frontend compo

[flex_india:23687] Multicore PureMVC

2009-07-13 Thread Srinivasan Sudharsanam
Hi I am very new to multicore pureMVC. Can you please send me a multicore understand documentation. Thanks Srini --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group,

[flex_india:23685] Re: How to capture the lat and long value?

2009-07-13 Thread dileep singh
On a map I want to click four different places and the lat and long value of those four places I will keep in my database .Based on tht lat and long value I will do something. Please help. regards Dileep On Mon, Jul 13, 2009 at 12:22 PM, Ravi M wrote: > In what scenario you want this? > > -Rv >

[flex_india:23684] Recent Spam activity at Flex India

2009-07-13 Thread Saurabh Narula
Hi Guys, As usual we are receiving a lot of spam emails at our group and amount of these emails have grown tremendously during the last couple of months. Certain recent spam emails posted in our group have got through the moderation even after reporting/marking them as spam and banning the autho

[flex_india:23683] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
In what scenario you want this? -Rv On Mon, Jul 13, 2009 at 12:00 PM, dileep singh wrote: > Thanks a lot ravi. > Ravi is it possible to get multiple lat and long value? > Regards > Dileep > > On Sat, Jul 11, 2009 at 1:59 PM, Ravi M wrote: > >> * >> private >> **function* init():*void* { googleM

[flex_india:23682] Re: pdf template design in flex

2009-07-13 Thread Ganesh
Hi Abdul is that alivepdf is free or any commercial licence? regards ganesh On Jul 5, 11:09 pm, Abdul Qabiz wrote: > Who said, you can't create PDF in ActionScript (or Flex)? > > http://alivepdf.bytearray.org/ > > You can always create templates on server, populate it with data and let > user

[flex_india:23681] Re: how to configure tomcat

2009-07-13 Thread Gerald Anto Fernando
Thank Yoy Friends, Gerald A On Sat, Jul 11, 2009 at 7:57 PM, mahesh bab wrote: > First u need to download lcds.war file and place that war file under > webapps folder > in the server.after that u will get the lcds folder in the webapps. > while creating ur flex project use these structure >