Hi Ravi
Ya you are right, but we need to give inside set bracket{}
{new ClassFactory(one)),(new ClassFactory(two)}
it is working
--
Karthik.k
Mobile - +91-9894991640
http://kkarthikresume.blogspot.com/
On Mon, Jun 1, 2009 at 11:30 AM, Ravi Mishra wrote:
>
> This compilation error is because
Hi Gerald,
This error is coming because you dont have the debugger version of
flash player installed on your machine. Download the debugger version
of flash player for the browser you are using to debug/run your flex
application.
http://www.adobe.com/support/flashplayer/downloads.html
You can s
This compilation error is because 'one' and 'two' are texts not the
IFactory type.
Try writing this: (new ClassFactory(one)),(new ClassFactory(two)). I
dont know if it would help you as i also haven't tried it. But it will
surely take off the mentioned compilation error.
HTH,
-Ravi
On Jun 1, 9
can anybody give me example?
On Jun 1, 12:33 am, Jonny D wrote:
> You have to add it in the source libraries
>
> then you'll be able to pull functions from it and do something with them.
>
> This is defined in the properties of the Flex project (right-click)
>
>
>
> On Fri, May 29, 2009 at 6:55
jagadish when i debug the application that shows in message box
C:\WINDOWS\system32\Macromed\Flash\Flash10a.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 Builder.
Do you want to try t
hi jagadish,
am having flex builder 3 proffessional.in my console view i cant see output
of trace method.still am checking my output with Alert message.its tedious
to me.is there any plug-in to install to get trace output.
how can i get it.even i debug my application i cant see in the console
view?
hi Sankar Swaroop
Thank you
below is my sample datagrid i am using just say , i am right or wrong
compilation error
Initializer of 'itemRenderer': cannot parse value of type mx.core.IFactory
from text one,two
compilation error
Initializer of 'itemRenderer': cannot parse value of type mx
Yha, I downloaded. Let you know, by completing a sample application.
On Sat, May 30, 2009 at 3:47 AM, Maxim Rozdobudko
wrote:
> Hi, everyone! May be someone will be interested about Log5F logger:
> http://log5f.wordpress.com
> >
>
--~--~-~--~~~---~--~~
You receive
You'll have to bring the data in at the application server level. create a
wrapper web service module for this and then use it however you want
On Fri, May 29, 2009 at 12:19 AM, Sapna wrote:
>
> Hi there, hope everyone here is having fun too.
>
> I am fairly new to Flex. Using Flex Builder 3, I
You have to attach the form submit to an event and evaluate form data when
event fires (with a handler)
On Sat, May 30, 2009 at 5:10 AM, mahesh wrote:
>
> hi,
> i have loginform,but i want to validate that form.If it is valid
> user,then i want to go for new state.If it
> is invalid user then r
reThink design
On Thu, May 28, 2009 at 3:43 AM, Karthik K wrote:
> hi guys
>
> i have one doubt
>
> can we use two item renderer for one datagrid column
> any possibilities
>
> why i am asking this because
>
> during drag and drop i need one itemrenderer and during application
> initialization i
CGI variables
On Fri, May 29, 2009 at 3:17 AM, BB47 wrote:
>
> Hi,
> How to get the IP address of a webpage?
>
> Regards,
> Prajilal
>
> >
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Flex
India Community"
Hi kartik,
we can assign any number of item renderers to a datagrid column.
just seperate each with semi colon or i think ','(coma).
Thanks...
On Thu, May 28, 2009 at 1:13 PM, Karthik K wrote:
> hi guys
>
> i have one doubt
>
> can we use two item renderer for one datagrid column
> any possibi
You have to maintain a array collection that points to positions in your
datagrid you want checked. loop through this on the header click event
handler
On Thu, May 28, 2009 at 8:20 AM, dhileepen chakravarthy wrote:
> Dear All,
>
> For of my datagrid header have an checkbox, that column all ro
custom item renderer, its just a class that extends the datagrid class. you
can make it any way you want using the 'extends'
On Thu, May 28, 2009 at 4:01 AM, Ramya Arumugam
wrote:
> Hi Friends,
>
> How do we place the radio button in the datagrid using itemrenderer?
>
> Can anyone advice me.
>
>
if valid
use
*
viewstack1.selectedChild=childID;*
On Sat, May 30, 2009 at 2:10 AM, mahesh wrote:
>
> hi,
> i have loginform,but i want to validate that form.If it is valid
> user,then i want to go for new state.If it
> is invalid user then return to same loginform.
>
> plz help me.Its urgent.
.net webservice to return the hierarchical xml active directory information
Flex AdvancedDataGrid component (Flex 3) to display -
GREAT IDEA!
On Thu, May 28, 2009 at 2:08 AM, GnanaPrakasam T
wrote:
> Hi All
> How to achieve the Drill through operation in Olap datagrid?
>
> Is there any samples
flash runtime is usually isolated so it probably cannot call .DLLs
On Thu, May 28, 2009 at 2:40 AM, Tweakygeek wrote:
>
> Hi,
>
> The zinc framework looks useful but unfortunately, its not open
> source! I already have flex builder so its better if I can get a
> solution through flex/as3.
>
>
can't find the data - are you using cairngoem framework?
If so, instansiate data vars there... so you're sure they are available
On Fri, May 29, 2009 at 11:18 AM, Sangeeta Kalyani <
kalyani.sange...@gmail.com> wrote:
>
> Hi,
>
> I am getting the below exception while generating pie chart. Can
>
h
Check for the crossdomain.xml
It's an xml that allows/denies external access to the scripts at the server.
Maybe your scripts are correct, but you don't have permissions to access the
files on the server
On Sat, May 30, 2009 at 2:09 AM, Yogesh Gaur wrote:
>
> thats what i tried ...i used
You have to add it in the source libraries
then you'll be able to pull functions from it and do something with them.
This is defined in the properties of the Flex project (right-click)
On Fri, May 29, 2009 at 6:55 AM, rohit wrote:
>
> I have one .swc file
> How can i embed it at run time
>
> c
thats what i tried ...i used httpservice request in air application ….
but whenever i use it ..since i hav to give full url “http://://page
location … its giving me server error and request fail error .. if u
do know anything abt it .. ur help will be directly appreciated ...
On May 30, 2:00 am,
Hi, everyone! May be someone will be interested about Log5F logger:
http://log5f.wordpress.com
--~--~-~--~~~---~--~~
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
Hii All,
I want to add controls in the hbox dynamically and then need to add that
hbox in the parent box that has vertical direction.
depending on the data received
for example I m receiving data like below
RowColumn
1 1
1 2
means row no 1 has 2 cont
Hi Folks,
Can we create SWC from Flex Builder ? If yes, how to create. And the
existing SWC's like cairngorm, flexlib, log5f, How they created using
flash or Flex (as 3.0). ?
I think, Its useful to all, Let we all get aware about swc files.
Thanks
Lokh Prathab
--~--~-~--~~-
25 matches
Mail list logo