[flexcoders] Coming from Laszlo background - anyone know some migration tips?

2007-04-16 Thread Andrew
I've been living in the Laszlo world for a few years now, and coming around to Flex has been pretty jarring. While the languages are somewhat similar, I keep bumping into differences and am kind lost in kinda grokking Flex. Anyone know enough about both to post a comment like It's like Laszlo only

[flexcoders] Games in Flex / Apollo?

2007-04-26 Thread Andrew
I'm working on a new blog that will center around game creation using Flex and Apollo. So far it seems that everyone has focused on traditional applications using Flex. I'm hoping to shake that up a bit with not only blogging about Flex-based games but helping to create some game libraries for

[flexcoders] Re: Games in Flex / Apollo?

2007-04-27 Thread Andrew
Yeah any examples, links or other descriptions would be great. Can't wait to see what you are working on. mx:Platformer mx:world level='mario001' mx:player id='mario'/ mx:enemy id='Koopa'/ /mx:world /mx:Platformer :) -Andrew --- In flexcoders@yahoogroups.com, Troy Gilbert [EMAIL PROTECTED

[flexcoders] Re: Games in Flex / Apollo?

2007-05-01 Thread Andrew
--- In flexcoders@yahoogroups.com, Andrew [EMAIL PROTECTED] wrote: I'm working on a new blog that will center around game creation using Flex and Apollo. So far it seems that everyone has focused on traditional applications using Flex. I'm hoping to shake that up a bit with not only blogging

[flexcoders] Custom Components Data

2007-09-22 Thread Andrew
a data grid that is updated by a xml file. Now when a user click on a name the into will be displayed to the right of it in the custom component, i just dont know how to get the data from the grid to the custom component. Any help would be great. Thanks... -Andrew

[flexcoders] Re: Custom Components Data

2007-09-22 Thread Andrew
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Sent: Friday, September 21, 2007 3:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom Components Data Hello, i am new to flex and im just starting to get the hang of it. Currently i am working

[flexcoders] Re: Custom Components Data

2007-09-22 Thread Andrew
Here i am kinda confused so here is the code so you can see what i mean. Code of Main app.mxml [Code] ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=teamRequest.send() layout=absolute xmlns:ns1=bin.myComponents.*

[flexcoders] Re: Custom Components Data

2007-09-23 Thread Andrew
Thank You So Much I just could not figure that out, you have been a great help. Thanks Alot!!!

[flexcoders] Reading an UTF-8 document

2009-02-18 Thread Andrew
Please forgive me if the is a post about this already but i can't seem to find it. I am creating an AIR app to convert characters into their HTML entity, hex and dec value and I have just come across an issue. I am reading in xml files which contain the data, these files are saved in a UTF-8

[flexcoders] Instant messaging example

2009-08-18 Thread Andrew
:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\config\ServerConfig.as:222] at Chat/establishConnection()[C:\Users\Andrew\Documents\Flex Builder 3\Chat\src\Chat.mxml:15] at Chat/___Chat_Application1_creationComplete()[C:\Users\Andrew\Documents\Flex Builder 3\Chat\src\Chat.mxml:2

[flexcoders] Re: Instant messaging example

2009-08-18 Thread Andrew
and your remoting-config.xml file both on the flex side as well as the WebORB side. --- In flexcoders@yahoogroups.com, Andrew roly445@ wrote: Hi all, I am hoping for some help on this one as it has me beat. I have been looking around this group trying to find an answer

[flexcoders] Re: Instant messaging example

2009-08-19 Thread Andrew
Ok cool thank you. How do I go about defining one? --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Well, from that file, there is no channel defined as weborb-rtmp. --- In flexcoders@yahoogroups.com, Andrew roly445@ wrote: Hi valdhor, thanks for any help you can

[flexcoders] Re: Instant messaging example

2009-08-19 Thread Andrew
-config.xml in your compilere settings. weborb-rtmp should be defined in that file. --- In flexcoders@yahoogroups.com, Andrew roly445@ wrote: Ok cool thank you. How do I go about defining one? --- In flexcoders@yahoogroups.com, valdhor valdhorlists@ wrote: Well, from that file

[flexcoders] Large number of view states

2010-04-27 Thread Andrew
? Thanks in advance. Andrew

[flexcoders] Re: Showing the hand icon over an image that links somewhere

2010-05-14 Thread Andrew
Each image object has a Boolean value useHandCursor. You can set it to true right in the properties panel for the image, or set it dynamically as needed. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I have 3 little icons on a site I am developing (as well as the logo)

[flexcoders] Re: Setting preferences on the browser in the release folder

2010-06-04 Thread Andrew
. Andrew --- In flexcoders@yahoogroups.com, Quintjer quintj...@... wrote: Hello All, I am trying to set up my browser in the bin-debug folder to scroll properly when I set a specific width and height to my swf file but Flex will overwrite it every time with defaults setting. I am

[flexcoders] getting added values out of a combobox

2010-07-01 Thread Andrew
in Tour de Flex is not illuminating, for it only shows adding a value to a combo box, not doing anything with the value afterwards. Thanks in advance for your help. Andrew

[flexcoders] Re: getting added values out of a combobox

2010-07-02 Thread Andrew
Okay, I have found a discussion of this. Getting the value seems to hinge on checking: spark.components.ComboBox.CUSTOM_SELECTED_ITEM. The added item has a nominal index value of -3, I guess until it is added to the data provider. --- In flexcoders@yahoogroups.com, Andrew cottag...@... wrote

[flexcoders] changing view state in an item renderer

2010-07-02 Thread Andrew
Hiya: My current project is a turn builder for a role playing game. Each turn has 30 actions, and each action may have up to 6 entry fields, which may be dropdown menus, number spinners, text fields and like that. The actions are in a list, rendered by a complex itemRenderer. There are about

[flexcoders] Re: Capturing ENTER key in a Numeric Stepper

2010-07-10 Thread Andrew
In my applications I use the change event to fire events( like change='doThisThing()'). Seems to work for the number stepper just fine. --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hello, I've got a form with a few fields on, one being a numeric stepper. On the

[flexcoders] Re: Capturing ENTER key in a Numeric Stepper

2010-07-11 Thread Andrew
goes and looks at the number stepper and sends whatever its current value is to the search function. a --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi Andrew. Can you trap the ENTER (keyCode = 13) on a Numeric Stepper? I've been failing to do this... :( When a user

[flexcoders] Re: data passing between datagrid column

2005-08-08 Thread Andrew Spaulding
. Andrew. www.flexdaddy.info --- In flexcoders@yahoogroups.com, Rajesh Jayabalan [EMAIL PROTECTED] wrote: Hi, How can I calculate values of datagrid column based on other datagrid columns. i.e., mx:DataGrid mx:columns mx:Array mx:DataGridColumn columnName=qty headerText=Quantity

[flexcoders] Re: Message Approval

2005-08-09 Thread Andrew Spaulding
handful of list moderators, majority in Europe/UK (myself in Australia), there will sometimes be a short delay with the approval of posts (coz we're sleeping!). We'll endeavour to do our best to keep the list flowing, but in the mean time, keep reading and keep posting! Cheers, Andrew Spaulding

[flexcoders] Re: Tree component help - please

2005-08-15 Thread Andrew Spaulding
to the selected node from the nodeOpen event using event.node. This is then what I would use to add the child nodes to. See how that goes. Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, pat_ryan_99 [EMAIL PROTECTED] wrote: Hi Everyone, I have looked through old

[flexcoders] Alert box icon

2005-08-17 Thread Andrew Spaulding
Hi all, We're having trouble showing an icon in a dialogue window using mx.controls.Alert.show We have embedded the icon and reference it in the show method as per the docs BUT nothing is displayed. I can use the icon elsewhere so there is no problem with the embedding. Any ideas?? Andrew

[flexcoders] Re: Query Cleansing

2005-08-19 Thread Andrew Spaulding
Hey Scott, I had to deal with a similar scenario a while ago and posted a solution on flexdaddy http://www.flexdaddy.info/2005/06/16/strongly-type-a-cf-return-using-cairngorm/ Let me know if that is what you're kinda after ;-) Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders

[flexcoders] Re: CFC debugging netConnectionDebugger

2005-08-25 Thread Andrew Spaulding
Hehe, not quite Scott, just a place holder to put some nice helper code. Malcolm is my young apprentice, learning the dark arts of Flex. He is progressing nicely, soon to be more powerful than ever! muhahaha ... sorry, got a little carried away :-p Andrew www.flexdaddy.info --- In flexcoders

[flexcoders] Re: Panel resize and overlap

2005-08-28 Thread Andrew Spaulding
/podsample.swf Download the sample http://coenraets.com/apps/pod.zip Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, priya_sukup [EMAIL PROTECTED] wrote: Hi, I have five panels in my screen. The panels are placed in grid layout with 3 rows and 2 columns

[flexcoders] Re: Closing Browser

2005-08-28 Thread Andrew Spaulding
Try taking a look at these past posts on flexcoders (available in the archive) http://www.mail-archive.com/flexcoders@yahoogroups.com/msg10868.html Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Prasad Dhananjaya [EMAIL PROTECTED] wrote: Hi, Can someone

[flexcoders] Re: Null Form

2005-08-28 Thread Andrew Spaulding
but rather your debug output says this: initWizard createTodoList_form: _level0._obj0._HBox1.createTodoList_form createListItem_form: _level0._obj0._HBox1.createListItem_form seems to work fine ;-) hope that helps, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, JesterXL

[flexcoders] Re: Handling mx.controls.Alert.show() Yes/No Options (Or A Better Way To Do It)

2005-08-29 Thread Andrew Spaulding
handleAlert( event:Object ) : Void { if( event.detail == Alert.YES) { //do something } else if( event.detail == Alert.NO) { //do something } } ]] /mx:Script Hopefully that demonstrates how to delegate the listener of an alert window button click to a handler method. Cheers, Andrew Spaulding

[flexcoders] Re: Handling mx.controls.Alert.show() Yes/No Options (Or A Better Way To Do It)

2005-08-29 Thread Andrew Spaulding
Sorry, didnt realise Tracy had already responded with the correct solution ;-) Cheers guys, Andrew. --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Try something like this: mx:Script ![CDATA[ import mx.controls.Alert; import mx.utils.Delegate; public

[flexcoders] Re: Question about storing a password

2005-09-01 Thread Andrew Spaulding
ASCryptFiles.zip link) cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Dennis Baldwin [EMAIL PROTECTED] wrote: If you decide to use a SharedObject then be sure to utilize some level of encryption. Check out http://www.db75.com/blog/archives/000103.html

[flexcoders] Re: Including files.

2005-09-01 Thread Andrew Spaulding
, I merely wanted to demonstrate an alternative. Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Mercer, Dustin [EMAIL PROTECTED] wrote: You have to set the namespace property (xmlns:xxx) on either the app or the instantiated control. I.E. Option 1

[flexcoders] Re: Tab Navigator or LinkBar text color after selection

2005-09-02 Thread Andrew Spaulding
[tabBar].getChildAt( event.newValue ); tab.setStyle( 'color', 0xFF ); } } But then you will also need to manually handle the mouseOver events as well because the white label color doesnt effect the mouse over highlights. Hopefully this will give you a heads up ;-) Andrew Spaulding

[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-11 Thread Andrew Spaulding
The closest thing I can think of (without looking into it) would be the disabledColor attribute of the LinkBar control. The currently active link in the LinkBar is disabled and will take on the disabledColor attribute. To what extent did you want to style the active link? Andrew Spaulding

[flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-24 Thread Andrew Spaulding
I agree. I don't think the Enterprise services is something that an ISP will install. You could look into an ISP that supports java hosting and just deploy your flex app as a war file. I'm not sure how this fits with the licencing model though - anyone wish to comment on this? Cheers, Andrew

RE: [flexcoders] Re: Forcing Recompile in production mode

2005-11-04 Thread Andrew Kinloch
that it has implemented these changes and no further changes are required alter the flex config file and set production mode to true and restart again. Andrew Kinloch|Internet Services Administrator| Southland District Council Phone - 64 3 2187259 | Fax - 64 3 2189460 | E-Mail - [EMAIL PROTECTED

[flexcoders] Re: help with custom cell renderer (Flex 1.5)

2005-11-22 Thread Andrew Kinloch
Hi, I had a look at this and you will have to forgive my ignorance a bit but i can't work out how to pass the column to get the value still eg. remoteobject.method(getCellIndex().itemIndex.columnName) returns undefined ?? --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL

RE: [flexcoders] Custom dg validator

2006-04-12 Thread Andrew Trice
/mx:Model mx:Validator field=theModel.text validate=customValidate(arguments) listener=this / /mx:TextInput -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From

RE: [flexcoders] Re: Adding a child to a vbox

2006-04-28 Thread Andrew Trice
for you in F2B2, but its worth a try. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy

[flexcoders] Wrapping LinkBar in Flex 1.5 ??

2006-05-04 Thread Andrew Trice
a different workaround! Thanks, Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

RE: [flexcoders] Error: faultCode - do not understand

2006-05-04 Thread Andrew Trice
What are you doing to get this error? What version of Flex are you using? I have seen a similar error in Flex 1.5 when a httpService does not return valid XML. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Andrew Trice
The crossdomain.xml file should be placed in the root of the server that is hosting the web services. So, if you reference it via url, it should be at: http://{your domain}/crossdomain.xml _ Andrew Trice Cynergy Systems, Inc. http

RE: [flexcoders] Re: HTTPService in components

2006-07-17 Thread Andrew Trice
Is that all of your code? If so, you need to include the namespace on the root node of the component. mx:HTTPService xmlns:mx=http://www.adobe.com/2006/mxml id=usrRequest url="" useProxy=false / _____ Andrew Trice Cynergy Sy

RE: [flexcoders] Re: Flex and Server-Side Technology Recommendations

2006-07-17 Thread Andrew Trice
not on the ColdFusion team, I agree with Tom. ColdFusion is an extremely easy to use and productive server technology and it integrates very well with Flex. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http

RE: [flexcoders] Re: Flex and Server-Side Technology Recommendations

2006-07-17 Thread Andrew Trice
replace ASP.Net as the middle tier. I have no exposure to CF, so that clears things up a bit. But, no native databases in CF?-TH--- In [EMAIL PROTECTED]ups.com, "Andrew Trice" andrew.trice@... wrote: Just want to make sure everyone is on the same wavelength here... ColdFusion is an a

RE: [flexcoders] Re: HTTPService in components

2006-07-18 Thread Andrew Trice
the HTTPService class. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of hank

RE: [flexcoders] Problem to embed a JSP page in Flex

2006-07-26 Thread Andrew Trice
and returns the graph jpg, and render that directly within your Flex 1.5 application. This will get rid of a lot of that "quirky" behavior. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/

RE: [flexcoders] Problem to embed a JSP page in Flex

2006-07-26 Thread Andrew Trice
with it. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:flexcoders

RE: [flexcoders] testing of Flex apps

2006-07-26 Thread Andrew Trice
There is also a FlexUnit library available on Adobe labs at: http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http

RE: [flexcoders] Re: Is there a way to put a close X on the tabnavigator

2006-08-01 Thread Andrew Trice
ExtendedTabNavigator component will be one of the components in the library. You can expect to see it in the very near future. - Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email

RE: [flexcoders] Re: Just MXML and AS3

2006-08-01 Thread Andrew Trice
the w.bloggar (http://wbloggar.com/) tool to edit and post content from my desktop, rather than using the web interface. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email

RE: [flexcoders] Dynamically Create a MXML file

2006-08-08 Thread Andrew Trice
That's not really the way that flex works. You don't create mxml on the fly. What you can do is create an extensible component that reads some sort of configuration, and dynamically adds elements on the fly, using the addChild method. This way you can dynamically add any kind of

RE: [flexcoders] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
on my blog (only uses one camera though): http://www.cynergysystems.com/blogs/page/andrewtrice?entry=capturing_still_images_from_a Hope that helps. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http

RE: [flexcoders] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
). If you try to assign a camera by name, it would fail. Make sure you have Flash player 9.0.16. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED

RE: [flexcoders] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
name. Looks like this is still a bug in the player, but this could be a hack-ish workaround for it. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
Take a look at some of the later posts on this thread. There is a workaround for camera.getCamera. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread Andrew Trice
What version of Flex are you using?  In Flex 2, it is Camera.getCamera().  All of the help we have provided is for Flex 2. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread Andrew Trice
You can get flash player 9.0.16 from: http://www.adobe.com/support/flashplayer/downloads.html Make sure you get the debug version. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http

RE: [flexcoders] Passing an id to a function?

2006-08-09 Thread Andrew Trice
/ mx:Button click=displayDate(new Date(),myLabel) / -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders

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

2006-08-10 Thread Andrew Trice
Try using the is keyword: if( myObject is TextArea ){ //do something } else{ /// do something else } -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page

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. http

RE: [flexcoders] Re: slider thumb and background image

2006-08-18 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of stevehousefl Sent: Friday

RE: [flexcoders] Slider Control

2006-08-18 Thread Andrew Trice
of the slider thumb and apply styled images on it. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-18 Thread Andrew Trice
handleResult( result:Object ) : void { myTree.dataProvider = new XML( result.toString() ); } ]] /mx:Script mx:RemoteObject result=handleResult(event.result) / -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog

RE: [flexcoders] Genrate Children.

2006-08-21 Thread Andrew Trice
Look at the flash.utils.describeType function at: http://livedocs.macromedia.com/flex/2/langref/flash/utils/package.html#describeType() I believe it is exactly what you are looking for. -Andy _ Andrew Trice Cynergy Systems, Inc. http

RE: [flexcoders] mx:Button but without the border

2006-08-22 Thread Andrew Trice
. mx:Button click=myFunction() id=myButton upSkin=@Embed('/assets/button_default.png') overSkin=@Embed('/assets/ button _hover.png') downSkin=@Embed('/assets/ button_down.png') / -Andy _ Andrew Trice Cynergy Systems, Inc. http

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Andrew Trice
and say that you should never use a web service is a very big mistake. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] how to handle and || in mxml

2006-11-04 Thread Andrew Trice
; [Bindable] private var bool2 : Boolean = true; ]] /mx:Script mx:Button enabled={ bool1 amp;amp; bool2 } label=AND operator / mx:Button enabled={ bool1 || bool2 } label=OR operator / /mx:Application -Andy _ Andrew Trice Cynergy Systems, Inc

RE: [flexcoders] Flex Accessibility - TextInput Component

2006-11-07 Thread Andrew Kirkpatrick
r keystrokes to pass through to the player/browser. Additional navigation of the content (e.g. reading line by line through non-focusable objects) is not possible, and the user's interaction model is basically identical to that of a keyboard-only user. let me know if this helps, AWK Andrew

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Andrew Muller
generation of _javascript_ will be powered by the Tamarin VM and that _javascript_ and ActionScript will converge into a single implementation used by both the Flash Player and the Firefox browser/SpiderMonkey. -David-- ---Andrew Muller

RE: [flexcoders] Flex Accessibility - TextInput Component

2006-11-07 Thread Andrew Kirkpatrick
] On Behalf Of Mike ShawSent: Tuesday, November 07, 2006 5:15 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex Accessibility - TextInput Component Hi Andrew, we are using JAWS 7.1 and have the scripts installed. It doesn't read the name out in forms or virtual PC

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Andrew Muller
to bring _javascript_ closer inline with Actionscript? Sorry, I'm still finding this difficult to read at the moment. Regards, Bjorn Schultheiss -- --- Andrew Mullerhttp://www.webqem.com __._,_.___ -- Flexcoders Mailing

Re: [flexcoders] Bit Off topic: Microsoft Vista VS Apollo/Flex/Flash

2006-11-26 Thread Andrew Muller
imagine flash will have very little problems with. I have also been wondering if they got their RMA term from RIA. Rich Media Application vs Rich Internet Application? -- --- Andrew Muller http://www.webqem.com

Re: [flexcoders] To Adobe - new release improvements??

2006-11-28 Thread Andrew Muller
/technologies/flexbuilder2/ product details tab. Andrew On 29/11/06, John Kirby [EMAIL PROTECTED] wrote: When the 2.01 update comes out... will it be for BOTH Mac and Windows? Does anyone know if they are now on the same release train? leds usop said the following: Im not from Adobe but thanks

RE: [flexcoders] Databinding Custom Event

2006-11-28 Thread Andrew Trice
= true; resetComponentState(); super.text = value; } Hope that helps, -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
=making_flex_ less_flex_like Hope that helps, -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
I'm not sure that approach really works... The buttons don't show up at all. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
That's how I interpreted it: that he is actually talking about the button's border. Ben, is that what you were talking about? If so, the skin method is the way to go. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog

RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Andrew Trice
Builder 2\FlexBuilder.ini _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-29 Thread Andrew Trice
override public fuction set enabled(value:Boolean) : void { super.enabled = value; this.setStyle(alpha, ( value ? 1 : .5)); } Enjoy! -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-29 Thread Andrew Trice
); _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Andrew Trice
Good work. I think it could benefit from a search option that is a combination of forums, blogs and LiveDocs, which could be the default view. I did a search, and the first thing I thought was why does this only show forum answers?. -Andy www.cynergysystems.com

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-30 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael

Re: [flexcoders] Flex Vs Ajax

2006-12-19 Thread Andrew Muller
SS Here's one for you: http://www.onflex.org/ted/2006/09/flex-2-and-flash-player-9-running-in.php Andrew On 20/12/06, sanjaypmg [EMAIL PROTECTED] wrote: Hi All, Can anyone tell me Flex Advantages over Ajax and Vise-Versa. And a comparision table, in which, The different

RE: [flexcoders] Accessibility - JAWS issue

2007-01-18 Thread Andrew Kirkpatrick
This is an issue with the HTML file that FlexBuilder creates. If you use SWFObject you won't have this extra information voiced. Inspect32 and AccExplorer32 both work with Flex content to expose the MSAA data. Hope this helps, AWK -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Accessibility and imported components

2007-01-23 Thread Andrew Kirkpatrick
Jason, The short answer is that it does work. The longer, more useful answer requires more information from you about what you've tried, and how you are using JAWS (e.g. are you in forms mode or virtual cursor mode) Thanks, AWK -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Posting PNG to server

2007-01-26 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Andrew Trice
I talked to Tony on instant messenger about that... He was missing the send() method for his web service. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL

RE: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Andrew Trice
) Override the set data function to update the image source whenever the data has been updated. I would go with #1 first. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice

RE: [flexcoders] Gantt Chart

2007-01-29 Thread Andrew Trice
values redraw the chart. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From

RE: [flexcoders] Re: Is it possible to Inheirt from an MX Application inside of an MX Application ?

2007-01-29 Thread Andrew Trice
You don't need AddChild, that is only used within view states. When extending an object, you can just add new elements. So, just add mx:Label / instead of mx:AddChildmx:Label //mx:AddChild _ Andrew Trice Cynergy Systems, Inc. http

RE: [flexcoders] Init image with binary xml node

2007-01-30 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Accessibility and imported components

2007-02-01 Thread Andrew Kirkpatrick
, in JAWS 6.0.65U. - J On 1/23/07, Andrew Kirkpatrick [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Jason, The short answer is that it does work. The longer, more useful answer requires more information from you about what you've tried, and how you

RE: [flexcoders] Gantt Chart

2007-02-01 Thread Andrew Trice
Nice work Doug. I just threw that idea together a there a while back. I'm glad to see you build off of it. I like the sliders. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs

RE: [flexcoders] Load Flex app (swf) into Flash App

2007-02-07 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg

RE: [flexcoders] Accessibility on the entire SWF?

2007-02-14 Thread Andrew Kirkpatrick
Jason, This is how you address the whole app accessibilityProperties. AWK ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* layout=absolute width=100% height=100% creationComplete=init() mx:Script ![CDATA[ public

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
bandwidth time to post the data to the server. Base64 encoding the data also increases the size of the data being transferred across the wire. It is much more efficient to use a remoteObject method with JPG-compressed data. _ Andrew Trice Cynergy

  1   2   3   4   5   >