[flexcoders] Looking for a critique

2005-05-13 Thread Jeff Steiner
Manish, Would you mind taking a look at something for me and let me know what you think? http://www.flexauthority.com/Test/weather/weather.mxml Thanks, Jeff Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from

Re: [flexcoders] Re: MediaDisplay, can it be resized on the fly?

2005-05-13 Thread Manish Jethani
On 5/14/05, temporal_illusion <[EMAIL PROTECTED]> wrote: > Now the question is how on earth did you know to do this? :) It's > not in the API and not in the Flex documentation. I looked into the source. ;) (Open your FlexforFlash.zip and looking for MediaDisplay.as) > And what is this really d

Re: [flexcoders] editable datagrid

2005-05-13 Thread Manish Jethani
On 5/14/05, Rajesh Jayabalan <[EMAIL PROTECTED]> wrote: > How do I send the information in an editable datagrid back to the > server (I am using a webservice to update and delete). > > I have only seen examples to make a datagrid editable but what should > I do save the edited information. The

[flexcoders] editable datagrid

2005-05-13 Thread Rajesh Jayabalan
Hi, How do I send the information in an editable datagrid back to the server (I am using a webservice to update and delete). I have only seen examples to make a datagrid editable but what should I do save the edited information. Regards Rajesh J Yahoo! Groups Links <*> To visit your gro

[flexcoders] Re: MediaDisplay, can it be resized on the fly?

2005-05-13 Thread temporal_illusion
Lol, you ARE the man. Now the question is how on earth did you know to do this? :) It's not in the API and not in the Flex documentation. And what is this really doing in the background? Changing the preferred size I guess, but why does it obey that but not an explicit setting of the size us

[flexcoders] Synchronous Call

2005-05-13 Thread Shahnavaz Alware
Hi All,   I am using Cairngrom 0.9 Framework. I have the need to have the ability of synchronous call to remote objects and methods in a particular sequential flow. I read somewhere that Cairngrom 1.0 going to take care of this synchronize resources issue.  Till than if any of you guys

[flexcoders] Custom Application Preloader Woes

2005-05-13 Thread JesterXL
Following the docs, ONLY putting my as file in my personal classpath works. SWC in root, SWC in classpath, SWC in users_classes... none of it works. However, AS file won't work on it's own since I'm using Flash for custom graphics. I haven't changed my flex-config.xml to point anywhere; it's de

Re: [flexcoders] Re: Set Drop Down Menu Width wider than actual menu width?

2005-05-13 Thread Manish Jethani
On 5/14/05, nextadvantage <[EMAIL PROTECTED]> wrote: > Sample here... http://idealer1.com/menu.jpg > > Notice we have a fixed width menu but we would like the drop down to > display the full contents, notice the fields being cut off. You're looking for the dropdownWidth property of ComboBox.

[flexcoders] Drop down menu width?

2005-05-13 Thread nextadvantage
Sample here... http://idealer1.com/menu.jpg Notice we have a fixed width menu but we would like the drop down to display the full contents, notice the fields being cut off??? Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To

[flexcoders] Re: Set Drop Down Menu Width wider than actual menu width?

2005-05-13 Thread nextadvantage
--- In flexcoders@yahoogroups.com, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 5/12/05, nextadvantage <[EMAIL PROTECTED]> wrote: > > Can I set the width of a menu drop down list to fit the drop down text > > width or force the drop down menu to be wider than the select width? > > I'm not sure w

[flexcoders] Re: Internal popups

2005-05-13 Thread David Gassner
Here's some sample code to get started... The TitleWindow component should be defined as its own separate class; for instance, assume this file is named SimpleDialog.mxml: http://www.macromedia.com/2003/mxml"; width="400" height="400" title="My Dialog Box"> To create a Popup Dialo

Re: [flexcoders] Re: MediaDisplay, can it be resized on the fly?

2005-05-13 Thread Manish Jethani
On 5/13/05, temporal_illusion <[EMAIL PROTECTED]> wrote: >click="display.width=display.width/2;display.height=display.height/2" > /> Call display.assignPreferredSize() after setting the width/height. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.c

Re: [flexcoders] Flex equivalent to padding in CSS?

2005-05-13 Thread Manish Jethani
On 5/13/05, Jeff Beeman <[EMAIL PROTECTED]> wrote: > Is there a Flex equivalent to the "padding" attribute in CSS? I have a box > and would like to have padding between the inner content and the border that > surrounds it. The Flex margin style properties are actually exactly what padding does

RE: [flexcoders] Canvas Children & Cursor / Event Stuff

2005-05-13 Thread Sreejith Unnikrishnan
Title: Message You mean to say if half the link sticks out from underneath the first Vbox, that part should be clickable? :-) Crazy, bot doable :-)   Put another VBox between the 2 VBoxes ... and make that enabled="false" ... remove the enabled="false" from the first one ... note the seco

RE: [flexcoders] Canvas Children & Cursor / Event Stuff

2005-05-13 Thread James Ward
Thanks, but that doesn't totally do what I need because there may be something in the visible area of the blue HBox that I do want to be clickable. -James On Sat, 2005-05-14 at 00:27 +0530, Sreejith Unnikrishnan wrote: > Just set the first mx:VBox enabled="false" > No user interaction should be

RE: [flexcoders] Canvas Children & Cursor / Event Stuff

2005-05-13 Thread Sreejith Unnikrishnan
Title: Message Just set the first mx:VBox enabled="false" No user interaction should be possible!   Sree -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of James WardSent: Saturday, May 14, 2005 12:10 AMTo: flexcoders@yahoogroups.

[flexcoders] Canvas Children & Cursor / Event Stuff

2005-05-13 Thread James Ward
So how do I get a child of a canvas to hide cursor changes and click events of children which are "beneath" the child? For example: I do not want the "blue" link to be clickable since it is "under" the "green

[flexcoders] Have you seen this component

2005-05-13 Thread Ben Elmore
All. This isn't a milk carton bulletin, just checking to see if any of you have seen a tab navigator when the tabs arranged vertically on the left side (buttons sifted 90 degrees). I have a need for this and wanted to avoid building it myself if I could help it. Thanks. Ben

[flexcoders] SOAP response and deserialization to AS object

2005-05-13 Thread Zeljko Pavic
Hi all,   I’m running into a snag here and I was wondering if anyone has a workaround.  We’re using .NET webservices to pass an object hierarchy back and forth to flex.  For the most part, this works very well for us – except in the case where we have a string with space characters.  Fo

Re: [flexcoders] Style Question

2005-05-13 Thread Rich Tretola
Yep, you are right. Another tip, make sure you set hScrollPolicy="off" vScrollPolicy="off" on the blackText..mxml file or you will wind up scroll bars in your grid when resizing the app. The only other problem is that the grids hover over policies no longer work where the cell renderer is. Any i

RE: [flexcoders] Flex equivalent to padding in CSS?

2005-05-13 Thread Jeff Beeman
Doh! It looks like that’s what the “margin” attributes control.  So, is there a way to control the margin in the same way I would with CSS?  I’m imagining there would be 2 attributes, one that controls space from the content to the border of the container and one that controls space from

[flexcoders] Flex equivalent to padding in CSS?

2005-05-13 Thread Jeff Beeman
Is there a Flex equivalent to the “padding” attribute in CSS?  I have a box and would like to have padding between the inner content and the border that surrounds it.     /*** * Jeff Beeman * Digital Media & Instructional Technologies * Arizona S

RE: [flexcoders] Style Question

2005-05-13 Thread Sreejith Unnikrishnan
Title: Message Wrong! I learnt the little I know from FlexCoders (I mean the people on this list) It does not hurt to put in a little code ... Good for the novice (learns) and the expert (reviews and corrects or improves), dont you agree :-)   This is a great forum and a repository!  

Re: [flexcoders] Style Question

2005-05-13 Thread Rich Tretola
Thanks but you could have just said that the Cell was supposed to be the id prop for the Text component. Rich On 5/13/05, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: > > Sorry missed that one theCell is the ID of the mx:Text in the > CellRenderer > > I shall rewrite the code for y

[flexcoders] Re: Is there any way to override the "initializing" screen?

2005-05-13 Thread Rich Butler
Fabulous, many thanks! Rich --- In flexcoders@yahoogroups.com, "Roger Gonzalez" <[EMAIL PROTECTED]> wrote: > > Apart from the nice "US English" Americanisation (:-), is there a way > > of replacing this with another component? > > > > My scenario is this: while the app (a hotel resevation app

RE: [flexcoders] Is there any way to override the "initializing" screen?

2005-05-13 Thread Roger Gonzalez
BTW, reading that section in the docs, it says not to use any frameworks components or MXML "...because it would load too slowly." This is a bit misleading. What it really should say is "Your custom preloader should contain as few class dependencies as possible, because you want it to start up as

[flexcoders] Re: MediaDisplay, can it be resized on the fly?

2005-05-13 Thread temporal_illusion
autoSize says "Whether the display sizes itself according to the preferred size of the media." That's the opposite of what I'm trying to do, I want to be able to resize it dynamically to whatever I want it to be. If I do this, the clip will size according to the specified width and he

RE: [flexcoders] Style Question

2005-05-13 Thread Sreejith Unnikrishnan
Title: Message Sorry missed that one theCell is the ID of the mx:Text in the CellRenderer   I shall rewrite the code for you ...                             // The CellRenderer File --- blackText.mxml   http://www.macromedia.com/2003/mxml"

RE: [flexcoders] Is there any way to override the "initializing" screen?

2005-05-13 Thread Roger Gonzalez
> Apart from the nice "US English" Americanisation (:-), is there a way > of replacing this with another component? > > My scenario is this: while the app (a hotel resevation app) is > loading, my client wants to use the space to promote special offers. > > Is this possible? The only thought I

Re: [flexcoders] Style Question

2005-05-13 Thread Rich Tretola
What is theCell.text supposed to be ? Here is my grid: Rich On 5/13/05, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: > You

[flexcoders] Is there any way to override the "initializing" screen?

2005-05-13 Thread Rich
Apart from the nice "US English" Americanisation (:-), is there a way of replacing this with another component? My scenario is this: while the app (a hotel resevation app) is loading, my client wants to use the space to promote special offers. Is this possible? The only thought I've had so far

RE: [flexcoders] Internal popups

2005-05-13 Thread Jeff Beeman
Yeah, you’re code is what I’m looking into right now.  Thanks for your help!     /** * Jeff Beeman **/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith

Re: [flexcoders] Style Question

2005-05-13 Thread Sreejith Unnikrishnan
You're right ... You can use a cellRenderer ... (tested this time :-) // ColorRenderer.mxml "http://www.macromedia.com/2003/mxml" width="100%" xmlns="*"> In your datagrid column you can specify cellRenderer="ColorRenderer" Rich Tretola wrote: Nope, that didn't work as it turned all

Re: [flexcoders] Internal popups

2005-05-13 Thread Sreejith Unnikrishnan
Did you check out the code I posted ... Viewstack can display only one view at a time ... thats why you should use the canvas+hbox Jeff Beeman wrote: Were you able to use the ViewStack to hide / unhide a “popup” window without the content underneath being hidden?  My po

RE: [flexcoders] Internal popups

2005-05-13 Thread Jeff Beeman
Were you able to use the ViewStack to hide / unhide a “popup” window without the content underneath being hidden?  My popup window will be of a smaller size than my application window.     /** * Jeff Beeman *

[flexcoders] updating model.

2005-05-13 Thread Doodi, Hari - BLS CTR
Hi, Is it possible to update the model declared using tag as soon as user changes a corresponding form element? For example: I have a following model < empID/> < empName/> < empAddress/> < empCity/> < empState/> < empZipCode/> I do have correspon

Re: [flexcoders] Style Question

2005-05-13 Thread Rich Tretola
Nope, that didn't work as it turned all of the text black incluing the header text. Is there no way to have the header text a different color from the grid text ? Rich On 5/13/05, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: > Rich, > > Specify color="#00" in the MXML code ... either

RE: [flexcoders] Flex Server Specification

2005-05-13 Thread Niklas Richardson
Hi Tim, I would go for at least a dual CPU server as this will spread the load of garbage collections in Jrun. Also, it helps stop the OS and Jrun fighting over CPU resources. Are you going to be running CFMX on that box too or on a separate machine? If you are then I'd definitely stick two CPU

Re: [flexcoders] Style Question

2005-05-13 Thread Sreejith Unnikrishnan
Rich, Specify color="#00" in the MXML code ... either in the mx:Datagrid or in the mx:DataGridColumn (if you want each column to be a different color) It should work ... Sree Rich Tretola wrote: This is my css style for the grid which makes the header color and text the way I want it,

[flexcoders] Re: Date formating application wide

2005-05-13 Thread joao_m_fernandes
Well I know that I can subclass standard components but I was wondering if there was a way to do it with Flex classes. I was wondering if there was a way for Flex to use system locals/user locals/Default and all flex classes that depends on localization would inherit it by default. João Fernandes

Re: [flexcoders] Flex Server Specification

2005-05-13 Thread Dave Carabetta
On 5/13/05, Tim Blair <[EMAIL PROTECTED]> wrote: > Thanks Dave, > > > Even if there will be other apps/instances, I'd keep it at 1 > > GB and simply add more RAM to the box (it's so cheap > > nowadays, it's a no-brainer). > > We're actually going for 2Gb -- we will be adding separate instances in

RE: [flexcoders] Flex Server Specification

2005-05-13 Thread Tim Blair
Thanks Dave, > Even if there will be other apps/instances, I'd keep it at 1 > GB and simply add more RAM to the box (it's so cheap > nowadays, it's a no-brainer). We're actually going for 2Gb -- we will be adding separate instances in the near future and it makes sense to go for this straight a

Re: [flexcoders] CurrencyFormatter

2005-05-13 Thread Jonathan Bezuidenhout
Thanks very much Matt, that did the trick. On 5/12/05, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > You also need to set the thousandsSeparator to something other than "," so > that it doesn't interfere. > > > > > > > From: flexcoders@yahoogroups.

Re: [flexcoders] Flex Server Specification

2005-05-13 Thread Dave Carabetta
On 5/13/05, Tim Blair <[EMAIL PROTECTED]> wrote: > > > Could anyone advise on the required (or recommended) server > > specs for running Flex? There'll be nothing else running on > > the box and we're looking at a Linux server. I get the > > feeling that the info here[1] is over-simplifying thin

[flexcoders] Re: Charting Multiple Selections in dataGrid

2005-05-13 Thread Dave
CORRECTION: ALTHOUGH MINOR, THE CORRECT EVENT SHOULD BE change="webservice1.PulseGraphShareByCategory.send()" JUST PASTED WRONG CODE ON LAST POST. --- In flexcoders@yahoogroups.com, "Dave" <[EMAIL PROTECTED]> wrote: > Matt, > > Here is the code for the LineSeries if hard-coded to chart one >

[flexcoders] Re: Charting Multiple Selections in dataGrid

2005-05-13 Thread Dave
Matt, Here is the code for the LineSeries if hard-coded to chart one selectedItem at a time from the dataGrid: *Deposits is the name of the dataGrid When using this code, I attach the event change="webservice1.PulseGraphLoanByCategory.send()" to the dataGrid. When trying to use the addSeri

[flexcoders] Re: Charting Multiple Selections in dataGrid

2005-05-13 Thread Dave
Matt, Here is the code for the LineSeries if hard-coded to chart one selectedItem at a time from the dataGrid: *Deposits is the name of the dataGrid When using this code, I attach the event change="webservice1.PulseGraphLoanByCategory.send()" to the dataGrid. When trying to use the addSeri

RE: [flexcoders] Date formating application wide

2005-05-13 Thread Abdul Qabiz
Hi, Though this is the quickest possible way, but this kind of hacks might not be supported in future, as Dirk also said. But this indeed shows the power of prototype :) -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent:

RE: [flexcoders] Date formating application wide

2005-05-13 Thread Abdul Qabiz
You can achieve this, if it's not already there. You can subclass DateField and DateChooser component and add this functionality. Following is quick and dirty example to : ##ExtendedDateFieldExample.mxml## http://www.macromedia.com/2003/mxml"; xmlns:local="*"> ##DateFieldEx.as## impo

[flexcoders] Re: media control question - fixed THANKS Abdul

2005-05-13 Thread cnewroth55
yes, that did help alot, and here is what i did...just added your pause() to the function call function triggerHideEffectMediaPlayback() { // this triggers the hideEffect on MediaPlayback. MediaPlayback.visible = false; this.MediaPlayback.myMediaPlayBack.pause(); } Craig --- In flexcoder

Re: [flexcoders] Style Question

2005-05-13 Thread Rich Tretola
This is my css style for the grid which makes the header color and text the way I want it, but it also makes the grid text white, how can I get the actual data text to be another color? I tried using both the DataGridRow and DataGridColumn declarations but it doesn't effect it: DataGrid {

RE: [flexcoders] Date formating application wide

2005-05-13 Thread Dirk Eismann
Here's an example how to achieve this taken from a current project. First, the default formats are setup by using the mx.formatters.DateBase class. Then, they are applied to the DateChooser class (so it works with the DateChooser and the DateField class) Beware, this technique uses the prototyp

RE: [flexcoders] media control question

2005-05-13 Thread Abdul Qabiz
Hi "playing" is a read-only property of MediaPlayback component. You can use, MediaPlayback's play(..), pause() and stop() methods control the playback. I guess, when you bring another component, you can either pause the playback or stop the playback, all depends on your requirement. I also not

RE: [flexcoders] Detecting Browsers codepage and lang

2005-05-13 Thread Abdul Qabiz
I can think of: Flash Player ActionScript API: System.capabilities.language:String Usage: var lang:String; function detectLanguage() { lang = System.capabilities.language; } Description: Read-only property; indicates the language of the s

[flexcoders] Re: Setting percentage value by setValue: Solved

2005-05-13 Thread sreejithunni
I have an interesting observation and the solution to the problem ... In the example posted below, I had the actual size of the image to be 1 px x 20 px. In normal circumstances, for eg http://www.macromedia.com/2003/mxml"; width="100%" height="100%"> the image would stretch to 100% of th

[flexcoders] Detecting Browsers codepage and lang

2005-05-13 Thread Wilfred LEUNG
Hi How can we detect users' system language and pass it to flex such that I can display the current language for the user. Wilfred 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

[flexcoders] Date formating application wide

2005-05-13 Thread joao_m_fernandes
Hi there, Is there a way to set default values other than English formating so each component uses it instead of setting formatters everywhere. Example, If I have several DateFields and DateChoosers I want to be able just to set in the main Application weekday names (or month names) and those com

[flexcoders] media control question

2005-05-13 Thread cnewroth55
First what a great forumnow the question, I have a media control to play my flv, but when i click on another 'button' to bring up a different component in my app, the media controller continues to play the flv file. I have tried in my AS code that controls my hide/show functions and I get this

RE: [flexcoders] Flex Server Specification

2005-05-13 Thread Tim Blair
> Could anyone advise on the required (or recommended) server > specs for running Flex? There'll be nothing else running on > the box and we're looking at a Linux server. I get the > feeling that the info here[1] is over-simplifying things a bit... > > [1] http://www.macromedia.com/software/

RE: [flexcoders] Sending email from a Flex application

2005-05-13 Thread Jeroen De Vos
Works like a blast. Thanks all. Jeroen. -Oorspronkelijk bericht- Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Abdul Qabiz Verzonden: vrijdag 13 mei 2005 12:35 Aan: flexcoders@yahoogroups.com Onderwerp: RE: [flexcoders] Sending email from a Flex application What abou

Re: [flexcoders] Internal popups

2005-05-13 Thread Sreejith Unnikrishnan
Example code ... You would also be able to dynamically change the content, size, poistion, etc of the popup. By passing a 'placement' value you can decide whether it opens on the right or below. "http://www.macromedia.com/2003/mxml" width="100%" height="100%">          

[flexcoders] Development of components with AS

2005-05-13 Thread Erik Westra
Hello, some questions :) 1: _measuredWidth _measuredHeight _measuredPreferredWidth _measuredPreferredHeight __width __height etc. Is there anywhere a list of these kind of properties that can be used with the development of a custom component in actionscript. I would be interested in knowing wich

RE: [flexcoders] how to use a repeater question

2005-05-13 Thread Craig Newroth
THanks Matt, that worked great...and thanks for the answer to the last part about performance...no, thrust data isn't going to change (at least in the near future :-)), but I wanted to be able to use a query to provide the different labels from the DB so that they would be dynamic if needed... ---

RE: [flexcoders] Sending email from a Flex application

2005-05-13 Thread Abdul Qabiz
What about: getURL("mailto:[EMAIL PROTECTED] text&body=mail content"); -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De Vos Sent: Friday, May 13, 2005 3:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Sending ema

Re: [flexcoders] Default Text Color?

2005-05-13 Thread Manish Jethani
On 5/12/05, michael keirnan <[EMAIL PROTECTED]> wrote: > > Matt Chotin wrote: > > > > Yep. I just use the calculator in Windows in scientific mode to help me out > for stuff like this J ugh, why go through all that trouble? > > perl -e 'printf("%x\n", "734012")' > > ;) Oh, no, that

RE: [flexcoders] Sending email from a Flex application

2005-05-13 Thread Jeroen De Vos
> Is there an easy way to send email from a Flex application? Not yet. :) You'll have to write some email-sending code on the server side and call it from Flex. Writing something like this is fairly easy in Java (search Google for "java mail"). >>It seems that this seems to work also (a bit)

Re: [flexcoders] Image scaleWidth?

2005-05-13 Thread Manish Jethani
On 5/13/05, rockmoyosa <[EMAIL PROTECTED]> wrote: > I want to know what the image width is after an scaling by setting the > maintainAspectRatio = true; If I understand correctly, you want to query the width of the image? What does the width property say? Yahoo! Groups Links <*> To visit you

RE: [flexcoders] Sending email from a Flex application

2005-05-13 Thread Dirk Eismann
This depends on your definition of "easy" :) You could also open the user's email client by doing getURL("mailto:[EMAIL PROTECTED]") but I don't think that's what you're trying to achieve :) Flex is server agnostic and has no knowledge about the server side stuff needed to send emails (neither

Re: [flexcoders] Sending email from a Flex application

2005-05-13 Thread Manish Jethani
On 5/13/05, Jeroen De Vos <[EMAIL PROTECTED]> wrote: > Is there an easy way to send email from a Flex application? Not yet. :) You'll have to write some email-sending code on the server side and call it from Flex. Writing something like this is fairly easy in Java (search Google for "java mail

Re: [flexcoders] How can I show validation error message with ActionScript progrmming?

2005-05-13 Thread Manish Jethani
On 5/12/05, michael keirnan <[EMAIL PROTECTED]> wrote: > the errorString property of UIComponent causes the red borders and rollover > error tip. errorString is set by the default validation listener when it > gets errors. You can just bind to errorString. See this example: http://www.macrome

[flexcoders] Sending email from a Flex application

2005-05-13 Thread Jeroen De Vos
Title: Sending email from a Flex application Hi all, Is there an easy way to send email from a Flex application? Thanks, Jeroen. Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen C/ICT - AMARIS Deze e-mail en al

Re: [flexcoders] Adding icon to panel?

2005-05-13 Thread Manish Jethani
On 5/12/05, Tracy Spratt <[EMAIL PROTECTED]> wrote: > What if you put the Panel on a Canvas at 0,0, then put the image/icon > wherever you want on top? Yeah I think that's the easiest, but it introduces a Canvas into the heirarchy. The next easiest it to simply create the icon as a child of the P

Re: [flexcoders] ThemeColor in CellRenderers

2005-05-13 Thread Manish Jethani
On 5/12/05, JesterXL <[EMAIL PROTECTED]> wrote: > How do I have controls used in a CellRenderer adopt the global themeColor? > Do I have to do like: > > createClassObject(ComboBox, "my_cb", getNextHighestDepth(), {styleName: > owner}); That should work, although the styleName shouldn't be requir

[flexcoders] Re: Image auto resize problem - premature happiness

2005-05-13 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, "rockmoyosa" <[EMAIL PROTECTED]> wrote: > I've got this problem with loading of an image. > > Situation: > > - existing "empty" Image in mxml with height, width en maintainAspectRatio > - setting image source in AS of een image bigger than the width and > height

[flexcoders] Image scaleWidth?

2005-05-13 Thread rockmoyosa
I want to know what the image width is after an scaling by setting the maintainAspectRatio = true; I want to resize image afterwards because it is stil occuping the same space. When the image is scaled by class Image Yahoo! Groups Links <*> To visit your group on the web, go to: http://

Re: [flexcoders] MediaDisplay, can it be resized on the fly?

2005-05-13 Thread Manish Jethani
On 5/13/05, temporal_illusion <[EMAIL PROTECTED]> wrote: > I want to programatically resize a video display on the fly (ie have > it grow when moused over), but I can't seem to get it to resize at all > once it's been set. Set autoSize to true. Yahoo! Groups Links <*> To visit your group on t

[flexcoders] Re: FAME with Flex ?

2005-05-13 Thread r0main
Found a solution for FAME with Flex, no more FlexBuilder :-) I had to unzip flex/lib/frameworks/mx.swc, which is a zip file, then programmatically restructure 452 .asi files into there respective folders and renamed in a shorter fashion (just class name + ".as")... And it works !! :-) Now I'll

[flexcoders] Flex Server Specification

2005-05-13 Thread Tim Blair
Morning all, Could anyone advise on the required (or recommended) server specs for running Flex? There'll be nothing else running on the box and we're looking at a Linux server. I get the feeling that the info here[1] is over-simplifying things a bit... Cheers, Tim. [1] http://www.macromedia

RE: [flexcoders] Default Text Color?

2005-05-13 Thread Erik Westra
We are coding in AS right?   var num = 734012;trace(num.toString(16));   Greetz Erik From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of michael keirnanSent: donderdag 12 mei 2005 19:20To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Default Text Color? Matt C

RE: [flexcoders] Internal popups

2005-05-13 Thread Allen Manning
Hello Jeff,   Have you thought of using a View Stack with a Title Window?  For a project we were working on, we first started with a Popup Window, but found performance to be a problem.    We switched to a simulating a popup via a Title Window / View Stack and found it more performant and

[flexcoders] Re: Image auto resize problem

2005-05-13 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, "rockmoyosa" <[EMAIL PROTECTED]> wrote: > I've got this problem with loading of an image. > > Situation: > > - existing "empty" Image in mxml with height, width en maintainAspectRatio > - setting image source in AS of een image bigger than the width and > height

[flexcoders] FAME with Flex ?

2005-05-13 Thread r0main
Hello, I'm trying to get rid of the crappy FlexBuilder (Indeed it is a good Graphical page editor, but obviously not an IDE), by using the FAME (Flashout + AS2EditorPlugin + MTASC + Eclipse)... Yet I have to configure MTASC classpath to use Macromedia core classes. But don't know what that path sho

[flexcoders] Image auto resize problem

2005-05-13 Thread rockmoyosa
I've got this problem with loading of an image. Situation: - existing "empty" Image in mxml with height, width en maintainAspectRatio - setting image source in AS of een image bigger than the width and height. But waite it is resizing on screen !!! That's not what I want. I tried hiding image u