[flexcoders] Re: alert button order

2008-07-25 Thread joshua gatcke
Thanks for the tips. I am going to write a new alert component - this might end up being super awesome now that I think about it. Oh the possibilities. :D

[flexcoders] alert button order

2008-07-24 Thread joshua gatcke
Anyone know if it is possible to control the order of buttons in an alert? According to the docs adobe has predetermined the button order for us. Currently the alert's buttons read [yes] [no], however our entire app has all our controls in reverse order [no] [yes]. This design decision is

[flexcoders] Intelligent ViewStack Children

2008-04-14 Thread joshua gatcke
Does anyone know if it is possible for a component to know if it's 'visible' or 'on screen' when it's inside a ViewStack without looking at the parent ViewStacks properties? I have a component and I need to to 'know' if it's actually in the showing viewstack child or in one of the hidden

[flexcoders] Re:HBox children alignment?

2008-02-11 Thread joshua gatcke
use a spacer. mx:HBox width=100% label text=foo/ spacer width=100%/ checkbox/ /mx:HBox

[flexcoders] scale nine bug?

2008-01-29 Thread joshua gatcke
Do you think this is a bug? I have declared a css background image for a panel (id=myPanel) component. If I click on this panel the event.target is: 'myPanel'. However, if I include scale nine formatting in the css background image declaration, the event.target becomes:

[flexcoders] use runtime image more than once

2008-01-07 Thread joshua gatcke
over and over. So far, nothing. I have tried several things, so far nothing is panning out. Is this sorta thing possible? Any tips or advice would be greatly appreciated. Joshua Gatcke - Director Visua Design Group Inc. [EMAIL PROTECTED]

[flexcoders] all text selection in app is grey

2007-10-31 Thread joshua gatcke
when you select any text in our flex app the text selection color is grey. It doesn't matter if it is a textInput or a textArea or anything else for that matter. Not sure how this happened, as far as I can tell, there is no way to set the text selection color via css or anything else. Has

[flexcoders] Re: dataGridColumn width problems

2007-10-22 Thread joshua gatcke
Thanks Alex, That worked perfectly! Such a simple solution, I love it. I guess I missed that property the 100 times I read the property list! lol. I hope that this post helps someone else in the future.

[flexcoders] capture event on runtime image

2007-04-29 Thread joshua gatcke
Hello all, I am trying to use an event listener on a parent container of a bunch of images that are loaded at runtime. ie: picContainer.addEventListener(MouseEvent.CLICK, loadApplication, false, 0); mx:Canvas id=picContainer mx:Image source=assets/my_image.png buttonMode=true /

[flexcoders] Re: Tile Extra Space

2007-04-27 Thread joshua gatcke
I haven't found a solution to this at all. Seems to only happen when I set the width of the tile to 100%. I want the hight to fit the content, so I can't set to a number or percent. - joshua

[flexcoders] xmlrpc

2007-04-22 Thread joshua gatcke
Hello All, I am having a hard time understanding how to use mx:http / with our xmlrpc server. I understand how to send a request with name value pairs and how to format the results etc., however, I have no idea how I can specify the xmlrpc method to use with the mx:http / tag or via

[flexcoders] expand entire tree?

2007-04-16 Thread joshua gatcke
); pageListTree.expandChildrenOf(pageListTree, true); } Thanks in advance, Joshua Gatcke - Director Visua Design Group Inc. Cell:(403) 815-3265 [EMAIL PROTECTED]

[flexcoders] Re: expand entire tree?

2007-04-16 Thread joshua gatcke
Thanks Christophe, that worked wonders.

[flexcoders] change Panel.titleIcon via actionscript

2007-04-14 Thread joshua gatcke
I am hoping someone could help me figure out how to change the Panel.titleIcon via AS during runtime. So far from the documentation, it looks like I have to use @Embed and cannot use a runtime loaded image. I tried creating a bindable object then manipulating that via AS, with no avail.

[flexcoders] Tile Extra Space

2007-04-10 Thread joshua gatcke
to fit the height to the content. Thanks in advance for your help Joshua Gatcke Design/ Development [EMAIL PROTECTED] P: 403.269.1020 C: 403.815.3265 - http

[flexcoders] Re: amfphp + codeigniter

2007-02-21 Thread joshua gatcke
Thanks for the tips :) As for the xmlrpc as 3 library link you posted, I had found this before and was unable to get this to work at all. Has anyone found a simple, reliable way to do xmlrpc calls directly from within flex? That would be the ultimate solution for our project. - joshua

[flexcoders] Project Opportunity

2007-02-15 Thread joshua gatcke
Are there any flex + php gurus in Calgary AB? We are looking for a web developer that can work with us to create some exciting new web application with Flex + LAMP/WAMP/WIMP. We need someone who: • Knows the web. • Cares about web standards (W3C). • Codes OOP and understands coding to

[flexcoders] xml-rpc

2007-02-12 Thread joshua gatcke
Does anyone know of an xml-rpc class or package for AS3? I found this one: http://www.hrum.org/people/debedb/pro/blog/2006/12/ xmlrpc_in_flex_2actionscript_3_1.html however, I cannot seem to get it to work. XML-RPC from flex would be the ultimate solution for me. Does any one know of any

[flexcoders] amfphp + codeigniter

2007-02-09 Thread joshua gatcke
Has anyone ever created a Flex + PHP project using AMFPHP + Codeigniter? I have been trying to integrate the two with no luck. Or maybe I shouldn't integrate the two, the question then becomes: does anyone know how to consume webservices from external sources with amfphp? what I mean is,

[flexcoders] RPC method

2007-02-06 Thread joshua gatcke
Hello all, I am trying to create a blog editor with flex and php. I am just learning about XML-RPC, and want to use this in my flex app. I have set up a XML-RPC server, created my response handling functions, etc. Everything is working fine except that I cannot figure out how to send the