Re: [flexcoders] Re: cfc do not understand cairngorm VO?

2007-12-06 Thread João Fernandes
Mark, send me both of your CFC and VO to my email and I'll check why it doesn't work for you. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] Re: How to restore automatic height calculation (after an explicit value was set

2007-12-06 Thread Cosma
Thank you very much Dan, it worked perfectly :) The only complexity (if anyone is interested) is due to the fact that height is set using a Resize effect, that always change the height property of the component. I managed to make it work by: 1) Keeping measuredMinHeight as the heightTo property

Re: [flexcoders] Re: Strange behaviour with singleton's and modules?

2007-12-06 Thread bjorn -
Thanks for the link, I'll check it out (but I'm from a Java world so I like my .getInstance() ;-) ) Here's my singleton test implementation: package com.juicability.moduletesting { public class TestSingleton { private static var instance:TestSingleton; // the only instance of this

[flexcoders] Re: Binding to a ViewStack Child Container Property

2007-12-06 Thread johantrax
--- In flexcoders@yahoogroups.com, tedgies [EMAIL PROTECTED] wrote: Jeez, what happened? I've never been cutoff when posting to a newsgroup before! Just seems like a misunderstanding both ways. Your first post only stated you were trying, not that it didn't work... And the 'And?' from Tom

Re: [flexcoders] Missing classes when using RSL cache

2007-12-06 Thread Tom Chiverton
On Wednesday 05 Dec 2007, Alex Harui wrote: Because TweenEffect is not in the app? I should have been clearer - when not using data vis. as a RSL there is no error. I'll try and make up a test case today. -- Tom Chiverton Helping to augmentatively envisioneer enterprise-class solutions on:

Re: [flexcoders] cairngorm value object type and cfc type do not match,why?

2007-12-06 Thread Tom Chiverton
On Wednesday 05 Dec 2007, Mark Shen wrote: cfreturn true / This will arrive in Flex as the string true, but otherwise should work. Change the log level to 'Debug' at the bottom of services-config.xml, bounce CF, and you should see information about what is being sent to/from the remoteing

Re: [flexcoders] Re: cfc do not understand cairngorm VO?

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, markflex2007 wrote: Do you think if it is possible to use Object object to take place VO object? and from cfc we can use struct Yes, that'll work, but all the keys will be uppercased, and working with an anonymous Object isn't as intuitive (and if you use Builder you

Re: [flexcoders] styling Flex - able to use multiple stylenames - styleName=styleA styleB ?

2007-12-06 Thread Tom Chiverton
On Wednesday 05 Dec 2007, sgarrity1 wrote: So this does not seem to work: mx:VBox styleName=styleA styleBexample/mx:VBox mx:VBox styleName=styleA mx:VBox styleName=styleBexample/mx:VBox /mx:VBox ? -- Tom Chiverton Helping to professionally facilitate 24/365 portals on:

Re: [flexcoders] LINUX BLANK PAGE

2007-12-06 Thread Tom Chiverton
On Wednesday 05 Dec 2007, Darron Schall wrote: Platform. The Linux Flash Detection seems to be spotty in generally. SWFObject's has been rock solid. It seems to work best on Linux if you change the Flex Compiler options to generate an html wrapper without the detection code in it. Or use an

Re: [flexcoders] Missing classes when using RSL cache

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, Tom Chiverton wrote: I'll try and make up a test case today. Test case is the simple: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:AdvancedDataGrid / /mx:Application Smells like a bug, or could I have got some RSL setting

Re: [flexcoders] Re: Local storage of password

2007-12-06 Thread Tom Chiverton
On Wednesday 05 Dec 2007, rmarples wrote: SharedObject because it's not sensitive, but for the password the salesforce.com security requirements are such that you can only store local passwords if you encrypt them SharedObject is encrypted, to all intents and purposes. requirement just

Re: [flexcoders] How to upload file with Flex and coldfusion?

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, markflex2007 wrote: Please let me know which component I can use to do this.or post some URLs for this. FileReference.upload() I think, without reading the LiveDocs. -- Tom Chiverton Helping to quickly revolutionize next-generation e-business on:

Re: [flexcoders] CSS usage?

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, Lex wrote: This application of the CSS sheet, is only good at compile time? There's a StyleManager if you want to alter/load at run time. -- Tom Chiverton Helping to greatly transform enterprise-class markets on: http://thefalken.livejournal.com

Re: [flexcoders] CSS usage?

2007-12-06 Thread Peeyush Tuli
http://fleksray.org/Flex_skin.html#Flekristal have a look at the demo with this skin. Explains the usage of mx.styles.StyleManager to change the style attributes like color ,transparency configurable by a user at runtime. Thanks, Peeyush Tuli MetaDesign Solutions. On Dec 6, 2007 5:59 AM, Lex

[flexcoders] AsDoc and libraries problem

2007-12-06 Thread rleuthold
Hi, I want to run asdoc (from command line) for my project, but always getting an error cause of the flexlib components I'm using (Error: Could not resolve flexlib:SuperTabNavigator to a component implementation). Does somebody have an idea how to exclude the flexlib components when running

[flexcoders] Re: Adding custom events to the pre-loading sequence

2007-12-06 Thread dave_defusion
rudmonster, an example would be good as I've not been able to announce custom events from the app that the preloader seems to see, unless I use the previous suggestion. My solution to preload the stylesheets was to do it within the preloader itself so have a 2 step preload, only once both steps

Re: [flexcoders] ValueObject Factories?

2007-12-06 Thread shaun
Hi Christophe, Christophe Herreman wrote: Hi all, I was wondering how you guys deal with model objects and their corresponding value objects. We have a pretty big domain model with complex nested classes and we need to create value objects from them before sending them to the server. Right

[flexcoders] Re: Sequence Diagram for Cairngorm

2007-12-06 Thread lawriegallardo
Hi Bjorn, Thanks for your reply. Unfortunately the Cairngorm Diagram at cairngormdocs.org isn't what I'm looking for - what I'm after is an actual UML sequence diagram... Cheers, Lawrie --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: cairngormdocs.org On

Re: [flexcoders] Re: Sequence Diagram for Cairngorm

2007-12-06 Thread Paul Andrews
- Original Message - From: lawriegallardo [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 06, 2007 11:40 AM Subject: [flexcoders] Re: Sequence Diagram for Cairngorm Hi Bjorn, Thanks for your reply. Unfortunately the Cairngorm Diagram at cairngormdocs.org

[flexcoders] Summary Data

2007-12-06 Thread triggersoftware
I have two grids. The first has a list of users: User Type --- Bob IT James Marketing Mark Marketing Stef Sales The second contains a summary view of the users *by type*: Type Count --- IT 1 Marketing 2 Sales 1

[flexcoders] Re: Another Change Event?

2007-12-06 Thread triggersoftware
Thanks. In the end I just put a delay on the effect. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Try callLater? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of triggersoftware Sent: Thursday,

[flexcoders] Sloooooow Flex Builder

2007-12-06 Thread Tim Ashworth
Hi I'm using the flex builder 3 plugin to Eclipse and it is slow, especially when I save, even though I've not checked the build automatically preference in the project menu. I've also popped out and run eclipse with the eclipse -clean command. Is there anything else I can do about the long

[flexcoders] Security sandbox violation 2048

2007-12-06 Thread sarah_e_boys
I was hoping someone could help me with this security violation error I am getting. I recently uploaded my image gallery application to a server and when I try to download an image via a zip file I get this error. It was working fine locally. As a simple test I have used the following code.

Re: [flexcoders] Security sandbox violation 2048

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, sarah_e_boys wrote: I was hoping someone could help me with this security violation error I am getting. I recently uploaded my image gallery application to a server and when I try to download an image via a zip file I get this error. It was working fine locally. You

[flexcoders] RegExpValidator

2007-12-06 Thread johantrax
Hi all, I'd like to validate some textfields to match on alphabetic input and whitespace only, which brought me to the RegExpValidator. (Rather long post, please bear with me) First of all: I'm no big hero in regular expressions. I mostly can read one when I see one, but that's about it. So I

[flexcoders] Re: Security sandbox violation 2048

2007-12-06 Thread sarah_e_boys
Thanks Tom. I have a crossdomain.xml file. The problem is that I misspelt the domain name in my code. info-hrw should be info.hrw- uk.local... --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 06 Dec 2007, sarah_e_boys wrote: I was hoping someone

[flexcoders] Re: Summary Data

2007-12-06 Thread triggersoftware
Just adjust it's data provider to match the new summary data, from your existing add method. Are you talking about adding something into the method which adds a user to go and recalculate a separate model which is bound to the summary table? If I understand you correctly then I'd have to fire

Re: [flexcoders] Sloooooow Flex Builder

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, Tim Ashworth wrote: pauses on saves or just get used to sitting on my hands looking out the window (at the rain)? Are you saving locally or to a network ? Do you have an on-access virus scanner running ? How many projects do you have open ? -- Tom Chiverton Helping

Re: [flexcoders] Summary Data

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, triggersoftware wrote: These two grids are on the same form. As users are added to the first grid I want to the second grid to refresh. How do I do this? Just adjust it's data provider to match the new summary data, from your existing add method. -- Tom Chiverton

Re: [flexcoders] Re: Summary Data

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, triggersoftware wrote: Are you talking about adding something into the method which adds a user to go and recalculate a separate model which is bound to the summary table? Yes. If I understand you correctly then I'd have to fire this summary refresh when I removed a

[flexcoders] Re: RegExpValidator

2007-12-06 Thread johantrax
Kill me, shoot me, whatever ;) Just found out the correct expression to use.. ^[a-zA-Z\s]*$ will match alphanumeric (no special chars) and whitspace only --Johan

[flexcoders] How to set selected index to 0 when i click on any columnheading to sort the datagrid

2007-12-06 Thread Girish
Hi all When i click on column heading in datagrid, i want to set the 1st item as selected. how can i achieve this. I am filling data in datagrid control and making the first index selected for the first time, my question is when i sort the columns at that time i tried to set the selected

Re: [flexcoders] Re: RegExpValidator

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, johantrax wrote: ^[a-zA-Z\s]*$ will match alphanumeric (no special chars) and whitspace only No, just alpha ? ^[a-zA-Z0-9\s]*$ would be alphanumeric and whitespace. -- Tom Chiverton Helping to proactively restore global functionalities on:

Re: [flexcoders] How to set selected index to 0 when i click on any columnheading to sort the datagrid

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, Girish wrote: tried to set the selected index to 0, but it is not selecting the first index, how to set the selected index to 0 when i sort any column in tc:guess set selectedIndex=0 via callLater /tc:guess -- Tom Chiverton Helping to confidentially build B2C niches

[flexcoders] Re: Summary Data

2007-12-06 Thread triggersoftware
Maybe if you showed us how the two things are wired up together at the moment, we'd could be more specific. The summary grid is not wired up yet. I just a have my main grid of users and I want to add the summary grid. The kind of thing I was expecting to do was to simply define a datasource

[flexcoders] Re: RegExpValidator

2007-12-06 Thread johantrax
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 06 Dec 2007, johantrax wrote: ^[a-zA-Z\s]*$ will match alphanumeric (no special chars) and whitspace only No, just alpha ? ^[a-zA-Z0-9\s]*$ would be alphanumeric and whitespace. Got it, copied it

Re: [flexcoders] Re: Summary Data

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, triggersoftware wrote: The kind of thing I was expecting to do was to simply define a datasource for my summary grid and that datasource to define a dependency on the main grid's datasource. Therefore if any of the You could say: mx:DataGrid id=summaryGrid

[flexcoders] Re: Populate one object based on content of other objects. Best practice?

2007-12-06 Thread jer_ela
I had to do something similar and used an approach that looks something like this public function CustomObject(argsObject:Object) { for (var arg:String in argsObject) { switch (arg) { case somePropName: //code for a property that needs special handling

[flexcoders] Re: How to upload file with Flex and coldfusion?

2007-12-06 Thread Derrick Grigg
Check this post, it should help. http://www.dgrigg.com/post.cfm/08/02/2007/Flex-and-Flash-file-uploading-with-return-data Derrick -- Derrick Grigg www.dgrigg.com

[flexcoders] getting error in assigning value to a variable from 1mxml component to another component when i change the dropdown

2007-12-06 Thread Girish
Hi All, I placed 3 mxml component inside a mxml component. in 1st component i have place 2nd component at top and another 2components placed in canvas [ TabNavigator is used] when i click/select a tab then i am showing related component. I am getting the following error when i try to set value

[flexcoders] Re: Cairngorm design questions about Command-View communication

2007-12-06 Thread Derrick Grigg
You're not the first and likely not the last to struggle with that exact issue. I ran across that same problem when starting with Cairngorm in Flex. I ran across a few interesting articles on something called a ViewController which seems to work quite well. Essentially the View registers as a

[flexcoders] Re: How to set selected index to 0 when i click on any columnheading to sort the

2007-12-06 Thread candysmate
To set the selectedIndex to 0 when the dataGrid initializes try: creationComplete = this.selectedIndex = 0;

Re: [flexcoders] Re: Summary Data

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, triggersoftware wrote: mx:DataGrid id=summaryGrid dataProvider={ makeSummary(usersGrid.dataProvider) } Ah...that looks more like it! The only problem is that the summary grid is not regenerated if the source changes:

[flexcoders] Re: Summary Data

2007-12-06 Thread triggersoftware
mx:DataGrid id=summaryGrid dataProvider={ makeSummary(usersGrid.dataProvider) } Ah...that looks more like it! The only problem is that the summary grid is not regenerated if the source changes: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] trying to get flex + php + firebird to work

2007-12-06 Thread suomaf
Hello all, I am new to flex and am just starting out. Please forgive me if i am asking noob questions. I looked at the example at http://devzone.zend.com/article/11-Integrating-Adobe-Flex-and-PHP and tried to make it work for firebird. I have a linux box at 192.168.0.238 which has apache and

[flexcoders] Re: FlashPlayer now support H.264, How can Flex do with the new feature?

2007-12-06 Thread phattarin_s
Hi, Larry. I am very exciting about this cool feature. Anyway, with shared same architect, Flex may also support this new feature. Following the Flash CS3 too. But I still not try it ;) --- In flexcoders@yahoogroups.com, Larry Zhang [EMAIL PROTECTED] wrote: Hello All ADOBE

[flexcoders] Re: Cairngorm design questions about Command-View communication

2007-12-06 Thread phattarin_s
Hi, anzer (hope it is your nickname) I have been using the cairngorm framework in my university's project. Latest version, 2.2.1 beta, introduces the ViewLocator and ViewHelper class. It makes possibility to access control in view-tier from command logic. Anyway, I also found the problem in

[flexcoders] Re: ValueObject Factories?

2007-12-06 Thread phattarin_s
Hi, Christophe. I have used VO in send/recieve communication with server by use Java Spring. No problem at all, but I still don't try to use custom-define collection class to contain VO. It works well with ArrayCollection - List, Array. Hope it help you. Phattarin --- In

[flexcoders] Tactics for writing data to the DB?

2007-12-06 Thread Barry
Should we write a little a lot or a lot a little? The reason I ask is that in a normal html web form type of page After the user edited any fields, I would wait for the user click to submit/update before sending anything to the sever. However, taking the datagrid in Flex as an example, the user

[flexcoders] TileList Memory Issues - not freeing up renderers

2007-12-06 Thread rueter007
Hi, I have a tilelist with a custom item renderer showing an image and some text. I used the profiler to look at the memory issues and see that the tilelist is not reusing renderers when the dataprovider changes. It simply creates new renderers. Moreover, when I scroll up and down on the

[flexcoders] Question regarding loading spinner icon

2007-12-06 Thread Loyvin
I want to change the default busy icon (the clock) in my flex application. Is there a way? How can I do this? Thanks.

[flexcoders] how to create 3D chart using Flex 3

2007-12-06 Thread i_m_suniket
Hi there, I have installed the new Flex 3 Beta. Also I can have ILOG in this version of Flex. so I have written the follwing code for creating #D Pie Chart in an simple MXML file. There is no error in code, but I got the error while compilation :

[flexcoders] Multiple Series Flex Charting

2007-12-06 Thread netdeep
Hi, I'm new to flex and new to this group. I really like flex so far, but I'm having problems getting data from an xml source to display dynamically in a flex chart. The xml has an indeterminate number of series and each series will contain metadata which defines what type of chart it is

[flexcoders] Combo as itemEditor

2007-12-06 Thread Barry
I am using a comboBox component as an itemEditor within a datagrid and am dispatching an event on a change in the comboBox dispatchEvent(new DataGridEvent(dgDataChange, true,false,col,field)); I can catch this and send it to a listener function no problem. However, in the listener function I

[flexcoders] DataGridDragProxy - Transparency

2007-12-06 Thread marcel.beerta
I want to re-skin the Item which is rendered when I drag an item from a DataGrid. I've read an article which showed a basic example how it is done and it's working fine. Flex seems to set a default transparency to the listitem when I drag it around and i couldn't find any property which would

[flexcoders] Re: Summary Data

2007-12-06 Thread triggersoftware
It was this level of fiddling about that I didn't really want to have to get into, but I've managed to limit it to the following: mx:DataGrid id=grdSummary creationComplete={ArrayCollection(grdDetail.dataProvider).addEventListener(CollectionEvent.COLLECTION_CHANGE, makeSummary)};makeSummary()/

Re: [flexcoders] Combo as itemEditor

2007-12-06 Thread Scott Melby
In the itemEditEnd handler I get the comboBox as follows: var comboBox:ComboBox = ComboBox(event.currentTarget.itemEditorInstance); hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com Barry wrote: I am using a comboBox component as an itemEditor within a

Re: [flexcoders] AsDoc and libraries problem

2007-12-06 Thread Muzak
Add the location of the flexlib swc to the -source-path parameter list asdoc -source-path path/to/project path/to/flexlib ... - Original Message - From: rleuthold [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 06, 2007 12:02 PM Subject: [flexcoders] AsDoc and

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-06 Thread ryanharlin
So things are half-working. I say half-working because they work but they give me an error when I compile. switching a viewstack in the nested mxml app is done like this in my code: viewstack in main file is called mainscreens inside that viewstack are two fr tags so it looks like this:

[flexcoders] SeriesInterpolate effectEnd event continually dispatches

2007-12-06 Thread vic8427
I have a chart with 3 series. I use the SeriesInterpolate effect with the column series. I want to use the effectEnd event to call a function. mx:SeriesInterpolate id=interpolate duration=800 elementOffset=0 effectEnd=effectEndHandler(event);/ This event dispatches, but does so continually.

[flexcoders] Redirect to new page

2007-12-06 Thread Mark
How can I redirect the user to a new page if that uses doesn't have the plug-in or an out of date plug-in? Thanks, Mark

[flexcoders] Re: How to access .net dll's in FLEX 3.0

2007-12-06 Thread Praveen
Thanks for the reply. Today i came to know that in our company FlashRemoting is used with JRUN by FLEX to access .NET dll's. and the dll's return data in HASHTABLE format. Now JRUN is not there. Can I know presently how FLEX 3.0 can access .NET dll's using IIS and

RE: [flexcoders] Combo as itemEditor

2007-12-06 Thread Tracy Spratt
event.target (or currentTarget) returns a reference to the ComboBox, so you should be able to access any public members, like selectedIndex, selectedItem, selectedLabel... Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry

[flexcoders] Datatips with buttons - using dataTipRenderer

2007-12-06 Thread maybe later...
Hi, I'm trying to put a button in a datatip. I created a class, extending the DataTip class. I did an override to createChildren, adding my button. (also override to measure() to widen it for the button, and get/set data). I attached the hide event to a function that keeps the datatip visible

RE: [flexcoders] Re: How to access .net dll's in FLEX 3.0

2007-12-06 Thread Jim Hayes
Look into fluorine or weborb, both are remoting solutions for dotnet. Personally I'm using fluorine at the moment and am quite happy with it. There are getting started tutorials for both just a short google search away (Sorry, I don't have any links to hand just now) Jim. -Original

Re: [flexcoders] Re: How to access .net dll's in FLEX 3.0

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, Praveen wrote: .NET dll's. and the dll's return data in HASHTABLE format. Now JRUN is not there. Can I know presently how FLEX 3.0 can access .NET dll's using IIS and FlashRemoting. Thanks in advance. You need a server (not IIS) of some sort, like BlueDragon, Adobe's

Re: [flexcoders] Re: How to access .net dll's in FLEX 3.0

2007-12-06 Thread Jeffry Houser
Have you looked into LiveCycle Data Services yet? Praveen wrote: Thanks for the reply. Today i came to know that in our company FlashRemoting is used with JRUN by FLEX to access .NET dll's. and the dll's return data in HASHTABLE format. Now JRUN is not there. Can I know presently how

Re: [flexcoders] Datagrid ItemEditor - multiple data edits?

2007-12-06 Thread Ken Dunnington
I'm doing exactly that, and it is pretty easy. Here's the LiveDoc link: http://livedocs.adobe.com/flex/201/html/celleditor_073_15.html#247667 and you also might want to read over this bit on making your custom editor respond to keyboard events (enter and escape, for example)

[flexcoders] Re: Redirect to new page

2007-12-06 Thread Abyss Knight
This is the JS library I've been using, and it works like a charm: http://blog.deconcept.com/swfobject/ -- William --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: How can I redirect the user to a new page if that uses doesn't have the plug-in or an out of date plug-in?

[flexcoders] Double click tree item editing

2007-12-06 Thread Ken Dunnington
I needed my Tree control to only bring up the item editor when double clicked. I was going to post this as a question, but instead dug into it a bit more and came up with a solution, so I thought I'd share in case anyone else needs the same functionality (or has a better solution.) Basically, I'm

Re: [flexcoders] Double click tree item editing

2007-12-06 Thread Jerome Clarke
right on time. thanks... :p I was gonna work on this myself soon I'll try this out later On Dec 6, 2007 4:44 PM, Ken Dunnington [EMAIL PROTECTED] wrote: I needed my Tree control to only bring up the item editor when double clicked. I was going to post this as a question, but instead

[flexcoders] Re: AdvancedDataGrid::toolTip formatting

2007-12-06 Thread sreeni_r
If you need groupLabelFunction or the normal labelFunction to show html text you need to use custom itemRenderers because the default itemRenderes do not attempt to show html text. --- In flexcoders@yahoogroups.com, tungchau81 [EMAIL PROTECTED] wrote: The same thing for groupLabelFunction.

RE: [flexcoders] How to set selected index to 0 when i click on any columnheading to sort the datagrid

2007-12-06 Thread Alex Harui
You'll get a HEADER_RELEASE event, then I would wait for updateComplete before setting selectedIndex. The sort code wll try to retain the selected item and you need to wait until it has run. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Re: Flex 3::AdvancedDataGrid::groupItemRenderer is for group or branch node only?

2007-12-06 Thread sreeni_r
ADGGroupItemRenderer is used for all the items in that column because it attempts to show parent and leaf icons for the items. Hence the color is getting applied for the tree column child labels. --- In flexcoders@yahoogroups.com, tungchau81 [EMAIL PROTECTED] wrote: Hi, My AdvancedDataGrid

RE: [flexcoders] Re: How to access .net dll's in FLEX 3.0

2007-12-06 Thread Lukas Ruebbelke
I have been working with WebOrb for the last couple months to connect to a .net dll and it has performed like a champ. My suggestion would be to download the standard edition and go through a few of the example files. It is incredibly easy to set up and get going. -Original Message-

RE: [flexcoders] DataGridDragProxy - Transparency

2007-12-06 Thread Alex Harui
imageAlpha param on doDrag() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of marcel.beerta Sent: Thursday, December 06, 2007 6:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGridDragProxy - Transparency I want to

RE: [flexcoders] Missing classes when using RSL cache

2007-12-06 Thread Alex Harui
Darrell, do all dependent rsls have to be used as well? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, December 06, 2007 1:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Missing classes when using

RE: [flexcoders] Re: DataGrid tab order (again)

2007-12-06 Thread Alex Harui
I think you are describing bug SDK-12588 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang Sent: Wednesday, December 05, 2007 11:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGrid tab order (again)

RE: [flexcoders] MOUSE RIGHT CLICK EVENT..

2007-12-06 Thread Alex Harui
No such event in the flash player. You can detect context menu events From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yourName Sent: Wednesday, December 05, 2007 11:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] MOUSE RIGHT

RE: [flexcoders] Add textfield error

2007-12-06 Thread Alex Harui
In flex, container children must be iuicomponents. Use uitextfield From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Lee Sent: Wednesday, December 05, 2007 8:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Add

[flexcoders] Support ical recurrence in Flex Calendar

2007-12-06 Thread kuroiryu42
I am expanding on the calendar from http://www.quietlyscheming.com/blog/components/interactive-calendar/ I want to be able to support holiday calendars which means I need to support recurrence rules. I tried loading a holiday calendar and inspecting the calendar the holiday feed was loaded but

RE: [flexcoders] Sloooooow Flex Builder

2007-12-06 Thread Tim Ashworth
One project open, sometimes save to a network drive, sometimes save locally, always slow. I learnt about the open project thing and that's made things better, but really it's still pretty unbearable. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: dataTipFunction position in datagrid

2007-12-06 Thread Alex Harui
Listen to renderer not control From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tungchau81 Sent: Wednesday, December 05, 2007 5:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dataTipFunction position in datagrid Hi

RE: [flexcoders] Custom ItemEditor too big for container

2007-12-06 Thread Alex Harui
variableRowHeight? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ken Dunnington Sent: Wednesday, December 05, 2007 11:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom ItemEditor too big for container I've built a

RE: [flexcoders] Re: PrintDataGrid variablerowheight issue

2007-12-06 Thread Alex Harui
Please file a bug with a simple test case and post the bug# From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jf317820 Sent: Wednesday, December 05, 2007 9:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: PrintDataGrid

Re: [flexcoders] Sloooooow Flex Builder

2007-12-06 Thread Paul Andrews
Plenty of disc space? - Original Message - From: Tim Ashworth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 06, 2007 4:52 PM Subject: RE: [flexcoders] Sloow Flex Builder One project open, sometimes save to a network drive, sometimes save locally,

Re: [flexcoders] Reusing a localconnection

2007-12-06 Thread Guillermo Villasana
I forgot, I am using it to send and recieve between flex and flash using AS2. Thanks Guillermo Villasana wrote: Hello everyone, I know that with LocalConnection you can only have one connection with the same name... the problem I am having here is that if you open a second window of the same

[flexcoders] Re: Using DateField as itemEditor for DataGrid column

2007-12-06 Thread carl_steinhilber
Anybody? Anybody? Various other namespaces seem to have definitions for date values, but I haven't been successful in loading up other namespaces in XML docs for Flex consumption. And I'm not convinced it would work even if I did... seems like the date value would *still* need to be in a format

[flexcoders] Re: Combo as itemEditor

2007-12-06 Thread carl_steinhilber
I would imagine that you don't *really* want to act on the change event for the ComboBox. You'll be able to get the selectedItem for the ComboBox, but you'll lose context and won't know which row in the datagrid you're acting on... which I would think would be important. As Scott mentioned, tie

[flexcoders] Spacing wrong with embedded fonts and htmlText -- please help

2007-12-06 Thread toofah_gm
I am seeing some terrible problems when attempting to make my html text look nice in a TextArea component that uses embedded fonts. It seems that my br/ tags and my spaces are not being respected. Here is some sample code that shows it all. I have embedded arial.ttf font in this example since

Re: [flexcoders] Re: How to access .net dll's in FLEX 3.0

2007-12-06 Thread Jeffry Houser
I thought for RemoteObject you needed more than just an application server? Using CF you can access CFCS, but .NET assemblies? I was unaware that BlueDragon had any Flex Remoting support. Tom Chiverton wrote: On Thursday 06 Dec 2007, Praveen wrote: .NET dll's. and the dll's return data

[flexcoders] Sanity Check!

2007-12-06 Thread triggersoftware
Is there any way to strongly type the objects that come back from a Webservice call? Something along the lines of: [Bindable(wsdl=http://localhost:8080/MyProject/CandidateService?wsdl.Questionnaire)] public class Questionnaire { ... } I know about the proxy generation in Flex Builder 3...

[flexcoders] Drag And Drop Question: List within list...

2007-12-06 Thread Boson Au
Hi everyone, I'm a beginning Flex Developer, but I've had a couple of years experience w/ scripting. here's my problem: my current app basically deals with folders and files, such that a folder has files and a folder can have another folder (that has files or other folders... you get the idea)

[flexcoders] Display an html page in a flex popup

2007-12-06 Thread letterpigeon
Hi all, Has anyone successfully embeded html in a flex popup. I've looked at the IFrame approach in this link http://www.deitte.com/archives/2006/08/finally_updated.htm and able to get html to display in a simple canvas but i can't figure out how to take it a step further (putting it in a

[flexcoders] Re: Missing classes when using RSL cache

2007-12-06 Thread Darrell Loverin
Yes, dependent RSLs must be included as well. The datavisualization RSL is dependent on the framework RSL. This means when you use datavisualization as an RSL you must also use the framework as an RSL. Also note that since the datavisualization is dependent on the framework RSL, the

Re: [flexcoders] Sloooooow Flex Builder

2007-12-06 Thread Scott Melby
My project eventually grew to a point where FB was completely unusable. That forced me to re-org my code into modules which has been much better. I decided on a single project with multiple modules... which means it is still dog slow when I clean the project. But, otherwise things are much

[flexcoders] Reusing a localconnection

2007-12-06 Thread Guillermo Villasana
Hello everyone, I know that with LocalConnection you can only have one connection with the same name... the problem I am having here is that if you open a second window of the same page, the comunication is lost, so is there a way to determine that an id is already open, an use it, so the

RE: [flexcoders] Re: Combo as itemEditor

2007-12-06 Thread Tracy Spratt
Yes, that is correct, I misspoke. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Thursday, December 06, 2007 1:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Combo as itemEditor I would

RE: [flexcoders] Re: Using DateField as itemEditor for DataGrid column

2007-12-06 Thread Alex Harui
I've marked your issue for further investigation, but am backlogged this week. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Thursday, December 06, 2007 10:35 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] navigation via mx:Tree

2007-12-06 Thread ryanharlin
I'd like to have an mx:Tree that acts as a navigation menu; where clicking an item in the Tree switches a viewStack to the corresponding page. I have an xml file with nodes that look like this: section name=Folder 1 sectName=Folder 1 catID=1 subsection name=Item 1 subName=itemOne / subsection

  1   2   >