Hi, that's interessting. I've have a standard FLEX 1.5 installation in the evaluation mode and it doesn't. Is my installation broken? Can I check this somehow?...
Hi, I don't think that your installation is broken. Your sample code shows the same effect you're describing on my machine. In fact, data binding on a...
Hi everyone, Has anyone tried to run the following Flex+Flashcom app? http://coenraets.com/viewarticle.jsp?articleId=90 It's a great example. Problem : when...
Hi all, Long-time lurker, first-time poster... I wanted to draw your attention to an issue that I'm having with Flex Builder: Basically, the Preview/Run/Debug...
Aral, It's been identified as a bug and filed with MM, probably numerous times :-) When the Cairngorm .9 release happened, there was a slew of those reports. ...
Robert Stuttaford
robert@...
Feb 1, 2005 12:39 pm
9123
Hi Robert, Thanks -- good to know! It probably means this issue will be handled in the next upgrade to FlexBuilder. Aral...
Aral, Long-time lurker, first-time poster... I wanted to draw your attention to an issue that I'm having with Flex Builder: Basically, the Preview/Run/Debug ...
Hi dudes. Actually i´m learning to use Macromedia Flex and i´m working with a checkrenderer datagrid, but in this moment i have a trouble. I need to do a...
I'm getting the canned message: "This standalone application was created with the Developer edition of Macromedia Flex and has expired. Contact the author of...
Blew up here, too. WinXP SP2 Flash 7,0,35,29 Firefox 1.0 Would reckon she's the debug player. ... From: Benoit Hediard To: flexcoders@yahoogroups.com Sent:...
Miguel, ... With .NET, it's quite common for the "page-technology" to embed SQL connection information. This isn't a failing of .NET as such (as there are...
Well, many thanks to you for help me. I know about webservice and I have already realized an "insert" to datebase through Flex with simple textimputs or...
I believe it ships only with purchases of Flex Server. _____ From: Howard, Dave [mailto:dave.howard@...] Sent: 01 February 2005 15:26 To:...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Feb 1, 2005 3:45 pm
9132
Miguel, If I can rephrase your question to confirm that I understand - is it that you want to have a data grid with checkboxes in some columns, and then ...
... Yes, actually I had that in my implementation, but I commented it out for some reason (you can see the commented call to dispatchEvent() in the source). ...
yes, something like that. i like to execute a webservice (calling a .aspx file), sending to it those 2 rows as parameters of a procedure specified in that...
Yes. you can configure your DataGrid to only show a subset of the data that is bound to it. E.g. the following example would only show the name and cost fields...
Thanks all for your inputs. They are appreciated .. Tolulope W. Olonade Sys Dev-TSS Engineer MTN YelloDrome, VI Lagos, Nigeria "The competent programmer is...
Hi guys, Some of our developers are playing with Flex on WebLogic for the first time. Doing "Hello World" type example works, however trying to bring up the...
Thanks, we're using JRun. ........................................................ Kevin Conboy Lead UI Engineer / Office Dullard SpireMedia® Inspired...
(a) Add -Dtrace.error to the java args for your server. This should provide additional information on the 'macromedia.css.Parser' error. Check the server...
I haven't run Christophe's example specifically but my Logitech works on the debug player in the Flashcom apps I've written. (both Firefox and IE on SP2). ...
Removing the fop.jar did it! Thanks a billion Cathy! Jimmy Gianninas - Developer Optimal Payments Inc. _____ From: Cathy Murphy [mailto:cmurphy@...]...
Miguel, If I'm right about your question then here's the solution. The datagrid has 4 columns. One of them has checkboxes in it. Datagrid = myData Column1 =...
Mehdi, Agha
amehdi@...
Feb 1, 2005 5:16 pm
9145
That works! Thanks. Goran ... data that is bound to it. E.g. the following example would only show ... {cost: 99, name: "Product 2", internalID: 456}]; ... ...