RE: [flexcoders] Equivalent of colspan for datagrid?

2006-10-19 Thread John Mazzocchi
Thanks, interesting... I'm not sure it solves my problem though. John -Original Message-From: Douglas Knudsen [mailto:[EMAIL PROTECTED]Sent: Thursday, 19 October 2006 12:48 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Equivalent of colspan for

[flexcoders] Re: binary in xml

2006-10-19 Thread coldfusionpaul
--- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: To anyone interested still: i certainly still interested ;-) private function testIt():void worked a treat, thanks. The t object is just a Canvas object in the application. It's just a rough outline. You can load

[flexcoders] Custom validator example from Help not working?

2006-10-19 Thread Jonas Windey
Hi, I need to validate multiple fields, and I saw the help contained an example for validating multiple fields. You can find it in Help Creating and Extending Flex 2 Components Creating Nonvisual Flex Components Creating Custom Validators, Under Example: Validating multiple fields In the

[flexcoders] Value Object inside Value Object?

2006-10-19 Thread Dan
Hi, does anyone know besides primitive type, is it possible to have a value object as an element of another value object? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Problem invoking any webservice operation if the API contains a method called 'logout'

2006-10-19 Thread Vishwajit Girdhari
Figured out a weird issue with Flex 2.0 /Flash Player 9. Your comments welcome. Issue: When you are calling any webservice where the API contains a method/function/operation named 'logout' your call wont be processed. and you get the exception mentioned in trace. Just to confirm

Re: [flexcoders] Value Object inside Value Object?

2006-10-19 Thread Thomas Rühl
Hi, yeah, sure... why not...? In your first VO: public var aString : String; public var anotherVO : anotherVO; In your second VO: public var anotherString : String; To use it: var localVO = new VO(); localVO.aString = 'foo 1'; var localOtherVO = new anotherVO(); localAnotherVO.anotherString

Re: [flexcoders] Re: binary in xml

2006-10-19 Thread Tom Chiverton
On Thursday 19 October 2006 08:23, coldfusionpaul wrote: The t object is just a Canvas object in the application. It's just a rough outline. You can load the string (which is easier and any suggestions on hwo to use this in a custom renderer? i'd like to use it along w/some text in a tree

Re: [flexcoders] Columns in an extended DataGrid

2006-10-19 Thread Tom Chiverton
On Wednesday 18 October 2006 14:57, Clint Tredway wrote: view:PrintableDownloadableDataGrid view:columns Ahh, right. This must be to do with the way you can give any property of a tag as child tags or attributes. Ta ! -- Tom Chiverton Helping to challengingly visualize

Re: [flexcoders] Items in VBox still take space even when visible=false, but I don't want them to

2006-10-19 Thread Tom Chiverton
On Wednesday 18 October 2006 17:55, zzwi89 wrote: I have several panels arranged in a VBox. I would like to be able to hide some based on user input, but when I disable their visibility, they no longer appear but the panels below them do not move up We use Views and change selectedIndex. --

Re: [flexcoders] Flash Player 9 Beta Available

2006-10-19 Thread Tom Chiverton
On Thursday 19 October 2006 01:01, João Fernandes wrote: I'm not a Linux user but I know many who were waiting for this for a long time! Thank You Adobe ! I'll +w both of those :-) It Just Works. It's great. -- Tom Chiverton Helping to authoritatively maintain unique materials

[flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Jim Robson
Hi Pete, The channel endpoint defined in services-config.xml already had a fully-qualified URI. So, following your advice, I dug through the documentation to find out how to create a ChannelSet in ActionScript and assign it to my RemoteObject. This worked (thank you!), but it's very disturbing,

Re: [flexcoders] Custom validator example from Help not working?

2006-10-19 Thread julien castelain
Hi Jonas, There's a great quickstart on Validators http://www.adobe.com/devnet/flex/quickstart/validating_data/ Enjoy :) On 10/19/06, Jonas Windey [EMAIL PROTECTED] wrote: Hi,I need to validate multiple fields, and I saw the help contained an examplefor validating multiple fields.You

[flexcoders] Re: Text Area question

2006-10-19 Thread brankosli
Thanx Gordon, I have tried this example and it solves many of my problems but how ever there is one little thing that is very strange.When I'm typing fast my cursor is slower than appearance of the letters.And it's constantly rises. Any thoughts or solution? --- In

[flexcoders] error using load to change image source

2006-10-19 Thread godsman4amy
I have an image that I am setting from a variable (path) that is set by a webservice call. The problem is some of the images are missing. In that case, I want to substitute a default image. Here is the code I used that loops through for each item: mx:Image id=img height=160 source={path}

[flexcoders] State and databinding

2006-10-19 Thread ROUSSELIE David ROSI/SIFAC
Hi, I am getting an issue using States with databinding. First, here a sample code : ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:transitions mx:Transition mx:Sequence

RE: [flexcoders] Custom validator example from Help not working?

2006-10-19 Thread Stephen Gilson
The problem with that example is that it validates a data model with multiple fields, but the validator only takes a single listener property to specify where to display the validation error. Could your custom validator add additional listener properties, as does the Flex

[flexcoders] Pass Data or call function in another MXML file?

2006-10-19 Thread Mike Crowe
Hi folks, Apologies if this has been answered. I don't think I'm searching for the right words. I have a global control which is in a separate MXML file included by the master file. Very simple, here's a scaled down version: ?xml version=1.0 encoding=utf-8? mx:Canvas

Re: [flexcoders] Re: binary in xml

2006-10-19 Thread Paul Hastings
any suggestions on hwo to use this in a custom renderer? i'd like to use it along w/some text in a tree or datagrid. not quite getting on to load the rendered image via this. 'this' might work. yeah i've tried that. but only seems to work for static data. i've added nathan's method to

Re: [flexcoders] Flash Player 9 Beta Available

2006-10-19 Thread Rogerio Gonzalez
Hello all,In the addobe labs, there also updates for the windows(ie/ff)/mac player versions.Anyone knows what is that about?RogerioOn 10/18/06, João Fernandes [EMAIL PROTECTED] wrote: Hi guys, Just to say that the beta for Linux of Flash player 9

[flexcoders] Re: Equivalent of colspan for datagrid?

2006-10-19 Thread Oscar
Hi John, I am also trying to get colspan for datagrids to work. So far I have not been succesful. I tried changing the header separator, and I was actually able to draw the span boxes but it is not the same. I also tried using header renderes with a HRule in between, it does not look that

Re: [flexcoders] Flash Player 9 Beta Available

2006-10-19 Thread Johannes Nel
Anyone knows what is that about?fullscreen videoOn 10/19/06, Rogerio Gonzalez [EMAIL PROTECTED] wrote: Hello all,In the addobe labs, there also updates for the windows(ie/ff)/mac player versions.Anyone knows what is that about?Rogerio On 10/18/06, João Fernandes [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Peter Farland
1.) You should be able to use either the configuration file or a programmatic approach in ActionScript. 2.) It isnot necessary. 3.) See 2. 4.) I understand, let's discuss. How did you compile your MXML app - are you using Flex Builder 2 or the command line compiler? In either of these

[flexcoders] DataGrid not displaying nested data

2006-10-19 Thread greenfishinwater
I have a Rails App that produces XML data in the structure: price_sets price_set id56/id start_date2006-11-25/start_date statusO/status store_set id528/id nameSmall size Stores/name /store_set /price_set

[flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Jim Robson
Hi Pete, I appreciate your patience. I compile the app using Flex Builder. I have the services path parameter set in the Project Properties dialog, along with the context root parameter. I started with a clean build - in fact,it was an entirely new Flex Project. I re-start the app server

[flexcoders] Flex Book Website GONE

2006-10-19 Thread mindmillmedia
I am a bit new to Flex and bought the Developing Rich Clients with Flex book used from Amazon. I realize that this book is on Flex 1.5 - but I bought the book to gain a good overall concept of the best way to plan out RIA's. The book has been good, but a lot of the needed material is supposed to

[flexcoders] Label rotations, text disappears

2006-10-19 Thread app.developer
When I attempt to rotate a label, my text disappears, using the following code. label1 = new TextArea(); label1.name = gLabel+i; label1.alpha = 0; label1.rotation = 90; label1.setStyle(backgroundColor,0xFF); label1.text = event.result.list.source[i].roleName grid1Item.addChild(label1); I

Re: [flexcoders] Pass Data or call function in another MXML file?

2006-10-19 Thread Clint Tredway
how are you including this in the master file?On 10/18/06, Mike Crowe [EMAIL PROTECTED] wrote: Hi folks, Apologies if this has been answered. I don't think I'm searching for the right words. I have a global control which is in a separate MXML file included

[flexcoders] Announcing the AS3 Lightweight Remoting Framework

2006-10-19 Thread Danny Patterson
I'm happy to finally announce the release of my first open source project, the AS3 Lightweight Remoting Framework. I've had this done for a long time now but I haven't had a chance to release it until now. From the project page: "This project is motivated by the need for a simple yet

[flexcoders] Button Click

2006-10-19 Thread KP
Hi All, Is there any way to click one button automatically on initialize and creationComplete event. Thanks Kumar __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Formatting DataTips for DataGridColumns

2006-10-19 Thread cypherhat
This thread (http://tech.groups.yahoo.com/group/flexcoders/message/5734) discusses how dataTips for Charting components can be formatted using HTML. Unfortunately, that doesn't seem to be the case for dataTips on DataGrids. Can someone point me in the right direction for customizing the format of

[flexcoders] Re: Validator Error Message Position

2006-10-19 Thread Paul Cormier
I was having the same problem and couldn't find a solution other than to insert line breaks #13; in the validator message so that they aren't so wide, but instead wrap to multiple lines. Paul C WinCorp Software, Inc. -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Pass Data or call function in another MXML file?

2006-10-19 Thread Jim Robson
Mike, You can use data binding to accomplish what you want to do (if I understand your question correctly). Take a look at the code below. You can see a working example with source code at http://robsondesign.com/flexcoders/globalDateDisplay/globalDateDisplay.html HTH Jim 1. Here's a slightly

[flexcoders] getParagraphLength method error!!!!

2006-10-19 Thread Branko
var caretIndex:int = textArea.getTextField().caretIndex; var beginIndex:int = textArea.getTextField().getFirstCharInParagraph(caretIndex); var endIndex:int = textArea.getTextField().getParagraphLength(caretIndex); and I'm getting error like The supplied index is out of bounds. And here is the

Re: [flexcoders] Button Click

2006-10-19 Thread Thomas Rühl
Ah, I don't think so. But you can always call whatever function you call on the button's click event, as well in your creationComplete function. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188

[flexcoders] Re: [Flex2] Ant + compc - include-libraries not being found during compile..?

2006-10-19 Thread thunderstumpgesatwork
I figured this one out Looks like I was supposed to use 'library-path' instead of 'include-libraries'. I'm not sure the difference between these two, the documentation is almost the same for each. Anyway, changing 'include-libraries' to 'library-path' did the trick. cheers, Thunder ---

[flexcoders] Re: Pass Data or call function in another MXML file?

2006-10-19 Thread Mike Crowe
I have them in a time2do subdirectory. Here's approximately how I call in main file: time2do:TimeDisplay id=theTimeDisplay y=25/ time2do:DayGrid id=dayGrid label=Day width=100% height=100% / time2do:WeekGrid id=weekGrid label=Week width=100% height=100% /

RE: [flexcoders] Button Click

2006-10-19 Thread Andrew Trice
Why would you want to call a button click event on initialize? It would be better practice to simply call an initialization function on the creationComplete event. The initialization function should take care of anything you need to do. _

[flexcoders] show xml node

2006-10-19 Thread Fabio Barreiro
Guys, I have a doubt.. Why does the code below is not working? And how to show a node attirbute? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute initialize=mostra() mx:Script ![CDATA[ import mx.collections.ArrayCollection; import mx.containers.Canvas;

[flexcoders] .visible = false still keeps element's width height?

2006-10-19 Thread Jonas Windey
Hi, I have 3 buttons in a HBox, and in some cases I need to hide one of them. The problem is, if I hide them, they still keep their original width and there's a gap. Is there a clean solution for this? I was thinking of setting it's width to 0 but that's not very clean. Thanks! Jonas --

RE: [flexcoders] Label rotations, text disappears

2006-10-19 Thread Matt Horn
Two things.. 1) You are setting alpha to 0 which should make the text disappear. 2) You can only rotate text that uses an embedded font. For info on embedding fonts, see: http://livedocs.macromedia.com/flex/2/docs/0787.html hth, matt horn flex docs -Original Message- From:

[flexcoders] Re: Items in VBox still take space even when visible=false, but I

2006-10-19 Thread John Kruse
Or set includeInLayout to false along with visibility (assuming panels you want to move up have height percent-dimensioned). __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Peter Farland
I discovered something interesting. The original ActionScript class extended Sprite. I changed this to Canvas, and now it works without setting the endpoint in ActionScript. So I now have what I originally wanted, except that I needed to extend Canvas to get it. *lightbulb

RE: [flexcoders] .visible = false still keeps element's width height?

2006-10-19 Thread Andrew Trice
Set the includeInLayout property to false also. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From:

[flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Jim Robson
It seems like initializing mx.messaging.config.LoaderConfig.url would have essentially the same drawback as setting the endpoint in ActionScript - it would create a situation where I would need to maintain the URL in ActionScript. Or am I misunderstanding you? In any case, I think it's OK to use

[flexcoders] Socket woes - something simple I'm sure

2006-10-19 Thread e_baggg
Hello. I have a XMLSocket class that I am able to send/receive data to no problem. I switched my implementation to use the flash.net.Socket class and now I cannot receive data back. I updated my sendMessage() to the following...this request should trigger a response from the server but it

[flexcoders] Re: Label rotations, text disappears

2006-10-19 Thread app.developer
Thank you Matt. When I set the label1.alpha = 0; it made the background of the label transparent, but the text in the label is nicely black and bold when in the horizontal (original) postion. I'll work on ght font embed issue. P --- In flexcoders@yahoogroups.com, Matt Horn [EMAIL PROTECTED]

RE: [flexcoders] Socket woes - something simple I'm sure

2006-10-19 Thread Ted Patrick
There is no default delimiter in flash.net.Socket. XMLSocket uses a null byte delimiter to detect message completions to fire the data and xml events. If you are using an XMLSocket Server supporting null bytes. Try adding a null byte before flushing the flash.net.Socket. That should

[flexcoders] Re: Label rotations, text disappears

2006-10-19 Thread Derrick Grigg
You need to an embed the font anytime you rotate text. Derrick -- Derrick Grigg [EMAIL PROTECTED] www.dgrigg.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Peter Farland
I think Canvas is the way to go... Note that I meant that you could get the info from the Sprite.loaderInfo.loaderURL and set it on the mx.messaging.config.LoaderConfig.mx_internal::_url property, though this involves using a mx.core.mx_internal namespace which I don't believe is "public"

[flexcoders] Re: HTTP Status 500 Error using SSL endpoint

2006-10-19 Thread scott_talsma
After reading this thread and successfully using to to get SSL running, I thought I would post my cf XML settings.Web.xmlI left the /flex2gateway/* unchanged from the default install:servlet-mapping id="macromedia_mapping_0" servlet-nameMessageBrokerServlet/servlet-name

[flexcoders] Re: show xml node

2006-10-19 Thread Oscar
Try something like this: public function mostra():void { trace(xmlMenu.length());trace(xmlMenu.categoria.length()); trace([EMAIL PROTECTED]); for each (var property:XML in xmlMenu.categoria) { var q:String = [EMAIL PROTECTED]; trace (q);} } Note that you do not need the 'itens' prefix and

RE: [flexcoders] Re: [Flex2] Ant + compc - include-libraries not being found during compile..?

2006-10-19 Thread Roger Gonzalez
library-path causes the libraries to be available as a source for linking. include-libraries includesALL symbols from a library, and I believe does not work for compc in 2.0.1 beta, there was a bug. It only works for mxmlc. Its the difference between eating at a salad bar vs. having

[flexcoders] Re: show xml node

2006-10-19 Thread tobiaspatton
To get the length of an XMLList object call the length() function, no the length property. In your case: Alert.show( xmlMenu.itens.categoria.length() ) Tobias. --- In flexcoders@yahoogroups.com, Fabio Barreiro [EMAIL PROTECTED] wrote: Guys, I have a doubt.. Why does the code below is not

[flexcoders] Re: FDS and componentized development: Bug?

2006-10-19 Thread Jim Robson
Cool - thank you very much for all the help. Making good forward progress now. -Jim --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: I think Canvas is the way to go... Note that I meant that you could get the info from the Sprite.loaderInfo.loaderURL and set it on

Re: [flexcoders] Button Click

2006-10-19 Thread julien castelain
just a thought...maybe wrong though you could call the click event handler of that button and pass null as the argument private function onCreationComplete(event:FlexEvent):void { myButton.addEventListener(MouseEvent.CLICK, onClick); onClick(null); } private function

RE: [flexcoders] Filters for multiple LineSeries in a LineChart - Calling ChartMan Ely!

2006-10-19 Thread Ely Greenfield
Hi Jon. Unfortunately, there's nothing in charts that will do what you want. What you're looking for is basically a pivot (well...if you're looking for just one brand it's a filter, but if you're looking for one series per brand it's more of a pivot), and charts don't support that out of

Re: [flexcoders] Another DataGrid itemEditor ComboBox challenge

2006-10-19 Thread Aaron West
Good to know and thanks for posting. I wasn't aware of that keyword but there are others like parentDocument you can use in custom MXML components. And of course in custom components built using AS3 there's the Application.application.* reference available after importing mx.core.Application.

[flexcoders] Re: cairngorm - retreive view data from commands

2006-10-19 Thread gdoucen
Thanks Tim for your answer but my problem come from the way i can gather all the data from differents views in a sole custom event. I agree with you for the rest. My button which trigger the event is in a separate view than the video display i want to take a snapshot. Of course here the problem is

[flexcoders] dateGrid within DateChooser made internal

2006-10-19 Thread adr_laik
Does anyone how we can access this is 2.0 ? This was workin well in 1.5 but seems that now its internal property . Or does someone know how we can have specific cells in the CalendarLayout within DateChooser . Functionality will be like have some days displayed in blue background , meaning that

[flexcoders] Flex and Crystal reports

2006-10-19 Thread wespinozab
Hi, Is it possible to open a crystal report from flex? I am initiating with flex and do not understand that must return the web service and how to use it in flex. I would be grateful if someone could show me code that teaches me how to open a crystal report form Flex. Really it is important and I

[flexcoders] Re: Flex Book Website GONE

2006-10-19 Thread jrunrandy
I e-mailed Steven Webster. He said they're aware of the problem and working to get the site up ASAP. HTH Randy Nielsen Flex Documentation Manager -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex y Crystal reports

2006-10-19 Thread wespinozab
¿Es posible abrir Crystal reports desde flex? Soy nueva trabajando con flex y no entiendo muy bien que debe devolver el web Service (el cual contiene el cystal) y como utilizo eso en flex. Por favor, si es posible guiarme ya sea por medio de código o de algún tutorial se los agradecería mucho.

[flexcoders] Uploads Needed Greater than 100 MB

2006-10-19 Thread wwwpl
In the FileReference documentation, it says that the file upload limit is 100 Megabytes. I am curious why the developers chose this value and why it is not configurable. Maybe it is configurable and I don't know it yet. If anyone could enlighten me on this subject, I would appreciate it. We

[flexcoders] array of arrays and XML

2006-10-19 Thread jnewport
Hoping to figure this out. What I am trying to do is get a result like this (ArrayCollection). public var expenses:ArrayCollection = new ArrayCollection([ {Expense: Taxes, Amount: 106976}, {Expense: Rent, Amount: 147776}, {Expense: Car, Amount: 79554}, {Expense:

RES: [flexcoders] Re: show xml node

2006-10-19 Thread Fabio Barreiro
Hii Thanks Tobias, but the answer is not that I got the solution from another group I have to use a XMLList object in other to be able to access the XML structure var xmlList:XMLList = xmlMenu.categoria; then for each(var categ:Object in xmlList){ Alert.show([EMAIL

[flexcoders] Re: Socket woes - something simple I'm sure

2006-10-19 Thread e_baggg
## Try adding a null byte before flushing the flash.net.Socket. Ted- Thanks for your response but I am still unable to get it working. Partly b/c I can't find any help on how to add a null byte. I would think this (or '\0') would accomplish it but it does not. Sorry, couldn't find any help

[flexcoders] DataGrid Weirdness with Online Example

2006-10-19 Thread Aaron West
All, DataGrid's are cool, but yeash I've run into a lot of problems with them. I've put together two *real simple* online demonstrations that illustrate the behavior I'm seeing with a grid. I'd love for someone more experienced to check out these two examples and offer any insight or

RE: [flexcoders] Uploads Needed Greater than 100 MB

2006-10-19 Thread Stacy Young
I dont believe this limit is enforced just that its been tested up to 100mb. I *believe* this is the case Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl Sent: Thursday, October 19, 2006 12:15 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: Uploads Needed Greater than 100 MB

2006-10-19 Thread dougmccune
I'm going to piggy-back off this post and ask a similar question: Why are you limited to only selecting a maximum number of files at once when the user uses FileReference? I'm referring to when the user selects multiple files per upload. The max limit is large, but maxes out at something like

Fw: [flexcoders] Re: insert image on richtexteditor

2006-10-19 Thread Jesús Iglesias
Hi Jason, Well, I found a dirty solution, but works. First of all, think that image support is not well supported on RichTextEditor, in fact it's not well suported on TextArea, if you change the image and play arround a little, it runs unstable. What I did was a new component extending

[flexcoders] Re: Flex and Crystal reports

2006-10-19 Thread Tim Hoff
Hi, Flex doesn't support viewing Crystal Reports natively, but you do have a few work arounds. First, you can create an aspx file that uses the CR Web Viewer control. This file can then be loaded into an IFrame used with a Flex application. IFrame Demo by Cristophe Coenraets and Brian

Re: [flexcoders] Re: Socket woes - something simple I'm sure

2006-10-19 Thread Darron J. Schall
To write a null byte to a Socket, just use the writeByte method: this.writeByte( 0x00 ); this.flush(); -d e_baggg wrote: ## Try adding a null byte before flushing the flash.net.Socket. Ted- Thanks for your response but I am still unable to get it working. Partly b/c I can't find

[flexcoders] Re: DataGrid Weirdness with Online Example

2006-10-19 Thread Oscar
Hi Aaron, I ran into something similar some time ago ... http://tech.groups.yahoo.com/group/flexcoders/message/47828 It seems that you need to be really careful on how you use AS renderers. When possible, I would recommend to use an inline renderer. I was having the same problem with some

[flexcoders] Re: Socket woes - something simple I'm sure

2006-10-19 Thread e_baggg
So adding a null byte like so didn't work either. Wish XMLSocket was open source so I wouldn't have to ping the forum! :P //doesn't work. 'this' is a flash.net.Socket var bytes:ByteArray = new ByteArray(); bytes.writeUTFBytes(xml.toXMLString() + '\0' ); this.writeBytes(bytes); this.flush(); ---

RE: [flexcoders] DataGrid Weirdness with Online Example

2006-10-19 Thread Iko Knyphausen
Took a while to reproduce... which may trick you in believing its all ok. Try editable=false and set the selectedItem.field.selected property manually in a change event of the checkbox. - Iko From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

[flexcoders] FW: Problem With the Data Grid Header

2006-10-19 Thread Akash
HI, I got struck in one more problem wtth the data grid header for flex 1.5. Actually I want the headertext as multiline as I have to display the no. of columns in the small area. I tried adding the \n character and played with the htmlText also for this but nothing worked. Is there

[flexcoders] IE 7, Service Capture, Flex Help

2006-10-19 Thread Sam Shrefler
After installing IE 7, using Service Capture, I can no longer view my Flex Help from Flex Builder. Previously, I had fixed this by setting the help server in flex builder to 'local host' and the port to 57266as recommended here:

[flexcoders] Re: cairngorm - retreive view data from commands

2006-10-19 Thread Tim Hoff
Ah yes, it gets a little more complicated if the button is in a different view than the video. If you weren't using Cairngorm, I would suggest dispatching a custom button event that is listened for in the video view. Then take the snapshot and pass the data. The idea with Cairngorm is to make

RE: [flexcoders] array of arrays and XML

2006-10-19 Thread Tracy Spratt
You can loop over the XMLList and build that ArrayCollection. Alternatively, you could use an XMLListCollection and do: var xlcBills:XMLListCollection = new XMLListCollection(myXMLBillsList.month.bill) no loop required. A labelField spec might be:@name or @Amount. I dont do

Re: [flexcoders] Flex y Crystal reports

2006-10-19 Thread Igor Costa
Hola TchiquitaNo, non es possible acher esos.Sorry my Spanish it's terrible.On 10/19/06, wespinozab [EMAIL PROTECTED] wrote: ¿Es posible abrir Crystal reports desde flex? Soy nueva trabajando con flex y no entiendo muy bien que debe devolver el web Service (el

[flexcoders] Re: Socket woes - something simple I'm sure

2006-10-19 Thread e_baggg
Thanks for your reply, I don't know why this is turning into such an issue for me, but according to the XMLSocket API, all it does is send a XML message followed by a zero byte...so why doesn't this work for me? It looks as if it is the same thing. //this is a connected flash.net.Socket var

[flexcoders] Error showing up in Flex but not CF

2006-10-19 Thread Rachel Maxim
Hello,I am working on a Flex app with CF/remoting, and have come across an error I cannot track down. The error is Unable to cast an object of type java.lang.String to Query. I've seen this error before and it's not normally an issue to solve, however I do not get the error when running the CFC

[flexcoders] Graph Library - ala graphviz

2006-10-19 Thread gus_estrella
Folks, Is there any implementation of graph libraries for Flex similiar to the graphviz one (http://graphviz.org/). Looking for something that will allow me to add nodes, add conenctions, chnage the colors of the nodes or connectors, etc. nothing fancy but dont wnat to reinvent the wheel

[flexcoders] TextInput control (displaying CurrencyFormatted data) question

2006-10-19 Thread Mike Anderson
Hello All, In all the examples I've seen for the CurrencyFormatter when it comes to using a TextInput for displaying the data, it requires TWO TextInputs - one that contains the value to be formatted, and one that displays the finally formatted data. Isn't there a way, where the same TextInput

[flexcoders] invoking application

2006-10-19 Thread svgkuchu
Hi I am using JBoss server.My application requires that when I click on a tool icon say Eclipse, It should invoke the tool on the client machine.Is it possible? when the JBoss is on the same machine as the client , I can achieve this using remote object and the Java Runtime class. Any help

[flexcoders] Set icon without using @Embed?

2006-10-19 Thread zzwi89
Instead of using text to label a set of tabs, I am using some images. Currently I use the following syntax: component.icon = @Embed(source); When component is placed into a viewstack, and a tabbar assigned to the viewstack, the icon shows up in the tab. However, I would like to assign different

[flexcoders] Re: Socket woes - something simple I'm sure

2006-10-19 Thread quasimotoca
--- In flexcoders@yahoogroups.com, e_baggg [EMAIL PROTECTED] wrote: ## Try adding a null byte before flushing the flash.net.Socket. Ted- Thanks for your response but I am still unable to get it working. Partly b/c I can't find any help on how to add a null byte. I would think this (or

[flexcoders] Re: Flash Player 9 Beta Available

2006-10-19 Thread zzwi89
Now that the player is available on Linux, is there any chance of getting Flex Builder to run on Linux as well? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo!

Re: [flexcoders] Error showing up in Flex but not CF

2006-10-19 Thread Brendan Meutzner
Can you post some code?On 10/19/06, Rachel Maxim [EMAIL PROTECTED] wrote: Hello,I am working on a Flex app with CF/remoting, and have come across an error I cannot track down. The error is Unable to cast an object of type java.lang.String to Query. I've seen

[flexcoders] Creating JarJam button Effect.

2006-10-19 Thread Jeremy Rottman
I am taking an idea from the JarJam demo that adobe has posted on adobe labs and recreating it to suit our needs. I almost have it complete and working, but I have run into two little snags. When I create the titlewindow with actionscript, I am unable to get the close button at the top of the

Re: [flexcoders] Error showing up in Flex but not CF

2006-10-19 Thread douglas morrison
Hi Rachel,If your CFC method's returntype is query and the value returned is a string, it will throw this error when Flex reads the value because it is strictly typed. But a CFDump page wont care.. If you are just trying to catch the server fault, use server_fault (event): mx:RemoteObject

Re: [flexcoders] Error showing up in Flex but not CF

2006-10-19 Thread Darron J. Schall
I know this may sound silly (like, my computer won't turn on... is it plugged in?), but haev you checked to make sure the paramters to the remote object method call are being passed correctly? When you run the CFC method outside of flex, you use named parameters like:

RE: [flexcoders] Creating JarJam button Effect.

2006-10-19 Thread Dustin Mercer
Have you tried: title.addEventListener( CloseEvent.CLOSE, setState ); instead of: title.addEventListener( MouseEvent.CLICK, setState ); That should take care of it From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent:

[flexcoders] Re: Error showing up in Flex but not CF

2006-10-19 Thread app.developer
Rachel, Can you show the code within the function that handles the result of your CFC in MXML? Precia --- In flexcoders@yahoogroups.com, Rachel Maxim [EMAIL PROTECTED] wrote: Hello, I am working on a Flex app with CF/remoting, and have come across an error I cannot track down. The

[flexcoders] Re: Creating JarJam button Effect.

2006-10-19 Thread Jeremy Rottman
I have tried using that, and it gives me a big goose egg. This is the updated code. public function createWindow(wTitle:String, wX:Number, wY:Number, wWidth:Number, wHeight:Number):void { title = new TitleWindow(); title.name = wTitle; title.id = wTitle; title.title =

[flexcoders] Does FDS project have to compile on the server?

2006-10-19 Thread Allen Riddle
In my Data Services project, do I have to choose the option to compile the application on the server vs. pre-compiling it if I want to use Data Management Services? Its the only way I could get it to work. When I do a pre-compiled swf, Im unable to make an RTMP connection. Allen

RE: [flexcoders] Does FDS project have to compile on the server?

2006-10-19 Thread Peter Farland
You can precompile any Flex 2 app, including FDS apps. You need to point Flex Builder 2 (or the command line compiler if using mxmlc directly) to the /WEB-INF/flex/services-config.xml file at compile time. You can either do this using the services option under the compiler section of

RE: [flexcoders] Re: Creating JarJam button Effect.

2006-10-19 Thread Dustin Mercer
In your removePopup statement you are passing this, which is actually the application try event.currentTarget instead. public function removeMe(event:CloseEvent){ PopUpManager.removePopUp(event.currentTarget) } From: flexcoders@yahoogroups.com

[flexcoders] Dead end Date

2006-10-19 Thread Pan Troglodytes
Why did the date class have to be marked as final? Is there some limitation to the way calling native functions worked that justified making the class a dead end?-- Jason __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

RE: [flexcoders] Does FDS project have to compile on the server?

2006-10-19 Thread Allen Riddle
I do have that entry in there. Cant figure it out. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Farland Sent: Thursday, October 19, 2006 4:53 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Does FDS project have to compile on the

  1   2   >