RE: [flexcoders] Flex 2 code to reload the entire application?

2007-02-04 Thread KP
Just use below code to reload I have already used this and is working fine..

 

var url:URLRequest = new
URLRequest(pagename_onto_ehich_you_need_to_send.aspx?category=logoff);

   navigateToURL(url, _self);

 

Thanks,

 Kumar

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Saturday, February 03, 2007 6:17 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex 2 code to reload the entire application?

 

While some might judge it a hack, others are successfully using
navigateToUrl, with the url pointing to the flex app url itself, and the
target _self.  I've not used it myself, but there was just a thread about it
here.  Search the archives for more detail.

 

Tracy

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of D O
Sent: Friday, February 02, 2007 6:11 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 code to reload the entire application?

 

Hi everyone, is there any actionscript code I can use to reload the
entire swf? I have a computer based training module that a user can
reset at the end and erase all of their use data. Right now the data
is being removed, but I'm not sure how to refresh the swf to reset the
UI. Something similar to a reload button for web browsers. Maybe
something like Application.reload??

any help is appreciated.
thanks!
dan

 



[flexcoders] Covert Package into Simple AS file

2007-01-22 Thread KP
Hi All,

 

I have a label control and I have a Marquee.as User Control.

And when ever I use this Marquee.as package in my mxml application as a user
control it works fine.

 

But can we convert Marquee.as Package into a simple Marquee.as action script
file which just contains simple functions similar to that of Marquee.as
Package.

And these function can then be called in the mx:Label only on any of the
events like creationComplete or initialize

 

The only thing which I want to achieve is I don't want to use any user
control separately in my MXML application.

I have attached the Marquee.as Package file along with this..

 

 

Thanks,

 Kumar

 



Marquee.as
Description: Binary data


[flexcoders] htmlText attribute of TextArea

2007-01-16 Thread KP
Hi All,

 

I have a text area in which I am putting some html content but problem here
is if I directly put the contents in cdata then things are fine but if I
take data in a variable and then I bind that in htmlText property then it
does not render html tags.

 

Below is the html code if I put it directly in htmlText CDATA it works fine
but if assign it to a string var and then bind it html tags are not
rendered.can some one suggest some approach

 

  p

bSunnis blast hanging of 2 Saddam aides (AP)/b

/p

br/

pa

 
href=http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com
/s/ap/20070116/ap_on_re_mi_ea/iraq

img

 
src=http://d.yimg.com/us.yimg.com/p/ap/20070115/capt.bag12401152022.iraq__e
xecutions_bag124.jpg?x=130y=97sig=sTeFNZ1LVcYvIbQ8GEotbA--

align=left height=97 width=130

alt=People carry the coffin of one of two of Saddam
Hussein's co-defendants found guilty in a trial along with Saddam in the
killing of 148 Shiite Muslims,  who were executed at dawn Monday in Baghdad,
in the town of Ouja, 115 kilometers (70 miles) north of Baghdad, Iraq,
Monday Jan. 15, 2007. Barzan Ibrahim, Saddam's half brother and former
intelligence chief, and Awad Hamed al-Bandar, head of Iraq's Revolutionary
Court were hanged before dawn Monday, the government said, two weeks and two
days after the former Iraqi dictator was executed in a chaotic scene that
has drawn worldwide criticism.   (AP Photo/Bassem Daham)

border=0/

/aAP - The Iraqi government's attempt Monday to close a chapter on
Saddam Hussein's

repressive regime #151; by hanging two of his henchmen #151; left
many of Saddam's

fellow Sunni Muslims seething after the former leader's half brother
was decapitated on the

gallows./p

br clear=all/

br/

p

bStorm blacks out parts of Northeast (AP)/b

/p

br/

pa

 
href=http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com
/s/ap/20070116/ap_on_re_us/winter_blast

img

 
src=http://d.yimg.com/us.yimg.com/p/ap/20070115/capt.moms10201151735.winter
_blast_moms102.jpg?x=130y=86sig=oU6GLZQm8BanbibC31Yt_w--

align=left height=86 width=130

alt=Missouri Gov. Matt Blunt, center, talks with Wilda and
Edwin Krost of Springfield, Mo., at McDonald Arena on the campus of Missouri
State University in Springfield, Mo., Monday, Jan. 15, 2007. The arena is
one of dozens of emergency shelters opened around the state following
devastating weekend ice storms. (AP Photo/Mark Schiefelbein)

border=0/

/aAP - A winter storm that slathered the Midwest and Plains under
a thick coat of ice

crashed into the Northeast, downing power lines, making roadways
treacherous and chasing

away spring-like temperatures. The six-state death toll stood at
41./p

br clear=all/

br/

  

 

 

 

 

Thanks,

 Kumar

 



[flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread KP
 

Hi All,

 

As per the subject line .Can we create the html table structure as given
below in FLEX using htmlText attribute of text area.

I know that FLEX does not support table tag of html to be used in htmlText
attribute of TextArea.But can we some how achieve this.

Any approach will help. Thanks in Advance..

 

table

tr

tdKumar/td

/tr

 tr

tdPal/td

 /tr

 tr

tdJain/td

 /tr

   /table   

 

Thanks,

 Kumar

 



[flexcoders] Text Area Quick One

2007-01-03 Thread KP
Hi All,

 

I have a text area control in which user enter some information at run time.

Now if user enters more characters then scroll bars come in the text area
which usually happens.

But what I want is Instead of scroll bars can it be done like that if user
enters more characters then text area height increases automatically.

 

Thanks

Kumar 



[flexcoders] Server Clock

2007-01-02 Thread KP
Hi All,

 

Can we some how get the time of the server on our client machine.

 

Kumar



Re: [flexcoders] Image Loading dynamically

2006-12-27 Thread KP
Hi Lach/All,

 

Can you please send some sample code for this because I am not able to
create slideshow using below approach.

It will be really helpful.

 

Thanks

Kumar  

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lachlan Cotter
Sent: Saturday, December 16, 2006 6:35 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Image Loading dynamically

 

Probably you need to use a bunch of loader objects to pre-load the images.
You might approach it something like this:

 

1. start with your collection of filenames

2. enumerate over them, creating a loader object for each

3. add an event listener to each loader so you know when it is done

4. when you get notification that an image is loaded, increment some tally

5. when the tally equals the length of your original collection, you are
good to go

 

Someone else may be able to elucidate the finer points of using loaders and
how to then use the loaded content in other controls.

 

Cheers,

Lach

 

 

On 16/12/2006, at 11:30 PM, KP wrote:

 

Thanks Lach for your reply.

If you remember once you have replied for slideshow component creating it
quickly.

Well in that you were putting the urls of images in the array collection.and
then you were changing the source of images with the help of timer control.

I want to dynamically load all the images directly in the array collection
and then directly use get item method to show in the slide show.

Can this be done.

Kumar

 

 



[flexcoders] Image Loading dynamically

2006-12-16 Thread KP
 

Hi All,

 

Is there a way to load complete set of images in any array or any thing like
that so that later it can be used for any other purpose example slide
show.Currently I am storing source of the image in an xml file and from
there I am changing or rather assigning source of image control to create an
slide show but what I want is to create a slide show in which all the images
are loaded already in any variable or collection and then I can manipulate
that collection to switch the source of image.

 

Kumar



[flexcoders] Repeater Control

2006-12-16 Thread KP
Hi All,

 

I have xmllist which has structure like

 

 

root

student

nameABC/name

/student

student

namePQR/name

/student

student

name123/name

/student

student

nameXYZ/name

/student

student

nameRST/name

/student

/root

 

Now I want to display contents of this xmllist in a label control with a
repeater control which repeats after few sec and displays 2 items at a time
which means in first 5 sec I want to display ABC and PQR for the next 5 sec
123 and XYZ and soon.and this should repeat I know it will need a repeater
control for this but I am not able to figure out best possible way of
displaying contents.can some one help me out of this. 

 

Thanks

Kumar



RE: [flexcoders] Image Loading dynamically

2006-12-16 Thread KP
Thanks Lach for your reply.

 

If you remember once you have replied for slideshow component creating it
quickly.

Well in that you were putting the urls of images in the array collection.and
then you were changing the source of images with the help of timer control.

I want to dynamically load all the images directly in the array collection
and then directly use get item method to show in the slide show.

Can this be done.

 

Kumar

 

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lachlan Cotter
Sent: Saturday, December 16, 2006 5:48 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Image Loading dynamically

 

Hi Kumar,

 

When you say 'loaded already', do you mean that you want the images to be
pre-compiled into the SWF? There may be a better way to do it, but this is
one method that seems to work.

 

?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml
com/2006/mxml layout=absolute

 

mx:Script

![CDATA[

import mx.collections.ArrayCollection;



[Embed(source='image1.jpg')]

private var image1:Class;



[Embed(source='image2.jpg')]

private var image2:Class;



[Bindable]

private var myImages:ArrayCollection = 

new ArrayCollection([image1,
image2]);  

]]

/mx:Script



mx:Image source={myImages.getItemAt(0)}/



/mx:Application

 

Cheers,

Lach

 

On 16/12/2006, at 7:37 PM, KP wrote:





Hi All,

Is there a way to load complete set of images in any array or any thing like
that so that later it can be used for any other purpose example slide
show.Currently I am storing source of the image in an xml file and from
there I am changing or rather assigning source of image control to create an
slide show but what I want is to create a slide show in which all the images
are loaded already in any variable or collection and then I can manipulate
that collection to switch the source of image.

Kumar

 

 



RE: [flexcoders] Image Slide Show(Quick One)

2006-12-15 Thread KP
Hi All,

 

I just want to confirm that can we load all the images directly in the array
instead of storing image sources in that.

If we can do this then this will really help because then we can load big
resolution/sizes images also in the slide show.

 

Thanks

Kumar

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of KP
Sent: Friday, December 01, 2006 3:20 PM
To: 'Lachlan Cotter'; flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Image Slide Show(Quick One)

 

Thanks Lachlan.

 

Well I was also doing same but I got stuck in the images repeating logic
.thanks a lot for this one.

 

Kumar :-)  

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lachlan Cotter
Sent: Friday, December 01, 2006 3:03 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Image Slide Show(Quick One)

 

Hi Kumar,

 

Perhaps something like this?

 

?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml
com/2006/mxml layout=absolute xmlns:local=*

creationComplete=init()

 

 mx:Script

   ![CDATA[

   import mx.controls.Alert;

   

   public var timer:Timer;

   public var imageURLs:Array = ['image1.jpg',
'image2.jpg', 'image3.jpg'];

   public var currentIndex:Number = 0;

   

   [Bindable]

   public var currentImage:String =
imageURLs[currentIndex];

   

   public function init ():void

   {

   timer = new Timer(500);

   timer.addEventListener(TimerEvent.TIMER,
changeImage);

   timer.start();

   }

   

   public function changeImage (e:TimerEvent):void

   {

   currentImage = imageURLs[currentIndex++ %
imageURLs.length];

   }

   

   ]]

 /mx:Script

 

 mx:VBox

   mx:Label text={currentImage}/

   mx:Image source={currentImage}/

 /mx:VBox

 

/mx:Application

 

Cheers,

Lach

 

On 30/11/2006, at 12:48 AM, KP wrote:






Hi All,

 

Well I want to know some simple approach for creating an image slide show.

 

I have an XML file containing all path and source of the images.  

I don't want to give any more functionality except that images should
changes every 5sec.

 

Can some one suggest a quick and easy approach on this one

 

Thanks,

Kumar

 

 



RE: [flexcoders] how to use the swf to aspx?

2006-12-15 Thread KP
You just need to embed the complete swf file on to html object tag in any
aspx page.

 

Kumar

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sky.zhao
Sent: Saturday, December 16, 2006 8:26 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to use the swf to aspx?

 

i create charts to swf from flex.

how can i insert  it to my aspx page. 

i already try to copy it to my page .but it can't to use .

 

help me. thank you .

 

sky zhao.

 



[flexcoders] Sand Box Security Error

2006-12-04 Thread KP
Hi All,

 

I get following error when I try to access news rss from the dotnet
application in which I have embed the flex SWF file.

 

*** Security Sandbox Violation ***

Connection to http://rss.news.yahoo.com/rss/topstories halted - not
permitted from http://localhost:1008/mxml/signlet_04432006051233.swf

 

 

Can some one suggest a quick solution on this.

 

Thanks,

Kumar



[flexcoders] htmlText attribute

2006-12-03 Thread KP
Hi All,

 

Is there any way through which we can increase the fontsize and fontcolor of
the htmlText which is being fetched from rss.

I am accessing the description part of the below XML which is in htmlText.

 

item

titleBombs kill 51 at Baghdad market 

(Reuters)

/title

 
linkhttp://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com
/s/nm/20061202/ts_nm/iraq_dc/link

guid isPermaLink=falsenm/20061202/iraq_dc/guid

pubDateSat, 02 Dec 2006 23:29:07 GMT/pubDate

description#60;p#60;a
href=http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com
/s/nm/20061202/ts_nm/iraq_dc#60;img
src=http://d.yimg.com/us.yimg.com/p/nm/20061202/2006_12_01t082920_450x309_u
s_iraq.jpg?x=130amp;y=89amp;sig=aYeLaQhenjWcLdXhEdRmGQ-- align=left
height=89 width=130 alt=Two U.S. Black Hawk helicopters patrol over
Baghdad during sunset November 30, 2006. (Nikola Solic/Reuters) border=0
/#60;/aReuters - Car bombs tore through a fruit and 

vegetable market in a Shi#039;ite area of central Baghdad
on 

Saturday, killing at least 51 people in another devastating 

attack fueling a vicious cycle of sectarian
violence.#60;/p#60;br clear=all//description



/item

 

Thanks 

Kumar



RE: [flexcoders] Image Slide Show(Quick One)

2006-12-01 Thread KP
Thanks Lachlan.

 

Well I was also doing same but I got stuck in the images repeating logic
.thanks a lot for this one.

 

Kumar :-)  

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lachlan Cotter
Sent: Friday, December 01, 2006 3:03 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Image Slide Show(Quick One)

 

Hi Kumar,

 

Perhaps something like this?

 

?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml
com/2006/mxml layout=absolute xmlns:local=*

creationComplete=init()

 

 mx:Script

   ![CDATA[

   import mx.controls.Alert;

   

   public var timer:Timer;

   public var imageURLs:Array = ['image1.jpg',
'image2.jpg', 'image3.jpg'];

   public var currentIndex:Number = 0;

   

   [Bindable]

   public var currentImage:String =
imageURLs[currentIndex];

   

   public function init ():void

   {

   timer = new Timer(500);

   timer.addEventListener(TimerEvent.TIMER,
changeImage);

   timer.start();

   }

   

   public function changeImage (e:TimerEvent):void

   {

   currentImage = imageURLs[currentIndex++ %
imageURLs.length];

   }

   

   ]]

 /mx:Script

 

 mx:VBox

   mx:Label text={currentImage}/

   mx:Image source={currentImage}/

 /mx:VBox

 

/mx:Application

 

Cheers,

Lach

 

On 30/11/2006, at 12:48 AM, KP wrote:





Hi All,

 

Well I want to know some simple approach for creating an image slide show.

 

I have an XML file containing all path and source of the images.  

I don't want to give any more functionality except that images should
changes every 5sec.

 

Can some one suggest a quick and easy approach on this one

 

Thanks,

Kumar

 

 



[flexcoders] Image Slide Show(Quick One)

2006-11-29 Thread KP
Hi All,

 

Well I want to know some simple approach for creating an image slide show.

 

I have an XML file containing all path and source of the images.  

I don't want to give any more functionality except that images should
changes every 5sec.

 

Can some one suggest a quick and easy approach on this one

 

Thanks,

Kumar



RE: [flexcoders] Right mouse button with Flex 2

2006-11-28 Thread KP
Yes there is check out the contextmenuitemclick event .I think this is what
you are looking for.

To be more precise ContextMenuEvent.MENU_ITEM_SELECT.

 

Thanks

Kumar

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Claude Hussenet
Sent: Tuesday, November 28, 2006 6:53 AM
To: flexcoders@yahoogroups.com; flashcoders@chattyfig.figleaf.com
Subject: [flexcoders] Right mouse button with Flex 2

 

 Is there a way to add an event listener with Flex 2 on the right mouse
button as it's possible for the left button ?

Thank you 


Regards
Claude Hussenet

  

  _  

Cheap Talk? Check
http://us.rd.yahoo.com/mail_us/taglines/postman8/*http:/us.rd.yahoo.com/evt
=39663/*http:/voice.yahoo.com  out Yahoo! Messenger's low PC-to-Phone call
rates.

 



[flexcoders] IP Address Validation

2006-11-23 Thread KP
Can we do the same as mentioned in the subject line.

 

Thanks

Kumar



[flexcoders] Hide Buit in Items in Context Menu

2006-11-23 Thread KP
Well can we hide option in the right click (Settings,Show Redraw
regions,Debugger,About Adobe Flash Player 9).

 

Rest all option we can hide through method hidebuitinitems().

 

Thanks

Kumar



RE: [flexcoders] IP Address Validation

2006-11-23 Thread KP
I am looking forward to  user input.

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ralph Hauwert
Sent: Friday, November 24, 2006 1:00 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] IP Address Validation

 

Are you looking for a gesture/input check (input form validation) or a
system ip adress check ? 



On 11/23/06, KP  jain_kumar11@ mailto:[EMAIL PROTECTED]
yahoo.co.in wrote:

Can we do the same as mentioned in the subject line.

 

Thanks

Kumar




-- 
Ralph Hauwert
FlashCoder

 



[flexcoders] AutoScroll Text Area

2006-11-17 Thread KP
Hi All,

 

Sorry for bugging you on this one again but below is the sample code which
contain textArea and I want to som how autoscroll the contect present in
textarea.

I have already used verticalScrollPosition and timer for doing this but it
does not look good I want to give it a professional look like the link below

 

http://projects.willstream.com/rssticker/index1.html

 

can some one suggest some solution..thanks in advance.

 

Kumar 

 

?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

mx:Canvas x=100 y=75 width=200 height=202

mx:TextArea x=20 y=24 width=170 height=92

 
mx:textsdf..sdfl'l'l'lsdfsl'fls'dlfdl;f

some others things bla bla dfljljlj
dfgkjdlgjlkdfg

ljsdlfjldfjlsjdfl

sdkljflsdjfljsdf

jsldjflsdjflsjdf

jsldjflsdjflsjdf

lsdjfljsdlfjsdf

lsdjfljsdlfjslf

lsdjfljslfjsldf

lsdjflsjdf/mx:text

/mx:TextArea

/mx:Canvas



/mx:Application



[flexcoders] Logout Button in Application

2006-11-17 Thread KP
Hi All,

 

In my Application I have authentication form when my application starts , if
the login is successful then user can perform some task 

now the problem is I have to give one logout button in my application which
will perform below task if it is clicked.

 

If logout button is clicked I want to go back @ auttentication page and
again ask user for username and password.

 

I am getting proper approach for doing this can some one suggest some
approach on this one.

 

Thanks

Kumar



[flexcoders] Books Flex and Action Script

2006-11-15 Thread KP
Can some one suggest some good books Available in Flex2.0 and Action
Script3.0?

 

Kumar



[flexcoders] video controller and mxmlc

2006-11-07 Thread KP










Well I have my mxml ready which contain one video controller
with source specified. Now when I am trying to convert this mxml into swf using
mxmlc compiler it is not generating or rather running flv video.I dont
understand what is happening because when the same mxml is compiled through
flex builder it runs video 



Please suggest some solution ..

Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] Re: Image in tab

2006-11-07 Thread KP












I was unable to find that can u please
reply here only It will be help fi\ul for others also..











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of bhaq1972
Sent: Tuesday, November 07, 2006
9:48 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Image in
tab











check out the archives. Jeremy Lu did something
special.

--- In [EMAIL PROTECTED]ups.com,
k4rth4l bernier_philippe@... 
wrote:

 
 I want to put an image on the left of the title in each tab of a tab
 naviguator. Anybody know how I can do that ?
 
 This is what I try to do :
 
 [Tab Navigator]
 
 Thank yall for ur
help !







__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] any way to make VDividedBox remove splitter on child being hidden?

2006-11-06 Thread KP












Try using horizontalGap(0)
- style property it should work.. J



Thanks

Kumar











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes
Sent: Tuesday, November 07, 2006
1:13 AM
To: flexcoders
Subject: [flexcoders] any way to
make VDividedBox remove splitter on child being hidden?











Is there
any way to make a VDividedBox hide the splitter control when there is only one
child visible? I have a splitter than splits two sections. But the
second section isn't always visible. However, the VDividedBox insists on
always showing the splitter and letting the user drag it around. 

I would rather not have to kludge around it by pulling the second child in and
out of the VDB.

-- 
Jason 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] Hide tabs in tabBar

2006-10-30 Thread KP










In Below code can we hide tab 1 on creation complete event I
dont want to remove child I just want to hide.



?xml version=1.0?!-- Simple example to demonstrate the TabNavigator layout container. --mx:Application xmlns:mx=http://www.adobe.com/2006/mxml mx:Panel title=TabNavigator Container Example height=90% width=90% paddingTop=10 paddingLeft=10 paddingRight=10 paddingBottom=10 mx:Label width=100% color=blue text=Select the tabs to change the panel./ mx:TabNavigator id=tn width=100% height=100% !-- Define each panel using a VBox container. -- mx:VBox label=Panel 1 mx:Label text=TabNavigator container panel 1/ /mx:VBox mx:VBox label=Panel 2 mx:Label text=TabNavigator container panel 2/ /mx:VBox mx:VBox label=Panel 3 mx:Label text=TabNavigator container panel 3/ /mx:VBox /mx:TabNavigator mx:Label width=100% color=blue text=Programmatically select the panel using a Button control./ mx:HBox mx:Button label=Select Tab 1 click=tn.selectedIndex=0/ mx:Button label=Select Tab 2 click=tn.selectedIndex=1/ mx:Button label=Select Tab 3 click=tn.selectedIndex=2/ /mx:HBox /mx:Panel

/mx:Application




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Scroll Bar width

2006-10-30 Thread KP










Well I have one canvas of height and width 100%.

These gives me scroll bars @ run time with some width .

What I want to do is I want to scroll bars with some less
width,I want to make that scroll bar thin.



Thanks 

Kumar 




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Hide tabs in tabBar

2006-10-27 Thread KP










Well I have a TabNavigator which contains 3 tabs on basis of
some condition I want to hide two tabs and show only one tab.

Although I can disable them but not hide them.the visible
property does not work it seems.



Can some one show me some kind of approach on this one




Cheers

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] How can I Hide ZOOM IN and ZOOM OUT in the context menu

2006-10-26 Thread KP












Try this out 




myContextMenu.hideBuiltInItems();





myContextMenu is the name of the context .
J



Thanks

Kumar









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of haravallabhan
Sent: Thursday, October 26, 2006
10:28 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How can I
Hide ZOOM IN and ZOOM OUT in the context menu











HI,
I want to hide the context menu in my flex application. How do I go 
about. Please help me in this regard.

thanks
Hara






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] horizontalGap not working.

2006-10-23 Thread KP










Hi All,



I am creating one hdividedBox in action script and I want to
use horizontalGap property so that thichness of the line which divides two component
in hdividedBox becomes thin.



var hDivide:HDividedBox=new
HDividedBox();

  hDivide.percentHeight=100;

  hDivide.percentWidth=100;

 
hDivide.setStyle(backgroundColor,white);

  hDivide.horizontalGap=8;



in above code  hDivide.horizontalGap=8;
these line is giving error.



Can anyone suggest me what is the approach for achieving
these.



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] Anyone ever built a RSS scrolling component for Flex 2?

2006-10-23 Thread KP












Well I had also working on this type
of application but below URL looks great.



I also tried using auto scroll, I used verticalScrollPosition.But
it doesnt look so promising can someone suggest me how the below example
is implementing autoscroll.



Thanks

Kumar 











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peterson, Chris
Sent: Saturday, October 21, 2006
12:25 AM
To: Mozilla By; flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Anyone
ever built a RSS scrolling component for Flex 2?











This is totally beautiful! I have got it to *mostly*
work, but I don't
know where or what type of file its looking for when it throws an error
related to proxy.php, and how to direct it to a new rss file? =)

Beautiful work!

Chris Peterson 

-Original Message-
From: Mozilla By [mailto:[EMAIL PROTECTED]com]

Sent: Friday, October 20, 2006 12:01 PM
To: Peterson, Chris
Subject: RE: [flexcoders] Anyone ever built a RSS scrolling component
for Flex 2?

Do you search something like this?

http://projects.willstream.com/rssticker/index1.html

Mozilla By

-Original Message-
From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
Behalf Of Peterson, Chris
Sent: 20 ??? 2006 ?. 18:26
To: [EMAIL PROTECTED]ups.com
Subject: [flexcoders] Anyone ever built a RSS scrolling component for
Flex 2?

I would like to have a flexible sized pod for a site I am building, that
I can point it to an RSS address and have it display the Title / story,
and auto-scroll through from one title to the next. Anyone ever seen
such a beastie in Flex? There are tons of _javascript_ examples, but I
would like to stay away from floating an iFrame for this app.

Chris Peterson






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Re: Label rotations, text disappears

2006-10-20 Thread KP












I have also faced similar problem but if
you are new to flexcoders then you need to search archives and you can find the
code for these I have posted some code related to this.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derrick Grigg
Sent: Thursday, October 19, 2006
8:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Label
rotations, text disappears











You need
to an embed the font anytime you rotate text.

Derrick

--
Derrick Grigg
[EMAIL PROTECTED]com
www.dgrigg.com






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] Button Click

2006-10-19 Thread KP










Hi All,



Is there any way to click one button automatically on initialize
and creationComplete event.



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Combo Box dataprovider

2006-10-18 Thread KP










Hi All



Below is the xml file which I am using to populate combo box



?xml
version=1.0 encoding=UTF-8?

root


row


id1/id


nameq/name


/row

 


row


id3/id


namew/name


/row

 


row


id4/id


namea/name


/row

 


row


id5/id


names/name


/row

 


row


id6/id


named/name


/row

/root



below is
the code for mxml in which I am using http request to fetch data. below code is
returning me only object.



?xml
version=1.0 encoding=utf-8?

mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute
creationComplete=w1.send();

 mx:HTTPService
id=w1 url="" result=pass()
fault=fail() resultFormat=text /

 mx:Script

 ![CDATA[

 import
mx.collections.ArrayCollection;

 import
mx.rpc.events.ResultEvent;

 import
mx.rpc.events.FaultEvent;

 import
mx.events.ResizeEvent;

 import
mx.controls.Alert; 

 [Bindable]

 public
var xData:XML;

 [Bindable]

 public
var a:ArrayCollection =new ArrayCollection();

 public
function pass():void

 {

 xData=XML(w1.lastResult.toString());

 for(var
i:int=0;ixData.children().length();i++)

 {

 a.addItem([{label:xData.row.name[i],
data:xData.row.id[i]}]);

 }

 Alert.show(a.length.toString());

 }

 public
function fail():void

  {

 Alert.show(1);

 }

 ]]

 /mx:Script

 mx:ComboBox
id=cmd dataProvider={a}/

/mx:Application





What I want is to populate data name in combobox and on
selecting any particular name it should return me the id of the selected name.



Thanks in advance

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] Wrapping components within a container

2006-10-17 Thread KP












Can we embed an Iframe in these fbox.

I havnt tried this out but if we can I
will surely give it a shot..



Thanks

Kumar











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dunphy
Sent: Tuesday, October 03, 2006
9:14 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Wrapping
components within a container











Trying to create a tag cloud eh? Maybe... :)

Anyway, I created an FBox container based on some example code in the
documentation (and some code from Flex 1 that I found), you can find the code
in here: http://tech.groups.yahoo.com/group/flexcoders/message/40947

Best of luck.

Brian



On 10/3/06, David
Katz  [EMAIL PROTECTED]darden.edu
wrote:









Does anyone know if it's possible to wrap components
within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]com














-- 
Brian Dunphy 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] Datagrid Drag Row

2006-10-17 Thread KP










Hi All,



I have a datagrid which contains around ten rows I have drag
enabled on datagrid and due to which I am able to drag corresponding rows.

What should I do to remove particular row on to which I am
dropping my current row which is selected.



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] System Fonts

2006-10-13 Thread KP












Hi Dan,



Thanks for your reply I tried to make
below application which is returning me objects..

Can u help me in this I want to get all
names.



mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute

 creationComplete=call();

 

 mx:Script

 ![CDATA[

 import
mx.controls.Alert;

 public
function call():void

 {

 Alert.show(Font.enumerateFonts(true).toString());

 }

 ]]

 /mx:Script

 

 

/mx:Application











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel Freiman
Sent: Thursday, October 12, 2006
12:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] System
Fonts











Font.enumerateFonts(true) will give you all
embeded and device fonts. If you don't have any embeded fonts that should
work or you can take the difference of that result and the list of emebeded
fonts. I thought there was a better way than this for device fonts but I
can't find it. I'll let you know if I run across it later. 
- Dan



On 10/11/06, KP
jain_kumar11@yahoo.co.in
 wrote:





Hi
All,



I
have one combo Box in which I have to populate all the system fonts.



Currently
I have harcoded in the combo box.



I
want to know some method through which I can get all the fonts installed in my
machine to populate in the combo Box



Thanks

Kumar














__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] Render data in Text Area

2006-10-11 Thread KP












Below is the code for HTTP service which is given in example
docs.



?xml version=1.0 encoding=utf-8?

mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml

 layout=absolute


creationComplete=feedRequest.send() 



 mx:HTTPService 


id=feedRequest 


url="" 

 useProxy=false
/



 mx:Panel x=10
y=10 width=475 height=400
layout=absolute 


title={feedRequest.lastResult.rss.channel.title}



mx:DataGrid
x=20 y=20 id=dgPosts width=400
dataProvider={feedRequest.lastResult.rss.channel.item}


mx:columns


mx:DataGridColumn headerText=Posts dataField=title
/


/mx:columns

/mx:DataGrid

 /mx:Panel

 

/mx:Application





Can we render the same Title which are coming in datagrid in
Textarea.



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] System Fonts

2006-10-11 Thread KP










Hi All,



I have one combo Box in which I have to populate all the
system fonts.



Currently I have harcoded in the combo box.



I want to know some method through which I can get all the
fonts installed in my machine to populate in the combo Box



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Access Request in Action Script

2006-10-09 Thread KP










Hi All,



Can some one tell me the approach for accessing request in
action script.



Well we can do the same in mxml using mx:Request
tag.



I want to do same in action script.



Thanks

Kumar








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Animation on characters

2006-10-07 Thread KP












Hi All 

Can any one suggest any approach on applying animation
effects on charcters.



Thanks

K7umar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Animation on characters

2006-10-07 Thread KP










Hi All 

Can any one suggest any approach on applying animation
effects on charcters.



Thanks

K7umar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Make It full screen

2006-10-06 Thread KP










Hi All,



Well I am trying to develop one application which needs to
be shown in a full screen browser.



Currently I am using window.open() but for this I have to use
_javascript_.



Problem is that I dont want to use _javascript_ for
this and I want to know weather there is some thing like window.open 

In Flex2.0



Thanks in Prior

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Send Http Service

2006-10-06 Thread KP










Well let me first tell you what I am doing.



I have a httprequest (RSS) news and I am displaying that
news in datagrid.



The problem is if on a server news gets changed it should
reflect in datagrid also I mean to say that latest news should display on to datagrid.



For this I am using setinterval function which will send
httprequest every 5 min. 



Can any one suggest some other approach for achieving same.



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] Wrapping components within a container

2006-10-04 Thread KP












Well I want to that code in Iframe example
how we can do that.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Katz
Sent: Wednesday, October 04, 2006
1:24 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Wrapping
components within a container











Thanks, Brian. This was very helpful.

Best,
David



On 10/3/06, Brian
Dunphy briandunphy@gmail.com
 wrote:



Trying to create a tag cloud eh? Maybe... :)

Anyway, I created an FBox container based on some example code in the
documentation (and some code from Flex 1 that I found), you can find the code
in here: http://tech.groups.yahoo.com/group/flexcoders/message/40947

Best of luck.

Brian







On 10/3/06, David
Katz 
[EMAIL PROTECTED]darden.edu wrote:









Does anyone know if it's possible to wrap components
within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]com





















-- 
Brian Dunphy 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com






SPONSORED
LINKS 


 
  
  Software development tool 
  
  
  Software development 
  
  
  Software development services 
  
 
 
  
  Home design software 
  
  
  Software development company 
  
  
  
  
 






Your email settings: Individual Email|Traditional 
Change settings via the Web (Yahoo! ID required) 
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
Visit Your Group | Yahoo! Groups Terms of
Use | Unsubscribe 




__,_._,__ 










__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] UID(unique identifier)

2006-10-02 Thread KP










Hi All,



Someone tried using uid which is present in flex. 

Please suggest its usage and implementation.



Thanks

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Remove Particular Child

2006-09-28 Thread KP










Hi All.



I have one canvas and on that I have number of child what I
want to do is remove one particular child say of class Label .



Can some one suggest some approach on this one .



Thanks 

Kumar.




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Resize Object

2006-09-26 Thread KP












Sorry I didnt mention subject











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of KP
Sent: Tuesday, September 26, 2006
7:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 













Hi All,



Below is
the image which shows different coordinates for resizing. This image is taken
from flex editor.



Can we
some how implement same thing at the run time for any other component lets say
image can we resize this



Please
suggest some approach for this.

















Thanks 

Kumar








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders]

2006-09-26 Thread KP










Hi All,



Below is the image which shows different coordinates for
resizing. This image is taken from flex editor.



Can we some how implement same thing at the run time for any
other component lets say image can we resize this



Please suggest some approach for this.













Thanks 

Kumar




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Auto Scroll in Datagrid

2006-09-18 Thread KP










Hi All,



Is there any way to implement auto scroll in datagrid.



What I want to do is I have a datagrid of lets say 10
rows approx it has data of about 20 rows.

Now what happens is scrollbars comes for another 10 rows.

What ideally should happen is it should first show 10 rows
and after few seconds it should start auto scroll upwards.



If any body has done like this please suggest. It will be
helpful.



Thanks

Kumar






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Current Time

2006-09-15 Thread KP












Hi All,



Is there any way to show current time in below format?













Thanks






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] www.goowy.com component

2006-09-14 Thread KP










Has anybody tried building components present in goowy.com 



I need time component. But I am not sure what kind of font
they are using for displaying current time.



Please suggest some approach for building that kind of font
for displaying time I am not sure weather it is there font or something else
they are using.



Cheers.




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___