RE: [flexcoders] Update Flash player 9 (H.264)

2007-09-28 Thread Seth Caldwell
Matt, can you please make sure that the SSL handshake in the filereference.upload component works correctly on the firefox plugin in this flash update? I've submitted a bug, as I did extensive testing and many other users reported it as well. Thanks, Seth _ From: flexcoders@

[flexcoders] SuperTabNavigator

2007-09-28 Thread Tom Preet
Hi All, In my application am using the SuperTabNavigator, can tell me how to use the supertabnavigator that displays the tabs in the panel with closable option. can anyone give me some examples regarding this. Thanks, Tomt.

RE: [flexcoders] Re: HTTPService Performance Issue - very slow

2007-09-28 Thread Alex Harui
If your resultFormat is Object, I'm pretty sure all of the XML has to be parsed into objects before the busy cursor goes away and the result handler fires. I would expect noticeably faster response if the resultFormat is e4x. But as Scott has found out, memory utilization of XML collections is

RE: [flexcoders] Update Flash player 9 (H.264)

2007-09-28 Thread Matt Chotin
Hi, we haven't announced the final release date yet. We're trying to close it down now though, so hopefully it won't be a huge amount longer. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hans Sent: Friday, September 28, 2007 9:00 AM To: flexcoders@yahoogroup

[flexcoders] change comments in mxml

2007-09-28 Thread Sheriff
i really hate having to do , and its just unreadable and was wondering if there is a way i can just have it done like actionscript comments // /**/ etc.. Catch up on fall's hot new shows on Yahoo! TV.

[flexcoders] Re: Position popup relative to component. -- [SOLVED]

2007-09-28 Thread generalxxaxx
Thanks for the clues. That put me in the correct direction to solve it. Claude --- In flexcoders@yahoogroups.com, "chuyler1" <[EMAIL PROTECTED]> wrote: > > Also, > > Look into using localToGlobal() on an object to translate coordinates > relative to a Display Object to coordinates relative to 0,0

Re: [flexcoders] DataGrid cell access question

2007-09-28 Thread Wayne LaRochelle
HI!! Thank you it worked perfectly and now I understand it. WAYNEL - Original Message From: Alex Harui <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, September 28, 2007 2:15:59 PM Subject: RE: [flexcoders] DataGrid cell access question

[flexcoders] Re: HTTPService Performance Issue - very slow

2007-09-28 Thread j_lentzz
I checked out the blog and there is a noticeable improvement on scrolling. However, does the long busy cursor when processing the incoming data imply slow rendering - or is only when you are scrolling that you see slow rendering effects. Thanks, John --- In flexcoders@yahoogroups.com, Scott - Fa

[flexcoders] Re: HTTPService Performance Issue - very slow

2007-09-28 Thread j_lentzz
Yes, I am using a result handler. The timers I've used have timed from when the result handler gets called until the time I finish processing all the data and then let the Flex stuff do its thing. This time is very small and I can't start timing any sooner than the result handler. I'm sure using

Re: [Flexcoders]: Flex site not loading in Internet Explorer 6 (IE6)

2007-09-28 Thread devenhariyani
Hi guys, thanks for the feedback so far, I've been trying to debug this issue for the last 4 days but I still haven't had any luck. I'm new to flex, so I'm not sure what "rsls dependencies" are, but I do have a Ruby on Rails with MySQL on the backend. Here is some more info on my client envir

[flexcoders] Re: looking for a decent throbber

2007-09-28 Thread Reid Priedhorsky
Troy Gilbert wrote: >> Yes, that's a very appealing architecture. We don't have Flash here, >> though, just Flex, and while we could track down Flash, install it (the >> University has a site license, but there's paperwork to get it), and >> learn to use it, I was hoping someone out there might be

Re: [flexcoders] Access a private method

2007-09-28 Thread Johannes Nel
pull the class into your own project (with the same package structure) and change it there. dodgy but workable in a bad way On 9/28/07, Sheriff <[EMAIL PROTECTED]> wrote: > > i need to access this private method in the accordion but since its > private i can't so i was wondering if i would be ab

Re: [flexcoders] Back-toback WebService calls seem to get lost?

2007-09-28 Thread Peter Connolly
You need to take a look through the "Handling asynchronous calls to services" chapter in the Flex 2 Developer's Guide (around p. 1439 of the .pdf file). On 9/28/07, Fred Barrett <[EMAIL PROTECTED]> wrote: > > I have some back-to-back web service calls that don't seem to work > when I call them

RE: [flexcoders] SetVariable/GetVariable supported in Flex 2 ?

2007-09-28 Thread Tracy Spratt
There was a thread about this just a few days ago, check the archives. The upshot was, SetVariable is not supported. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ctkemper Sent: Friday, September 28, 2007 5:28 PM To: flexcode

RE: [flexcoders] Back-toback WebService calls seem to get lost?

2007-09-28 Thread Tracy Spratt
Strange. Any chance it is your dynamic listener manipulation? That is the only odd thing I see. (why are you doing that, by the way?) I mostly use HTTPService, and had an app the fired off over 90 calls on init and never lost any of them. I used a single HTTPService instance and a single result

Re: [flexcoders] Flexenium: The Selenium Extension to Flex

2007-09-28 Thread George
Hi Todd, For sure we need that as early as possible. I've already feel painful without a UI usability testing tool for complex UI Flex projects. Thanks, George twcrone70 wrote: > Okay, kinda cheesy subject line but you are reading my message. > > I am currently working on an extension to Seleni

[flexcoders] SetVariable/GetVariable supported in Flex 2 ?

2007-09-28 Thread ctkemper
Hi, I know the ExternalInterface API is great. But does anyone know if the older SetVariable/GetVariable functions can be used in FlashPlayer 9 to communicate with an app written with Flex 2? I ask because I'm using a wrapper for the player that does not support the ExternalInterface API. FSComma

[flexcoders] Back-toback WebService calls seem to get lost?

2007-09-28 Thread Fred Barrett
I have some back-to-back web service calls that don't seem to work when I call them as: ws.GetMusicians(); ws.GetInstruments(); ws.GetProducts(); but if I call them in a forced-sequential pattern, they all work fine. (The web server is a .NET service that returns ArrayCollections). My mxml file

[flexcoders] Re: Flex code generator for webservice

2007-09-28 Thread muratt_cim
Hi Jason We will add the examples section to our web site and you can reach all examples from that section. when we are start to publish examples section we are going to send you e-mail to inform you --- In flexcoders@yahoogroups.com, "Merrill, Jason" <[EMAIL PROTECTED]> wrote: > > I'm going to

[flexcoders] Access a private method

2007-09-28 Thread Sheriff
i need to access this private method in the accordion but since its private i can't so i was wondering if i would be able to change it to protected so i can access it from their but how would i update the flex framwork. _

[flexcoders] Flexenium: The Selenium Extension to Flex

2007-09-28 Thread twcrone70
Okay, kinda cheesy subject line but you are reading my message. I am currently working on an extension to Selenium that allows you to use the Selenium (www.openqa.org) core to build QA tests for a Flex application rather than use the expensive alternative, Mercury QTP. I'm a few weeks into it and

RE: [flexcoders] Re: ResizeEvent.RESIZE Not Very Smart?

2007-09-28 Thread Alex Harui
Actually, you tripped over one of the subleties of the Flex Framework. Scrollbars are not always calculated into the width/height of a component and the content does not always resize. The scrollPolicy affects the computation, and the component determines whether to resize the content. This is

RE: [flexcoders] DataGrid cell access question

2007-09-28 Thread Alex Harui
You should have seen a pattern where the data setter stores the data object in a backing variable like _data and calls invalidateProperties. In commitProperties(), you should see code that pulls fields out of the data object and stuffs them into UI widgets much like you did in the rest of your da

[flexcoders] Re: ResizeEvent.RESIZE Not Very Smart?

2007-09-28 Thread Matt
Sorry about that, I went to create a simple example and realized it isn't Flex that's not very smart, but rather me. :) Next time I'll try to create the simple example BEFORE coming in here and making bold and outrageous claims. ;) Thanks for the help. --- In flexcoders@yahoogroups.com, "Alex Ha

Re: [flexcoders] DataGrid cell access question

2007-09-28 Thread Wayne LaRochelle
HI!! I have taken a look at many of the itemRenderer examples, but I have not seen what I am trying to do. I am building a grading screen. the screen is a DataGrid with an unknown number of rows and columns so I am building it dynamically. for this test its just 1 row of 2 columns ===

RE: [flexcoders] flex2 editable datagrid scroll jumping

2007-09-28 Thread Alex Harui
When the alert goes away, the dg will get focus and should put it on the last item that was being edited. Is that not happening? If nothing was ever edited, it goes to the first cell. If that's your scenario, you can try to set editedItemPosition in focusIn. F

RE: [flexcoders] adjusting horizontal space between menuitems in menuBar

2007-09-28 Thread Alex Harui
There is no style or property that will change this. Probably should be so feel free to file a bug. You can subclass MenuBarItem and change how measure() calculates. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sgarrity1 Sent: Friday,

RE: [flexcoders] What does it take to detect MOUSE_MOVE?

2007-09-28 Thread Alex Harui
Your example threw a runtime error because yeahbaby() needs to take an event as a parameter. public function yeahbaby(event:MouseEvent):void { From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mossdude Sent: Friday, September 28, 2007 1:3

[flexcoders] flex2 editable datagrid scroll jumping

2007-09-28 Thread flexaccount
Hello, I have an editable datagrid with a significant number of rows, so the user might need to scroll. I also have some event notification messaging that results in popup alert windows to notify the user about some various events. The problem I have: If I scroll and an alert popup window sho

RE: [Flexcoders]: Flex site not loading in Internet Explorer 6 (IE6)

2007-09-28 Thread Merrill, Jason
Are you embedding the main .swf using the Javscript methods that work aroung the EOLAS patent changes in IE? You'll need to do that for sure. lots on the web on how to do that. Jason Merrill Bank of America GT&O Learning & Leadership Development eTools & Multimedia Team _

Re: [Flexcoders]: Flex site not loading in Internet Explorer 6 (IE6)

2007-09-28 Thread Sheriff
what u need to do is run IE as admin other wise it wont work and neither will flash. IE6 and forward - Original Message From: EECOLOR <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, September 28, 2007 3:24:35 PM Subject: Re: [Flexcoders]: Flex site not loading in Interne

[flexcoders] What does it take to detect MOUSE_MOVE?

2007-09-28 Thread mossdude
Why can't I catch mouse events with the stage? I verified that the stage object exists before attaching the event listener, yet the event handler never executes. http://www.adobe.com/2006/mxml"; width="1000" height="500"> import mx.controls.Alert;

Re: [Flexcoders]: Flex site not loading in Internet Explorer 6 (IE6)

2007-09-28 Thread EECOLOR
We have had strange problems in IE 6 and Flash players below 9.0.28. Greetz Erik

[flexcoders] adjusting horizontal space between menuitems in menuBar

2007-09-28 Thread sgarrity1
Hi, I've tried numerous approaches and searched a number of blogs for this. Is there a way to adjust the space between text menuitems in a MenuBar ? I would think one might be able to use horizontalGap or padding or margins but that does not seem to be available ? I know I could modify the ac

Re: [flexcoders] Sleep() method

2007-09-28 Thread Paul Andrews
- Original Message - From: "essuark" <[EMAIL PROTECTED]> To: Sent: Friday, September 28, 2007 9:11 PM Subject: [flexcoders] Sleep() method > Is this something like a sleep or wait method? A method that holds > processing for 'n' seconds? I could use a timer but that doesn't stop > the

RE: [flexcoders] Sleep() method

2007-09-28 Thread Tracy Spratt
No. The Flash Player is essentially single threaded, and code processing in non-blocking, so this is not possible. What are you trying to do? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of essuark Sent: Friday, Septemb

RE: [flexcoders] Re: I really need some help on how to display details of a record -arrayCollection

2007-09-28 Thread Tracy Spratt
That looks ok. Did the trace show what you expect? If you think so, then move in on the data you want one step at a time: var xmlTemp:XML = xmlResult.projects; trace(xmlTemp.toXMLString()); //does this show the products node? var xlProjects:XMLList = xmlTemp.project; trace(xlProjects.len

[flexcoders] Line Chart: Dynamic categoryField with HSlider

2007-09-28 Thread vic8427
I'm trying to re-create the line chart on the Dashboard Sample Application viewed here : http://examples.adobe.com/flex2/inproduct/sdk/dashboard/dashboard.html The line chart allows the user to view data for a selected time period that is selected via the HSlider. My approach was to bind the c

[flexcoders] Sleep() method

2007-09-28 Thread essuark
Is this something like a sleep or wait method? A method that holds processing for 'n' seconds? I could use a timer but that doesn't stop the processing. thanks r

[flexcoders] TileList refresh issues, maintaining selection states, binding issues, etc.

2007-09-28 Thread Charles Galpin
Hi All I'll try keep this brief, but wanted to get feedback and opinions on a number of issues which I have run into. I'll be touching on o Issues with getting a TileList to redraw/refresh the tiles o Selection issues and differences between selections made by a user, or programmatically. o

RE: [flexcoders] MultiPurpose ItemRenderer

2007-09-28 Thread Alex Harui
There is a recommended pattern involving calling invalidateProperties() in the .data setter, overriding commitProperties() to handle distributing the data, and other "component lifecycle" methods. There is documentation on making custom item renderers, and you can look at the source code for mx.c

[flexcoders] Re: Element type "mx:Lab" must be followed by either attribute specifications, ">"

2007-09-28 Thread droponrcll
--- In flexcoders@yahoogroups.com, "droponrcll" <[EMAIL PROTECTED]> wrote: > > I've tried to add my own namespace to allow me to insert my own > components, a process I've done several times before, and I get the > error: Element type "mx:Lab" must be followed by either attribute > specificatio

[flexcoders] MultiPurpose ItemRenderer

2007-09-28 Thread droponrcll
I'd like to be able to create a component I can use as an ItemRenderer or not. It already works _not_ as an ItemRenderer, but all my attempts to add support for the data property haven't worked. Things I've tried: 1) A creationComplete event that checks to see if data is an object of the rig

[flexcoders] Re: Flex 2: How to get the hand cursor?

2007-09-28 Thread flexawesome
--- In flexcoders@yahoogroups.com, "Tobias Patton" <[EMAIL PROTECTED]> wrote: > > Thanks for the reply. > > > > Sadly, this works for some UI components but not others. It works for > mx.controls.Button, for example, but not for mx.controls.Label, which is > where I need it to work. > > >

RE: [flexcoders] Re: ResizeEvent.RESIZE Not Very Smart?

2007-09-28 Thread Alex Harui
Are you sure the GridItems resize and don't just get clipped by the scrollbar? The code looks like it should send the event if the size changed. If you have a small test case, feel free to post it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Be

[flexcoders] access dataTransform for secondHorizontalAxis

2007-09-28 Thread anewgene
Hi, group, I have made a chart with two Horizontal Axes. And I also have a customized annotation element (extends from ChartElement). In this element, I use dataTransform object to convert between axis values and screen positions. However, I found that dataTransform is always relevant to

[flexcoders] Re: ResizeEvent.RESIZE Not Very Smart?

2007-09-28 Thread Matt
I guess my real question is: Is there any way to receive an event every time a component's pixel size actually changes for any reason? --- In flexcoders@yahoogroups.com, "Matt" <[EMAIL PROTECTED]> wrote: > > I have a Grid with GridRows and GridItems. I have three GridItems per > row and their siz

[flexcoders] Re: I really need some help on how to display details of a record -arrayCollection

2007-09-28 Thread Mark
I've actually never used XMLListCollection so I'm giving it a shot. It seems to be giving me some problems. I'm returning a length of 0. Is this correct or did I miss something. All the examples in the Help show it as MXML not ActionScript. http://www.adobe.com/2006/mxml"; layout="absolute"

RE: [flexcoders] Re: Tilelist and image

2007-09-28 Thread Alex Harui
That shouldn't be true either. To grab the scroll thumb to quickly scroll through 2 images will cause you to skip lots of the images. Note also that loads are synchronous when testing from FlexBuilder and will behave differently when deployed to the web. Fro

Re: [flexcoders] HTTPService Performance Issue - very slow

2007-09-28 Thread Scott - FastLane
oops... sorry about the prior message. Doh! It has also been my experience that rendering is usually the bottleneck. See this post on my blog for an example of the difference a UIComponent based renderer can make over containers. hth Scott Tracy Spratt wr

Re: [flexcoders] HTTPService Performance Issue - very slow

2007-09-28 Thread Scott - FastLane
Tracy Spratt wrote: > > In my experience, the rendering of the UI is the bottleneck, not the > data transfer. > > Use timer and the result handler function to time the actual data > transfer. You ARE using a result handler, and not binding directly to > lastResult, right? > > Are your item rende

RE: [flexcoders] HTTPService Performance Issue - very slow

2007-09-28 Thread Tracy Spratt
In my experience, the rendering of the UI is the bottleneck, not the data transfer. Use timer and the result handler function to time the actual data transfer. You ARE using a result handler, and not binding directly to lastResult, right? Are your item renderers built on containers? If so

[flexcoders] Re: Tilelist and image

2007-09-28 Thread nxzone
Hi, Thank you for you answer. I expect the loads stop and new ones start when scolling but it's false... The load never stop until he is loader! Why, i dont know but it's stup** :). So if i have a tile list with 2 images, if i scroll at the bottom very very fast, i will load all the 2 ima

[flexcoders] HTTPService Performance Issue - very slow

2007-09-28 Thread j_lentzz
Hi, I've got an app getting data from a server to populate a screen with 3, text inputs, some radio buttons and a data grid. With some data, it is taking almost a minute to save and refresh the scren. The data grid seems to be the issue. It contains many comboboxes. I've read that these are ve

[flexcoders] Re: Array of custom classes as the dataprovider for a ComboBox????? {SOLVED}

2007-09-28 Thread devworkit
Ok. So this might be my fault :-) In my I had a bogus labelField attribute set (from a previous test). Once I removed that labelField (or set it to 'label') things worked as expected. In the dropdown I now see the label value and selectedItem is MyClass. Thanks. --- In flexcoders@yahoogroup

[flexcoders] Re: Flex code generator for webservice

2007-09-28 Thread ben.clinkinbeard
Should be something like this: var service:WebService = new WebService(); service.loadWSDL("http://some.wsdl.url";); service.addEventListener(LoadEvent.LOAD, onWsdlLoad); and then onWsdlLoad could look something like this: var op:Operation = service.getOperation("GetDocument") as Operation; op.r

[flexcoders] Array of custom classes as the dataprovider for a ComboBox?????

2007-09-28 Thread devworkit
Hi, I would like to have the dataprovider of a combobox be an array of a custom class. I want to encapsulate a bunch of values/functions into a class called MyClass. I see you can have a simple Object array in mxml as the dataprovider like this:

[flexcoders] ResizeEvent.RESIZE Not Very Smart?

2007-09-28 Thread Matt
I have a Grid with GridRows and GridItems. I have three GridItems per row and their size is set to 33% width. This works fine but when enough GridRows are added to cause a vertical scroll bar to be displayed I want to know that the actual pixel width of those GridItems has changed and Flex doesn't

[flexcoders] Re: Passing variables to popup window {SOLVED}

2007-09-28 Thread candysmate
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Good, but curious, I would not expect that order to matter > Thanks for the code example Tracey. Yeah, the order thing is really wierd, which is why it took me a while to find it.

[flexcoders] Update Flash player 9 (H.264)

2007-09-28 Thread Hans
Hi list, does somebody know when the Flash Player 9 update supporting H.264 video will reach its release version? We're currently developing a solution playing high definition videos in sequence and we're hoping for a release version as soon as possible. Best regards, Hans Van de Velde.

RE: [flexcoders] Re: DataGrid Tooltips for data that is larger than cell?

2007-09-28 Thread Alex Harui
if you use datatipfield, should only show if the text is cut off. That's not happening? datatipfunction shows always unless it returns "". From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuyler1 Sent: Friday, September 28, 2007 9:42 AM T

[flexcoders] Element type "mx:Lab" must be followed by either attribute specifications, ">"

2007-09-28 Thread droponrcll
I've tried to add my own namespace to allow me to insert my own components, a process I've done several times before, and I get the error: Element type "mx:Lab" must be followed by either attribute specifications, ">" or "/>". I am using FB 3 Milestone 3. The full MXML for the file is this:

Re: [flexcoders] Extending Canvas, inheriting transitions / states in MXML?

2007-09-28 Thread aaron smith
Here's what I'm doing. BASEVIEW: - http://www.adobe.com/2006/mxml";> Now I create a "BaseView like so:" http://www.adobe.com/2006/mxml"; width="400" height="300">

[flexcoders] Re: DataGrid Tooltips for data that is larger than cell?

2007-09-28 Thread chuyler1
Thanks, I'm pretty sure there is a bug in there, perhaps only pertaining to XML data providers. dataTipField still did not work with my XMLList but when I changed to an mx:Model everything worked fine. ...well not everything. Is there a way to only display these data tips when the string is lar

RE: [flexcoders] Re: Passing variables to popup window {SOLVED}

2007-09-28 Thread Tracy Spratt
Good, but curious, I would not expect that order to matter For future reference, to impement a public property using a setter function instead of a public var, do this: private var _messageString:String; //local var to hold property value public function set messageString(s:String):Void

[flexcoders] Re: Position popup relative to component.

2007-09-28 Thread chuyler1
Also, Look into using localToGlobal() on an object to translate coordinates relative to a Display Object to coordinates relative to 0,0 in the browser window. Example: var point:Point = new Point(); point.y += 25; // move my pop-up down 25 pixels point = myButton.localToGlobal(point); // displa

RE: [flexcoders] Re: How to create a PHOTO BOOK using Flex ( i want to flip the pages of it)

2007-09-28 Thread Matt Chotin
You can publish source via Flex Builder (available under the project menu). In Flex Builder 3 Beta 2 (coming soon!) you'll export a release version of the SWF and include source then. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Friday, Septembe

Re: [flexcoders] Re: Is there a fliping control in Flex

2007-09-28 Thread hank williams
Yeah, Im sure thats true. But I am in java mode right now working on back end stuff for probably another week, so I am not in a Flex head space. In this context its easier to have someone who knows the answer tell me than for me to do the work myself :) Hank On 9/28/07, Alan Shaw <[EMAIL PROTECTE

[flexcoders] Opening CFM disguised as Flashpaper SWF

2007-09-28 Thread Darren Houle
Not purely a Flex question, but came up as a result of building a Flex reporting component... Using IE 6.0.2... When I download http://myserver.com/index.htm with a SWF embedded in the HTML Flash works fine and runs the embedded SWF in the browser. When I download http://myserver/filename.

RE: [flexcoders] Packages & stuffs

2007-09-28 Thread Tracy Spratt
Classes are the real key. Packages are groups of related classes. The Package name of a class must match the class files physical location. Pretty much everything in Flex is a "class", all the components, your mxml files, etc. Any given functionality is usually implemented in a class. So

RE: [flexcoders] Position popup relative to component.

2007-09-28 Thread Tracy Spratt
You can set the position of a Popup to whatever you want. Use the reference returned by createPopup(); This example causes the popup to move when the browser is resized. The techniques will be the same. http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectI D=689 Tracy

RE: [flexcoders] Re: I really need some help on how to display details of a record -arrayCollection

2007-09-28 Thread Tracy Spratt
Oops yeah I misread that conditional + loop code. But you ARE mangling your xml. The default resultFormat of HTTPService is "object", which causes flex to convert your xml into a nested object structure. Such a structure is hard to debug and is less flexible than xml. I advise using resul

RE: [flexcoders] Layout issues - height = 100%, HDividedBox bug?

2007-09-28 Thread Alex Harui
if you want something with % to shrink you often have to set minHeight to 0 or some small number From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Friday, September 28, 2007 2:48 AM To: flexcoders@yahoogroups.com Subject

Re: [flexcoders] multiple http requests

2007-09-28 Thread Randy Troppmann
AsyncToken, thats very cool. What part of the HTTP header does it use to match up asyncronous calls? Randy On 9/27/07, Tracy Spratt <[EMAIL PROTECTED]> wrote: > > > > > > > Use a single HTTPService instance, and a single result handler. > > When you invoke send(), it returns an AsyncToken. This

RE: [flexcoders] RE: DataGrid ItemRenderer

2007-09-28 Thread Alex Harui
editable="true" From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Friday, September 28, 2007 1:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] RE: DataGrid ItemRenderer My code is like this now, but am not get

RE: [Flexcoders]: Flex site not loading in Internet Explorer 6 (IE6)

2007-09-28 Thread Alex Harui
try a simple test swf. are there any rsls or other external dependencies? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deven Hariyani Sent: Thursday, September 27, 2007 3:34 PM To: flexcoders@yahoogroups.com Subject: [Flexcoders]: Flex s

Re: [flexcoders] Re: Is there a fliping control in Flex

2007-09-28 Thread Alan Shaw
It does not bring in the entire sandy library. It just uses three classes from sandy.util. I think if you download it and look at it you will get the answers you need pretty quickly ;) On 9/28/07, hank williams <[EMAIL PROTECTED]> wrote: > > Hey Alan & Leds, > > Question. How big is this library

RE: [flexcoders] Adding and removing display objects in the same frame

2007-09-28 Thread Alex Harui
you can't force screen update. maybe your seeing results of invalidation/validation? try validatenow() and/or calllater From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of clash_y Sent: Friday, September 28, 2007 12:25 AM To: flexcoders@yaho

RE: [flexcoders] Extending Canvas, inheriting transitions / states in MXML?

2007-09-28 Thread Alex Harui
can you post your example? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aaron smith Sent: Thursday, September 27, 2007 5:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending Canvas, inheriting transitions / states in MXML

RE: [flexcoders] Problems changing states in an item renderer for a list

2007-09-28 Thread Alex Harui
make sure variablerowheight is true. set the text's width to a portion of the parent's explicitwidth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kaiser.marco Sent: Friday, September 28, 2007 6:42 AM To: flexcoders@yahoogroups.com Subje

RE: [flexcoders] Re: MOUSE_LEAVE never fires in IE if drag with bounds is active

2007-09-28 Thread Alex Harui
i don't recall the details, but we ran into issues in corner cases and prefer to see each step From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, September 28, 2007 7:41 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] for in loop does not work

2007-09-28 Thread Alex Harui
you can't for/in class instances, only dynamic props. use objectutil or describetype From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Webdevotion Sent: Friday, September 28, 2007 7:46 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcode

Re: [flexcoders] for in loop does not work

2007-09-28 Thread Webdevotion
the point is that the whole for loop is not executed.

[flexcoders] Re: Flex Date decoding issue with webservices returned date.

2007-09-28 Thread parinda_b_patel
EvilC, Thanks for your replies. From http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402005 , it is clear that if you have timezone information present it must decode it properly.. Because what they say is "If no timezone information is present, local time is assumed." . But in my ca

[flexcoders] Re: Cannot multiple select rows after deleting row from a List

2007-09-28 Thread e_baggg
Great, thanks. I have submitted the bug to Adobe. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > That's a bug. A simpler reproduction case is this: > > > http://www.adobe.com/2006/mxml";> > > > > > > click="list.dataProvider.removeItemAt(2)" /> > > > >

[flexcoders] Re: MOUSE_LEAVE never fires in IE if drag with bounds is active

2007-09-28 Thread ben.clinkinbeard
On the money once again Alex, thanks. I've not eliminated startDrag() and stopDrag() from my code as things seem to work correctly now, but am curious to know why you avoid them. Can you provide some of your reasoning? Thanks, Ben --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTE

RE: [flexcoders] Flex code generator for webservice

2007-09-28 Thread Merrill, Jason
I'm going to check both of those out, but are there any Actionscript 3.0 only examples of connecting and using a Webservice? I did this a lot in Actionscript 2.0, but I need an Actionscript 3.0 example. Everything I have seen online and in the docs is MXML, which won't work for my Actionscript-onl

RE: [flexcoders] Re: Here we go again: Flex Vs Java

2007-09-28 Thread Merrill, Jason
"Want to keep arguing it?" I guess so, sure. So that's partially the same thing I was saying, or at least implying, when I said, "[RICH UI] in fact ARE part of Web 2.0- they just aren't the ONLY component of Web 2.0." So I still think this statement is incorrect partially: "Web 2.0 is not abou

Re: [flexcoders] for in loop does not work

2007-09-28 Thread Mansour Raad
try item[prop] ??? On Sep 28, 2007, at 9:55 AM, Webdevotion wrote: Hey Guys and Gals, My "for var prop in object" loop does not work :( The debugger clearly states that the object contains the correct properties ... Any ideas ? var item : Object = model.services [i]; for(var prop:String in

Re:%20[flexcoders]%20Re:%20How%20to%20create%20a%20PHOTO%20BOOK%20using%20Flex%20(%20i%20want%20to%20flip%20the%20pages%20of%20it)

2007-09-28 Thread Ed Capistrano
Wow a photobook! Seen one that before was created in flash! Ed™ proud & happy member Giles Roadnight wrote: > Sorry for hijacking but how do you generate those view source > pages. I looked at the docs but it jsut tells you how to put a url in for the > view source option. not how

Re:%20[flexcoders]%20Re:%20How%20to%20create%20a%20PHOTO%20BOOK%20using%20Flex%20(%20i%20want%20to%20flip%20the%20pages%20of%20it)

2007-09-28 Thread Ed Capistrano
Wow a photobook! Seen one that before was created in flash! Ed™ proud & happy member Giles Roadnight wrote: > Sorry for hijacking but how do you generate those view source > pages. I looked at the docs but it jsut tells you how to put a url in for the > view source option. not how

Re: [flexcoders] Re: How to create a PHOTO BOOK using Flex ( i want to flip the pages of it)

2007-09-28 Thread Giles Roadnight
Sorry for hijacking but how do you generate those view source pages. I looked at the docs but it jsut tells you how to put a url in for the view source option. not how to generate the pages. On 9/28/07, candysmate <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com , > "flex_smarty

[flexcoders] for in loop does not work

2007-09-28 Thread Webdevotion
Hey Guys and Gals, My "for var prop in object" loop does not work :( The debugger clearly states that the object contains the correct properties ... Any ideas ? var item : Object = model.services[i]; for(var prop:String in item) { trace("prop: " + prop); }

[flexcoders] Problems changing states in an item renderer for a list

2007-09-28 Thread kaiser.marco
Hi all, I have a question concerning custom item renderers in lists, that use states to change an items appearence depending on its selected status. The scenario: I have a list using a custom item renderer. If I select an item from the list, I want to add another mx:Text component to that row's

RE: [flexcoders] Re: Multiple Screens

2007-09-28 Thread Samuel R. Neff
Sorry, I only know it's possible, don't know how to do it. I assume there's an AIR-specific mailing list that would help target the right people. Best regards, Sam --- We're Hiring! Seeking a passionate developer to join our team building Flex based pro

[flexcoders] Re: How to create a PHOTO BOOK using Flex ( i want to flip the pages of it)

2007-09-28 Thread candysmate
--- In flexcoders@yahoogroups.com, "flex_smarty" <[EMAIL PROTECTED]> wrote: > > Hi All, > Im new to this community as well as to Flex. Im learning Flex for the > last couple of months. Im trying to create a Photo book using Flex and > Action scripting but unable to get an idea of how to proceed.

Re: [flexcoders] Re: Is there a fliping control in Flex

2007-09-28 Thread hank williams
Hey Alan & Leds, Question. How big is this library to use. How much size will it add to my swf. I ask because it says its based on sandy and I was just thinking sandy, as a full 3d library might be kinda big. Thanks Hank On 9/27/07, Alan Shaw <[EMAIL PROTECTED]> wrote: > > Hi Hank, > > > http

[flexcoders] Extending Canvas, inheriting transitions / states in MXML?

2007-09-28 Thread aaron smith
I'm extending Canvas MXML (Creating a BaseView), and in the BaseView when I try to do transitions or states, they aren't available. Is there a correct way to extend containers and inherit these? Thanks

[flexcoders] Re: Assembler: Not able to call the method createItem

2007-09-28 Thread ken_the_virus
Re: Assembler: Not able to call the method createItem but able to call the method getItem and fill from Flex application. Hi, I'm new to Flex and currently having some problem on calling/reaching my Assembler class method createItem. I find it weird because I manage to call/reach both fill and g

[flexcoders] Adding and removing display objects in the same frame

2007-09-28 Thread clash_y
The question: How do you prevent flash from re-rendering the frame while you're making changes to the ui layout? The problem: I'm removing a ui component and adding a new one. I don't want there to be any frames rendered between the two calls. In other words, on frame x the first ui component shou

  1   2   >