[flexcoders] Resizable TitleWindow

2006-06-27 Thread Rajni

How to make TitleWindow resizable?

-- 
Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] preloader custmization

2006-06-22 Thread Rajni
How to customize preloader in flex?

-- 
Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] context-menu in flex...

2006-04-24 Thread Rajni




Hi,

Can anybody tell me that how to customize the context-menu in flex?
or how to disable right-click menu in flex?

Thanks
-Rajni








--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] DataGrid Sort Direction

2006-03-26 Thread Rajni



Hi,Try this code :mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml backgroundColor=#FF mx:Script ![CDATA[ function showArrow(){ myGrid.sortItemsBy(name,asc); myGrid.sortIndex = 1; myGrid.sortDirection = ASC; myGrid.placeSortArrow(); }		 function showArrow1(){ myGrid.sortItemsBy(Value,asc); myGrid.sortIndex = 1; myGrid.sortDirection = ASC; myGrid.placeSortArrow(); } ]] /mx:Script mx:Panel title=DataGrid Panel marginTop=10 mx:VBox initialize=showArrow();showArrow1() mx:DataGrid id=myGrid showDataTips=true width=350 height=150 mx:dataProvider mx:Array id=arr mx:Object name= a Value=Test_1 / mx:Object name= b Value=Test_2 / mx:Object name= a Value=Test_3 / mx:Object name= a Value=Test_4 / mx:Object name= b Value=Test_5 / /mx:Array /mx:dataProvider /mx:DataGrid /mx:VBox /mx:Panel/mx:ApplicationThanks-RajniOn Sat, Mar 25, 2006 at 3:50 AM, Mehdi, Agha wrote:Hi, How can I read sort direction (ASC/DESC) when user click s on Grid column to sort ? Thanks Agha Mehdi  IDT - eBusiness Program Manager Work: 408.284.8239 Cell : 209.275.0482 Fax : 408.284.2766 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com___YAHOO! GROUPS LINKS  • Visit your group  flexcoders http://groups.yahoo.com/group/flexcoders  on the web.   • To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]  • Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . ___-- Sent using Laszlo Mail. Try it yourself.http://www.laszlomail.com





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





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Problem with Datefield Control

2006-02-23 Thread Rajni



I am using DateField control in my application, my problem is that when I click a date then it shows date perfectly fine..but, when I click somewhere at the end towards right side of the control it shows value :NaN/NaN/NaNas selected date. Please refer to the attached datefield.jpg file.Thanks in advance -Rajni





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  







attachment: datefield.jpg


[flexcoders] Tooltip position problem in Loader

2006-02-20 Thread Rajni

Hi,

I agree with you that in Datagrid, Tooltip is coming perfectly fine 
using showDatatoolTip() with DatagridColumn.

But, my problem is when I use this in my application which is opening in 
loader its not coming at proper position.

Thanks in advance
-Rajni



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Modal Popup

2006-02-14 Thread Rajni
Hi Matt,

Actually my application consists loader in flex application and popup is 
opening  in loader,

___
TOP
___
L   | R
 |
 |
 |

The above graphic is showing the top, left, right part of the 
application, and the right part (R) of the dividebox consists loader, 
and popup is opening in the right part, and i want to deactivate the top 
and the left part of the application when popup is opened. I have tried 
with root, parent, loader id  but its not working.

Can you please give me a solution or if possible small example so that i 
can use it.

-Rajni





On Tue, Feb 14, 2006 at 11:13 AM, Matt Chotin wrote:

 Pass the Application as the parent window for the popup.  But you can
 only cover the movie itself, it's not like you can take over the
 browser...

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 On
 Behalf Of Rajni
 Sent: Monday, February 13, 2006 7:37 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Modal Popup


 How to set any popup as modal for loader in which the whole 
 application running not for the Application window in which it is 
 running?
 --


 Sent using Laszlo Mail. Try it yourself.
 http://www.laszlomail.com



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








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







-- 
Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Modal Popup

2006-02-13 Thread Rajni

How to set any popup as modal for loader in which the whole application 
running not for the Application window in which it is running?
--


Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Tooltip for gridcolumns in a Datagrid

2006-02-13 Thread Rajni

How to set tootip for gridcolumns in a Datagrid? I have used 
showDataTips = true , but this does not work for some of the columns  
Tooltips is not coming at proper position on the screen...
-- 
Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] customized combo

2006-01-30 Thread Rajni



Hi Abdul,Thanks for replying...But i am not able to figure it out. Could you pl send me the code to change background color or text color of particular item in Combo box.Thanks-Rajni On Sun, Jan 29, 2006 at 9:31 AM, Abdul Qabiz wrote:Hi Rajni, You can look at the styles of List component. Because the list you see in combobox is an instance of List. If you are not able to figure out, let use know again. -abdul ___From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajni Sent: Friday, January 27, 2006 9:05 AM To: flexcoders@yahoogroups.com; flexcoders@yahoogroups.com Subject: [flexcoders] customized combo how to change color or background color of more than one item in a combo box? Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com___YAHOO! GROUPS LINKS  • Visit your group  flexcoders http://groups.yahoo.com/group/flexcoders  on the web.  • To unsubscribe from this group, send an email to: [EMAIL PROTECTED] • Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . ___-- Sent using Laszlo Mail. Try it yourself.http://www.laszlomail.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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Re: customized combo

2006-01-30 Thread Rajni
  Hi Daug,

Thanks a lot for replying...But this code doesn't work

Thanks
-Rajni


On Fri, Jan 27, 2006 at 11:37 PM, douglowder wrote:

 To change the background color, try something like:

myComboBox.dropdown.setPropertiesAt(itemNumber, {backgroundColor: 
 0x80});

 You can also replace the color with a function that returns the proper 
 color value based on the item number or whatever else you want.

 Doug

 --- In flexcoders@yahoogroups.com, Rajni [EMAIL PROTECTED] wrote:


 how to change color  or background color of more than one item in
 a
 combo box?


 Sent using Laszlo Mail. Try it yourself.
 http://www.laszlomail.com








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






-- 
Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com





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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] customized combo

2006-01-27 Thread Rajni

how to change color  or background color of more than one item in a 
combo box?


Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-17 Thread Rajni
  Can any body help me to make customized number-formattor.




On Sun, Jan 15, 2006 at 12:00 PM, jgraham_us wrote:

 Well I came up with a solution.
 Basically when the viewstack in initialized I create just the view 
 containers for each view in the viewstack, setting an initialization 
 flag to false.

 Then when the change event gets fired on the viewstack I check that 
 flag and dynamically create the children in the view at that point.
 So in a nutshell the creation of a view in the viewstack is delayed 
 until the user actually switches to a given view for the first time.
 Seems to work fine and the load time is very fast now.
 --- In flexcoders@yahoogroups.com, jgraham_us [EMAIL PROTECTED] 
 wrote:

 I have a linkbar with a viewstack, the viewstacks children are
 VBox'es
 that have rather complicated layouts that are done dynamically.  The 
 initial load time takes too long.  I want to create the views when 
 they are requested for the first time, from a click on the linkbar, 
 instead of them all being loaded initially.

 I have tried to place a creationPolicy=queued on the VBox'es that 
 are being put in the viewstack but since I am creating the rest of
 the
 VBox dynamically it isn't working correctly.

 Anyone have a suggestion on how to handle something like this?








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







-- 
Sent using Laszlo Mail. Try it yourself.
http://www.laszlomail.com



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Variable Initialization Bug? Data Binding Issues in Flex 1.5

2005-12-08 Thread Rajni Choudhary










Can anybody tell how to disable refresh
button of browser in flex











From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On Behalf Of Ben Lucyk
Sent: Thursday, December 08, 2005
6:04 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Variable
Initialization Bug? Data Binding Issues in Flex 1.5







Well, your post made a little more sense after reading your
article! :) It sure does go in depth, but it's definitely an
interesting read. 











http://www.macromedia.com/devnet/flex/articles/link_load_print.html











Thanks a bunch Roger... ~thumbs up~











-Ben







On 12/7/05, Roger
Gonzalez [EMAIL PROTECTED]
wrote: 

In 1.5, wetracked the dependencies of static
initializers for inclusion in the SWF, but because the statics are actually
initialized while the movie is streaming in, we would also have needed to have
tracked things to ensure that all classes referenced in
thedependencytree of the right hand side of the static
initializerare all earlier in the stream. This was an
overconstrained problem with few useful solutions. What I added as a
workaround was to at least track the LHS of static initializers for
ordering. This lets you resolve stuff with a bit of manual pain. I
wrote a devnet article that goes into more detail, if you feel like digging it
up. 



The solution for 2.0 was to reduce the need for
strict ordering for statics by not initializingstuff until the end of the
frame. This way we just have the requirement that your references must be
on the same frame (or earlier), but don't need to have strict ordering within
the frame. Much more solvable! 



-Roger

Roger Gonzalez
[EMAIL PROTECTED]


















From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On Behalf Of Ben
Lucyk
Sent: Wednesday, December 07, 2005
2:15 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Variable
Initialization Bug? Data Binding Issues in Flex 1.5







Thanks for the tip Matt. 











Do you have any more details (or a good reference to point me towards)
as to why this is the case though? There doesn't seem to be any problem
initializingan instance variable this way at the component
level. Has this behavior changed at all in Flex 2.0 that you know of?












Ben







On 12/6/05, Matt
Chotin [EMAIL PROTECTED]
 wrote: 



Instance variable assignment in the declaration is always
dangerous because dependencies are generally not tracked for initialization
purposes. Assigning the variable in a function that's called later (like
creationComplete or even initialize) is considered the best-practice. 



Matt











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Ben Lucyk
Sent: Tuesday, December 06, 2005
1:03 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Variable
Initialization Bug? Data Binding Issues in Flex 1.5









OK, help
me outhere, 'cause I've been scratchin' my head a little too hard on this
one...











What I'm
trying to do is setup a simple static class to use as a pointer to my main, global
model, from within my MXML components. I've been running into some
interesting behavior that I can't explain, and I'm wondering if
anyone can help shed some light. (Couldn't find much help in the
docs or forums) 











I'm
seeing that when I'm at the mx:Application level and I try to bind to a
global variable that is initialized from the static class I
mentioned above, no binding takes place unless I initialize the var after
creationComplete(). This is NOT required however, when I'm trying to use
the same type of binding in a component. (The var seems to initialize
fine) 











I should
mention that I've also tested this using a normal class (var
resource:String = new com.StaticResource().test;), and also a singleton class
(var resource = com.StaticResource.getInstance().test;). No
difference. 











Any
thoughts?


















Sample Code 













!
StaticResource.as ---






class com.StaticResource {
 public static var test:String = Bliggidy!;
}











!

























!
testStaticBinding.mxml ---











?xml
version=1.0 encoding=utf-8?
mx:Application xmlns:mx= http://www.macromedia.com/2003/mxml
 creationComplete=doCreated() 
mx:Script
![CDATA[






// Does not work here, only at
component level!
//var resource:String =
com.StaticResource.test;
var resource:String; 

function doCreated() {
// Var must
be set AFTER creationComplete in 
// order to
bind successfully!
resource =
com.StaticResource.test;
}






]]
/mx:Script
mx:HBox
mx:Label
text=Parent Level: /
mx:Label
text={resource} / 
/mx:HBox
components:testStaticBindingComponent
xmlns:components=components.* /
/mx:Application











!