Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-16 Thread Johannes Nel
or take a look at merapi with Air On Fri, Nov 14, 2008 at 10:43 PM, Jim Hayes [EMAIL PROTECTED] wrote: Could you use the webkit browser in AIR to do the SSL connection? I don't think it needs to be visible to work. Just an idea, and It's probable I've not understood the reasons the project

[flexcoders] Re: HTTP request error

2008-11-16 Thread markgoldin_2000
I will dblcheck but I have added domain users to my virtual folder. --- In flexcoders@yahoogroups.com, Rob Kunkle [EMAIL PROTECTED] wrote: It sounds as though only local admins have permission to the directories and files in your web directories. You might want to check permissions on the

Re: [flexcoders] Foreign Keyboard Mappings

2008-11-16 Thread Janis Radins
That really should work out of the box.I myself are in possition where i must use non english charters constantly and I've never had any problems with that. 2008/11/15 markdemich [EMAIL PROTECTED] I have a flash application that's being used in other countries. I'm having reports that

[flexcoders] Re: Export high res png from flex

2008-11-16 Thread Kyle
Hey Rob, I've tried copying the Canvas over to a new Canvas, then resizing, but I'm having difficulty getting a deep copy of a Canvas object with all it's children properly intact. And to the extent that I've exceeded, it seems that resizing the width/height or scaleX/Y of the new canvas does not

[flexcoders] Re: self reference to component inside binding brackets?

2008-11-16 Thread Amy
--- In flexcoders@yahoogroups.com, Keith [EMAIL PROTECTED] wrote: Thanks Pat, Sorry I used a bad example earlier, yes I could do that with events but I meant like using it in other properties that event is not available. . Here's a better example situation where I'd wish for a shortcut

RE: [flexcoders] Re: Success!!! But I still need help!! (RE: Custom scrolling with TileList)

2008-11-16 Thread Alex Harui
Maybe this will help: http://blogs.adobe.com/aharui/2008/03/smooth_scrolling_list.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rob Kunkle Sent: Saturday, November 15, 2008 3:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Success!!! But I still

RE: [flexcoders] PopUpMenuButton like a combobox

2008-11-16 Thread Alex Harui
I don't think menu supports pre-selection. If the data is nested, would you want the menu to expand out as well? That might be tough to do. Another option is to replace the ComboBox's dropdown with a Tree. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Re: self reference to component inside binding brackets?

2008-11-16 Thread Josh McDonald
I think it would have to be done in the MXML compiler during binding function creation. On Mon, Nov 17, 2008 at 9:13 AM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Keith [EMAIL PROTECTED] wrote: Thanks Pat, Sorry I used a bad example earlier, yes I could do that with

[flexcoders] Problems using MySpace API

2008-11-16 Thread Vishal Jain
Hello Everyone, I am trying out the MySpace ActionScript API. I have looked at the posted examples but not sure about what would be the values for OPEN_SOCIAL_TOKEN, OPEN_SOCIAL_MODE,OPEN_SOCIAL_KEY. Can anyone help me with any working example, or suggest me what i have to do to make it work.

Re: [flexcoders] Re: Is there a licence for the Flex framwork?

2008-11-16 Thread Howard Fore
I mean, what are the business requirements that would lead someone to need to distribute the framework? On Fri, Nov 14, 2008 at 2:08 PM, whatabrain [EMAIL PROTECTED] wrote: When it's linked dynamically. There's an option to build the framework into something like framework_3.0.0.477.swf.

[flexcoders] how to bring this transition

2008-11-16 Thread arulmurugan
Hi, In the following http://d-p.com/media/swf/amazon.swf when we search for a book say flex. a new panel comes and when you click on a book there is a transition effect where the image is moved from this panel to a new description panel where the image stops finally. How to bring the a

Re: [flexcoders] how to bring this transition

2008-11-16 Thread Paul Andrews
- Original Message - From: arulmurugan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, November 17, 2008 2:22 AM Subject: [flexcoders] how to bring this transition Hi, In the following http://d-p.com/media/swf/amazon.swf when we search for a book say flex. a new

Re: [flexcoders] how to bring this transition

2008-11-16 Thread arulmurugan thiagarajan
Hi, Thats correct. I am a new be so. How to do this a new image of the book is added to the description panel but at the position of the book that was clicked. A transition just moves the book from there to the panel description. On Mon, Nov 17, 2008 at 8:04 AM, Paul Andrews [EMAIL PROTECTED]

[flexcoders] QTP Cannot find the User ID::loginName object's parent

2008-11-16 Thread Dan
Hi Flexpert, I am using Flex 2.01 and trying to set up the automation for QTP 9.5, the recording is fine. And it generates the following script just for a login page. Browser(Browser).FlexApplication(trial).FlexBox (loginView).FlexPanel(Login form).FlexForm(index:0).FlexTextArea (User

Re: [flexcoders] Re: self reference to component inside binding brackets?

2008-11-16 Thread Keith
Hello Amy, How could I monkey patch in Flex that I could use self in the brackets? This is all I could think of but I don't know how I could use that in the Flex framework UIComponent.prototype.self=function():UIComponent { return this; } If the solution is more trouble than

[flexcoders] Security Sandbox Violation message

2008-11-16 Thread brucewhealton
Hello all, Anyone have any ideas as to why I would get this message: Security Sandbox Violation? I googled it and came up with a listing where it said that if I was seeing it in Firefox browser to try it in IE browser. I did that and did not get the message when using IE. Note, this

Re: [flexcoders] Re: self reference to component inside binding brackets?

2008-11-16 Thread Josh McDonald
You would need to modify the compiler. MXMLC looks at what's inside your {} brackets, takes a (usually correct) guess as to which property chains should be watched in order to fire the binding, and then creates a new function with a name like __binding_123() or something in the .AS file it is

[flexcoders] Re: Flex form components

2008-11-16 Thread brucewhealton
I'd use a list instead of a comboBox. Next, taking the ComboBox as an example, I could use help figuring out how to pass the item selected by the user to the Object named obj so that it can be passed to the php form processor. How do I access what the user selected? Similarly, if I

[flexcoders] How to click off a panel

2008-11-16 Thread sony antony
Hi.. I want to make a panel invisible when on mouse click outside. I have tried using Popup manager and mousedownOutside event. But would like to know whether there is any other way to do the same. The problem was When use the popup the window scrolls down with the page, but i need the