RE: [flexcoders] Advanced Datagrid

2009-04-29 Thread Tracy Spratt
Which value? And please explain your issue with selectedItem, it may have bearing on what we suggest. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of senthilkumarirtt Sent:

[flexcoders] Re: flexcommon library 1.0 released

2009-04-29 Thread smitade
Here's the fix: http://stuffthathappens.com/blog/2007/11/09/howto-publish-javadoc-on-google-code/

RE: [flexcoders] Advanced Datagrid

2009-04-29 Thread senthil kumar
There is no problem with dataprovider...   I have issue with get the value from Advanced datagrid   I want to get value dynamically including not selectd item(we can easily get values from Datagrid by selectd item but i dont need this) --- On Wed, 29/4/09, Tracy Spratt tr...@nts3rd.com

[flexcoders] Re: flexcommon library 1.0 released

2009-04-29 Thread smitade
better yet: http://code.google.com/p/flexlib/wiki/HowToBuild

RE: [flexcoders] Advanced Datagrid

2009-04-29 Thread senthil kumar
  No Probs with dataprovider,it succesfully loaded with Datagrid...But after Data provided by provider,i need to get values Both parent and children data from tree structure.   --- On Wed, 29/4/09, Tracy Spratt tr...@nts3rd.com wrote: From: Tracy Spratt tr...@nts3rd.com Subject:

RE: [flexcoders] Advanced Datagrid

2009-04-29 Thread Tracy Spratt
You can not get data from a DataGrid. You must use the dataProvider. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of senthil kumar Sent: Wednesday, April 29, 2009 2:57 AM To:

[flexcoders] Effect works on addPopUp, but not on removePopUp

2009-04-29 Thread Tracy Spratt
I want to apply a resize and move effect to a popup component, and reverse the effect when the popup is closed. The effect works when I open the popup but not when I remove it. Below are the snippets of relevant code. Any suggestions will be welcome. private function showCCV():void {

Re: [flexcoders] Effect works on addPopUp, but not on removePopUp

2009-04-29 Thread Harish Sivaramakrishnan
may be you can try listening to the effectEnd event of the customPopClose and then remove the popUp. On Wed, Apr 29, 2009 at 12:58 AM, Tracy Spratt tr...@nts3rd.com wrote: I want to apply a resize and move effect to a popup component, and “ reverse” the effect when the popup is closed. The

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tom Chiverton
On Tuesday 28 Apr 2009, Nick Collins wrote: out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development features. Just missing the design view and profiler, really... Do you know, does it do CFML/CFScript syntax highlighting ? -- Helping to efficiently incentivize infrastructures

[flexcoders] best ftp client

2009-04-29 Thread stinasius
what is the best free ftp client to use to upload flex app to remote server?

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Nick Collins wrote: Well, if you really want to develop Flex on Linux, you could always check out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development features. Just missing the design view and profiler, really... that's like telling me to bet on a race horse w/only 2 legs.

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Paul Hastings wrote: but i wish adobe would come out w/a linux version of FB. i think it's the last bit of desktop s/w holding me to XP. Did you give the release on Labs a go ? It's very nearly there, the bits of Builder it does do almost all work fine (occisonal AIR

[flexcoders] Converting AI to FXG format

2009-04-29 Thread shubhra
I am taking AI template from user and to make updations on that i require to change it into FXG as well as jpg format. How it can be done using FLEX. and even i am not sure that it is possible or not. Please help me.

Re: [flexcoders] Re: Advanced Datagrid

2009-04-29 Thread Tom Chiverton
On Tuesday 28 Apr 2009, senthilkumarirtt wrote: hi...i have tree in advanced datagrid like this Why not use an actual tree control then ? -- Helping to biannually restore cross-platform synergies as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel: +44 0161 618 5032

[flexcoders] Re: Extend Array

2009-04-29 Thread Marius-Remus Mate
If you're looking for speed, you might also want to look at the Vector class (available in FP10 only). --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Have you considered if the class approach has any benefit over creating a Multidimensional Array dynamically; based on the

Re: [flexcoders] Printing on Mac

2009-04-29 Thread Weyert de Boer
And it's better to add the sprites offscreen to the stage to avoid all kind of other printing issues (mainly also blank pages). The problem I am having that the result is crap on the Mac the same code looks all sharp and nice but when I printing on the Mac it's a bit blurry. Really

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Tom Chiverton wrote: Did you give the release on Labs a go ? It's very nearly there, the bits of Builder it does do almost all work fine (occisonal AIR app crashes and debug disconnects, for instance). no actually, i thought it was set to expire any day now. i'm very attached to editors (i

Re: [flexcoders] Printing on Mac

2009-04-29 Thread Toby Tremayne
yeah I've tried everything and the print quality is always poor. On 29/04/2009, at 7:49 PM, Weyert de Boer wrote: And it's better to add the sprites offscreen to the stage to avoid all kind of other printing issues (mainly also blank pages). The problem I am having that the result is

RE: [flexcoders] Advanced Datagrid

2009-04-29 Thread senthil kumar
Thank u  for Your reply --- On Wed, 29/4/09, Tracy Spratt tr...@nts3rd.com wrote: From: Tracy Spratt tr...@nts3rd.com Subject: RE: [flexcoders] Advanced Datagrid To: flexcoders@yahoogroups.com Date: Wednesday, 29 April, 2009, 1:07 PM

RE: [flexcoders] Re: Tree custom renderer

2009-04-29 Thread Yves Riel
In your treeRendererFilter class, override the updateDisplayList method. In there, set the position of your customerReportingFilter based on the label property. Be careful since the label property, in the base class, is made to be the entire lenght of the item renderer minus the icons. So, you

[flexcoders] Re: best ftp client

2009-04-29 Thread valdhor
I'm a big fan of FileZilla (http://filezilla-project.org/) --- In flexcoders@yahoogroups.com, stinasius stinas...@... wrote: what is the best free ftp client to use to upload flex app to remote server?

Re: [flexcoders] Re: best ftp client

2009-04-29 Thread Pedro Sena
Me too. :) Sometimes it gets a little slow, but I think that it's more related to network problems... On Wed, Apr 29, 2009 at 9:30 AM, valdhor valdhorli...@embarqmail.comwrote: I'm a big fan of FileZilla (http://filezilla-project.org/) --- In flexcoders@yahoogroups.com

[flexcoders] Re: Tree custom renderer

2009-04-29 Thread markgoldin_2000
Yep, that was it, thanks! --- In flexcoders@yahoogroups.com, Yves Riel r...@... wrote: In your treeRendererFilter class, override the updateDisplayList method. In there, set the position of your customerReportingFilter based on the label property. Be careful since the label property, in the

[flexcoders] Suggestion to start a project

2009-04-29 Thread shubhra
I want to make a designing tool which can take the AI template in any format. Open up in a platform with editing tools and then after editing check the printable version of that modified template in PDF. how should i start??? Will it be all possible in FLEX or FLASH???

RE: [flexcoders] best ftp client

2009-04-29 Thread Kenneth Sutherland
If you're only doing a small amount of uploading and you don't need all the features of a ftp client program (such as all those fancy graphs saying what % has uploaded etc), then windows gives you the ability to use ftp using its explorer (not IE just the usual file manager explorer). Check out

[flexcoders] Re: Tree custom renderer

2009-04-29 Thread markgoldin_2000
Not so fast :) My item renderer with additional objects is shown properly. But the whole tree is not working they way it should. First, open/close symbol for the top folder node is shown now on a far right side, while it should be on a left. Second, when I open and close it, my special item

[flexcoders] Access Tree's current item renderer

2009-04-29 Thread markgoldin_2000
when I click on Tree's node how can I access the underlying item renderer? Thanks

[flexcoders] Would anyone know what Capabilities.os shows for Windows 7 ?

2009-04-29 Thread Jim Hayes
I don't have a copy handy, and I'm doing some code on DVD that will need to run for some years (hence I expect to cover windows 7). I realise that it may change, or not even be detected by flash player at the moment, but any clue is better than none! Many thanks in advance, Jim.

[flexcoders] Re: Extend Array

2009-04-29 Thread smitade
http://livedocs.adobe.com/flex/3/html/help.html?content=10_Lists_of_data_7.html discusses extending the Array class as a subclass using the dynamic attribute.

[flexcoders] Re: Extend Array

2009-04-29 Thread smitade
The option to create the matrix layout in a fixed manner is the crux. Most of the available matrix algebra algos (Transpose,Gauss-Jordan,etc) are coded with this 2D layout with exceptions of course.

[flexcoders] Re: Extend Array

2009-04-29 Thread smitade
Never tried the Vector class - can one get FB3 to recognize it?

RE: [flexcoders] Re: Extend Array

2009-04-29 Thread Kenneth Sutherland
You need to make your FB project flash 10 enabled. See below http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+ 10?rootCommentId=20480208 http://www.communitymx.com/content/article.cfm?page=2cid=5AC26 From: flexcoders@yahoogroups.com

[flexcoders] How come setting the responder (async token) after the server call does WORKS???

2009-04-29 Thread Mehdi
This is a question that has been bothered me for some time. You know how in Flex you can invoke a service (say httpservice for instance) which returns a token. After that you set the responder on the token. I.e.: var asyncToken:ASyncToken = httpsrv.send(); asyncToken.addResponder(...) We set

[flexcoders] Very confused with Builder

2009-04-29 Thread markgoldin_2000
I have a common library that I share between my projects. The way I have confugired it is like this: I have added common library SWC to each project's libray path. When I want to at a component from common SWC to my project's mxml I am creating a new namespace xmlns:ns1=modulecode.* where

[flexcoders] Very confused with Builder

2009-04-29 Thread markgoldin_2000
I have a common library that I share between my projects. The way I have confugired it is like this: I have added common library SWC to each project's libray path. When I want to at a component from common SWC to my project's mxml I am creating a new namespace xmlns:ns1=modulecode.* where

[flexcoders] Re: Extend Array

2009-04-29 Thread smitade
This class works: public dynamic class Matrix2D extends Array { public function Matrix2D(nRows:int=0,nCols:int=0) { for (var k:int=0;knRows;k++) { this[k]=new

[flexcoders] Re: Extend Array

2009-04-29 Thread smitade
Bookmarked - thanks!

RE: [flexcoders] Very confused with Builder

2009-04-29 Thread Kenneth Sutherland
Have you made sure that the added checkBoxStopPropagation class is actually getting built into the swc. When you put in new classes to your library project in FB it doesn't automatically include them to get built into the SWC. Right click your library project - properties - flex lib build

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Paul Hastings wrote: no actually, i thought it was set to expire any day now. December. want to have to start all over again, twice (went from cfstudio to eclipse because i upgraded my w/s couldn't find my cfstudio serial number). IDEA would feel close to Eclipse,

[flexcoders] Re: Very confused with Builder

2009-04-29 Thread markgoldin_2000
I see. Should I manually check a class there every time I am creating one? --- In flexcoders@yahoogroups.com, Kenneth Sutherland kenneth.sutherl...@... wrote: Have you made sure that the added checkBoxStopPropagation class is actually getting built into the swc. When you put in new classes

[flexcoders] Re: best ftp client

2009-04-29 Thread strykker75
--- In flexcoders@yahoogroups.com, stinasius stinas...@... wrote: what is the best free ftp client to use to upload flex app to remote server? Get the FireFTP add-in for FireFox. I've used that for a while now and I love it

[flexcoders] Re: How come setting the responder (async token) after the server call does WORKS???

2009-04-29 Thread Adnan Doric
The key word is asynchronous. httpsrv.send() is asynchronous so it gets executed after all synchronous statements (addResponder is synchronous) in the same block. cheers, Adnan --- In flexcoders@yahoogroups.com, Mehdi elextra...@... wrote: This is a question that has been bothered me for

[flexcoders] Re: Very confused with Builder

2009-04-29 Thread valdhor
Clean the project that uses the swc. --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: I have a common library that I share between my projects. The way I have confugired it is like this: I have added common library SWC to each project's libray path. When I want

RE: [flexcoders] Re: Very confused with Builder

2009-04-29 Thread Kenneth Sutherland
If you wish to include it into your SWC then yes, otherwise it will only be in your library project and not your SWC which gets built. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: 29 April 2009 16:23 To: flexcoders@yahoogroups.com

[flexcoders] Re: Extend Array

2009-04-29 Thread smitade
class: /** * A collection of 2D matrix functions for AS3. **/ public dynamic class Matrix2D extends Array { public function Matrix2D(nRows:int=0,nCols:int=0) { for (var k:int=0;knRows;k++)

[flexcoders] Re: How come setting the responder (async token) after the server call does WORKS???

2009-04-29 Thread valdhor
The service is invoked asynchronously so Flex just invokes the send and keeps executing. Unless the call to the service and its response is faster than the computer executing (read will never happen) then the responder will be added before the call returns. --- In

[flexcoders] Service Versioning in BlazeDS/LCDS - Any Good practice?

2009-04-29 Thread Mehdi
Hi, It seems like we will soon have to support several flex client using different server versions and I was wondering whether there were any good practices out there. Let me share w/ u my first thoughts: I was thinking to quickly switch into using spring on the server side (something that is

[flexcoders] Re: How come setting the responder (async token) after the server call does WORKS???

2009-04-29 Thread Mehdi
I see. So shall I read your response as: Flex asynchronous methods get queued up and are only invoked once ALL synchronous calls in the same block get executed. So I were to have the following: var asyncToken:ASyncToken public function callServer():void { asyncToken= httpsrv.send(); }

[flexcoders] Is it possible to create a 4 axis Plot Chart ???

2009-04-29 Thread sailorsea21
Hi everyone, is it possible to create a 4 Axis Plot Chart forming a + ? Left to Center: 0 - 50 Center to Right: 50 - 100 Bottom to Center: -100 - 0 Center to Top: 0 - 100 Thanks.

[flexcoders] How to 'undo' the changes in the flex client w/ LCDS when a rollback is isssued?

2009-04-29 Thread Mehdi
The typical example. You have a datagrid that is bound with an arraycollection, which source is managed by LCDS via ds.fill(). your datagrid is editable. The user edits a value in the collection and you fire a commit. (ds.commit()). Let say you are using a custom assembler. The

[flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tony Obermeit
i just had a peak at IntelliJ's features it doesn't seem to do cf--so its useless to me. if you do cf/java/flex/air i think it will be kind of hard to escape eclipse. http://coldfusion-in-idea.blogspot.com/ There is a plug in for cold fusion for IntelliJ. I also read on another blog

[flexcoders] Painting in Tree

2009-04-29 Thread markgoldin_2000
If I want to control painting when I scroll up and down a tree control which event(s) to override? Thanks

Re: [flexcoders] How to 'undo' the changes in the flex client w/ LCDS when a rollback is isssued?

2009-04-29 Thread Jeffrey Vroom
I think this is a bug - calling setRollbackOnly does not trigger the fault handler. The server knows that transaction failed but the client does not so things get out of sync. You have to throw an exception from your assembler methods to get the fault handler called. When you do that, if

Re: [flexcoders] ADG Code Completion Missing

2009-04-29 Thread Pan Troglodytes
I had the exact same problem with 3.3.0. After switching it to 3.3.0, it wouldn't bring up code completion for either MXML or ActionScript on AdvancedDataGrid/AdvancedListBase/Advanced*. It would bring it up for the chart classes, though, which are also in the same SWC. Switching it back to

Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-29 Thread Jeffry Houser
Tony Obermeit wrote: i just had a peak at IntelliJ's features it doesn't seem to do cf--so its useless to me. if you do cf/java/flex/air i think it will be kind of hard to escape eclipse. http://coldfusion-in-idea.blogspot.com/ There is a plug in for cold fusion for

[flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tony Obermeit

[flexcoders] Re: BlazeDS/ActiveMQ amf-streaming disconnect problem

2009-04-29 Thread aglosband
Hi. Maybe ActiveMQ is timing out the connection between BlazeDS and the ActiveMQ server which is then causing the JMS consumer on the BlazeDS side to be removed? I looked at the ActiveMQ docs quickly and it did look like they have a connection timeout for the tcp connection to the ActiveMQ

[flexcoders] Custom Tooltip Issue - ItemRollOut not firing on List when scrolling

2009-04-29 Thread duanstravels
Hi All I am having some issues with ToolTips on items in a List control. I am currently using FlexBuilder 3. What I need to do is create a tooltip when a user rolls over the item in a list. The list stores a list of Metrics, and should show the definition associated with that metric when you

[flexcoders] Re: Flex with LDAP

2009-04-29 Thread Gustavo
--- In flexcoders@yahoogroups.com, smgbbk smg...@... wrote: Hi Team, How Flex3.0 is integrated with LDAP services,Iwant to know the steps to be followed during the service integration Regards smgbbk Hi, I don't think flex is integrated with ldap, you will need something like

[flexcoders] Re: question for services-config?

2009-04-29 Thread aglosband
Those tokens are replaced at runtime using the values in the http request url. You can also use custom run-time tokens that are replaced using options that are passed to the JVM. The following section of the blazeds documentation explains this.

[flexcoders] Component in list communicating with main application

2009-04-29 Thread andrewfldn
Hi I have been going through the sample posted by Lee Brimelow ( http://www.gotoandlearn.com/play?id=100 ) to demonstrate how to populate a list with a custom application component with databinding. Basically an array collection is populated and then a list is populated with a set of HBoxes

[flexcoders] Flex Copy/Pasting RTL Scripting Languages

2009-04-29 Thread nsverchek
Has anyone had any success designing an application that displays a RTL Scripting language in a textbox or text area and then tried coppying/pasting to a word document. Crazy things start happening when adding spaces and english/numbers/ascii values to the word. I am using FP10, sdk 3.3 I

Re: [flexcoders] ADG Code Completion Missing

2009-04-29 Thread Pan Troglodytes
Well, either I got confused before and though it was working when it was still broken, or it's more complicated. It's back to not working at all for me under 3.3.0 for any Advanced* classes n MXML or ActionScript. On Wed, Apr 29, 2009 at 11:42 AM, Pan Troglodytes chimpathe...@gmail.comwrote:

[flexcoders] Re: Axis titles on CartesianChart blurry, but not on ColumnChart

2009-04-29 Thread netdeep
Perhaps there is there some default anti-aliasing value turned on for CartesianCharts, but not for ColumnCharts? --- In flexcoders@yahoogroups.com, Battershall, Jeff jeff.battersh...@... wrote: Are you embedidng the font for the Axis titles? And if so, is advancedAntiAliasing = true in

[flexcoders] Re: ADG Code Completion Missing

2009-04-29 Thread valdhor
The problem is that the ADG stuff is missing from the mxml-manifest.xml file. The chart stuff is there but no ADG. To fix, open up ...sdks/3.3.0/frameworks/mxml-manifest.xml in your favorite editor. Add the following lines somewhere (I added them in the !-- framework -- section)... component

[flexcoders] Re: How to 'undo' the changes in the flex client w/ LCDS when a rollback is isssued?

2009-04-29 Thread Mehdi
--- In flexcoders@yahoogroups.com, Jeffrey Vroom j...@... wrote: I think this is a bug - calling setRollbackOnly does not trigger the fault handler. The server knows that transaction failed but the client does not so things get out of sync. You have to throw an exception from your

RE: [flexcoders] Re: Tree custom renderer

2009-04-29 Thread Yves Riel
Works fine for me. You probably have another issue in there. This is what I had for item renderer. The other classes were not touched. package { import mx.controls.treeClasses.*; public class treeRendererFilter extends TreeItemRenderer { private var _oTreeListData:TreeListData; public var

RE: [flexcoders] Access Tree's current item renderer

2009-04-29 Thread Yves Riel
The ListEvent return from the itemClick event contains a property called itemRenderer. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Wednesday, April 29, 2009 10:15 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Tree custom renderer

2009-04-29 Thread markgoldin_2000
Yes, I got it working too. Thanks. --- In flexcoders@yahoogroups.com, Yves Riel r...@... wrote: Works fine for me. You probably have another issue in there. This is what I had for item renderer. The other classes were not touched. package { import mx.controls.treeClasses.*; public

[flexcoders] Flex with IBM Websphere / DB2

2009-04-29 Thread byte.sensei
I've been working with Flex using .NET HTTP/SOAP web services and MS SQL Server for a while. Recently I started a new project using IBM Websphere Application Server (6.1) and DB2. The environment is setup with a simple Apache/Linux web server (no Websphere or other app server components), then

RE: [flexcoders] Component in list communicating with main application

2009-04-29 Thread Alex Harui
Try calling parentDocument.myFunction Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of andrewfldn Sent: Wednesday, April 29, 2009 5:48 AM To:

RE: [flexcoders] Custom Tooltip Issue - ItemRollOut not firing on List when scrolling

2009-04-29 Thread Alex Harui
Try getting rid of the tooltips if you get a scroll event or mouseWheel event Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of duanstravels Sent: Wednesday,

Re: [flexcoders] Re: How to 'undo' the changes in the flex client w/ LCDS when a rollback is isssued?

2009-04-29 Thread Jeffrey Vroom
In my opinion, LCDS should detect that you've called setRollbackOnly and deliver a generic fault to the client. I just recently left Adobe so it is not my position anymore to say for sure it is a bug or just the way it works. I vaguely recall a bug opened on this issue but can't check since that

[flexcoders] Re: Flex with IBM Websphere / DB2

2009-04-29 Thread Nick
Do you have to communicate directly to the DB2 server AND/OR the application server? I would image you have a bunch of options. My initial thought is to install unixODBC with the proper driver for connecting to DB2. This way you can develop scripts on the Linux server to expose an interface

[flexcoders] Autofilter Datagrid

2009-04-29 Thread Nick
Hello all. I have a DataGrid that is loading thousands of records. I would like to be able to add some filter controls to the top of the screen enabling users to filter the data. I would like the filtering to happen in real time as the user types their query. I know this has been

Re: [flexcoders] Autofilter Datagrid

2009-04-29 Thread Pedro Sena
I would not recommend to the things this way. I'm thinking that you want to filter the data as user types, like: Pe (typed) Results: Pedro Peterson ... If you want to do this, think twice, each typed letter will trigger an event that will iterate over a collection containing 'thousands'(like

[flexcoders] Re: Autofilter Datagrid

2009-04-29 Thread Nick
Thanks! I had a feeling that was the case. I can paginate no problem BUT I want to ensure the filter does iterate over the entire collection. Being that each page would essentially have to go back to the server I am not sure the real time as the user types functionality is going to be

[flexcoders] CreationPolicy=all, but no children?

2009-04-29 Thread Tom McNeer
I'm sure I'm making a very simple mistake, but -- consider the following component: ?xml version=1.0 encoding=utf-8? mx:HDividedBox xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:maps=maps.* xmlns:views=views.* width=100% height=100% paddingBottom=20 paddingLeft=15 paddingRight=10

[flexcoders] Which rows in a datagrid contain modified items (and which don't) ?

2009-04-29 Thread Libby
Hi, People I have a datagrid where user can modify a few rows out of 200 - 500 then click save. I only want to hit the database with the changed rows. Is there a technique whereby I can identify the dirty rows, pluck them out, and ship only them off to the database, without going thru and

[flexcoders] Re: Which rows in a datagrid contain modified items (and which don't) ?

2009-04-29 Thread markgoldin_2000
How about to have a flag field in your data? every time a row is modified set the flag to true for that row. Then filter data on that flag and send back modified rows only. --- In flexcoders@yahoogroups.com, Libby libbychan...@... wrote: Hi, People I have a datagrid where user can modify a

RE: [flexcoders] Which rows in a datagrid contain modified items (and which don't) ?

2009-04-29 Thread Alex Harui
The dataprovider/collection dispatches events when an item is changed. Keep track of the items identified in those events and send those back to the server Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] Effect works on addPopUp, but not on removePopUp - SOLUTION

2009-04-29 Thread Tracy Spratt
PERFECT! Thanks a lot. I thought I understood why I was having a problem, and shuffled the calls around in my close handler without success, but using the effectEnd works perfectly. As you can see, I have a lot to learn about effects. Tracy Spratt, Lariat Services, development

RE: [flexcoders] Re: best ftp client

2009-04-29 Thread Tracy Spratt
Me too. I've never done a lot of ftp, but FileZilla was easy to use and does all all need so far. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Wednesday, April 29,

RE: [flexcoders] Access Tree's current item renderer

2009-04-29 Thread Tracy Spratt
Also, the renderer will be the event.target. But be sure you really need this. Such questions usually indicate misunderstanding itemRenderers. There are few use cases where a reference to an itemRenderer is useful. Tracy Spratt, Lariat Services, development services available _

RE: [flexcoders] Re: Which rows in a datagrid contain modified items (and which don't) ?

2009-04-29 Thread Tracy Spratt
That is how I do it mostly. My models are usually xml, and I put a dtamodified=true attribute on any leaf node that changes, and on each parent up to the root. On save, I use e4x to list the nodes with that attribute, and build an update structure to send to the server. Alternatives might

RE: [flexcoders] Re: How come setting the responder (async token) after the server call does WORKS???

2009-04-29 Thread Tracy Spratt
.chances of it working are reduced. Why do you say that? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mehdi Sent: Wednesday, April 29, 2009 11:49 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Access Tree's current item renderer

2009-04-29 Thread markgoldin_2000
Yes, I agree with the later. But in case, I have an excuse :) I have built a custom renderer for my Tree which has been described in another tread. This renderer would have a couple of checkboxes for some nodes. When a user selects the node I need to know what checkboxes are checked. The easeast

RE: [flexcoders] Re: Access Tree's current item renderer

2009-04-29 Thread Tracy Spratt
Good, you did it correctly, because .just to get that from the current renderer. would not have worked. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Wednesday,

RE: [flexcoders] Flex with IBM Websphere / DB2

2009-04-29 Thread Kevin F. Benz
Whoa. You probably have few options as the Enterprise Application on Websphere, what services it exposes and how they are presented ultimately will determine what you can do. For example, the application could expose beans as endpoint services (emulating SOAP methods), could expose JMS (MQ

[flexcoders] Multiple chart effects conflicting with each other

2009-04-29 Thread thorninc
Hello all! :) Issue Description: - Two chart series of two different series types (mx:ColumnSeries and mx:LineSeries) - Trying to run two different chart data effects (mx:SeriesZoom and mx:SeriesSlide) simultaneously - Having some sort of conflict My application is more complex than

[flexcoders] Multiple chart effects conflicting with each other

2009-04-29 Thread Anton T. Thorn
Hello all! :) Issue Description: - Two chart series of two different series types (mx:ColumnSeries and mx:LineSeries) - Trying to run two different chart data effects (mx:SeriesZoom and mx:SeriesSlide) simultaneously - Having some sort of conflict My application is more complex than

[flexcoders] Migrating stylesheet from Flex 3.x to 4.0 (Gumbo)

2009-04-29 Thread daxdr9
I've just migrated an application to Gumbo and have found that the majority of the style is not working in Gumbo. I adjusted the stylesheet for namespaces. Why is the styling not fully functional for Halo components in Gumbo? Simple things like setting the borderThickness of a DataGrid are

[flexcoders] Flex help system

2009-04-29 Thread Tony Obermeit
I've created a help page for my flex application which is a htmlText component shown in a pop up. As I was using flex builder and using the dynamic help option, it became clear to me I need a more sophisticated help system within my flex applications. Any thing out there?

[flexcoders] Outputting a variable into htmlText

2009-04-29 Thread fumeng5
Hi -- I want to output a variable and hardcoded text in the htmlText property of a Text component. Here's what I tried first: content.htmlText = bThe account + this.acctName + has been created /b. ('acctName' is a private var that has accessor methods to get/set it.) That didn't work,

Re: [flexcoders] Flex help system

2009-04-29 Thread Rick Winscot
Doc-to-help baby... produce your help files from a Word doc and link from your app via contexts exposed by D2H. http://www.doctohelp.com/ Rick Winscot On 4/29/09 10:06 PM, Tony Obermeit t...@tamborine.to wrote: I've created a help page for my flex application which is a

Re: [flexcoders] Remote Desktop

2009-04-29 Thread meaglith
You could try acrobat.com... On Sat, Apr 25, 2009 at 2:07 PM, venkat eswar cooler...@yahoo.com wrote: Can we do Remote Desktop feature in Flex like one in GoToMeeting

Re: [flexcoders] Very confused with Builder

2009-04-29 Thread p...@vin Uttarwar
Hi, I think your rpoblem is that , the compnent checkBoxStopPropagation that you have added is not included in the bulid path. So make sure that it is in the build path, you can do that by, going to project *properties *then go to the *FlexLibraryBuildpath* and in the classes tab make sue that

[flexcoders] Reg Checkbox in DataGrid

2009-04-29 Thread Ganesh Suyampirakasam
Hi I have Datagrid with 4 columns first column is filled with checkbox Last Column is containing textbox..which i can able to edit. when i select check box for that particular row and i am editing to that text area and i try to update But the textbox value which is storing the old