Re: [flexcoders] simple form post

2007-09-25 Thread Muzak
look up navigateToURL() in the docs. - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 25, 2007 2:30 AM Subject: [flexcoders] simple form post How do I go about doing this: I have form in a flex application I hit the submit button

Re: [flexcoders] Entering and Passing Data to a Cairngorm Event?

2007-09-25 Thread Muzak
Another way is to use a ValueObject as the data property of an Event. package com.yourcompany.project.events { import com.yourcompany.project.vo.UserVO; public class UserEvent extends CairngormEvent { public static cons LOGIN_USER:String = loginUser; public var

RE: [flexcoders] CircleBox component?

2007-09-25 Thread J B
Check out: http://code.google.com/p/flexvizgraphlib/ Which is a graph library where children can be arranged in a circle/radial layout. From: sgrace99 [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] CircleBox component? Date: Mon, 24

RE: [flexcoders] relationship mapping

2007-09-25 Thread J B
Visual Graph is a component which does exactly what you are looking for: Check out -- http://code.google.com/p/flexvizgraphlib/ From: Toby Tremayne [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] relationship mapping Date: Mon, 24 Sep

Re: [flexcoders] Documentation Tool for Adobe Flex and ActionScript

2007-09-25 Thread Muzak
Look up AsDoc in the flex docs. http://livedocs.adobe.com/flex/201/html/asdoc_127_1.html - Original Message - From: Pay Hub [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 25, 2007 8:06 AM Subject: [flexcoders] Documentation Tool for Adobe Flex and ActionScript

Re: [flexcoders] Any non-attendee access to Adobe Max presentations?

2007-09-25 Thread Ed Capistrano
I hope they will... But it will take some time. Ed proud happy member --- flexcoders@yahoogroups.com [EMAIL PROTECTED] wrote: Just wondering, since I can't afford to go to Chicago... Will Adobe be providing access to any of the presentation materials from this year's Max conference? TIA,

[flexcoders] Shared object, custom types, and registerclassalias not working

2007-09-25 Thread mleembruggen
Hi, The problem I am having is actually reading the custom types back into my flex app from the shared object. They seem to save/flush fine but flex doesn't read them back in as serialized custom types I have an arraycollection of custom type LoginVO objects.

[flexcoders] Re: Using { character in toolTip text

2007-09-25 Thread wizardry_wiz
mx:Button toolTip=\{test\} label=hi Cheers, Seth --- In flexcoders@yahoogroups.com, Manu Dhanda [EMAIL PROTECTED] wrote: Hii I want to use this char { in the toolTip just as a normal text char. But whenever I specify {sometext} in my string, it consider it as runtime var specification.

[flexcoders] Re: tabNavigator - dynamic tabs?

2007-09-25 Thread Cato Paus
Hi Byte.. Hope this helps private function tabNavigatorCreatonCompleteHandler(event:FlexEvent):void{ // setup TabNavigator var target:TabNavigator = TabNavigator(event.target); for(var i:int = 1; i target.numChildren; i++){ //target.getTabAt(i).enabled=false;

[flexcoders] e4x question

2007-09-25 Thread Toby Tremayne
hi all - i'm trying to get the english status from a skype status xml (below). What I'm not sure how to deal with is the xml:lang attribute. I'm sure there's a clever way to set the namespace and use e4x to get out the one i want but i'm not sure how. I ended up doing this: for (i=0; i

[flexcoders] Skinning Flex scrollbar

2007-09-25 Thread Stephen Roy J. Tang
Hi, I'm trying out skinning a flex scrollbar. I set the thumbUpSkin, thumbDownSkin, thumbOverSkin to my own custom images. I also set the thumbIcon to show a 3-bar image in the middle of the scrollbar, without having that 3-bar image stretch when the thumb changes size. Everything is fine, except

[flexcoders] Add alpha in DisplayShelf of Quietly

2007-09-25 Thread brice.gervais
Hello, I want add alpha parameters in the displayshelf by quietly scheming. For example : The selected index alpha = 1 The adjacent of selected index alpha = 0.8 The adjacent of adjacent alpha = 0.4 More the element is far from the selected element, more the value alpha decreases Thanks

Re: [flexcoders] XSLT in Flex

2007-09-25 Thread Paul deCoursey
I'm guessing that XSLT for AS3 isn't going to come anytime soon. You will probably have to write a translator that just iterates through the xml. droponrcll wrote: I have two components I'd like to use in my Flex piece that were developed by two different companies. They both use

Re: [flexcoders] possible solution for RTL (right to left) text input

2007-09-25 Thread Willy Ci
thanks for the info, just did it for fun, it keep bugging me. only spend no more than 2 hr on it. Willy On 9/24/07, Doug McCune [EMAIL PROTECTED] wrote: let me save you a bajillion hours of work: give up on this one. RTL is too hard. Wait for player 10, which will support bi-di text. I

[flexcoders] Project wont build

2007-09-25 Thread Greg Morphis
I havent touched Flex in months but the need has risen and I'm trying to build a project that I worked with 2 others on. I wasnt the main developer. Anyways, I tried to build the project and got a bunch of errors. Cairngorm errors, just errors all over the place, and something about the Java

[flexcoders] Re: Vector graphics serialization format?

2007-09-25 Thread Borek
Or thermo :) We shall see... --- In flexcoders@yahoogroups.com, Daniel Cascais [EMAIL PROTECTED] wrote: The closest to what you want is embedding SVG files. On 9/18/07, Borek [EMAIL PROTECTED] wrote: Hi all, is there some Flex-supported format for vector graphics serialization? I

[flexcoders] Re: How to get screen coordinate from child application

2007-09-25 Thread Cato Paus
Hi Mark.. here is some code hope it helps you on to a solution ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ import mx.controls.Button; import mx.utils.StringUtil; private

Re: [flexcoders] Setting selectedIndex

2007-09-25 Thread Richard Rodseth
Yes, the latter. As I mentioned the lists have rowCount set so that they don't have scrollbars (by design). But I still need the selection to scroll into view (within the contain-of-lists) when the arrow keys are used or I set the selection programmatically. On 9/24/07, Alex Harui [EMAIL

[flexcoders] How to disable the right click on the divider of the Divided Box ?

2007-09-25 Thread Gupta, Pradeep
Hi, How can we disable the right click on the divider/Slider of the Divided Box? This is to avoid the default context menu items or to modify menu items when the right click is done on the divider bar /Slider bar Thanks Pradeep Important: This e-mail, including any attachment(s) hereto, is

[flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-25 Thread Paolo Bernardini
if I try to use fl.motion.MatrixTransformer in a flex project the compiler complains that MatrixTransformer dose not exist. Is fl.motion.MatrixTransformer included in the flex framework?

Re: [flexcoders] Re: firefox and FileReference.upload over SSL - error 2038

2007-09-25 Thread Tom Chiverton
On Monday 24 Sep 2007, [EMAIL PROTECTED] wrote: not https - an error is immediately thrown, it appears to mishandle the ssl handshake, as image data is never actually sent in a post. Again, everything is fine in IE, just not in firefox. Do you have WireShark/ethereal traces to back this up ?

Re: [flexcoders] How to disable the right click on the divider of the Divided Box ?

2007-09-25 Thread Tom Chiverton
On Tuesday 25 Sep 2007, [EMAIL PROTECTED] wrote: Box? This is to avoid the default context menu items or to modify menu items when the right click is done on the divider bar /Slider bar You can't hide the default context menu's items, only add your own. -- Tom Chiverton Helping to

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-25 Thread Tom Chiverton
On Tuesday 25 Sep 2007, [EMAIL PROTECTED] wrote: if I try to use fl.motion.MatrixTransformer in a flex project the compiler complains that MatrixTransformer dose not exist. Is it listed in the LiveDocs ? Are you just missing an 'import' line ? -- Tom Chiverton Helping to competently

[flexcoders] Re: Project wont build

2007-09-25 Thread Greg Morphis
I also get a warning: Application file flex-src\flex-src\index.mxml does not exist. the location is line -1, so thats not helpful. In the Flex Build Path I have the main source folder: flex-src. But I believe this is suppose to be correct. I havent changed any settings but I also don't know what

[flexcoders] Creating a main menu component and firing events from the menu

2007-09-25 Thread stephen50232
Hi, I'm creating a main menu component, which I've populated using XML for the menu options, I then want the menu to change the main applications state, depending on which menu option has been selected, but I'm having trouble getting the events to works so I can fire an event in the main menu

RE: [flexcoders] Project wont build

2007-09-25 Thread Paul Williams
Hi Greg, Confusing though it may be, java 5 and java 1.5 are the same thing. See the link below for more on this: http://java.sun.com/j2se/1.5.0/docs/relnotes/version-5.0.html The IManaged error is a compile-time error in generated ActionScript code which is why it shows up in a

[flexcoders] SVG Embed Issues

2007-09-25 Thread Daniel Cascais
Hi, I'm working with a large set of SVG maps that are being embedded Flex. The embedding works OK apart from a few maps. I'm having two separate issues with these maps. 1) I get a Flash Player warning that says Warning: Failed to parse corrupt data., and the map is not drawn at all. OR 2) Some

Re: [flexcoders] SVG Embed Issues

2007-09-25 Thread Paul deCoursey
I may be totally wrong, but I think (total guess here) that the SVG is read by Batik and converted to SWF when embeded. Try loading the file in the Batik viewer and see if it generates any errors. Daniel Cascais wrote: Hi, I'm working with a large set of SVG maps that are being embedded

[flexcoders] Re: DataGrid item renderers and editors

2007-09-25 Thread jllaird02
I removed all of the event listeners, including my itemClick event listener from my DataGrid and it worked correctly. The problem is that I need to listen for itemClick because when a row is selected I need to retrieve data from the server. I believe that the actions taken as a result of the

[flexcoders] Sizing and layout of UI components with respect to parent containers

2007-09-25 Thread y_kessler
Here is a layout issue I've been struggling with for many weeks now: Essentially, I am looking for a way to size a container component as a percentage relative to the space available to it in its parent, and with no consideration of the size of its children. As an example, here's the mxml for

[flexcoders] How to display all images in assets direcory?

2007-09-25 Thread Russ
I would like to drop an arbitrary number of images into an assets/ directory in my project and have those images displayed as a TileList. Is this possible? I realize that I need to supply a directory listing into an array list for use as a dataprovider for the TileList component. I was unable to

[flexcoders] Named Groups

2007-09-25 Thread Sajed Malik
Hi. I am working with RegExp class and using named groups. According to flex documentation one can specify up to 99 of these backreferences in a regular expression. But somehow when using Named groups I only get refernce of up to 32 Named groups. In the following example lets say regEx contains

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-25 Thread Steve Mathews
I am pretty sure the fl classes are part of the CS3 IDE, not the flex framework. On 9/25/07, Paolo Bernardini [EMAIL PROTECTED] wrote: if I try to use fl.motion.MatrixTransformer in a flex project the compiler complains that MatrixTransformer dose not exist. Is fl.motion.MatrixTransformer

[flexcoders] [OOT] Flex IDE error

2007-09-25 Thread freska
Hi guys, I am new to Flex. Recently, I got the out of memory error message or Java heap space error from Flex IDE as I try to run the code or just save an edited file. Same thing happens when I use Flex Builder plugin for Eclipse. I've tried setting the parameter -vmargs -Xms40m -Xmx512m in

Re: [flexcoders] Re: Flex ignoring Actionscript Timeline Actions

2007-09-25 Thread George
You can make the whole thing into a symbol and make it a UIMovieClip(or extended) component with Flex component kit. Then load it (a .swc) inside Flex. thegiffman wrote: Well, it works - naturally! So embedding is a no-no? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED]

[flexcoders] Typical Designer/Developer Workflow

2007-09-25 Thread vic8427
My company and I(developer) are beginning to use Flex more and more and want to solidify a better process between designer and developer. The first project's workflow ended up with the designer creating a really intricate design in Illustrator, with tons of layers and what not, and handing off

[flexcoders] possible FileReference bug?

2007-09-25 Thread kimbltn
I've made a Flex file upload utility. The size property of the file to upload is not returning the correct byte count if the file is over 4GB. I read in the Flex help docs that the size property was changed somewhere in V2 from a uint type to a Number type to allow for files over 4GB, which

[flexcoders] Re: DataGrid item renderers and editors

2007-09-25 Thread jllaird02
Thank you! I have the editor working now. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: sounds like you set itemrenderer to ccombobox, and not itemeditor. If you set it up properly, you shouldn't need to change anything at runtime

[flexcoders] help! components getting scrollbars in website?

2007-09-25 Thread grimmwerks
I've created my own components in a larger app that is going to the web. For some users with a lower resolution monitor, these components are popping in with their own scrollbars. My question is twofold: 1) how can I make sure that the components never show a scroll (assuming it's something

[flexcoders] Where to start learning Flex

2007-09-25 Thread neugi
Hi, where to start learning flex2? are there good books, or tutorials online? thx

RE: [flexcoders] Creating a main menu component and firing events from the menu

2007-09-25 Thread Alex Harui
normally child dispatches and mainapp listens. Why don't you want this? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stephen50232 Sent: Tuesday, September 25, 2007 7:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Creating a

[flexcoders] Re: tabNavigator - dynamic tabs?

2007-09-25 Thread pauscato
Hi Byte hope this helps :) private function tabNavigatorCreatonCompleteHandler(event:FlexEvent):void{ // setup TabNavigator var target:TabNavigator = TabNavigator(event.target); for(var i:int = 1; i target.numChildren; i++){ target.getTabAt(i).visible= false;

RE: [flexcoders] Setting selectedIndex

2007-09-25 Thread Alex Harui
I think you find the y of a list and set verticalscrollpos to min of it or maxvertscrollpos From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Tuesday, September 25, 2007 6:57 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Setting selectedIndex

2007-09-25 Thread Richard Rodseth
Thanks, I'll look into that later. Of course, any list can be larger than the container. In fact, that's why I'm using Repeater, rather than an itemRenderer, because of the fractional scrolling limitation. On 9/25/07, Alex Harui [EMAIL PROTECTED] wrote: I think you find the y of a list

[flexcoders] Is there a mouseOverIndex?

2007-09-25 Thread Guillermo Villasana
Hi again, well sorry about the other post that get duplicated, but as I asked before, is there a way to get the index of a button in a togglebuttonbar when you just go over the button? here is my code !-- code -- mx:ToggleButtonBar id=nav_bloque1 alpha=0.5 useHandCursor= true buttonMode=true

RE: [flexcoders] Skinning Flex scrollbar

2007-09-25 Thread Alex Harui
unfortunately the minht is set to 10. a bug imho. you'd have to find the thumb and change it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang Sent: Tuesday, September 25, 2007 2:24 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] e4x question

2007-09-25 Thread Seth Caldwell
I’ve noticed that when I set a variable equal to the xml you gave, I had to remove any attributes with the : in the name in order to parse it with e4x. For example, I tried to simply Alert.show(“status xml: “ + thexml.Status); and that would not work until I removed the : namespacing attributes

RE: [flexcoders] Using { character in toolTip text

2007-09-25 Thread Seth Caldwell
Backslashes. mx:Button toolTip=\{test\} label=hi Cheers, Seth _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Monday, September 24, 2007 9:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using { character in toolTip text

RE: [flexcoders] help! components getting scrollbars in website?

2007-09-25 Thread Alex Harui
if your comps are based on containers then scrollpolicy should work. Otherwise, it may be that the app size is too big From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Tuesday, September 25, 2007 9:08 AM To:

[flexcoders] Re: Where to start learning Flex

2007-09-25 Thread candysmate
--- In flexcoders@yahoogroups.com, neugi [EMAIL PROTECTED] wrote: Hi, where to start learning flex2? are there good books, or tutorials online? thx Try www.lynda.com. Search on Flex at Amazon.com (many to choose from). best, Graham

Re: [flexcoders] Project wont build

2007-09-25 Thread Greg Morphis
Thanks Paul, that worked.. I bet I had an old Cairngorm.swc in the library path. I did a search for Cairngorm.swc on my machine and put the larger of the files found into the frameworks folder. Muchos Gracias. It built fine minus the the warning about the flex-src/flex-src file. Sine I've

[flexcoders] scale9 on a custom component

2007-09-25 Thread grimmwerks
I've got a custom component based on Canvas; it's just a little 'blog text' display. It's got: [ header] [text box] [footer] There's an image behind the whole thing; the image can scale9, but I'm afraid that the textarea might get messed? If this component is loading into a main

Re: [flexcoders] Project wont build

2007-09-25 Thread Greg Morphis
Found the setting in the Window - Preference - Server - Installed Runtimes clicked Apache Tomcat 5.5 and hit edit. Changed JRE from Workbech Default to jre1.5.0_11 the server starts now On 9/25/07, Greg Morphis [EMAIL PROTECTED] wrote: Thanks Paul, that worked.. I bet I had an old

Re: [flexcoders] help! components getting scrollbars in website?

2007-09-25 Thread grimmwerks
Yeah, found that after I posted (as always) I'm trying to understand the scale9 thing: if my component is an image (with header, footer and middle) and I've a text area in the middle -- I want to keep the header and footer as no scale, but would scale the middle area -- however the

[flexcoders] HOWTO: Flex Shutdown Handler

2007-09-25 Thread andrewwestberg
I've seen a number of questions concerning how to do some type of shutdown handling in flex. It's a well known fact that Flex doesn't have any type of standard event that fires when Flash is exiting. My current project needed some cleanup routines run if the user closed the browser or navigated

Re: [flexcoders] Project wont build

2007-09-25 Thread Greg Morphis
Whelp I spoke too soon.. It built once but now... the project will not build.. No errors, just that one warning. I have my Flex Build Path - Output folder set to WebContent a sub directory under the project. The .swfs and .htmls are not being placed there.. Jeez! On 9/25/07, Greg Morphis [EMAIL

Re: [flexcoders] Project wont build

2007-09-25 Thread Greg Morphis
I checked the Flex Applications like you suggested and I didnt see the index.mxml file that should have been and was there.. I'm wondering if the .settings folder that was commited to CVS is causing problems. I know it's causing the java facet error and forces me to change the version back to 5.0

[flexcoders] Re: caching in Flex

2007-09-25 Thread booleanbetrayal
Just catching up on flexcoders and came across this thread. If for example, you don't have access to implement cache control on your server tier, or you want more sophisticated caching requirements, you might want to check out this client-side caching implementation i wrote:

[flexcoders] Re: SVG Embed Issues

2007-09-25 Thread dcascais
Hi Paul, I tried using Batik to render the SVGs, but again, they work as expected. So this could probably be something that's not being properly handled within Flex. I am very surprised with the lack of information/documentation on the SVG support within Flex from Adobe's part. Maybe someone

Re: [flexcoders] simple form post

2007-09-25 Thread [EMAIL PROTECTED]
I put the example code in a package, custom and tried to create an object, but I get this message: 1131: Classes must not be nested.NavigateToUrl/custom NavigateToURLExample.asline 1011907453213281289 What am I doing wrong ? code is below. package custom { public class

[flexcoders] Alert not in middle of screen

2007-09-25 Thread danielvlopes
It is possible put Alert not in middle of screen?

RE: [flexcoders] simple form post

2007-09-25 Thread Merrill, Jason
You have two class statements, and if you keep the top one, you have imports below the class statement, which is a no-no. So what you have is: package class import class constructor other methods But what you should have instead is: package import class constructor other methods Jason

RE: [flexcoders] Alert not in middle of screen

2007-09-25 Thread Alex Harui
Alert.show returns the alert instance and you can call move() on it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of danielvlopes Sent: Tuesday, September 25, 2007 11:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Alert not in

RE: [flexcoders] scale9 on a custom component

2007-09-25 Thread Alex Harui
I would not scale the whole component, just the backgroundImage, then size the three pieces appropriately. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Tuesday, September 25, 2007 9:36 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] simple form post

2007-09-25 Thread [EMAIL PROTECTED]
OK thanks. Merrill, Jason wrote: You have two class statements, and if you keep the top one, you have imports below the class statement, which is a no-no. So what you have is: package class import class constructor other methods But what you should have instead is: package

[flexcoders] Data Services createItem() and MYSQL auto_increment keys...

2007-09-25 Thread jfujita1
Hi, I'm working with LCDS' Data Services and I have a question regarding a particular use case: Imagine I'm using Data Services' Java Assembler-VO architecture to build a grocery store inventory application. I've got a datagrid displaying all the products stored in a product table in my MYSQL

Re: [flexcoders] Data Services createItem() and MYSQL auto_increment keys...

2007-09-25 Thread João Fernandes
When you create a new instance of your ProductVO in flex, the primary won't be set but there will be an UID property which is an unique identifier. Once you commit to the Assembler and get it created to the db, populated the primary key with the new value and returned to the client, it will

[flexcoders] Re: firefox and FileReference.upload over SSL - error 2038

2007-09-25 Thread wizardry_wiz
I have looked at the wireshark packets, which is how I know the image was never posted. I tried WebScarab this morning, and I must say that is my new favorite tool, thank you for pointing me at it. However, when I attempt the filereference.upload, it does not display anything having gone to it

[flexcoders] Form in Dynamic State

2007-09-25 Thread [EMAIL PROTECTED]
I got this example from Programming Flex 2 http://www.geotonics.com/examples/DynamicStates/DynamicStates.html There is a view source It has dynamic states, each with its own form, but as far as I can tell, it does not deal with the data in the form at all. When you hit the next just sends you

RE: [flexcoders] How to disable the right click on the divider of the Divided Box ?

2007-09-25 Thread Louie Penaflor
The only way to hide the default context menu is to put a DIV around your entire SWF and have DHTML catch the right click command. It's a hack but people have done it. It's out on google. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

Re: [flexcoders] Is there a mouseOverIndex?

2007-09-25 Thread Guillermo Villasana
Anyone, any thoughts? None? Thanks Guillermo Villasana wrote: Hi again, well sorry about the other post that get duplicated, but as I asked before, is there a way to get the index of a button in a togglebuttonbar when you just go over the button? here is my code !-- code --

RE: [flexcoders] How to disable the right click on the divider of the Divided Box ?

2007-09-25 Thread Samuel R. Neff
There's a bug in the divided box which displays the full player context menu on right click. It's marked as fixed in Moxie M3 (Beta 2). http://bugs.adobe.com/jira/browse/SDK-11760 HTH, Sam --- We're Hiring! Seeking a passionate developer to join

[flexcoders] Re: Typical Designer/Developer Workflow

2007-09-25 Thread scalenine
I've realized that every dev team is different, so I can only speak from my experience. Typically I'll do the UI design, layout the app in MXML and then apply the appropriate skins. If there's some custom component work, or something that goes beyond what you can do with Flex's out of box stuff I

[flexcoders] Class Inspector Gadget

2007-09-25 Thread Brian Holmes
I was wondering if there was a way to see if a class has been compiled in at runtime. Or better yet, is there a way to get a list of classes that have been compiled into an application. I'm trying to do a getDefinitionByName() and occasionaly getting not defined errors. Thanks for any

[flexcoders] Tile effects and transitions

2007-09-25 Thread dbronk
I'm looking at the Flex Store and really like the movement effects of the catalog list when filtering. If a non filtered phone is visible, it moves to its new place in the view. I was wondering if it is possible (and how to) gain the same effect using a Tile for the catalog display. Basically,

RE: [flexcoders] Class Inspector Gadget

2007-09-25 Thread Alex Harui
hasDefinition. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent: Tuesday, September 25, 2007 1:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Class Inspector Gadget I was wondering if there was a way to see

RE: [flexcoders] Class Inspector Gadget

2007-09-25 Thread Alex Harui
And there's no way to get the list of classes w/o loading the SWF as bytearray and decoding the ABC. From: Alex Harui Sent: Tuesday, September 25, 2007 2:34 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Class Inspector Gadget hasDefinition.

RE: [flexcoders] Is there a mouseOverIndex?

2007-09-25 Thread Gordon Smith
I want to change the nav_bloque1.selectedIndex to nav_bloque1.mouseOverIndex or something like that so I can do some other functions with that index. I having problems understanding what you're trying to do. - Gordon From: flexcoders@yahoogroups.com

Re: [flexcoders] Is there a mouseOverIndex?

2007-09-25 Thread Guillermo Villasana
Here is what I am trying to do: 1)I have the ToggleButton Bar that when I click on each button it will display the content of a viewstack. 2)if I move the Mouse Over a Button in the ToggleButtonBar I want to show another content that is related to the button that the mouse is over is like a

[flexcoders] Downloading file from rails

2007-09-25 Thread hammer995
I am trying to program a file download. The filename is sent as a parameter and then rails sends back a browser download (using send_file). Is there any way I can get this to work with Flex download? From the examples, the URLRequest is an absolute path to the actual file being downloaded.

[flexcoders] cairngorm and popup window wierdness, with a tree... in need some of help...

2007-09-25 Thread jensen.axel
I have a problem with using a tree that mimics another tree within a popup window... here is the link to simulate the problem... it seems like a bug to me... it would be nice if to know if it was for sure a bug... (right click to view source)

RE: [flexcoders] Is there a mouseOverIndex?

2007-09-25 Thread Gordon Smith
I think you can use getChildAt() to access each Button in the ToggleButtonBar. Then use addEventListener() to put rollOver and rollOut handlers on each Button. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana

Re: [flexcoders] Re: Code behind - class extend mxml vs. mxml extend class

2007-09-25 Thread EECOLOR
We use the AS extends MXML approach. We layout visual components in the MXML and then extend it with functionality which is added in the AS class. The only problem we came across with this approach is extending this AS class with MXML, which is not possible. In the rare case that we do need to

[flexcoders] Session timeout /SuperImage

2007-09-25 Thread Richard Rodseth
My flex app lives within an HTML app. I need to inform the user when the session has timed out, and redirect them to login. I'm interested in strategies for handling session timeout, and I also have a specific question about SuperImage. One of the places the app contacts the server is simply the

[flexcoders] Re: Session timeout /SuperImage

2007-09-25 Thread Richard Rodseth
I remembered I have the source for SuperImage, and I see its loadErrorHandler is empty. So that answers that question. General input on session timeout is still welcome. On 9/25/07, Richard Rodseth [EMAIL PROTECTED] wrote: My flex app lives within an HTML app. I need to inform the user when the

Re: [flexcoders] flex 3 requirements?

2007-09-25 Thread aaron smith
Thanks Matt! Is that documented anywhere, I probably missed it? On 9/24/07, Matt Chotin [EMAIL PROTECTED] wrote: All versions of Player 9 should work with Flex 3. Matt *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *aaron smith *Sent:* Monday, September

[flexcoders] Labs Wiki Down?

2007-09-25 Thread aaron smith
What's up with the wiki? How long is it down for? j/c I've been trying to get on it. dah.

[flexcoders] Flash and Flex Communications

2007-09-25 Thread Steve Warren
If I have an application built in Flash, and I want to load a Flex app into it, what's the best way for the two apps to communicate with each other? I have a large app built with Flash, and I'm exploring the idea of replacing some of my forms heavy swf's with Flex. Thanks for any advice!

Re: [flexcoders] Re: How to converst an XML to AS Object ?

2007-09-25 Thread Anakin Skywalker
This is some very interesting code. I can see a great value using this code to convert data returned by a web service into Flex objects. Three issues come to mind. 1) I don't always construct an object from XML. Sometimes, I construct an object with data returned from a web

[flexcoders] Flex 3 Mac, mouse over text editor, flicker.

2007-09-25 Thread aaron smith
Has anyone on Flex 3 mac noticed what happens with the cursor when over the text window? It flickers like mad and is very distracting. any ideas how to clear this up?

RE: [flexcoders] XML and ArrayCollections problem

2007-09-25 Thread Steve Warren
I tried using XMLListCollection, but have the same problem. Is there an alternate syntax I can use to refer to the users blocks inside my friends block, rather than the users property of the friends block? -s --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

[flexcoders] Re: XML and ArrayCollections problem

2007-09-25 Thread evilsteven
Can you be more specific with syntax? I'm having the same problem with XMLListCollection. Thanks! -s --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: xmllistcollection From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] New Project using ColdFusion Flash Remoting Service

2007-09-25 Thread George Georgiou
Hi all, A quick and newbie question - i m sure this is easy for most of you. I want to test the flash remoting service of ColdFusion and flex. I have a book on Flex explains perfectly some examples but it has very poor help in setting up the whole thing. This is my scenario: I have coldfusion

[flexcoders] Custom Classes, encapsulation and Flex's display components

2007-09-25 Thread nakedintruderdesign
Hi all, I'm quite new to OOP and would appreciate some help if anyone can spare me the time? I've written some ActionScript classes in Flex Builder 2 and to the best of my early knowledge, am (hopefully on the right track by...?) trying to keep my classes like a black box and only allowing access

[flexcoders] Data Sharing between two swfs

2007-09-25 Thread Daman Dogra
Hi All, Here's a brief description of my problem. I have two separate html pages, lets say html1 and html2, each containing a swf..lets say swf1 and swf2. A user would typically land up on html1 page which contians swf1, swf1 would gather some data, the user then navigates to html2 page which

Re: [flexcoders] Alert not in middle of screen

2007-09-25 Thread George
*PopUpManager.centerPopUp(..)* danielvlopes wrote: It is possible put Alert not in middle of screen? No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.487 / Virus Database:

Re: [flexcoders] Custom Classes, encapsulation and Flex's display components

2007-09-25 Thread Ralf Bokelberg
Maybe the labelFunction of DataGridColumn helps? Cheers Ralf. On 9/25/07, nakedintruderdesign [EMAIL PROTECTED] wrote: Hi all, I'm quite new to OOP and would appreciate some help if anyone can spare me the time? I've written some ActionScript classes in Flex Builder 2 and to the best of

RE: [flexcoders] Re: Buttons in Flex !

2007-09-25 Thread Jason Szeto
The button itself doesn't use its own states to move between the up/over/down/disabled button states. Instead, you need to create a skin class that defines these states. I've coded up a very basic example that includes transitions. Enjoy, Jason

Re: [flexcoders] relationship mapping

2007-09-25 Thread Toby Tremayne
Wonderful, thanks for that! Toby On 25/09/2007, at 16:42 , J B wrote: Visual Graph is a component which does exactly what you are looking for: Check out -- http://code.google.com/p/flexvizgraphlib/ From: Toby Tremayne [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To:

[flexcoders] HTTPServer Fault Response

2007-09-25 Thread George Georgiou
Hi there, I am using this httpserver to send some form variables in a coldfusion .cfm file which inserts them in a database. mx:HTTPService id=srv url=http://myserv.flexdata/test.cfm; fault=errorAlert(); method=POST mx:request

  1   2   >