RE: [flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-11 Thread Matt Chotin
We have folks working on a complete rewrite of the web service library in an attempt to really bring it up to snuff. However it wont be available until the next major release. I believe we do have some web service articles in the works. If you have suggestions for what youd like to see

RE: [flexcoders] Calendar component

2006-08-11 Thread Matt Chotin
Not Elys. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Anatole Tartakovsky Sent: Wednesday, August 09, 2006 1:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calendar component Matt, Is it Ely's one ? -

Re: [flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-11 Thread sinatosk
when you say major release... do you mean flex 3.0 or flex 2.1?On 11/08/06, Matt Chotin [EMAIL PROTECTED] wrote: We have folks working on a complete rewrite of the web service library in an attempt to really bring it up to snuff. However it won't be

[flexcoders] any way to catch application exit?

2006-08-11 Thread Pan Troglodytes
Is there any way to tie an event to the application exiting? I know this is a longshot, but it should would make my settings-saving code a lot nicer. I have a few ways to work around it, so don't worry about suggesting an alternative. I just thought I'd check to see if there really was a way to

Re: [flexcoders] any way to catch application exit?

2006-08-11 Thread Johannes Nel
_javascript_.On 8/11/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Is there any way to tie an event to the application exiting? I know this is a longshot, but it should would make my settings-saving code a lot nicer. I have a few ways to work around it, so don't worry about suggesting an

Re: [flexcoders] request for adobe: stop being so private

2006-08-11 Thread Michael Schmalle
Isn't this version 2.0? Or does the component source share almost no code with 1.x versions of Flex?Ah well it's 2 but.. It's 1 in my eyes. This shares the same algorithms in layout. Which is what I am mainly concerned with. As far as I am concerned, it is version 2 Flex, version 1 Flex AS3.

RE: [flexcoders] Simple Date Stuff

2006-08-11 Thread Vishwajit Girdhari
I would recommend .NET date library . MS has really simplified it much better than java. -vishwajit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Paul HastingsSent: Friday, August 11, 2006 9:48 AMTo:

[flexcoders] Re: who is going to Real World Flex (NYC, Monday the 14th)

2006-08-11 Thread grant.straker
Provided I don't spend the next 2 days stuck in Airports queues I'll be there, and certainly looking forward to my first trip to NY. Visit the ZoomFlex stand to say hello. Cheers Grant Straker --- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED] wrote: Hi,

[flexcoders] Re: About the DateField

2006-08-11 Thread Muruganandh Ramadass
Hi,Check out this code?xml version="1.0" encoding="UTF-16"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" mx:DateField id="df" change="dc.selectedDate = df.selectedDate"/ mx:DateChooser id="dc" change="df.selectedDate = dc.selectedDate"//mx:ApplicationIn either way the

[flexcoders] [Ann-FlashDev-Syd] 14th Aug Sydney Flash Platform Developers Group study group

2006-08-11 Thread Chris Velevitch
The next meeting will be 14th August and we'll be continuing our study of MXML with Dynamically Repeating Controls and Containers and Representing Data (see http://www.flashdev.org.au/program for topic references). At the meeting, the moderator will lead discussion and with questions about the

Re: [flexcoders] Flex2-IIS-7.0.2 HTTP 405 on /flex2gateway/

2006-08-11 Thread João Fernandes
Tariq,in IIS, under the ISAPI tab (properties) take a look and see if the JRun ISAPI filter is loaded (green arrow)you can also change the verbose property in the {jrun4}\lib\wsconfig\{number}\jrun.ini to true and see if you can get further information. I'm not a Jrun expert so I think that's

RE: [flexcoders] FlexSession expiration question

2006-08-11 Thread Jeff Vroom
There are actually three timeout settings you may need to configure for FDS. There is the HTTP session timeout which is configured via your app servers settings. That controls the session timeout for HTTP based channels as you would expect. Any activity on the session for that web

RE: [flexcoders] Tree-to-tree drag drop

2006-08-11 Thread John Mazzocchi
Title: Re: [flexcoders] Tree-to-tree drag & drop Thanks, in the meantime I've written some drag-n-drop functions (not that they work completely yet ;) John -Original Message-From: Joan Tan [mailto:[EMAIL PROTECTED]Sent: Friday, 11 August 2006 6:55 AMTo:

Re: [flexcoders] Tree-to-tree drag drop

2006-08-11 Thread Arul
From Flex2_devguide.pf Notice that the built-in drag-and-drop functionality of the Tree control lets you move items. However, if you want to copy items, you must implement your own event listeners for the dragDrop and dragComplete events. For more information on these events, see Drag-and-drop

Re: [flexcoders] Overall consensus of using the this keyword

2006-08-11 Thread Michael Schmalle
My question is, do all these same rules apply, to ActionScript that is contained within .MXML files?Yes, it is exactly the same. All mxml files are actually quasi classes. The all get compiled into as3 classes.So, if you had a button likemxApplication ... mx:Button id=myButton

[flexcoders] Re: embed flash 8 swf into flex2

2006-08-11 Thread Dan Rossi
Hi, we downloaded the preview, however none of the components display when set to actionscript 3. The idea was the designer would lay out the interface in flash 9 preview, then i embed the swf into flex. The components are greyed out ! __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Does ComboBox support paging?

2006-08-11 Thread Matt Chotin
I believe it should work. Can you file a bug? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dirk Eismann Sent: Tuesday, August 08, 2006 11:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Does ComboBox support paging?

Re: [flexcoders] Simple Date Stuff

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 21:14, Gordon Smith wrote: ActionScript has the same date and time functions as JavaScript/ECMAScript as far as I know. We're just trying to follow standards when that makes sense and not reinvent everything. Yeah, one of the problems with JavaScript is it doesn't

Re: [flexcoders] Re: How do I implement HTML wrapper for loading several SWF files

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 21:32, yaagcur wrote: Sorry Tom but I'm missing something here Do you mean the view source? That just gives me one object with embed src=explorer.swf So it does. I'd drop a note on the live docs. -- Tom Chiverton, brain dead

[flexcoders] TitleWindow for the Screen coordinates

2006-08-11 Thread Satish
Hi, i am showing my title window like alert on the screen. I am specifying the screeen coordinates also here. But the coordinates i am specifying are taking the application size. But i need to put this x,y coordinates respect to the browser window. Because, i am adding more than one mxml

Re: [flexcoders] Calendar component

2006-08-11 Thread Jeremy Lu
ah, I'm about to implement one, any spec available ? if they dupe in many ways I would give up mine.On 8/11/06, Matt Chotin [EMAIL PROTECTED] wrote: Not Ely's. From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of

RE: [flexcoders] Calendar component

2006-08-11 Thread Steven Webster
Jeremy, This work is being done within Adobe Consulting - Alistair McLeod has been overseeing the development work with some of the consulting team in Europe, and will be blogging and posting to flexcoders about it in the days ahead. Alistair is actually on vacation today - I would

Re: [flexcoders] Re: ToggleButtonBar deselect

2006-08-11 Thread Tom Fitzpatrick
Tim - that worked great. And I was able to easily extend that code to deselect any selected button (by deselecting all buttons). Thanks! - Tom Tim Hoff wrote: Hi Tom, This code would deselect the first button in the ToggleButtonBar. -TH import mx.controls.Button;

[flexcoders] help with Variable scoping, namespaces, etc

2006-08-11 Thread Rick Root
I'm working on an app with a mainPanel and a couple of popup windows that do various things.. one of them allows a user to enter search criteria, and then the grid on the main panel is populated with results. The other popup allows a user to select options for dropping the data to a file. The

Re: [flexcoders] Problems converting String to Container

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 21:59, Mike Anderson wrote: if ([EMAIL PROTECTED] != null) { selectedContainer = [EMAIL PROTECTED] as Container; mainApplicationViewStack.selectedChild = selectedContainer; } Have you tried finding the index of the

[flexcoders] How to collapse Panel?

2006-08-11 Thread Sergey Kovalyov
Hi All! I want to create collapsable Panel via states. I use mx:SetProperty to change height to myPanel.getStyle(headerHeight) value, but this method return undefined. What is wrong? Regards, Sergey. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Debugging Web Service call

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 18:00, Tom Lee wrote: can't show you my code because it would expose the web services. Just replace the URL with stars, for future reference. -- Tom Chiverton This email is sent for and on behalf of Halliwells

RE: [flexcoders] Flex Timeout issue

2006-08-11 Thread Mika Kiljunen
Thats really weird. I would suggest to strip down the code to minimum. Drop out the showBusyCursor (set it to false), try to call service several times with different params and see what happens. On faulthandler I believe you should have mx.core.Application.alert(event.fault) instead

[flexcoders] http://www.gliffy.com

2006-08-11 Thread Kumar
Hi All, I want to do some thing like Gliffy. If I am dropping any control at runtime I want to make it stretch resize. As it appears when we drag particular component in flex builder design mode. Can any body help? Thanks Kumar __._,_.___ -- Flexcoders Mailing

Re: [flexcoders] help with Variable scoping, namespaces, etc

2006-08-11 Thread Rick Root
Well, thanks to the flex debugger I found my problem. The lookupPeople() function wasn't being called in the main app, I was calling the remote object directly from the popup window. doh! thank you flex debugger ;) Rick -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: Tree-to-tree drag drop

2006-08-11 Thread John Mazzocchi
Kinda, yeah. Thanks. I'll keep working on my DND methods. John -Original Message- From: Michael Montagna [mailto:[EMAIL PROTECTED] Sent: Friday, 11 August 2006 3:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree-to-tree drag drop COPY operations arent supported in

[flexcoders] help with fse command

2006-08-11 Thread mthielman11
I am having a little trouble trying to reference an mxml component file. I have a tabset and would like each of the tab canvases to be their own mxml file. THis is so we can programatically change the canvases based on certain criteria. I have used an example that used the following command

[flexcoders] Adjusting registration point?

2006-08-11 Thread Jeff Tapper
Does anyone know if there is a built in mechanism in AS3 to adjust a DispalyObject's registration point? I've written an AS2 class to do this with previous versions, but before i port that over to as3, I'm curious if anyone has found an easier way. What I'm looking to do is control where an

[flexcoders] pdf output

2006-08-11 Thread thekluito
Hi all, I'm migrating a Flash appl to Flex 2. I use amf0 remote objects to comunicate with PHP. The appl needs to output some pdf files generated with pdflib. In flash I was using LoadVars to redirect the output to another window in order to open the pdf file. That was something like:

Re: Bug in printing with test case (was Re: [flexcoders] Flex print jobs)

2006-08-11 Thread Samuel Reuben
Hi Wayne, I want to reproduce the scenario that you are facing. Could you send me the code that you are using? You could zip the whole thing and send it to this address, I'll try and work out a solution for you. Thanks, -sam On 8/10/06, wayneposner [EMAIL PROTECTED] wrote: Hi Sam,I

Re: [flexcoders] Creating State using ActionScript

2006-08-11 Thread Jeff Tapper
Yes! I've had to do just that, and blogged about it. http://jeff.mxdj.com/as3viewstates.htm At 03:59 PM 8/10/2006, Sergey Kovalyov wrote: Hi All! Does anybody have experience creating view states using ActionScript, not in MXML? Imagine, I have two view states, defined in MXML and I want to

[flexcoders] drag and drop in repeater control

2006-08-11 Thread deepu_verma
The following code does not work for me to allow the Combobox to be dragged and dropped inside the repeater control Is this the right approach, any help is appreciated. Thanks, Deepak mx:Repeater id=productRepeater recycleChildren=false mx:HBoxheight=50

[flexcoders] Re: Flex Timeout issue

2006-08-11 Thread digital_eyezed
Hi, Yeah, I've tried to strip it down to the minimum (as you can see from the extremely bare app below, but it is tied to the 1 minute barrier as I have increased the t value by one day at a time until I get to a second return time and it fails exactly at 60 seconds, although the debuh shows

RE: [flexcoders] Re: Flex Timeout issue

2006-08-11 Thread Mika Kiljunen
Yeah, well my guess is that it wont help if Array works under 60 secs it should work after 60 secs too J BTW, I have always used ArrayList instead of Array. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of digital_eyezed

[flexcoders] Re: How to collapse Panel?

2006-08-11 Thread Sergey Kovalyov
I found this example in help and wonder how to make it works: ?xml version=1.0 encoding=utf-8? mx:Panel xmlns:mx=http://www.adobe.com/2006/mxml; mouseDown=checkCollapse(event) resizeEffect=Resize mx:Script ![CDATA[ private function checkCollapse(event:MouseEvent):void {

[flexcoders] Re: Intermittent #2032: Stream Error errors

2006-08-11 Thread ben.clinkinbeard
Hi Mark, Thanks for your reply. I actually thought maybe you were on the right track but taking a similar approach didn't solve my issue. Rather than being in the wrong order, my parameters are all showing as null when in ServiceCapture. I have set breakpoints to confirm that the request is

RE: [flexcoders] Re: who is going to Real World Flex (NYC, Monday the 14th)

2006-08-11 Thread Andrew Trice
Everyone, be sure to stop by and say hello to Cynergy too! A whole group of us will be there to support the event. Be sure to catch Dave Wolfs presentation at 1:50. See you all there -Andy _ Andrew Trice Cynergy Systems, Inc.

[flexcoders] Re: Configuring a ColdFusion server for Flex

2006-08-11 Thread dcooper2025
The CF 7.0.2 doc is here: http://www.adobe.com/go/cfmx702docs and the ColdFusion 7.0.2 install instructions are here: http://www.adobe.com/go/flex2_cf_installation Damon --- In flexcoders@yahoogroups.com, Ryan Sabir [EMAIL PROTECTED] wrote: Can someone point me to the documentation for

[flexcoders] BindableComboBox

2006-08-11 Thread app.developer
I don't know where to go. I have one application that works and one that doesn't with the BindableComboBox... warning: unable to bind to property 'locale' on class 'Object' (class is not an IEventDispatcher) Well it looks like it's in place...

[flexcoders] problem with dynamic itemrenderer

2006-08-11 Thread Paolo Bernardini
I'm trying to add an itemrenderer to a datagrid dynamically, dempending on the number of column of the dataprovider, which can be different everytime. I was able to handler everything, but I got a wierd bug. Everytime I recive the data I get 4 error from the player saying: TypeError: Error

[flexcoders] Re: How to let RichTextEditor export valid HTML?

2006-08-11 Thread michael_ritchie_az
Couldn't you also do this internally with a function using RegExp: private function cleanHTML(str:String):String { var pattern:RegExp = /TEXTFORMAT.*?/g; var str:String = str.replace(pattern, ); pattern = /FONT.*?/g; str = str.replace(pattern, ); pattern = /\/FONT.*?/g; str =

[flexcoders] TileList item margins

2006-08-11 Thread Sergey Kovalyov
Hi All! How to eliminate those 2 pixels at the top and the same at the bottom margins around each TileList item? I use this: mx:TileList columnCount=2 rowCount=3 borderStyle=none dataProvider={_dataProvider} mx:itemRenderer mx:Component mx:Image

[flexcoders] window and firering functions

2006-08-11 Thread arnold_charming
Hi! I'm stuck :( I have a file called File.mxml which has inside a custom component based on a mx:Panel called File2.mxml. Inside this new component, File2.mxml, I have a viewstack with 4 views. Every single view is in its' own custom component. Something like this: File2.mxml

[flexcoders] Re: How to let RichTextEditor export valid HTML?

2006-08-11 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, michael_ritchie_az [EMAIL PROTECTED] wrote: Couldn't you also do this internally with a function using RegExp: Sure. I just copied my code from a PHP file because I usually clean up the HTML code after it has been retrieved from the database and before it is

Re: [flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 21:02, Thomas Rühl -akitogo- wrote: additional swfs for you. Then take a look at the SWFLoader class and the events the TabNavidator dispatches. This solution may of course be more of a pain to users because of the unexpected pause for downloading when they switch

[flexcoders] AreaChart DataRenderer

2006-08-11 Thread Mark
New to Flex and I'm trying to write a custom DataRenderer for an area chart to programatically set the fill color and add a data label. I tried extending AreaRenderer but it gave me an error. My first step in debugging that was to verify that I should in fact be extending AreaRenderer. In my

[flexcoders] dynamic vbox backgroundcolor in renderer

2006-08-11 Thread amigo_fd
Hello, I have a datagrid with three colums: mx:DataGrid id=dgImportSearchResults click=doImportSelected(); width=250 x=0 bottom=0 top=225 mx:columns mx:DataGridColumn headerText=Nr width=60 itemRenderer=renderer_dg_importstatus / mx:DataGridColumn headerText=Destination

[flexcoders] WebService - What's wrong with this code?

2006-08-11 Thread Tom Lee
I cant figure this out for the life of me Im following other peoples examples, but still getting errors. This must be something obvious Heres my code (Ive removed the actual WSDL url): ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

Re: [flexcoders] How do I create an XML object inline to pass to addItem?

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 17:42, Jeff Kroll wrote: I have defined my XMLListCollection as follows: Why not use a String that you convert to an XML object ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

[flexcoders] Re: How to refresh a tree

2006-08-11 Thread Dave Bobby
any ideas on how to solve the problem? say i have this tree with root node, i open root node and append the retrieved xml from server to root node and tree opens up and i can see the tree. when the tree gets bigger than the display area, there is no scrollbar that is automatically added, any

RE: [flexcoders] how do I get the type or class of an object in AS3

2006-08-11 Thread Tobias Patton
The is keyword is probably good enough for your purposes, but if you need more information, e.g. the name of the class, its superclass, interfaces it implements, etc. you can use describeType() to get an XML document with all that information. From:

RE: [flexcoders] any way to catch application exit?

2006-08-11 Thread Tobias Patton
The technique is described in a bit more detail here: http://groups.yahoo.com/group/flexcoders/message/45858 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Johannes Nel Sent: Friday, August 11, 2006 12:13 AM To: flexcoders@yahoogroups.com

[flexcoders] Updated for retail build: Re: [BETA3] I am still having a problem.

2006-08-11 Thread Jason
Thanks for putting me on the right track to being able to add items to my Tree that is bound to a XMLListCollection. I had a heck of a time figuring out how to to an addItemAt to a XMLListCollection ... because it is not a valid method. Using the ITreeDataDescriptor was the trick. I am still

[flexcoders] Re: How to refresh a tree

2006-08-11 Thread Dave Bobby
This is flaky, might be a bug. root -a --aa --ab --ac -b -c --ca --cb --cc say the last server retrieval got ca, cb and cc. but the tree did not show a scrollbar. this tree is in a vDivided box, so when i move the divider upto b, i see a scrollbar, but when i move divider to cb or cc, ca-cb

RE: [flexcoders] window and firering functions

2006-08-11 Thread Tracy Spratt
That component architecture is fine. If this works the first time, but not subsequently, that sounds to me like binding is not set up properly. You do not say how you are passing the selectedIndex value you want into the File2 component. Are you binding? Do you have the

Re: [flexcoders] Calendar component

2006-08-11 Thread Jeremy Lu
Wow, that sounds good, I will wait then, thanks for the update. Jeremy.On 8/11/06, Steven Webster [EMAIL PROTECTED] wrote: Jeremy, This work is being done within Adobe Consulting - Alistair McLeod has been overseeing the development work with some of

Re: [flexcoders] Changing orientation of labels on chart

2006-08-11 Thread Brendan Meutzner
Hey Steve,mx:Style@font-face {fontFamily: labelFont;src:url(../resources/arial.ttf);}Bar Chart{fontFamily: labelFont;}/mx:Stylemx:Bar Chart dataProvider={expenses} showDataTips=truemx:horizontalAxisRenderermx:AxisRenderer label Rotation

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread ben.clinkinbeard
For your second example, if you wrap the lines other than the import inside of a function it should work. HTH, Ben --- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: I can't figure this out for the life of me - I'm following other people's examples, but still getting errors.

Re: [flexcoders] Re: how to add event into menuBar xml item?

2006-08-11 Thread Igor Costa
Hi Tim, Thanks for that, workedSo, for the main links I did .ThanksOn 8/10/06, Tim Hoff [EMAIL PROTECTED] wrote: Hi Igor, This would work for sub-menu items. For top level menu items, you'll have to add logic based on the click event. -TH mx:Script ![CDATA[

[flexcoders] Using one branch of XMLListCollection as a dataProvider

2006-08-11 Thread Jeff Kroll
How do Iuse a single branch of hierarchical XMLListCollectionas the dataprovider for a dataGrid? All of children at the level of the tree I'm using are homogeneous, but the branch is well below the root, so simply setting showRoot to false won't cut it. Thanks, Jeff __._,_.___ --

RE: [flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-11 Thread Matt Chotin
We havent announced what the upcoming releases will be, but this would probably be something like a v3, not in a point release. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sinatosk Sent: Thursday, August 10, 2006 11:50 PM To:

[flexcoders] Newbie Question - attaching a Sprite

2006-08-11 Thread soso noso
Hi all - I've been doing due diligence to find an answer to this, as in I didn't come here first, but I'm not getting exactly how to apply visual coding to the mxml area. For a quick example - I have a simple mxml file: ?xml version="1.0" encoding="utf-8"? customState:StateDev

Re: [flexcoders] http://www.gliffy.com

2006-08-11 Thread Tim Scollick
You have to roll your own. You can't get this functionality out of the box in Flex.On 8/11/06, Kumar [EMAIL PROTECTED] wrote: Hi All, I want to do some thing like Gliffy. If I am dropping any control at runtime I want to make it stretch resize. As it appears when we drag

[flexcoders] Re: pdf output

2006-08-11 Thread Doug Lowder
If you want the Open/Save dialog, your php file needs to set the Content-Disposition HTTP header. Usually it should be set to something similar to attachment; filename='myFile.pdf' for example. I don't have sample code specifically for php, but I'm sure there are examples online or in the php

[flexcoders] Re: any way to catch application exit?

2006-08-11 Thread Doug Lowder
I had been wondering if the Application object's remove event might be better for detecting this. Has anyone tried that yet? --- In flexcoders@yahoogroups.com, Tobias Patton [EMAIL PROTECTED] wrote: The technique is described in a bit more detail here:

[flexcoders] How to change an image dynamically in a datagrid

2006-08-11 Thread mcmcbrianfarrell
I have a datagrid which is populated by xml data (representing tasks) returned via an httpservice call. The xml data has an integer field representing the priority of a task. I wish to display different icons in the first column of the grid dependant on the value of the integer. Assumption:

[flexcoders] Re: centerPopUp in ActionScript component

2006-08-11 Thread dadrobson
That is very cool. Thank you! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Re: multi-axis charts

2006-08-11 Thread dadrobson
Thanks guys! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/

Re: [flexcoders] http://www.gliffy.com

2006-08-11 Thread Michael Schmalle
oh,If you want to look at the asdochttp://www.teotigraphix.com/flex2/docs/SizerManagerFX/index-frames.htmlThat was printed a week ago and it is not totally current. Peace, MikeOn 8/11/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi,I have a component comming out soon that does exactly that and

[flexcoders] Problem with List in TitleWindow

2006-08-11 Thread gotgoose09
I have a TitleWindow that has a List with cfm pages in it as items. The TitleWindow also has a state that adds TextField to create or edit a list item. The first time I popup this TitleWindow and there are more items than the List's height, a strange display issue occurs. You can see it here:

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-11 Thread ben.clinkinbeard
Hi Matt, The types of things I would like to see explained are what I mentioned in my previous posts. Stuff like how does WSDL structure affect Flex's serialization of objects? (this is a big one) and what differences are there in Flex's treatment of Doc/Literal vs RPC/Encoded web services? I

[flexcoders] setting chart vaxis to visible range rather than entire dataProviderRange

2006-08-11 Thread Paul BH
Hi there,I have a chart which is only displaying a portion of the data in the dataProvider (by setting the min / max for the x axis). Is there a simple way to get the chart to scale the y-axis to decide its min / max based on the visible data rather than the range over the entire dataProvider?

[flexcoders] Re: How to change an image dynamically in a datagrid

2006-08-11 Thread dadrobson
Instead of using an inline itemRenderer, you could build a custom component and drop it in. Inside your component, you could use conditional logic to determine what the value of the source property should be. Something like this: ?xml version=1.0 encoding=utf-8? mx:Canvas

[flexcoders] Re: setting chart vaxis to visible range rather than entire dataProviderRange

2006-08-11 Thread dadrobson
If you don't set the minimum maximum values, the default behavior is to auto-scale the y-axis. If you set the minimum maximum values to anything other than NaN, you effectively disable the auto-scale feature. -- Flexcoders Mailing List FAQ:

[flexcoders] VideoDisplay and Flash 8 skin components

2006-08-11 Thread Rick Schmitty
Is it possible to use the skins from the Flash 8 designer skin components with a flex VideoDisplay, or do the different versions of actionscript prevent this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Using one branch of XMLListCollection as a dataProvider

2006-08-11 Thread Tracy Spratt
Ok, I am just thinking here, but: Since e4x expressions can return any XML node you want, why not find the branch node you want that way, then use the necessary methods, casting to put (copy?) the XML into an appropriate collection? Tracy From:

[flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread dadrobson
Sprite doesn't extend mx.core.IUIComponent, and so you can't use it as a parameter in the addChild() method of the Panel class. Instead of using Sprite, try Canvas instead. HTH Jim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] AS3 Question

2006-08-11 Thread aaron smith
I have been dabbling lately with creating pure AS3 projects. ( http://www.senocular.com/flash/tutorials/as3withmxmlc/ )Is it possible to use the components that are in Flex through just AS3. I would think you can, just a matter of figuring out how. Thanks. __._,_.___ -- Flexcoders Mailing

Re: [flexcoders] Newbie Question - attaching a Sprite

2006-08-11 Thread Michael Schmalle
Hi,You could..var wrapper:IUIComponent = new UIComponent();wrapper.addChild(contentBg);panelOne.addChild(wrapper);This makes it harder to ref and size.You should look into skin subclasses like ProgrammaticSkin. If you make a class that subclasses ProgrammaticSkin, then you can use the graphics

Re: [flexcoders] Re: setting chart vaxis to visible range rather than entire dataProviderRange

2006-08-11 Thread Paul BH
The problem I'm finding is that the autoscale is across the entire dp, so, for example, if i have the following:x: -10 , y: -5x:0, y: 0x: 10 , y:5x: 20, y: 10x:30, y: 15and set the minimum for x to 10 and the maximum for x to 20, the range for the y axis is still -5 to 15, not 5 to 10... I'm

[flexcoders] LineChart performance issue / Alternatives?

2006-08-11 Thread dadrobson
I'm building a Flex 2.0 UI for an app that continually generates data to be plotted on a line graph; new data keeps coming in, and when there is too much data to fit in the chart, the older data drops off and the horizontal axis shifts. (To visualize what I mean, picture the Performance tab in

[flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread danfrap767
Thanks, Jim. That worked! After considering myself a very advanced actionscripter I feel like an idiot with these questions, but... So than how are you supposed to go about attaching a sprite? since I can't attach that to the Canvas either. like I said, I know these are very newbie questions

Re: [flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread Michael Schmalle
extend mx.core.IUIComponent,A DisplayObject dosn't have to extend UIComponent it just has to implement the IUIComponent interface which ProgrammaticSkin does.ProgrammaticSkin is a Shape/FlexShape subclass. Peace, MikeOn 8/11/06, dadrobson [EMAIL PROTECTED] wrote:

[flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread dadrobson
I stand corrected: I wrote extend instead of implement. Thanks Mike! -Jim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

[flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread dadrobson
You should be able to use Canvas.addChild(Sprite), because it takes a DisplayObject, and Sprite does exted DisplayObject. I don't have time to test it right now, but based on the inheritance outlined in the docs, it looks like it should work. I'll try to run a test later; meanwhile, if you have a

[flexcoders] Tree item renderer's scrolling with mousewheel

2006-08-11 Thread lyon.james
I've been working to populate a tree component with a dynamic dataprovider and now that it's working, I'm seeing some wierdity. The item renderers are scrolling with the mousewheel when I scroll the entire tree list. Also some labels seem out of place to start with. I filed a bug on this this

Re: [flexcoders] Changing orientation of labels on chart

2006-08-11 Thread Steve Gustafson
Thanks Brendan, that did the trick!SteveOn 8/11/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Hey Steve,mx:Style@font-face {fontFamily: labelFont;src:url(../resources/arial.ttf); }BarChart{fontFamily: labelFont;

[flexcoders] Re: pdf output

2006-08-11 Thread thekluito
Hi Doug, thanks for the tips. I'll try this Monday. I'll tell if it works. Thanks again Alberto Alcaraz --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: If you want the Open/Save dialog, your php file needs to set the Content-Disposition HTTP header. Usually it

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread Tom Lee
Thanks Ben, but no such luck - I get the same error as in my first example. Does it compile for you without errors? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 11, 2006 12:42 PM To:

[flexcoders] Setting Label of checkbox used as DataGrid itemEditor

2006-08-11 Thread Jeff Kroll
I've got this: mx:DataGridColumn dataField="@primary" itemEditor="mx.controls.CheckBox" editorDataField="selected"/ ...but it doesn't actually use the value of @primary to set the selected property of the checkbox. Ideas? Furthermore, I need the label of the check box to appear... so

[flexcoders] Re: How to collapse Panel?

2006-08-11 Thread Sergey Kovalyov
Any ideas regarding why headerHeight style equals undefined by default and how to get its default value? :( On 8/11/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: I found this example in help and wonder how to make it works: ?xml version=1.0 encoding=utf-8? mx:Panel

Re: [flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread Michael Schmalle
Hi Jim, Canvas.addChild(Sprite),You cannot do this because The DisplayObject to add as a child of this Container. It must implement the IUIComponent interface.Sprite does not implement IUIComponent. Basically all children of a container have to be a IUIComponent becasue of the way Flex lays

[flexcoders] Re: window and firering functions

2006-08-11 Thread arnold_charming
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: That component architecture is fine. Hi! Do you have the {Bindable] metadata tag over the selecteIndex variable in file2? Yes I have. I don't think the problem is in binding. Because my variable is always sent (I've

[flexcoders] Dynamic combobox

2006-08-11 Thread Jeremy Rottman
I am working on an branch/ip manager system, and I have run into an issue. In my application, I have a method that calls all branchs from my database, I am returning the object as a query from my cfc. The display for the data grid works perfectly, but I am having an issue populating dynamically

[flexcoders] Re: Newbie Question - attaching a Sprite

2006-08-11 Thread danfrap767
I thought so too, as it even says in the addChild for a Canvas documentation that it takes a display object. but for some reason when I test and after attaching the canvas I then attach the sprite I still get that same error: TypeError: Error #1034: Type Coercion failed: cannot convert

  1   2   >