RE: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Jason Szeto
Scott, There is no H/VSlider component for Flash MX 2004. It was only developed for Flex. The DRK 6 version was created for Flash, however, it does not share the same code base as the Flex version. Jason -Original Message- From: Scott Barnes [mailto:[EMAIL PROTECTED] Sent: Sun

[flexcoders] Re: Datagrids and Images

2005-04-11 Thread digital_eyezed
Thanks, I'll give that a go. I'm just following the example in the documentation. Cheers, Iain --- In flexcoders@yahoogroups.com, Manish Jethani <[EMAIL PROTECTED]> wrote: > On Apr 11, 2005 3:34 AM, digital_eyezed <[EMAIL PROTECTED]> wrote: > > > Sorry I can't see how this helps, this shows

Re: [flexcoders] menu bar control

2005-04-11 Thread nithya karthik
  Thank u for ur reply.. suppose i need to use an external dataprovider for a menubar which is of the form :  1 Artistry™ Skin Care and Cosmetics  A full range of basic to speciality skin care treatments made with the highest quality formulations to meet the needs of women.   homephoto.jpg 

[flexcoders] Re: No debugging information available for invocation of methods on server-side

2005-04-11 Thread Andrew Spaulding
Hey Dan, Sorry, catalina.out is Tomcats output stream for logging packages such as Log4J and other similar tools. So you really wont get much of an output in the tomcat console or your stdout.log (these will probably only display your System.out messages etc) If it took you so long to find tha

[flexcoders] accessing data from a TitleWindow

2005-04-11 Thread Duccio Del Ministro
Hi all, my application retrieves its data using a HTTPService in the main Application window. When i open a modal window using PopUpManger and mx.containers.TitleWindow i'm not able to access the data previously retrieved by HTTPService . Is there a way to pass those data as a parameter to the mod

Re: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Scott Barnes
Yeah I remember MM released a Slider.swc & DblSlider.swc ages past in Royale, was wondering where that is now. Also I noted that in the FlexForFlash a few classes aren't included.. Why's that :) so prying eyes like mine can't translate that into FLash MX 2004 or simply couldn't be bothered heheeh

Re: [flexcoders] menu bar control

2005-04-11 Thread Manish Jethani
On Apr 11, 2005 2:38 PM, nithya karthik <[EMAIL PROTECTED]> wrote: > how should i use the dataprovider and retrive only the category name and > display it in the menubar.. please help me inthis regard.. Iterate over the items and add them one by one. for (var i:uint = 0; i < foo.bar.category

Re: [flexcoders] accessing data from a TitleWindow

2005-04-11 Thread Manish Jethani
On Apr 11, 2005 3:00 PM, Duccio Del Ministro <[EMAIL PROTECTED]> wrote: > my application retrieves its data using a HTTPService > in the main Application window. When i open a modal > window using PopUpManger and mx.containers.TitleWindow > i'm not able to access the data previously retrieved > b

Re: [flexcoders] menu bar control

2005-04-11 Thread Manish Jethani
On Apr 11, 2005 4:05 PM, Manish Jethani <[EMAIL PROTECTED]> wrote: > for (var i:uint = 0; i < foo.bar.category.length; i++) > menu.addItem(foo.bar.category[i]); Sorry, I meant Number, not uint. A bit of a C programming hangover. :) ;-) -- [EMAIL PROTECTED] http://manish.revise.org/

[flexcoders] Mouse effect on dynamic component

2005-04-11 Thread Tom Fitzpatrick
If I'm creating a component dynamically with createChild, how do I add an effect? For an Effect named "childHoverIn", I tried a mouseOverEffect to a new instance of the component "Comp" this way: createChild(Comp,"",{mouseOverEffect:"childHoverIn"}); The child is created, but the mouseOver ef

Re: [flexcoders] menu bar control

2005-04-11 Thread nithya karthik
Thanks a lot Manish... I'd like to know how to change the default color of the menucontrol.. the attribte Fillcolors doesnt work.. nothing works including selectedfill color, background color etc,.. I would also like to know how to remove the default border of menubar control- setting the border

Re: [flexcoders] menu bar control

2005-04-11 Thread nithya karthik
sorry i meant menu bar control not menu control... Thanks a lot Manish... I'd like to know how to change the default color of the menucontrol.. the attribte Fillcolors doesnt work.. nothing works including selectedfill color, background color etc,.. I would also like to know how to remove t

[flexcoders] Whitelist - IIS

2005-04-11 Thread beckpvt
Hello, I can't help the people with this issue because I have never used IIS with JRun. Can you help us? I have an WebService in .NET and running over my IIS server. With Jrun running over IIS and Flex Server installed my applications work, except when I will call a webservice in .NET, that I

[flexcoders] how to solve this problem about using HashMap in actionscript

2005-04-11 Thread loveewind
return a Java object from my back_end system below: public class UserVO { private HashMap accessMap = null; private String active= null; public HashMap getAccessMap() { return accessMap; } /** * @param map */ public void setAccessMap(HashMap

[flexcoders] Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread joao_m_fernandes
Hi there, I'm populating a DataGrid and from user selection, columns are added and removed. Everything works fine excepting defining a labelFunction to a column. I'm using this code to define a new column and the function to be used eurodate. var DataGridColumn = new mx.controls.gridclasses.Dat

[flexcoders] Re: how to solve this problem about using HashMap in actionscript

2005-04-11 Thread Andrew Spaulding
The hashMap is just an indexed array. You can access it if you know the key value, or by normal array methods. i.e. myMap ['user1']=22; ['user2']=33; if you want user2 as the output then just reference myMap['user2'] or if you want to treat it like an array then you could try the following:

[flexcoders] Re: how to solve this problem about using HashMap in actionscript

2005-04-11 Thread loveewind
--- In flexcoders@yahoogroups.com, "Andrew Spaulding" <[EMAIL PROTECTED]> wrote: you are right!thank you, > > The hashMap is just an indexed array. You can access it if you know > the key value, or by normal array methods. > > i.e. > > myMap > ['user1']=22; > ['user2']=33; > > if you want

[flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread Andrew Spaulding
mmm i would have assumed that the simple dot notation of mycolumn.labelFunction = myFunction; should have called the set method on the DataGridColumn. maybe do it this way?? mycolumn.labelFunction = Function() { //do the do here } i'm not sure .. just guessing! Andrew --- In flexcoders@ya

RE: [flexcoders] Hide Datagrid column

2005-04-11 Thread Valy Sivec
Matt,   Am I missing something?.  The selected row from the grid is used to populate pop-up window's  forms elements; the user can edit the form fields and then save the modified form( fire an update ). I need the primary key in the datagrid to be able locate/update the right recordthat's w

[flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread joao_m_fernandes
Well what I want is to be able to assign labelFunction dynamicly. Depending on a selection I build an array of columns wich some have labelFunctions to format de data.At the end I replace current columns by the new array. If I define a fixed column in a dg whe labelFunction set I can watch the

Re: [flexcoders] Re: How to pass var to CFC when it is blank

2005-04-11 Thread Craig Newroth
thank, for this last one. I will tyr this...and I have a solution that works, just don't have the code with me here on home box. but you solution is more elegant than mine was :-) I will send my snippet when I get back to workthanks again. Craig --- stevenkeys2003 <[EMAIL PROTECTED]> wrot

RE: [flexcoders] Re: flex and jsp

2005-04-11 Thread Cathy Murphy
Inconsistencies between the mxml and flash jsp tags were resolved in Flex 1.5. This accounts for the difference in functionality. In Flex 1.5, The 'param' tag should be used when sending params directly to the flash player. These would be parameters understood by the Flash Player and added us

RE: [flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread Dirk Eismann
Hi, looking at your code snippet it seems as if you're not invoking the constructor function of the DataGridColumn class: > var DataGridColumn = new mx.controls.gridclasses.DataGridColumn; try this instead: var dataGridColumn = new mx.controls.gridclasses.DataGridColumn(); To assign a la

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-11 Thread Christoph Guse
Hi cazzaran, how did you solve your problem? I'm interested in a solution, because I have a very similar problem. In my case I have an object (OgoJobVO) in which is another object (OgoAccountVO) in which is another object (OgoPersonVO). When I get the Job-Object from the Server, everything wor

[flexcoders] Its Flex, but not as we know it!

2005-04-11 Thread greenfishinwater
I just found another Flex software product. http://www.gnu.org/software/flex/ Andrew 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 o

RE: [flexcoders] No debugging information available for invocation of methods on server-side Java classes!?!?!?!

2005-04-11 Thread Peter Farland
The AMF gateway (which serves RemoteObject requests) has a separate configuration file: /WEB-INF/flex/gateway-config.xml You can set the logging level to "Debug" in this file to see trace information for each AMF request that RemoteObject makes. By default this file is configured so that the gat

[flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread joao_m_fernandes
Thanks Dirk, It worked perfectly. Now I understand how important delegate is important and how to use it. João Fernandes --- In flexcoders@yahoogroups.com, "Dirk Eismann" <[EMAIL PROTECTED]> wrote: > Hi, > > looking at your code snippet it seems as if you're not invoking the constructor funct

RE: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Matt Chotin
FlexForFlash.zip was needed for skinning support in 1.0 because the skins used various library symbols.  In Flex 1.5 we tried to change almost all of our skins to programmatic, and therefore you could adjust them without needing to move into Flash.  This negated the need for FlexForFlash.

[flexcoders] How do you handle Timestamp fields?

2005-04-11 Thread Valy Sivec
Guys, In Oracle I have a column type DATE and the Oracle thin driver see this column as TIMESTAMP. AMF transform java.util.Date to Date in AS2... and it doesn't know about java.sql.Timestamp What's the best way in hadling with Timestamp data type in a Flex App?. Should I pass back and for

RE: [flexcoders] Hide Datagrid column

2005-04-11 Thread Matt Chotin
If you just get rid of mx:DataGridColumn headerText="Phad_id" columnName="phad_id"/> -- primary key everything should work I’d think (well and dataProvider should be {addressModel} with binding tags but that’s probably just a typo here.   Matt From: Valy Sivec [mailto:[EMAIL PR

RE: [flexcoders] Re: No debugging information available for invocation of methods on server-side

2005-04-11 Thread Peter Farland
  Note that the reason why the Throwable class info "NullPointerException" wasn't included in the status info "type" property is because of a default setting on the AMF Gateway. Internal class information is not included in the form of stack traces or exception types as they shouldn't be e

RE: [flexcoders] How do you handle Timestamp fields?

2005-04-11 Thread Brian Deitte
Yes it is known that RemoteObject does not deal with Timestamp. Passing back numbers or using a Date would be the recommended approaches. -Brian -Original Message- From: Valy Sivec [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 10:36 AM To: flexcoders@yahoogroups.com Subject: [f

Re: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Joe Berkovitz
Matt Chotin wrote: > Before anyone gets all high and mighty on how we should be including > source always I’ll just say we’re investigating options for doing so in > the next release. Gosh darn... I was *so* looking forward to getting all high and mighty... Oh, well, there's always a next tim

RE: [flexcoders] Hide Datagrid column

2005-04-11 Thread Valy Sivec
Okay Matt, I got it... I should have looked more at the dataProvider instead being focused to hide a grid column... jsp all habit... Thanks, Valy --- Matt Chotin <[EMAIL PROTECTED]> wrote: > If you just get rid of mx:DataGridColumn > headerText="Phad_id" > columnName="phad_id"/> -- primary key e

RE: [flexcoders] Whitelist - IIS

2005-04-11 Thread Brian Deitte
Your setup looks fine to me, and I'm not sure why it isn't working for you. Can you make sure that you added the whitelist parameters to the correct flex-config.xml? Is there any strange messages in the console or in WEB-INF/flex/logs/flex.log? -Brian -Original Message- From: beckpvt [

[flexcoders] Using FlexUnit with Cairngorm

2005-04-11 Thread Allen Manning
Title: Niklas Richardson, Prismix Ltd Hello Flexcoders,   I've started using FlexUnit to test business logic in my business delegates.     I would now l

RE: [flexcoders] Using FlexUnit with Cairngorm

2005-04-11 Thread Michael Herron
Its an interesting problem Allen, and one that ive been trying to tackle for a while. The easiest way to do this is to: Var view:Object; Function setup(){ View.myLabel = new Label() viewHelper = new myViewHelper()

[flexcoders] problem with Effects

2005-04-11 Thread Alessio Prosperi
Hello, I have a problem with Flex effects.   The scenario is: I have many panel in my application. Each of them has some buttons that couse an action. I click one button lo load or to create a new object in a panel. When the load stop, the panel resize itself (using a resize effect) to maxi

[flexcoders] Cairngorm framework question

2005-04-11 Thread Valy Sivec
Guys, I'm using Cairngorm framework which is great but I ran into a issueand need some help I want to be able execute more than one commands as result of interacting with a UI element Scenario: Have a grid with Edit button underneath; Select a row from the grid and want to edit the r

[flexcoders] help with setInterval...

2005-04-11 Thread terry_hrtn
Needing some help with setInterval... Can someone tell me why "setInterval" calls the "upCount" function but does not update label on screen? http://www.macromedia.com/2003/mxml"; >

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Mehdi, Agha
You can execute command from another command. Just import EventBroadcaster into the calling command and do EventBroadcaster.getInstance().broadcastEvent("getPhysicalAddress", indi_id ) from the resulthandler. One question though. What does GetPhysicalAddress() do? Dos it get the same address as y

RE: [flexcoders] Exchanging data between MXML Components

2005-04-11 Thread Mohanraj Jayaraman
This works. Thanks a ton for the example Abdul. Mohanraj --- Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi Mohanraj, > > It's very much possible, I have modified the > previous example to dispatch > eventsIt would give you some idea, how you can > achieve the same. > > I am using Metadata

RE: [flexcoders] help with setInterval...

2005-04-11 Thread Matt Chotin
You’re having scope issues.  setInterval(this, “upCount”, 1000);   More info here: http://livedocs.macromedia.com/flex/15/flex_docs_en/1662.htm   Matt   From: terry_hrtn [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 10:03 AM To: flexcoders@yahoogroups.com Subje

[flexcoders] Dragging a TextInput from one canvas to another

2005-04-11 Thread Kim Reddington
Title: Message I am trying to drag the text of a TextInput control from one canvas to another.  I found some code and modified it to let me drag the text of the TextInput from one canvas to a dataProvider of a List, but I am having trouble modifying the code to drag the text to another can

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Valy Sivec
Exactly. I would like to use optimistic locking and want to make sure that the "update_ts" on the client matches what was stored in the db that's why need to refresh the data on the client after the data was updated the "update_ts" gets populated via database trigger... In the meantime if

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Mehdi, Agha
I was just wondering why don't you return a structure from UpdateAddress that holds two keys. One is a boolean and the second is the updated Address if it was updated. This way you won't have to make two separate calls. If the update fails send false and empty address object. That should work both

[flexcoders] Re: How to make a TitleWindow wipeleft onto the screen

2005-04-11 Thread Corey
Hi Manish, I am very excited because what you suggested was exactly what I needed. Thanks for taking the time to help out. I really appreciate it! BTW - I like reading your blog. Keep up the great postings. COREY --- In flexcoders@yahoogroups.com, Manish Jethani <[EMAIL PROTECTED]> wrote:

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Valy Sivec
Agha, thanks for suggestion, I missed that. Regards, Valy --- "Mehdi, Agha" <[EMAIL PROTECTED]> wrote: > I was just wondering why don't you return a > structure from UpdateAddress > that holds two keys. One is a boolean and the second > is the updated Address > if it was updated. This way you wo

[flexcoders] Re: help with setInterval...

2005-04-11 Thread terry_hrtn
Matt...now I'm getting the message below in the debug file...any suggestions. Warning: [type Function] is not a function at () --- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote: > You're having scope issues. setInterval(this, "upCount", 1000); > > > > More

[flexcoders] question about the import statement and action script files

2005-04-11 Thread nostra72
Just so you all know I am just starting out with flex so I am really new to this. What I am trying to do is have two action script files communicate with eachother by having one know what the value of a variable is in the other. The code I am going to show you is something that could have been

RE: [flexcoders] Sort Array of object

2005-04-11 Thread Gordon Smith
Title: Message sortOn() will be faster than sort() with a compareFunc.   - Gordon -Original Message-From: Jeff Krueger [mailto:[EMAIL PROTECTED] Sent: Sunday, April 10, 2005 6:38 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Sort Array of object Thanks

RE: [flexcoders] Mouse effect on dynamic component

2005-04-11 Thread Gordon Smith
I think effects are set dynamically as style properties: var comp:Comp = Comp(createChild(Comp)); comp.setStyle("mouseOverEffect", "childHoverIn"); - GOrdon -Original Message- From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 4:14 AM To: flexcoders@y

[flexcoders] Forcing text to be anti-aliased

2005-04-11 Thread Kristopher Schultz
How can I force Flex to anti-alias the text of a Label (or any other text based component)? The documentation doesn't seem to be very forthcoming with this info.   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   Yahoo! Groups Links

RE: [flexcoders] Forcing text to be anti-aliased

2005-04-11 Thread Matt Horn
If you embed the font, I believe it is forced to be anti-aliased. See the section on "Using embedded fonts" in the Developing Apps book.   hth,   matt horn From: Kristopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 4:18 PMTo: flexcoders@yahoogroups.comSubj

RE: [flexcoders] Forcing text to be anti-aliased

2005-04-11 Thread Gordon Smith
Title: Message If you don't embed a font, I believe the Flash player simply lets the operating system render the text, for maximum speed. So in that case you get antialiasing if and only if antialiasing is enabled system-wide on the user's machine.   - Gordon -Original Message--

[flexcoders] Re: CFIMPORT with user_classes

2005-04-11 Thread ckovey
Has anyone done this or is it even possible? --- In flexcoders@yahoogroups.com, "ckovey" <[EMAIL PROTECTED]> wrote: > > Tried searching for cfimport but no luck, so sorry if this is a > repeat. > > > Has anyone been able to do flex inside of a .cfm page with > user_classes? > > For example,

RE: [flexcoders] Mouse effect on dynamic component

2005-04-11 Thread Tom Fitzpatrick
Gordon - yes, that's it. Thanks! - Tom At 03:38 PM 4/11/2005, you wrote: >I think effects are set dynamically as style properties: > > var comp:Comp = Comp(createChild(Comp)); > comp.setStyle("mouseOverEffect", "childHoverIn"); Yahoo! Groups Links <*> To visit your group on the

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Steven Webster
I'll put out an announce on Cairngorm 0.99 shortly (that's right, we're going to give you guys a release before we finish some of the final stuff we want in a 1.0 release) but one of the additions that we were finally convinced of valid use-case for, is a SequenceCommand that allows you to chain c

RE: [flexcoders] Its Flex, but not as we know it!

2005-04-11 Thread Steven Webster
> I just found another Flex software product. > > http://www.gnu.org/software/flex/ This has been around since time began Flex and YACC still make me shudder, having to use them to write a postscript compiler... -- No virus found in this outgoing message. Checked by AVG Anti-Virus.

[flexcoders] Extracting Data from a DataGrid

2005-04-11 Thread digital_eyezed
Ok, heres the issue: I have a data grid which is populated from a result of a remoteObject call, the result is an Array of Value Objects: Now I want to add a ControlBar at the bottom of the dataGrid which shows the price when the user selects a row (by click

[flexcoders] ComboBox Label

2005-04-11 Thread jwaknitz
Hello, I am having problems with the ComboBox component. I want to use the xml: Less than $200 $201-$400 $401-$800 So I did: The problem is, how do I set the label to the that is two elements down? I tried doing labelField="mat

[flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-11 Thread cazzaran
Christoph, Actually, I haven't solved it yet. It trying different things, which mostly amount to working *around* the problem (like reducing my object graph depth, etc). I agree, I like using deep object graphs to, but can't seem to get it to work. -Josh --- In flexcoders@yahoogroups.com, Chri

[flexcoders] flashgateway.Gateway.getHttpRequest

2005-04-11 Thread rb_dickey
Hi, Has anyone seen this behavior? I'm using Tomcat 5.5.7, and I have a web app configured with FORM authentication, which uses a custom mxml-based form. The authentication piece works great, but I can't get the userId from the HttpRequest.getUserPrincipal().getName() consistently. The fi

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Mehdi, Agha
Now isn't that a great news...Thanks Steve. By chaining commands do you mean that it'll be synchronous invocation? -Original Message- From: Steven Webster [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 2:37 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm fr

Re: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Scott Barnes
I'm just high... i'm working on mighty atm. Thanks Matt for the clarification. On Apr 12, 2005 1:00 AM, Joe Berkovitz <[EMAIL PROTECTED]> wrote: > > Matt Chotin wrote: > > Before anyone gets all high and mighty on how we should be including > > source always I'll just say we're investigating op

[flexcoders] Prevent dynamic properties from being set

2005-04-11 Thread cazzaran
I have some POJOs on my server like Role, etc... They have many getter methods that return subsets of actual data. For example, Role has getGroups() and getSubGroups(), where getSubGroups() returns a filtered list of what getGroups() would (they both reference the same Set in the object, but just

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-11 Thread Dan Tropp
class vo.ApplicantVO implements ValueObject {     public static var registered:Boolean =         Object.registerClass( "vo.ApplicantVO", ApplicantVO );              Do you have a line like this in your AS class?  ... } If you don't register t

Re: [flexcoders] Use as well as Cairngorm ViewHelper pattern? -- Best-practice for using validators?

2005-04-11 Thread Dan Tropp
I've removed my models and just have the ViewHelper.  My field validators are just bound directly to the controls rather than to the .  What is best practice - locating validators in your .mxml or programatically in you .as ViewHelper?? Dan Dan Tropp wrote: The book hasn't arrived yet...i

[flexcoders] Flex on Blackstone

2005-04-11 Thread Mehdi, Agha
Hi all,   Is there any docs available to configure Flex to run with Blackstone?   Thanks - Agha Mehdi web developer Littler Mendelson P.C. work:   415-288-6362 cell: 415-987-7104 -   Yahoo! Groups Links To visit your group on th

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Steven Webster
> Now isn't that a great news...Thanks Steve. By chaining > commands do you mean that it'll be synchronous invocation? You betcha. As synchoronous as a phased locked loop clock divider circuit. Erm. Very synchronous. Steven -- No virus found in this outgoing message. Checked by AVG Anti-V

RE: [flexcoders] Cairngorm framework question

2005-04-11 Thread Mehdi, Agha
Awesome. Thanks Steve. You made the day :) Don't sleep in the planes, Don't waste time eating food inflight/outflight, Don't read books...until you have all the documentation/release notes nailed down :-). Looking forward to it. -Original Message- From: Steven Webster [mailto:[EMAIL PROTE

RE: [flexcoders] ComboBox Label

2005-04-11 Thread Tracy Spratt
Unless someone corrects me.. Yes, if you want to feed a combobox (which is a list based control and really wants an array) with a hierarchical dataProvider like xml, you will have to use a label function. Or convert the whole XML struc into an array. Tracy -Original Message- From: jwak

Re: [flexcoders] Using FlexUnit with Cairngorm

2005-04-11 Thread Dan Tropp
I'm tackling a simlar thing at the moment too :) I'm trying to test AS business delegate methods to check that they correctly call remote java methods.  The delegates try and use something like "this.service = ServiceLocator.getInstance().getService( "applicationDelegate" );".  But how do

RE: [flexcoders] Re: help with setInterval...

2005-04-11 Thread Matt Chotin
Nope, sorry.  If you compile the file with ?debug=true you’ll generate a SWD and you can get more information in the file about where that problem is occurring.   Matt   From: terry_hrtn [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 11:47 AM To: flexcoders@yahoogroup

Re: [flexcoders] Flex on Blackstone

2005-04-11 Thread Igor Costa
yes take a straight look at Flex technotes On Apr 11, 2005 10:01 PM, Mehdi, Agha <[EMAIL PROTECTED]> wrote: Hi all,   Is there any docs available to configure Flex to run with Blackstone?   Thanks - Agha Mehdi web developer Littler Mendelson P.C. work:   415-

RE: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread Matt Chotin
I must admit I’m totally lost as to what you’re trying to do.  Can you reduce the example down?  All the import statement does is allow you to not fully qualify your classnames, it isn’t needed to actually bring in the class nor will it provide a reference.   Generally you pass a refere

RE: [flexcoders] Extracting Data from a DataGrid

2005-04-11 Thread Matt Chotin
Your code looks OK to me.  So I’d try to debug it further by putting maybe putting an alert on the change event of the datagrid that prints the selectedItem.price and just make sure that all is kosher.  And you can of course move on from there with the various debugging tips we have in th

[flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
Dumb question but i'll ask none the same (in case its not) You can't use http://www.macromedia.com...etc";> as a top level tag for a mxml component can you? ie concept floats where i would like to go something like: var effects = new com.mypath.effectclusters.defaultEffects(); and inside that

RE: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Matt Chotin
Nope, in 1.x the tag has special compiler logic that makes it impossible for it to live on its own.  AS is the only way to get it standalone.   Matt   From: Scott Barnes [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 8:58 PM To: flexcoders@yahoogroups.com Subject: [f

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
aye thanks matt. On Apr 12, 2005 2:00 PM, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > Nope, in 1.x the tag has special compiler logic that makes it > impossible for it to live on its own. AS is the only way to get it > standalone. > > > > Matt > > > > ___

Re: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread nostra72
Sorry for being confusing I think my one programming weakness that I am trying to work on is writing programs and not taking up as much memory. I know a good programmer tries to conserve memory and this is a probllem that has made some of my problems come about Yahoo! Groups Links To vis

RE: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread Matt Chotin
Well don’t overthink it either J  Memory consumption is good to keep in mind but focus on building a clean design for your application first.  A clean overall design will allow you to optimize for things like memory later as your bottlenecks become clear.   Matt   From: [EMAIL

Re: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread nostra72
All I really want to do in a nutshell is have one action script component set a value for a variable and then have another action script component be able to recognize the value of that variable. I mean lets say you have an action script component thats taking up too much memory so you make anot

RE: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread Matt Chotin
Sure, it’d be something like this:   class component1 {   public var numberone : Number; }   class component2 {   public var comp1 : component1;     function readNumberOne() : Void   {     Var num : Number = comp1.numberone;     //do what you want   } }   class parent {

[flexcoders] Editing Text

2005-04-11 Thread carmhuntress
Hi, I am trying to dynamically getnerate text with an embeded swf file and enabe the thing to be editable when you click on it. Here is what I have so far. import mx.controls.TextInput; _root.onMouseDown = function() { _root.createTextField("mytext",1,_xmouse,_ymouse,200,100);

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
Ok Mr Matt, Got another one for you (or anyone else) Say I have the need to create a MXML component for the sake of making life easier by allowing access to mx:Tag based approach (aswell as script). if i do something like this: http://www.macromedia.com/2003/mxml"; initialize="doSomething()">

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
Ooops index.mxml (ie var tmp = this.createObjectClass(yourpath.to.yourmxmlfile,"name"); tmp["testItem"].getTestMethod(); // will invoke the RemoteObject within the mxml movieclip. - should be inside its own mx:Script tag etc. On Apr 12, 2005 4:29 PM, Scott Barnes <[EM