Re: [flexcoders] romoving focus, selection, highlight from a button

2005-09-17 Thread Manish Jethani
On 9/16/05, Krzysztof Szlapinski [EMAIL PROTECTED] wrote: first of all I dont know the proper name for this: when you move a mouse over a button its frame turns green is it called focus selection or highlight? whatever its name is :) i want to remove it from my button after it's been

Re: [flexcoders] problem about Text or TextArea

2005-09-17 Thread Manish Jethani
On 9/16/05, xiankevin2005 [EMAIL PROTECTED] wrote: is it possible?how to make the Text control editable or to make the TextArea control adjust its height to fit the content? The TextArea by default does not adjust its height. Every component measures its width and height during layout --

Re: [flexcoders] How to overload methods in Actionscript?

2005-09-17 Thread Manish Jethani
On 9/15/05, Abdul Qabiz [EMAIL PROTECTED] wrote: ActionScript doesn't support method overloading. Instead you can use following approach. function sayHello() { var n:Number = arguments.length; if(n==0) { alert(Hello World); }

[flexcoders] how to display progress bar when click on a button

2005-09-17 Thread sandip_patil01
Hi All, Can anybody tell me when I ,let say click on GetRecords button the progress bar will be displayed while fetching records. Here is how my UI, I have First.mxml file which contains button GetRecords ,when I click on this GetRecords button progree bar will be displayed showing message

RE: [flexcoders] Flex Explorer RemoteObjectDemo.mxml question

2005-09-17 Thread Dirk Eismann
It's the inside your for loop - make sure to put your ActionScript into a ![CDATA[]] block, i.e. mx:Script ![CDATA[ your code here ]] /mx:Script Dirk. -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com im Auftrag von pilby1 Gesendet: Fr 16.09.2005 23:49 An:

Re: [flexcoders] Question about alligning code

2005-09-17 Thread nostra72
In a message dated 9/17/2005 2:21:26 AM Eastern Standard Time, [EMAIL PROTECTED] writes: horizontalAlign="left"/ I tried to do this with a label and I got a message saying unknown attribute -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Flex/AS Documentation Tools

2005-09-17 Thread kaibabsowats
What tools do people use for creating documentation for their MXML and AS files? I came across http://naturaldocs.org/ has anybody used this? Renaun Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet

[flexcoders] HOw to disable progress bar

2005-09-17 Thread sandip_patil01
Hi , can anybody tell how to remove progress bar after fetching records from database. Here is my code function callingDocTypes() { showLoadingWindow(Getting Records...); itemList=basicAdvanceSearch.getDocumentTypes.result; } this itemlist

[flexcoders] How to open popupwindow when click on button

2005-09-17 Thread sandip_patil01
Hi All, I have a button when I click on that button popup window should be opened to attach local file. Like if we want to attach file in yahoo then when we click on attach button popup window comes to attach file. How to do it in Flex. Thx in advance. Sandip Patil

RE: [flexcoders] Question about alligning code

2005-09-17 Thread Gordon Smith
It goes on the parent, not on the child, and affects all children so that you don't have to put horizontalAlign=left on every child. If you need a single child to be differently aligned, nest it in an HBox, which has horizontalAlign=left by default. - Gordon From:

Re: [flexcoders] HOw to disable progress bar

2005-09-17 Thread Clint Modien
Well... looking at your code you could have your function call showLoadingWindow return a reference to the loaded window like this... function callingDocTypes() {var recordsWindow =showLoadingWindow(Getting Records...);itemList=basicAdvanceSearch.getDocumentTypes.result; // write code here to

Re: [flexcoders] How to open popupwindow when click on button

2005-09-17 Thread Clint Modien
should have a peek @ the docs... they're really good.. . http://livedocs.macromedia.com/flex/15/flex_docs_en/0378.htm On 9/17/05, sandip_patil01 [EMAIL PROTECTED] wrote: Hi All,I have a button when I click on that button popup window should beopened to attach local file. Like if we want

Re: [flexcoders] MACR +3.35

2005-09-17 Thread Scott Barnes
I'm wishin i had $$ to invest when Allaire and MM merged or around that time... On 9/17/05, Tariq Ahmed [EMAIL PROTECTED] wrote: A I love it. Not only does Macromedia make awesome products, butthe stock this year has been kicking ass. +3.35 today! Nice! Yahoo!