RE: [flexcoders] updating model.

2005-05-16 Thread Matt Chotin
Binding is not automatically two-way. Youll need to bind the empModel properties back from the TextInputs as well. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doodi, Hari - BLS CTR Sent: Friday, May 13, 2005 7:35 AM To:

RE: [flexcoders] Style Question

2005-05-16 Thread Matt Chotin
Add mouseOver handlers and whatnot to your cell renderer? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rich Tretola Sent: Friday, May 13, 2005 10:05 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Style Question Yep, you

RE: [flexcoders] SOAP response and deserialization to AS object

2005-05-16 Thread Matt Chotin
Its possible that Flex 1.5 does this differently but my guess is that if youre doing object deserialization (resultFormat=object or no resultFormat specified) that this is what will happen. Youd need to do resultFormat=xml and your own deserialization to maintain the spaces. Matt

RE: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Matt Chotin
Have you set variableRowHeight to true? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of nithya karthik Sent: Sunday, May 15, 2005 10:14 PM To: flexcoders Subject: [flexcoders] Datagrid word wrap- it isnt working. Hai, when i give

RE: [flexcoders] Binding to Dynamically Created Controls

2005-05-16 Thread Matt Chotin
Can you create a custom component that would be repeated? The component would have the binding and validation logic within it and youd simply tie it back to the larger model. There isnt really a way of setting up binding for dynamically created elements. Matt From:

RE: [flexcoders] Re: Charting Multiple Selections in dataGrid

2005-05-16 Thread Matt Chotin
Hmm, Im not really able to spot anything in here. You might need to distill this down into a complete example. Or perhaps youll just need to run this in a debugger (break in the addSeries method) and see if you can figure out why the data isnt lining up correctly. Matt

[flexcoders] Accordion Click Event

2005-05-16 Thread tenyearslove
I want to call a function when Accordion navigator Button clicked (when Change Accordion's selectedIndex of selectedChild) How can I this? 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

[flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread dave buhler
Does somoene have a link to the thread where one of our FlexCoders had posted a sample of Cairngorm being used with Tartan? Thanks, David Buhler 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

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Allen Manning
Hello David, Is this the one you are looking for? http://groups.yahoo.com/group/flexcoders/message/8408 HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870

[flexcoders] using Flash Pro UI in Flex

2005-05-16 Thread Michael Griffin
Title: Message I have several swfs created in Flash Pro that us some of the V2 Halo components (comboboxes and datagrids mostly). I have been trying to load the swfs into a Flex UI (using the loader tag) but am seeing lots of rendering problems in the swfs when I do. Datagrid columns

[flexcoders] Remoting Security with CFCs

2005-05-16 Thread dave buhler
I thought we could define the best-practices for locking down an application using Remoting with Coldfusion, and keep this as a rolling thread and updated list. Here is what I have come up with so far. Use SetCredentials with CFLogin to define the Roles. Check SetCredentials and Roles on

Re: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread dave buhler
Thanks very much Allen. It is! Are Agha's Zips still available? Dave On 5/16/05, Allen Manning [EMAIL PROTECTED] wrote: Hello David, Is this the one you are looking for? http://groups.yahoo.com/group/flexcoders/message/8408 HTH, Allen

RE: [flexcoders] Accordion Click Event

2005-05-16 Thread Niklas Richardson
Hi there, Try using the change event like so: mx:Accordian id=myAccordian change=myFunction() /mx:Accordian Here is the info from the docs: Events change Broadcast when the selected child container changes. The event object's target property contains a reference to the object

Re: [flexcoders] Style Question

2005-05-16 Thread Rich Tretola
I will give it a try this morning but this all seems like a lot of work to simply get the text color I want for the datagrid. Where is the Flex 2 wishlist where can I request a css style for this ? Rich On 5/16/05, Matt Chotin [EMAIL PROTECTED] wrote: Add mouseOver handlers and whatnot

RE: [flexcoders] Style Question

2005-05-16 Thread Allen Manning
Hello Rich, When I've noticed issues or had suggestions the Macromedia team pointed me in the direction of the 'Feature Request/Bug Report Form'. http://www.macromedia.com/support/email/wishform/ For documentation requests and comments, there is a separate docs email form.

Re: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Cliff Meyers
Yeah, I'd love to get my greedy mits on those too if they're available somewhere. -Cliff On 5/16/05, dave buhler [EMAIL PROTECTED] wrote: Thanks very much Allen. It is! Are Agha's Zips still available? Dave On 5/16/05, Allen Manning [EMAIL PROTECTED] wrote: Hello David,

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Allen Manning
I had a good look through the flexcoders Yahoo group website and had a difficult time searching back to January when this message was posted. I'll keep looking around and if I find the zip, I'll postit up here. Allen

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Robertson-Ravo, Neil (RX)
Is this what you are looking for? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Manning Sent: 16 May 2005 13:30 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm + Tartan Thread I had a good look through the flexcoders

RE: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Doodi, Hari - BLS CTR
We had the same problem but the way we did roundabout to this is - declare a var with a value with "\n" char in it and then bind this var to datagrid headertext property as shown below.. It did work for me. var ordappl=Order\nAppl; . . . mx:DataGridColumn headerText={ordappl}

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Robertson-Ravo, Neil (RX)
http://sourceforge.net/project/showfiles.php?group_id=100854package_id=141144 I believe you can get it all above. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robertson-Ravo, Neil (RX) Sent: 16 May 2005 13:50 To:

Re: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Sreejith Unnikrishnan
Probably you are missing something very simple ... as we always do :-) Specify variableRowHeight = "true" in the mx:DataGrid Then specify wordWrap in the mx:DataGridColumn. Eg. mx:DataGrid id="articlesDG" width="100%" height="100%" variableRowHeight="true" mx:columns mx:Array

[flexcoders] Flash call flex

2005-05-16 Thread devis
Hi, if i have a homepage all in flash, it's possible to integrate it with flex. For example with a classic button Flex i wish to display a flex Application. Can you help me please- Devis Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread dave buhler
Hi Allen, I had the same problem, too, searching back to January. Neil, I think there were 3 zips, total. TartanUI.zip TartanFlex.zip TartanCF.zip The link to the TartanFramework download site does not include a working example of Flex with Tartan. Oddly, it doesn't include a

[flexcoders] embed flash symbol problem

2005-05-16 Thread joao_m_fernandes
Hi there, I have a AS file that have all my icons (gif format) and now I'm trying to set new ones but in swf format like this: [Embed(source=/images/icons/mensagens.swf#icon_info1)] var icon_info:String; when I run my aplication I get this error: Error D:\sites\intranet

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Allen Manning
Neil, Could you unzip the directory and then rename all of the sub-zips to 'zippo', and email them to us as an attachment if you get the time. I think that might trick the anti-virus software. Otherwise, if you could email it to me offlist, then I will post it up on a website. I'm

Re: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Sreejith Unnikrishnan
Thanks Hari, I tried it ... it does work when you have want to construct the string from 2 non-variables. In your case I assume Order and Appl are not 2 variables and I wonder why you would want a variable for the header :-) ... But, I also found that if you want to construct from 2

RE: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Doodi, Hari - BLS CTR
Hi Sree, Thank you very much for the tip with two variables. I do remember this. Thanks! Hari -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unnikrishnan Sent: Monday, May 16, 2005 10:02 AM To:

RE: [flexcoders] Flash call flex

2005-05-16 Thread devis
thank you very much, Devis -Original Message- From: Dennis Baldwin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Date: Mon, 16 May 2005 09:07:51 -0500 Subject: RE: [flexcoders] Flash call flex I had this same question last week and Erik posted a great resource:

Re: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Sreejith Unnikrishnan
Yes :-! :-[ Sree and Hari, Shouldn't you place the escaped new line char in single quotes? var newHeader = Order + '\n' + Appl; Allen Allen

[flexcoders] including mxml with jsp tag, scrollbar problem

2005-05-16 Thread violabg2002
if I use a jsp tag to include my mxml application, like this: %@ taglib uri=FlexTagLib prefix=mm % html head meta http-equiv=Content-Type content=text/html; charset=iso-8859- 1 titleCNH ImageBank PressKit Manager/title script language=javascript src=script.js/script style type=text/css !-- body {

Re: [flexcoders] including mxml with jsp tag, scrollbar problem

2005-05-16 Thread Sreejith Unnikrishnan
You can use body scroll="no" violabg2002 wrote: if I use a jsp tag to include my mxml application, like this: %@ taglib uri="FlexTagLib" prefix="mm" % html head meta http-equiv="Content-Type" content="text/html; charset=iso-8859- 1" titleCNH ImageBank PressKit Manager/title script

[flexcoders] Accessing rows in a datagrid

2005-05-16 Thread Reto M. Kiefer
Hi, I'm trying for hours but doesn't come to a solution. I have a handler that should set a selected row in a datagrid to bold. The only thing I figured out is the highlighting for colums: function renderCell(event) { grid1.getColumnAt(event.columnIndex).setStyle(fontSize, 14); } (The

Re: [flexcoders] Looking for a critique

2005-05-16 Thread Manish Jethani
On 5/14/05, Jeff Steiner [EMAIL PROTECTED] wrote: 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 Looks pretty neat! I didn't get the purpose of the first accordion pane though. It just shows a map,

Re: [flexcoders] Looking for a critique

2005-05-16 Thread JesterXL
It does need a description; for me, I clearly saw the cold front coming on Friday evening, and knew my weekend of camping was screwed... but during nice days, you couldn't tell I guess! - Original Message - From: Manish Jethani [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

[flexcoders] what flash wysiwyg do you guys use?

2005-05-16 Thread Rick Schmitty
We are migrating a CMS over to flex and are looking for options. We were currently using soEditor as our WYSIWYG component http://www.siteobjects.com/pages/soeditor.cfm We knew going into the migration we'd be without some of its functionality. While this is IE only, I'd set the bar at their

[flexcoders] Flash maint release?

2005-05-16 Thread Shell Bryson
I wonder if anyone was expecting Flex 2.0 any time soon? Ive read in a couple of places today about Flex maintenance releases and another performance patch for Flash MX 2004 Never heard these mentioned before, and Im wondering if this is indicative of pushed-back releases dates - a la

Re: [flexcoders] Select and highlight child panel

2005-05-16 Thread Manish Jethani
On 5/14/05, Tom Fitzpatrick [EMAIL PROTECTED] wrote: Thanks - I already tried this, and the borderstyle property doesn't seem to have any effect on a Panel component. What property would create a highlight all the way around the edge of a Panel? The Panel does not seem to respect the border

RE: [flexcoders] Looking for a critique

2005-05-16 Thread Allen Manning
Jeff, I like it. It reminds me of the new weather widget that you can get in Tiger. I agree with changing the first pane, it does seem like it should be interactive. Best, Allen Allen Manning, Technical

[flexcoders] Re: including mxml with jsp tag, scrollbar problem

2005-05-16 Thread violabg2002
--- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: thanks Sreejith 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

RE: [flexcoders] Looking for a critique

2005-05-16 Thread Valy Sivec
It looks nice, I like it. Although, when entering an invalid zip code or 6 digits codes got an exception but you probably already know about it. Great stuff! ValyAllen Manning [EMAIL PROTECTED] wrote: Jeff, I like it. It reminds me of the new weather widget that you can get in Tiger. I

Re: [flexcoders] Looking for a critique

2005-05-16 Thread Jeff Steiner
Thanks, The source will be coming soon - I just want to finish it up first. As far as the interactive map goes - I am rationalizing how difficult it would be to add this. We shall see. Jeff - Original Message - From: Manish Jethani [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] Accessing rows in a datagrid

2005-05-16 Thread Manish Jethani
On 5/16/05, Reto M. Kiefer [EMAIL PROTECTED] wrote: I have a handler that should set a selected row in a datagrid to bold. The only thing I figured out is the highlighting for colums: function renderCell(event) { grid1.getColumnAt(event.columnIndex).setStyle(fontSize, 14); } (The

[flexcoders] Hibernate 3

2005-05-16 Thread Rich Tretola
Has anyone been able to get data using Hibernate 3 ? Rich 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:

Re: [flexcoders] Development of components with AS

2005-05-16 Thread Manish Jethani
On 5/13/05, Erik Westra [EMAIL PROTECTED] wrote: Hello, some questions :) Answers inline... 1: _measuredWidth _measuredHeight _measuredPreferredWidth _measuredPreferredHeight __width __height etc. Is there anywhere a list of these kind of properties that can be used with the

RE: [flexcoders] Datagrid word wrap- it isnt working.

2005-05-16 Thread Tracy Spratt
\n works if you assign it in AS. For declarative style you can force a new line with {newline} Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unnikrishnan Sent: Monday, May 16, 2005 9:42 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: editable datagrid

2005-05-16 Thread Rajesh Jayabalan
Hi Manish, My data provider is a httpService, so how can I send the edited data back? And since the dataprovider is an object, how to access the object in my java (webservice class). Rajesh J --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/14/05, Rajesh

Re: [flexcoders] Development of components with AS

2005-05-16 Thread JesterXL
$var or _var was typically private, where-as __var was Macromedia's private. - Original Message - From: dave buhler To: flexcoders@yahoogroups.com Sent: Monday, May 16, 2005 1:19 PM Subject: Re: [flexcoders] Development of components with AS What's common

Re: [flexcoders] some datagrid ideas ...

2005-05-16 Thread Manish Jethani
On 5/10/05, Jim Laing [EMAIL PROTECTED] wrote: As part of developing our current application, I've been working on customizing the datagrid's default behavior to suit our needs. I've done this mostly through a subclass of the datagrid which we refer to internally as WGDataGrid. [...]

Re: [flexcoders] Development of components with AS

2005-05-16 Thread dave buhler
Is there a common approach to differentiate public vars?On 5/16/05, JesterXL [EMAIL PROTECTED] wrote: $var or _var was typically private, where-as __var was Macromedia's private. - Original Message - From: dave buhler To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Development of components with AS

2005-05-16 Thread Manish Jethani
On 5/16/05, dave buhler [EMAIL PROTECTED] wrote: What's common usage for variables with underscores in a class architecture? __variable vs _variable vs variable? I hope I'm getting this right... somebody correct me if I'm wrong: 1. Double underscore for private variables holding values

Re: [flexcoders] Re: editable datagrid

2005-05-16 Thread Manish Jethani
On 5/16/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote: My data provider is a httpService, so how can I send the edited data back? Let's say you have this editable DataGrid in your application: mx:DataGrid id=grid editable=true dataProvider={httpService.result.insideTheResult} / The edited

RE: [flexcoders] Re: editable datagrid

2005-05-16 Thread Doodi, Hari - BLS CTR
Don't we have to have a mapping AS class (with Object.registerClass() method)in order to pass back the dataprovider to POJO? Thanks! Hari -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Monday, May 16, 2005 1:48 PM To:

RE: [flexcoders] Re: editable datagrid

2005-05-16 Thread Sreejith Unnikrishnan
Title: Message Maybe you want to lookat his article by Christopheat Macromedia. http://www.macromedia.com/devnet/flex/articles/complex_data_print.html If offers insight into both HTTP and WebService methods. Sree -Original Message-From: flexcoders@yahoogroups.com

Re: [flexcoders] Development of components with AS

2005-05-16 Thread JesterXL
Typically _ was used with same names, so: _selectedIndex could be the private, and the getter: public function get selectedIndex To me, publics should just be normal vanilla, and the class should handle those details, consitently. For more info:

Re: [flexcoders] cell render problem

2005-05-16 Thread Manish Jethani
On 5/17/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote: note:: clTypeSrv is my HTTPService and clTypeSrv.send() is called on application initilize. private function initCellRenderer() : Void { ComboBoxCellRenderer.dataProvider = clTypeSrv.result.types.type; } this is creating

[flexcoders] Re: cell render problem

2005-05-16 Thread Rajesh Jayabalan
Hi, The jsp returns a xml which is ?xml version=1.0 encoding=utf-8 ? types type label=-- Select -- data= / type label=Advertising Company data=AD/PROMO CO / type label=Broker data=BROKER / type label=Clearing Company data=CLEARING / type label=Agency data=DEMO AGENCY / type

RE: [flexcoders] Development of components with AS

2005-05-16 Thread Simon Fifield
I asked the same question as point four: These classes are not included in the FlexForFlash.zip file while they can be valuable to the development of good UI components. Does any1 know why? The Macromedia answer was that FlexForFlash.zip was included for backward compatibility with

RE: [flexcoders] Development of components with AS

2005-05-16 Thread Gordon Smith
Title: Message I think there are some line number arguments to fdb's list command so that you can list an entire file at once. - Gordon -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simon FifieldSent: Monday, May 16, 2005

RE: [flexcoders] cell render problem

2005-05-16 Thread Tracy Spratt
Where are you calling: initCellRenderer()? It should be in the result handler for the http service. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Monday, May 16, 2005 4:42 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] embed flash symbol problem

2005-05-16 Thread Wilfred LEUNG
Use this syntax: [Embed(source=/images/icons/mensagens.swf, symbol=icon_info1)] var icon_info:String; Wilfred -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Monday, May 16, 2005 9:58 PM To: flexcoders@yahoogroups.com

[flexcoders] Question about error message

2005-05-16 Thread nostra72
Ok I was writing a rather large mxml file one that is about 62KB, its never given me any problems with the amount of memory before and I actually removed like about a few hundred lines of code to make the application smaller. So what has me so confused is why am I getting a message saying its

[flexcoders] Flex and Google Maps

2005-05-16 Thread Corey
Hi All, Has anyone used Flex as a front end for Google Maps? I was thinking of giving this a stab but I have no idea how hard it might be or if I should even try it? Any thoughts on this idea? Thanks, COREY Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] BiDi/right-to-left support in Flex

2005-05-16 Thread jruud68
I was just browsing through the code for mx:TextInput, trying to figure out if it would be possible to add right-to-left support to the basic Flex input controls (like mx:TextInput). However, I suspect there is probably some reason why this wasn't just added to Flex in the first place... Has