Re: [flexcoders] Example for External Interface to call Javascript in html

2009-04-08 Thread Paresh M More
if (ExternalInterface.available) { IPAddress.text = ExternalInterface.call(wrapperFunction); } And added the function in HTML as function getIPfromURL() { var url = ""+window.location; var urlparts = url.split('//'); var host = urlparts[1].split('/'); retur

[flexcoders] Bubble Effect

2009-04-08 Thread Shabir Gilkar
I want to have a flying bubble effect in my Flash project, can any buddy help With High Regards Shabir Ahmad Gilkar Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

[flexcoders] Example for External Interface to call Javascript in html

2009-04-08 Thread senthilkumarirtt
i want to call Javascript in html via external interface in flex. give some real example to explore it.

[flexcoders] Re: Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-08 Thread stinasius
let me get this straight, does that mean that i cannot deploy an app developed with this version of flex and if the answer is yes, then what am i supposed to do with the flex 3 free version?

RE: [flexcoders] Populate panel controls based on radiobutton clicked....

2009-04-08 Thread Tracy Spratt
Here is a basic example of dynamic control creation. http://www.cflex.net/showFileDetails.cfm?ObjectID=562 Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of joel.sisko Sent: Wednesday, Ap

RE: [flexcoders] Debugger won't break on HTTP Service result function

2009-04-08 Thread Tracy Spratt
Have you "cleaned" the project? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Matthew A. Wilson Sent: Wednesday, April 08, 2009 10:26 PM To: flexcoders@yahoogroups.com Subject: [flexco

RE: [flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread Tracy Spratt
Ok, so use HTTPService to post the necessary parameters to the page that the API requires. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of btc132 Sent: Wednesday, April 08, 2009 11:43 PM

RE: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Tracy Spratt
I get close to that myself. Well, say 7-10 hours a week, anyway. It is not just about giving to the community, understand, but reading questions and answers has taught me a great deal. I see it as an investment, not a luxury! Tracy Spratt, Lariat Services, development services available

[flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Bjorn Schultheiss
Who pays you to spend 10-20 hours a week? How do you afford this luxury? --- In flexcoders@yahoogroups.com, "Amy" wrote: > > --- In flexcoders@yahoogroups.com, Sam Lai wrote: > > > > I'm not on the forums, but they should be sending out the mailing-list > > header in each email which allows y

[flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread btc132
it is the API basic http

Re: [flexcoders] Re: Animated Flash Component Resizing when used as Button Skin

2009-04-08 Thread Aurek Brillowski
Tomislav, Thank you for your reply. Definitely understand what you are saying, however, my experience in overriding a class in Flex (or Flash) is very limited. Much more of a designer making my way into Flex/ActionScript. To see the unwanted (and wanted) effects first hand check out www.ci

[flexcoders] Populate panel controls based on radiobutton clicked....

2009-04-08 Thread joel.sisko
I am new to programming and Flex. I have Panel in my application that I want to populate with controls based on the specific radio button that is clicked. What is a good way to do this based on the code below: ###Begin code### http://www.adobe.com/2006/mxml"; layout="ve

[flexcoders] Debugger won't break on HTTP Service result function

2009-04-08 Thread Matthew A. Wilson
I have a component that I'm adding to my Flex project and it makes 3 HTTP Service calls. On the result="" I have listed a function and inside that function I have created a breakpoint. When I go into debug, it won't stop at that breakpoint. It's like it's not calling the result function. I know

[flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Amy
--- In flexcoders@yahoogroups.com, Sam Lai wrote: > > I'm not on the forums, but they should be sending out the mailing-list > header in each email which allows you to create a filter to apply > labels to in Gmail. If I am not interested in using a web interface to visit a forum, why would I be

RE: [flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread Tracy Spratt
Is the API basic http or is it soap-based web service, or something else? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of btc132 Sent: Wednesday, April 08, 2009 11:12 PM To: flexcoders@y

RE: [flexcoders] ArrayCollection | DataGrid | SortonColumn

2009-04-08 Thread Alex Harui
A full stack trace with line numbers is like a fingerprint. Very helpful when doing detective work. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ilik

[flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread btc132
yes, that site expose an API. you can tell me to attach or click random button in other web

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Sam Lai
I'm not on the forums, but they should be sending out the mailing-list header in each email which allows you to create a filter to apply labels to in Gmail. When viewing a message in Gmail from the forums, click on the 'show details' link, and there should be a - mailing listausdotnet.lists.c

RE: [flexcoders] reinitializing viewstack children

2009-04-08 Thread Tracy Spratt
There is nothing built in to do this. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stinasius Sent: Wednesday, April 08, 2009 8:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoder

RE: [flexcoders] Newbie SOA question (maintaining login state)

2009-04-08 Thread Tracy Spratt
No more "normal" way with Flex than with html. Worse, really. There are just too many communication options, too many web server options and too many degrees of secure. Then the Flash Player weighs in with its own restrictions on things like WebService headers and it just gets worse. Tracy Sp

RE: [flexcoders] overlapping item renderers?

2009-04-08 Thread Tracy Spratt
How many items will you want to render at one time? List and itemRenderers have a lot of requirements. In the example, with 9 items, I would not use List, I would use Repeater. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [m

[flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Bjorn Schultheiss
the threading not even working in gmail. a subject prefix would be nice aswell [adobeflexforum] or something, like [flexcoders] --- In flexcoders@yahoogroups.com, "Amy" wrote: > > --- In flexcoders@yahoogroups.com, Paul Hastings wrote: > > > > > As for threading, do you know which header is mi

RE: [flexcoders] XML issue driving me nuts

2009-04-08 Thread Tracy Spratt
When you do this: xmllMenu1 = new XMLList(xmlMenu1 as XML); what are you trying to get? An XMLList with a single node? Why the 'as"? xmlMenu1 is already XML One almost never uses "new" with XMLList. Again, what do you want? Also, why are you wanting to use XMLListCollection for the dat

RE: [flexcoders] Need help processing XML into Flex app

2009-04-08 Thread Tracy Spratt
You need to use a labelFunction(). dataField can only take a string, not an expression, and so it can only find first level properties of any object. UserId, .Roles are all first level child nodes of the parent, but RoleName is a child of Roles, thus not directly accessible via dataField.

Re: [flexcoders] XML issue driving me nuts

2009-04-08 Thread Keith
For the first one, try pointing the source property to the "node" XMLList. Before it was pointing to an XML datatype. -- Keith H -- www.keith-hair.net elevight wrote: My short test code is down at the bottom after my description of the problem. My object is to populate two mx:Tree o

[flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Amy
--- In flexcoders@yahoogroups.com, Brad Bueche wrote: > > If you could post what finally works here. I'd like to see it. This example shows starting out with an empty ArrayCollection and then populating that whe the result returns, which is similar: http://flexdiary.blogspot.com/2009/01/lazy-lo

[flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Amy
--- In flexcoders@yahoogroups.com, Paul Hastings wrote: > > > As for threading, do you know which header is missing? I notice that > > speaking of bunnies: > > http://jochem.vandieten.net/2009/03/31/the-new-adobe-forums-unfulfilled-potential/ > If the only thing that they have to do to enable

RE: [flexcoders] Newbie SOA question (maintaining login state)

2009-04-08 Thread Michael Pengi
I'd be interested in hearing more about this. Isn't there a 'normal' way to do this with flex? Maintaining login state would seem to be a basic requirement for web apps. Just curious. Tracy Spratt wrote: > > I have a lot to learn about security, and had difficulty wading through > all > of the

[flexcoders] Re: Transparent AIR application over streaming video

2009-04-08 Thread Jayson
Have you had any success with this idea? If not, this sounds like it could be a frame rate issue to me. Have you checked the frame rate through the whole chain? file -> streaming application -> flex Jay --- In flexcoders@yahoogroups.com, "ivanericksont8" wrote: > > Hi there, > > I am hop

[flexcoders] overlapping item renderers?

2009-04-08 Thread drew_falk
Hey-- I'm trying to develop an application interface similar to this: http://www.ckone.com/#/en But I'm hoping I can use a ListBase component for memory control and simplicity sake. Anyone know of such a thing, or an easy way to do this? Thanks, Drew Falkman

[flexcoders] Using RemoteObject with Flash

2009-04-08 Thread zootpeet
I have a Flash/ActionScript project that needs start connection to a backend database, as I need to start tracking and recording mouse clicks to do some metrics. To start, I am trying to instantiate an instance of a RemoteObject (mx.rpc.remoting.RemoteObject). I get no compilation errors, but

[flexcoders] Re: Flex, SharePoint and SQLServer

2009-04-08 Thread Gerry McLarnon
Hi, I recently finished implementing a portal for a client using Flex and Sharepoint using Sharepoint WebServices, mainly the List WS (Lists.asmx). There is a large Sharepoint WS API that supports just about anything you would want to do in Sharepoint. Looking back I wish I had seriously co

[flexcoders] as3crypto: RSA public key decryption?

2009-04-08 Thread danhbear
Sorry if this is misplaced... the as3crypto group doesn't seem to get much love. I'm trying to decrypt a payload using a public key that's been encrypted using the paired private key. This is RSA. I can get the decryption to work in openSSL, but am having trouble with as3crypto. Does as3crypto

Re: [flexcoders] In Flex and Coldfusion Crud in 100 lines, the CFC syntax doesn't work on MX702

2009-04-08 Thread David Kramer
That worked in the sense that it's now a structure and the cfc works and the test cfinvoke and cfdump works, but no data in the .swf, but that's certainly progress in the right direction. I guess now it's down to my remote object call because the rest of my code is exactly the same as the demo (I

Re: [flexcoders] In Flex and Coldfusion Crud in 100 lines, the CFC syntax doesn't work on MX702

2009-04-08 Thread Jeffry Houser
Change the line to this, and it'll probably work Or this I've never seen the {} syntax before, but I assume it is shorthand for creating a structure. You could comment out line 3 completely, but then your 'local.q' variable would be created as an instance variable on the component,

Re: [flexcoders] In Flex and Coldfusion Crud in 100 lines, the CFC syntax doesn't work on MX702

2009-04-08 Thread Brad Bueche
In my example I have: then ...wrote: > > > Hey guys, > > I followed this seemingly great article, and I've found that in the > Crud.cfc portion of the example (here specifically)... > > 1: > 2: > 3: > > select id, name, type > from test > > > > > ...the 3rd line cfset var local = {} t

[flexcoders] In Flex and Coldfusion Crud in 100 lines, the CFC syntax doesn't work on MX702

2009-04-08 Thread dmkramerica
Hey guys, I followed this seemingly great article, and I've found that in the Crud.cfc portion of the example (here specifically)... 1: 2: 3: select id, name, type fromtest

[flexcoders] XML issue driving me nuts

2009-04-08 Thread elevight
My short test code is down at the bottom after my description of the problem. My object is to populate two mx:Tree objects. In my short code sample below, only the second tree is getting populated. Can anyone tell me what I'm doing wrong with the first mx:Tree? In summary, both mx:Tree objects

[flexcoders] Hiding/Showing swf in a web app

2009-04-08 Thread rondo_smith
Hey, I am working on a web app which is a mixture of a typical web app (HTML/JS + Java backend) and a Flex app. Some old features of the existing app are being replaced by new Flex UI. There are scenarios in which the user would go through HTML (old part) then Flex UI (new part) then back to HT

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Matt Chotin
I think we can deal with the subject line if we fix the headers. I'm trying to figure out what header changes we might be able to make ourselves vs. needing a patch from Jive. Have you checked the site itself to see if your response is up? I believe that you don't receive email notification o

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Thanks again. From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 3:12:10 PM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? I haven't worked with it, actually, but the Language Reference docs a

[flexcoders] Need help processing XML into Flex app

2009-04-08 Thread Jim
I'm using a webservice to bring some data into Flex and display it in a datagrid. For non-repeating items (e.g. Name) it works fine. But if there are several instances of something (e.g. Role), I cannot figure out how to get at them. Does anyone know how I could put them in a list or combobox

Re: [flexcoders] Flash causing Mac to crash

2009-04-08 Thread Cole Joplin
We've got a number of big and small Flex apps running on Macs with 3.2/10 with no issues. The "some Macs" comment might be an Intel-based vs. PowerPC-based issue or Tiger vs. Leopard, who knows. It wouldn't hurt to try to nail that down more before you start looking at lists, and save a lot of t

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Jeffry Houser
Threading isn't working in Thunderbird either. The response I got from John Cornicello "Email threading might be an issue because each email has a unique identifier in the subject line so that it threads in correctly in the forum when it posts." I'm not entirely sure how e-mail clients ha

RE: [flexcoders] Re: Alert Control help

2009-04-08 Thread Peter DeHaan
This should be possible using the Alert as well, just use the PopUpManager to remove the Alert control. Short answer: PopUpManager.removePopUp(); Long answer: http://www.adobe.com/2006/mxml"; backgroundColor="white" initialize="init();">

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Maciek Sakrejda
I haven't worked with it, actually, but the Language Reference docs are here: http://livedocs.adobe.com/flex/3/langref/mx/binding/utils/BindingUtils.html -Original Message- From: - - Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How can

[flexcoders] ArrayCollection | DataGrid | SortonColumn

2009-04-08 Thread ilikeflex
Hi I have datagrid with 150 records. I do sorting when someone clicks on datagrid. And i am using the ArrayCollection as dataprovider to the datagrid.When user changes the option in combo box then show the new data in the datagrid. In my command class i am doing MessagesModel.getInstance().m

[flexcoders] Flash causing Mac to crash

2009-04-08 Thread tom s
I have a Flash app (built in Flex 3.2 for FP 10) that is causing some Macs to crash (they have FP 10 installed). It works fine on Windows in IE, FF, Chrome, Safari. I need to do some more testing to understand exactly what is going on, but before I do that I'm doing some research (and I dont have

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Hi Maciek, would you have an example for BindingUtils since I will be consuming ClientServices in ActionScript? Thanks. From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 1:46:46 PM Subject: Re: [flexcoders] Re: How can I have

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Thanks for all your help Maciek, it's working. :) From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 1:46:46 PM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? At first glance, that looks right

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Maciek Sakrejda
At first glance, that looks right. Now you just need to add listeners (for ResultEvent.RESULT since you're just re-dispatching it--although it might be a good idea to create your own event type here) to the ClientServices object. Alternately, depending on how you're using this, since your class is

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Paul Hastings
> As for threading, do you know which header is missing? I notice that speaking of bunnies: http://jochem.vandieten.net/2009/03/31/the-new-adobe-forums-unfulfilled-potential/

Re: [flexcoders] include ".as" file question.

2009-04-08 Thread Jeffry Houser
I didn't think includes could be done at run time, although I never tried it. I assume you are having trouble getting it working or else you wouldn't have asked the question. Can you expand on your use case? Maybe there is a better / different / alternative way to approach the issue. sai

[flexcoders] Re: FLEX defaut xml parser issue with Auto Exponential conversion issue

2009-04-08 Thread sunild999999
resultFormat is a property of the HTTPService that you're probably using to retrieve the XML. http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#resultFormat Sunil --- In flexcoders@yahoogroups.com, "Ramabhadra Reddy" wrote: > > Thanks Tracy Spratt for your quick reply. > >

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
My problem wasn't receiving null... I send an HTTPService. The ResultEvent creates an ArrayCollection. I wanted my class to return that ArrayCollection but what is happening is right after my HTTPService is sent, my class returns my ArrayCollection before the ResultEvent has time to fill it...

RE: [flexcoders] Retaining selected item in DataGrid (or List)

2009-04-08 Thread Alex Harui
There's an example for #2 in a ComboBox on my blog. It can apply to DG or List. In 3.4 there'll be a third option (a selectedItemsCompareFunction so you can match UIDs Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders

RE: [flexcoders] reinitializing viewstack children

2009-04-08 Thread Alex Harui
If you add to the database and it generates notifications, those can be used to refresh the DataGrid. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of sti

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Brad Bueche
If you could post what finally works here. I'd like to see it. thanks brad On Wed, Apr 8, 2009 at 12:05 PM, - - wrote: > Thanks Maciek that makes sense, I'll look into that. > > -- > *From:* Maciek Sakrejda > *To:* flexcoders@yahoogroups.com > *Sent:* Wednesday,

[flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread actionscript_czar
If you are having problems with it giving you a null object before the ResultEvent function is called then make a function that returns an empty ArrayCollection if it is currently null. Perhaps function getServiceArray( ):ArrayCollection { if( this.serviceArray == null ) { this.

[flexcoders] Re: How to catch Error 302 from RemoteObject?

2009-04-08 Thread Dan
Thanks for the reply Tracy, Actually, I am trying to figure out what is the best practice to integrate the SiteMinder and the LCDS. So that when there is multi login decide by the SiteMinder, the flex application can get the noticed. Since currently what we did is the SiteMinder trying to throw

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
Thanks Maciek that makes sense, I'll look into that. From: Maciek Sakrejda To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 11:54:15 AM Subject: Re: [flexcoders] Re: How can I have my class return an ArrayCollection? So you want a function to ret

[flexcoders] Re: override "commitSelectedIndex" for ViewStack component

2009-04-08 Thread Tim Hoff
Another option, instead of sub classing, would be to use states in place of a view stack. State changes allow you to implement transition effects (parallel or sequence), directly to the desired children. -TH --- In flexcoders@yahoogroups.com, "gwangdesign" wrote: > > Tracy, Thanks much for the

Re: [flexcoders] Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-08 Thread Paul Andrews
Re: [flexcoders] Adobe's stimulus package FREE FLEX BUILDERLOL, I'd better cancel my flexbuilder ebay auctions.. ;-) - Original Message - From: Matt Chotin To: flexcoders@yahoogroups.com Sent: Wednesday, April 08, 2009 4:30 PM Subject: Re: [flexcoders] Adobe's stimulu

[flexcoders] Re: Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-08 Thread Tim Hoff
Be vewy, vewy quite. I'm hunting wabbit. -TH --- In flexcoders@yahoogroups.com, Matt Chotin wrote: > > We have special software installed in our Nabaztags at work that inform us when someone is using Flex Builder in ways we don't like. We then have web crawlers that go out and find the offendi

RE: [flexcoders] include ".as" file question.

2009-04-08 Thread Peter Farland
This is not possible as #include is a compiler directive. It is possible to load a SWF dynamically at runtime with additional classes, but I don't think you can load a new definition for a class that is already defined in an application domain. The following may be a little low level to jump in

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread Maciek Sakrejda
So you want a function to return a result before it's there? I think you can see the problem inherent in that design. In a runtime other than Flash, you could block if the user calls the function before the result is available, but Flash won't let you do that (and for good reason--the entire parad

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Matt Chotin
Hey Tom, I've got reply by email working from my Entourage client, which part isn't working for you there? Also not sure where spell checking is going wrong? As for threading, do you know which header is missing? I notice that threading is more difficult for me now too, but as we talk to Jive

Re: [flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread - -
I tried that but it returns an empty ArrayCollection because it's only created within the ResultEvent Function once the HTTPService is successful... Thanks. From: valdhor To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 11:20:44 AM Subject: [flex

Re: [flexcoders] Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-08 Thread Matt Chotin
We have special software installed in our Nabaztags at work that inform us when someone is using Flex Builder in ways we don't like. We then have web crawlers that go out and find the offending SWFs, hack into the web servers, and replace it with images of bunnies saying "Silly Rabbit, you must

Re: [flexcoders] Full date

2009-04-08 Thread Maciek Sakrejda
Probably because you're using the wrong format string: http://livedocs.adobe.com/flex/3/langref/mx/formatters/DateFormatter.html#formatString I guess the C, Java, and .NET flavors did not provide enough inconsistent implementations... -Original Message- From: Thiago Rodrigues Reply-to:

Re: [flexcoders] Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-08 Thread Paul Andrews
How would anybody ever know? (Before you ask I've already donated many $$ to Adobe for Flex). Paul - Original Message - From: Tom Chiverton To: flexcoders@yahoogroups.com Cc: Guy Morton Sent: Wednesday, April 08, 2009 3:42 PM Subject: Re: [flexcoders] Adobe's stimulus pack

[flexcoders] Re: How can I have my class return an ArrayCollection?

2009-04-08 Thread valdhor
Umm.. Add a public function that returns serviceArray ? --- In flexcoders@yahoogroups.com, "sailorsea21" wrote: > > Hi everyone, > how can I have this following class return me an ArrayCollection whenever I > call it > > [Bindable] > public class Services > { > public

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Tom Chiverton
On Friday 03 Apr 2009, Bjorn Schultheiss wrote: > Will the forums replace flexcoders? No. The forums are missing many important features, esp. for email users (such as the headers that support threading, spell checking and reply by email). -- Helping to enthusiastically integrate value-added sy

[flexcoders] Re: override "commitSelectedIndex" for ViewStack component

2009-04-08 Thread gwangdesign
Tracy, Thanks much for the info. I did check out some of tink's effects components (including some of those Papervision3D ones). All of which seem to be custom effects, as opposed to subclass of a container component. --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > There is a compo

[flexcoders] Re: Animated Flash Component Resizing when used as Button Skin

2009-04-08 Thread tpokrajcic
Hi, I'm just having a similar issue when using Sprite as Papervision3D texture. Problem with scaling can be solved by overriding width and height getters to give you a constant value because size of Sprite and MovieClip is calculated based on sizes and positions of their children. However, I'm s

[flexcoders] How can I have my class return an ArrayCollection?

2009-04-08 Thread sailorsea21
Hi everyone, how can I have this following class return me an ArrayCollection whenever I call it [Bindable] public class Services { public var serviceArray:ArrayCollection; public var serviceXML:XML; public function getServices():void { var service:HTTP

[flexcoders] Slashdot | Major League Baseball Dumps Silverlight For Flash

2009-04-08 Thread Dnk
FYI. http://entertainment.slashdot.org/article.pl?sid=09/04/07/2241233&from=rss

Re: [flexcoders] Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-08 Thread Tom Chiverton
On Saturday 04 Apr 2009, Guy Morton wrote: > That's a good idea, Adobe. Nice work. > > On 05/04/2009, at 1:37 AM, hworke wrote: > > https://freeriatools.adobe.com/learnflex/ Note, you can not deploy, even for free/giggles, anything written using it: "license to use Flex Builder 3 under this progra

[flexcoders] Re: Alert Control help

2009-04-08 Thread lehaianh1986
Thank Carlos I use Title window and have result I expect. Here is my code private var tw:TitleWindow = new TitleWindow(); private function Load():void { tw.title = "Wait to update..."; mx.managers.PopUpManager.addPopUp(tw,this,true); PopUpManager.centerPopUp(tw); ... } // then call remove when f

[flexcoders] Full date

2009-04-08 Thread Thiago Rodrigues
Good morning everybody... Here in Brazil, our date format is: Day/Month/Year Hour:Minutes:Seconds I've made a function that return the curret date, but I also need the time (the full date)... With formatString = "DD/MM/ HH:mm:ss" only the hour appears... Needing some help here... t

[flexcoders] Re: Alert Control help

2009-04-08 Thread carloscarvalhar
i think you need more Popup than Alert... you can add childs to your popup, take a look at this example: http://blog.flexexamples.com/2007/08/06/creating-custom-pop-up-windows-with-the-popupmanager-class/ reference: http://livedocs.adobe.com/flex/3/langref/mx/managers/PopUpManager.html bye Carlo

[flexcoders] include ".as" file question.

2009-04-08 Thread sailorsea21
Hi everyone, is it possible to do something similar to this on the MXML file: include this[parentApplication.filename + ".as"]; I want to dynamically include an ".as" file depending on what is received from my AMFPHP object... If this is not possible, is there a simpler way to accomplish this?

[flexcoders] Re: clear concise article/tutorial on setting up CFC project in Flex Builder?

2009-04-08 Thread Amy
--- In flexcoders@yahoogroups.com, Brad Bueche wrote: > > These are what enabled me to make the leap. NOT using the wizard. I think the problem with the wizards is that if you know anything at all about back end technologies, you'll overthink it and wind up confusing yourself. I've never been

[flexcoders] Re: Unrecognized binding style 'null'

2009-04-08 Thread skywalkr42
Internal dev server - meant to anonymize that - whoops! In any case - I tracked down the issue - flex would appear to require that the binding type is explicitly stated for each operation, rather than for the binding as a whole. Thanks for your time, in any case. Max --- In flexcoders@yahoogr

[flexcoders] Retaining selected item in DataGrid (or List)

2009-04-08 Thread bnjmnhggns
I have an ArrayCollection that is the dataProvider for a DataGrid. Every 30 seconds the objects in the ArrayCollection get replaced with new objects based on data received from the server. At this point, whatever selection that the DataGrid had now disappears, even if an object with the same U

[flexcoders] Re: Image Control -> BitmapData -> Resize -> JPEG Encoder...changes image coloring?

2009-04-08 Thread xitij2000
I don't know about your color issues... however do give the following a try.. http://clevrlib.riaforge.org/ It is a nice library which has some extensions for Flex Bitmaps, allowing for bilinear and bicubic interpolation, for better quality resizing... --- In flex

[flexcoders] reinitializing viewstack children

2009-04-08 Thread stinasius
is it possible to reinitialize children of a viewstack? i have a viewstack with a datagrid component which shows info from a database and i also have form that inserts info to the database. so when i insert data from the form to the database i show the datagrid which also show the entry that has

[flexcoders] Re: Unrecognized binding style 'null'

2009-04-08 Thread valdhor
When I try to load your WSDL at http://max.shoon.blucommerce.beta.blubolt.com/oversight/soap/wsdl?model=orders it requests a username and password. I don't see in your AS code how you pass authentication information. --- In flexcoders@yahoogroups.com, "skywalkr42" wrote: > > Hi all, > > Apo

[flexcoders] ToggleButtonBar, NavBar and selectedIndex -> error in accessor implementation?

2009-04-08 Thread florian.salihovic
I found some weird implementation. The inheritance hierarchie is at follows: ToggleButtonBar -> ButtonBar -> NavBar ToggleButtonBar overrides the accessors and mutators for _selectedIndex. But why is the Accessor implemented in ToggleButtonBar like: override public function get selectedIndex():

[flexcoders] Iframe in RichTextEditor

2009-04-08 Thread senthilkumarirtt
hi i want to load Html page in RichTextEditor in flex application using iframe

[flexcoders] FXComps Collator 1.0.3 is released

2009-04-08 Thread lacito.domingo
FXComps Collator 1.0.3 is released (BSD license). Link: http://www.fxcomps.com/collator.html FXComps Collator library provides sort compare functions and SortFields which support several national collation orders, like Hungarian, German, etc. This version includes a bug fix. Regards, Laszlo Sa

[flexcoders] Re: FLEX defaut xml parser issue with Auto Exponential conversion issue

2009-04-08 Thread Ramabhadra Reddy
Thanks Tracy Spratt for your quick reply. Still i have doubt on resultFormat="e4x" attribute setting. where do i set this attribute in my code. is this attribue belongs to data grid component? override public function set data(value:Object):void{

[flexcoders] FLEX implicit default xml parser

2009-04-08 Thread Ramabhadra Reddy
Flex implicit xml parser is converting into Infinite value when i display below xml tag value on datagrid(here the value is having E, i.e exponential) 745355E6017 The parser is trying to convert as below 745355E6017 = 745355 * 10 power of 6017 How can i instruct FLEX XML default parser to stop