[flex_india:22240] java.lang.NullPointerException java.lang.NullPointerException - flex.bootstrap.BootstrapTag.(BootstrapTag.java:39)

2009-05-14 Thread Vrushali
Hello Friends, I am using FlexTagLib in JSP. I get the following errors: java.lang.NullPointerException flex.bootstrap.BootstrapTag.(BootstrapTag.java:39) flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java: 28) flex.webtier.server.j2ee.jsp.MxmlTagImpl. (MxmlTagImpl.ja

[flex_india:22241] Re: Effects for titlewindow in popup manager

2009-05-14 Thread Rahul
Hi sankar, Try This... *Default Application : CustomizingAPopUpEffect* http://www.adobe.com/2006/mxml"; layout="vertical" backgroundColor="#FF" creationComplete="init()" backgroundGradientColors="[#FF,#88]" horizontalAlign="center" verticalAlign="middle">

[flex_india:22242] Re: is there any way to compile a single file

2009-05-14 Thread Ravi Mishra
Hi Sravan, Why do u want to do that? I am curious to know that. Though u can compile a component using compc. HTH, -Ravi On May 14, 11:33 am, sravan kumar wrote: > hi, > > is there any way to compile a single file in flex which is modified. --~--~-~--~~~---~--~

[flex_india:22246] Re: How to set the selected item in ?

2009-05-14 Thread BB47
Thanks On May 13, 7:48 pm, saurabh diwan wrote: > Hi, > > Are you using adobe autocomplete...if yes then its extension of > combobox & you can use > autocomplete.selecteditem="string"; > autocomplete.text="text"; > > Regards > Saurabh > > > > On Wed, May 13, 2009 at 5:02 PM, BB47 wrote: > >

[flex_india:22244] Re: Looking for some Flex Developers: Location:Hyderabad

2009-05-14 Thread Puneet Mishra
hi krishna can you provide full detail about the job profile. Thanks & Regards Puneet On 5/14/09, krishna shinde wrote: > > > > On Wed, May 13, 2009 at 7:10 PM, Sreenivas... < > seenuindia...@gmail.com> wrote: > >> Hi AKR, >> Can provide the full details regar

[flex_india:22243] Handling Modules

2009-05-14 Thread TP
Hi, Can anyone please help me to create a module and use it in the main application? Im receiving the following error. VerifyError: Error #1014: Class mx.core::BitmapAsset could not be found. at flash.display::MovieClip/nextFrame() at mx.core::FlexModuleFactory/deferredNextFram

[flex_india:22245] images move continously

2009-05-14 Thread ganesh kumar
hi friends, i am creating websites..i want move images continously like 10 images..in hbox r vbox..if have any sample r idea please send me thank you Regards GANESH KUMAR --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

[flex_india:22247] Issues with SWFLoader.unloadAndStop issue

2009-05-14 Thread Sohil
Hi, I m trying to externally load SWF into my application. Knowing the problem of SWF cannot be unloaded in Flex 3.0 I have downloaded the Flex 3.3 Sdk and configured for my Development Environment and also got FlashPlayer 10 installed... However unloadAndStop () still doesnt seem to work...

[flex_india:22248] Re: images move continously

2009-05-14 Thread Rahul
TRy This http://www.fxcomponents.com/fx-slideshow-with-details-text/ On Thu, May 14, 2009 at 3:26 PM, ganesh kumar wrote: > > hi friends, > i am creating websites..i want move images continously like 10 > images..in hbox r vbox..if have any sample r idea please send me thank > you > Regards

[flex_india:22249] Re: images move continously

2009-05-14 Thread prem
Please check the Move effect documentation on Adobe website. You may get some ideas http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html On May 14, 4:08 pm, Rahul wrote: > TRy This > > http://www.fxcomponents.com/fx-slideshow-with-details-text/ > > On Thu, May 14, 2009 at 3:26 PM, gane

[flex_india:22250] Re: Jboss and Flex Apllication For Accessing Remote Database (JBoss Configuration)

2009-05-14 Thread Thalai raju
Hello Friend In My application i need to use DataSource for Connection Pool usage for serverside Plzhelp me how to i do Regrads Rajesh Atelier_soft.com Chennai On Tue, May 12, 2009 at 7:16 PM, Mike Rodriguez wrote: > > What happens, or what's the exception that you're receiving from the > Jbo

[flex_india:22252] Re: is there any way to compile a single file

2009-05-14 Thread Endel Guimarães Silva
I think you can, if that file is a Flex ModuleOtherwise, you may recompile the whole application On Thu, May 14, 2009 at 3:33 AM, sravan kumar wrote: > hi, > > > is there any way to compile a single file in flex which is modified. > > > > -- Endel Guimarães Silva Eccen - Excelência em Tecnolog

[flex_india:22257] Re: Specifying multiple parameters of the same name using HTTPService

2009-05-14 Thread Abhinav Mehta
Well you can do that by using event object. Send the event as parameter, to the called function, there make a instance of that Event, now type: eventObj.localX or eventObj.localY .blahh blahh as u like. Remeber that the value returned by eventObj.localX will be of string type, so change th

[flex_india:22254] Re: images move continously

2009-05-14 Thread ganesh kumar
hi friends, thank you for your help,sorry i need to move images continously ,for exampl,keep images running On Thu, May 14, 2009 at 4:38 PM, Rahul wrote: > TRy This > > http://www.fxcomponents.com/fx-slideshow-with-details-text/ > > > > > > On Thu, May 14, 2009 at 3:26 PM, ganesh kumar wrote: >

[flex_india:22255] Re: Handling Modules

2009-05-14 Thread edwin . vgwhiz
The intrinsic attribute is no longer supported. On Thu, May 14, 2009 at 6:29 AM, TP wrote: > > Hi, > > Can anyone please help me to create a module and use it in the main > application? > > Im receiving the following error. > > VerifyError: Error #1014: Class mx.core::BitmapAsset could not be >

[flex_india:22256] Re: Issues with SWFLoader.unloadAndStop issue

2009-05-14 Thread Abhinav Mehta
You should use tag named I think might be u r giving an absolute path as a source to SWFLoader that is why it is creating problem, so for a instance just give the relative path by copying the .swf-asset to ur "src" folder. Regards Abhinav Mehta MSRIT | Bangalore - Original Message

[flex_india:22253] Re: How to run .airi file

2009-05-14 Thread Endel Guimarães Silva
well... I talked too much, but didn't answered your question I think there's no way of running the .airi file. Just the .air. 2009/5/14 Endel Guimarães Silva > You need a digital certificate, in order to compile the .air. You can > generate one at compile time, via flex builder. Then you can gen

[flex_india:22259] Re: Handling Modules

2009-05-14 Thread Endel Guimarães Silva
maybe some import is missingmaybe you've imported the same class but from the wrong package post some code, so we can help you more accurately On Thu, May 14, 2009 at 7:29 AM, TP wrote: > > Hi, > > Can anyone please help me to create a module and use it in the main > application? > > Im receivi

[flex_india:22251] Re: Effects for titlewindow in popup manager

2009-05-14 Thread sankar swaroop
Thanks Rahul On 5/14/09, Rahul wrote: > > Hi sankar, > > Try This... > > > *Default Application : CustomizingAPopUpEffect* > > > http://www.adobe.com/2006/mxml"; > layout="vertical" > backgroundColor="#FF" creationComplete="init()" > backgroundGradientColors="[#FF,#88]" > hor

[flex_india:22260] Problem with LineChart DateTimeAxis Date Format

2009-05-14 Thread Vinoth
I have a requirement that i need to display the Date/Time format as MM/ DD/YY :HH along the horizontal axis. I have Data function and label function. I'm not sure how to display this formatted date. I tried using DateTimeAxis it doesnt work well. Any suggestions or examples on how to do this woul

[flex_india:22261] Re: Problem with LineChart DateTimeAxis Date Format

2009-05-14 Thread Rahul
HI, is this what you are looking for... http://www.adobe.com/2006/mxml";> On Fri, May 15, 2009 at 10:11 AM, Vinoth wrote: > > I have a requirement that i need to display the Date/Time format as MM/ > DD/YY :HH along the horizontal axis. I hav

[flex_india:22262] A Moving tooTip using flex

2009-05-14 Thread shaan
Hello All, I was wondering if anyone know whether it is possible to have a moving tooltip on an image or a button. The tooltip should stay visible as long as the cursor is on the image, and chase the mouse cursor around the image. The default tooltip remains in its position and doesn't move when

[flex_india:22263] Issue in ProgressBar

2009-05-14 Thread vnatrajanmca
Hi i Create progressBar for SWFLoader. The problem is i can see loading 0% after few seconds directly it goes to 100 % but it didnt progress between 1 to 99 % I tried many ways but i am facing the same problem what is the problem in my code Index.swf (size is 5.6 MB) http://www.adobe.com