[flexcoders] Re: Fw: WatcherSetupUtil issue

2006-09-07 Thread maxym.hryniv
Hey!! Flex framework developers. Can you give some information about *WatcherSetupUtil.as? I really want for what it's generated? --- In flexcoders@yahoogroups.com, maxym.hryniv [EMAIL PROTECTED] wrote: Any ideas??? --- In flexcoders@yahoogroups.com, maxym.hryniv mokus@ wrote: Hi,

[flexcoders] flex 2.0 logging

2006-09-07 Thread sinacapho
Dear all, Can someone tell we that how i can get logging of the Httpservice result . I remember that i can find it in flex.log in Flex 1.5 after the config the xml file. But i dont know that i can do it in Flex 2.0 thx capho Yahoo! Groups Sponsor

[flexcoders] Re: Dynamic assign itemRenderer to DataGridColumn

2006-09-07 Thread bhaq1972
var aux:TextInput = new TextInput(); columna.itemRenderer = aux as IFactory; can you do this instead columna.itemRenderer = new ClassFactory(TextInput); --- In flexcoders@yahoogroups.com, Daniel [EMAIL PROTECTED] wrote: Hello! This time Im trying to

[flexcoders] Re: flex2 final - TextInput focusRoundedCorners

2006-09-07 Thread bhaq1972
Mike, Adam A textinput can have rounded corners try this. mx:TextInput cornerRadius=10 borderStyle=solid/ without the borderStyle set to solid it doesn't work. .but i'll still need to use your (Mike) 'quick/right fix' for my issue. thanks bod --- In flexcoders@yahoogroups.com, Michael

Re: [flexcoders] Re: flex2 final - TextInput focusRoundedCorners

2006-09-07 Thread Michael Schmalle
without the borderStyle set to solid it doesn't work. Oh, pie on my face :)I thought only containers could do that. wow, I just learned something new ! ;-)Thanks, Mike On 9/7/06, bhaq1972 [EMAIL PROTECTED] wrote: Mike, Adam A textinput can have rounded

Re: [flexcoders] mxmlc -increment not working.

2006-09-07 Thread Abdul Qabiz
Hi,As far as I know, this should work for UNC paths also. If things have changed I don't know. I was QA on this feature for sometime, while my time in Adobe..-abdulOn 9/6/06, Ralf Bokelberg [EMAIL PROTECTED] wrote: Do you compile to a network filesystem? Btw.

Re: [flexcoders] Spacing stacked columns

2006-09-07 Thread Tom Fitzpatrick
Ely and Brendan - Thanks to both of you - that worked. Now I have another problem - how to get data interpolation to work in that context. I'll put it in a fresh posting. - Tom Brendan Meutzner wrote: Too lazy to figure out how to find link to groups message in Gmail, so here's the

[flexcoders] Data interpolation in ColumnSets

2006-09-07 Thread Tom Fitzpatrick
I have a Cartesian chart containing two ColumnSeries in two ColumnSets, like this: mx:series mx:ColumnSet columnWidthRatio=.375 offset=-.21 type=stacked mx:ColumnSeries alpha=.6 yField=costs / mx:ColumnSeries alpha=.6

Re: [flexcoders] Re: mx.effects.tween

2006-09-07 Thread Samúel Jónasson
Thank you Eric :) This is cool. efeminella wrote: Hey Sammi, I had the same problem so I wrote a simple Tween API of my own. You can download the .swc from my blog at: http://www.ericfeminella.com/blog/2006/09/04/as3-custom-tween-api/

[flexcoders] Re: mouse cursor management

2006-09-07 Thread coldfusionpaul
--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: I would create a singleton class called CursorPool. Where I would register different UIComponent with the cursor types.. Showing and hiding cursor would be taken care by this class. great, thanks. my last question would

[flexcoders] Cairngorm Tree selectedIndex

2006-09-07 Thread Pete Capra
Hi there, I'm developinga Flex 2 app using Cairngorm and I wanted to check the best practice for this problem: I'm retrieving the XML structure for a Tree component from ColdFusion and I'm using the Tree component as a navigation menu. I'm also retrieving from ColdFusion the Tree

[flexcoders] Re: webservice in a ComboBox

2006-09-07 Thread omkarjoe
Hi Kristian, I don't know much about the webservices but I'll try to help... java.utils.list is basically an ArrayList object. ArryList is converted into Array type Actionscript object by Flex. Before attaching this Array as dataprovider to combobox u need to convert it to ArrayCollection. U

[flexcoders] Setting rollOverColor

2006-09-07 Thread jdixon428
Abdul: I will try it this way. I replied twice earlier today but neither has shown up. Your code worked. Thanks for your patience. John Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design.

[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-07 Thread jdixon428
Abdul: Again, I replied over 7 hours ago. I do not know why it takes so long to have my message posted. What's wrong with Yahoo Group? Anyway, I wanted you to know your code worked and wanted to say thanks. John --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: My

[flexcoders] Simple Drill down Charts

2006-09-07 Thread Pramod
Hi, I am sure many of you have worked on Drill Down Charts. Can someone share his/her work (with view source functionality enabled)? Any pointers to tutorials will be appreciated. Thanks a lot and hoping to find some good links. regards, Pramod Yahoo! Groups

[flexcoders] web service and datagrid

2006-09-07 Thread Ing.Sist, Rafael Briones
Hi , I have a webservice created with AXIS Java, and I try to get the result . The result of the webservice is a XML Document. I have an Object wsQryProgress that is my webservice wsQryProgress.doQueryWS is the only method in my webservice , and too I have a datagrid and binding with

[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-07 Thread jdixon428
Abdul: That works. Thanks for your patience. John --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: My mistake... I think, it would be: linkBar.setStyle (overSkin, null); try this.. -abdul On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote: Abdul:

[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-07 Thread omkarjoe
Hi jdixon428, I think you may try creating empty image with transperent bg and then setting up rollover skin as that image. Hope this helps Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

Re: [flexcoders] ADOBE: Version of Distributable Player is Incorrect

2006-09-07 Thread Hilary Bridel
Tariq, Can you share your experiences with this? I have to convert from anything below version 9 on our novell network;-) On 9/2/06, Tariq Ahmed [EMAIL PROTECTED] wrote: Adobe,- I'm working with my customer to get Flash 9 installed on all theirdesktops.- It took our I.T dept days to get a push

[flexcoders] Re: 9-Slice scaling problem with Skinning

2006-09-07 Thread [sami]
This seems to happen only with bitmap images. If I draw something into symbols in flash they are scaled correctly but if I place bitmaps into symbols then scaling does not work. Wonder what is wrong with my setup.. On 9/6/06, [sami] [EMAIL PROTECTED] wrote: Hello,been struggling with 9-Slice

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-07 Thread John C. Bland II
Which code are you referring to seeing? I can't pass the WS code or url. As for the Flex code, it is based 100% off of the livedocs example but with our url's, etc.We don't use .NET datasets. We are returning VO's (classes) or Listclassname. This is .NET 2.0 so generics are used

Re: [flexcoders] Re: Assets with timeline code in Actionscript projects

2006-09-07 Thread Samúel Jónasson
Thank you, this is a very good article. Sammi Tim Hoff wrote: Sammi, You can read a good article, with examples, how to handle the Flash AS. Scroll down to August 27th, 2006. HTH. http://www.jessewarden.com/ -TH --- In [EMAIL PROTECTED]ups.com, Samel Jnasson [EMAIL

Re: [flexcoders] Re: Confirmed Bug: SOAP request construction with .NET web service... again

2006-09-07 Thread Johannes Nel
thanks for sharing this information!!!On 9/5/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just minutes after posting my last message I received another emailfrom Adobe confirming that engineering is working on fixes to all 3 bugs I've encountered while dealing with .NET web services.

[flexcoders] Posts not showing up

2006-09-07 Thread jdixon428
Moderator: I have replied to a post twice today more than 11 hours ago and neither has shown up. Can you tell me why? Regards, John Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-07 Thread John C. Bland II
FLIPPIN' NAMESPACEI set the namespace and I'm rollin'! Now I can finish this app. :-) Thanks.On 9/5/06, John C. Bland II [EMAIL PROTECTED] wrote:Which code are you referring to seeing? I can't pass the WS code or url. As for the Flex code, it is based 100% off of the livedocs example but

[flexcoders] Re: mouse cursor management

2006-09-07 Thread coldfusionpaul
great, thanks. my last question would be if the app has to keep i lied. i have one more question. how do you handle busy cursors? using custom cursors seems to override all the showBusyCursor=true bits (ie the image these tools can be used on is dynamic). the busy cursor shows up in the mouse is

[flexcoders] Re: SWFLoader related query / challenge

2006-09-07 Thread klumikaze
I've had some major problems implementing this type of solution -- hoping somebody might have some ideas as to why this won't work in my situation. I've got a multi-user application that has an application shell (a Flex app with only an SWFLoader in it), a login page (a Flex app with a simple

[flexcoders] Flex Training/Tutorials

2006-09-07 Thread justin.aloha
I am new to Flex 2. I have a strong ColdFusion background and some Flash experience as well. Does anyone know of a good place to find tutorials and other means to learn Flex? I have checked the usual places, i.e. Adobe, flex.org, and used the Lynda series. Hope someone has some good

[flexcoders] Cairngorm... Where should this go?

2006-09-07 Thread grahampengelly
Hi I am building an assessment application with Cairngorm. All is going swimmingly but I am wondering where I should put the following. The view collects the respondents answers and fires off an event, containing them. The Controller picks this up and updates the Model... Pretty standard stuff.

RE: [flexcoders] Cairngorm... Where should this go?

2006-09-07 Thread Dimitrios Gianninas
Put a method to handle the validation of the form or forms in the view. Then when the user presses thebutton, validate the form(s) and if all is ok then fire the event that calls your command to do whatever you want. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From:

[flexcoders] Component Required

2006-09-07 Thread Kumar
Hi All, I want some example for stock ticker or component for the same if some one has already created that or have some API through which I can implement stock ticker in flex. For refrence (yahoo stock ticker). Thanks Kumar __._,_.___ -- Flexcoders Mailing List

[flexcoders] Re: mx.effects.tween

2006-09-07 Thread efeminella
No problem, glad I could help. - Eric --- In flexcoders@yahoogroups.com, Samúel Jónasson [EMAIL PROTECTED] wrote: Thank you Eric :) This is cool. efeminella wrote: Hey Sammi, I had the same problem so I wrote a simple Tween API of my own. You can download the .swc from my

[flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread grahampengelly
Thanks for your suggestion Dimitrios... I had thought of that too but in the MVC architecture, doesn't that put logic into the view? My impression of the architecture is that you should be able to create a different view over the same model without duplicating code. I mean, I don't want to have

Re: [flexcoders] Flex Training/Tutorials

2006-09-07 Thread Dave Carabetta
On 9/7/06, justin.aloha [EMAIL PROTECTED] wrote: I am new to Flex 2. I have a strong ColdFusion background and some Flash experience as well. Does anyone know of a good place to find tutorials and other means to learn Flex? I have checked the usual places, i.e. Adobe, flex.org, and used the

[flexcoders] help with uploading file

2006-09-07 Thread familypetdetective
I have been trying to set up a simple application that allows customer to upload file to particular are of webpage so they can print it. Ex. card, flyer, poster I cannot get it to work. I have watched online demo's etc, but still can't master it. Has anyone done this and could they share

Re: [flexcoders] Public getter, private setter?

2006-09-07 Thread Michael Schmalle
Hi,Ironically, I just ran into this same issue the other day.I had a post I didn't finish yesterday and what you just wrote about Java style was what I was going to say I did. :)This is just a guess but, I would be willing to bet this is a Player bug. If you think about the error, it is the

Re: [flexcoders] Public getter, private setter?

2006-09-07 Thread Michael Schmalle
opps,I meantprivate var height:Number;Peace, MikeOn 9/7/06, Michael Schmalle [EMAIL PROTECTED] wrote:Hi,Ironically, I just ran into this same issue the other day. I had a post I didn't finish yesterday and what you just wrote about Java style was what I was going to say I did. :)This is just a

Re: [flexcoders] Flex Training/Tutorials

2006-09-07 Thread Mete Atamel
I'd suggest these:Flex Whitepapers: http://www.adobe.com/products/flex/whitepapers/ Flex Developer Center: http://www.adobe.com/devnet/flex/ Flex Developer Center--Data Integration: http://www.adobe.com/devnet/flex/data_services.html(the article by JEff Vroom on Architecting RIA is a good

[flexcoders] AS3 Project directory structure question

2006-09-07 Thread Dr Van Nostrand
I'm working on an AS3 project, using FB2. It's a library. I want to include a separate demos folder within the project. The demos would use the library, for testing as I write it, and later as examples for people who will use the library. I can't seem to figure out how to have my application

Re: [flexcoders] Flex Training/Tutorials

2006-09-07 Thread Paul Andrews
- Original Message - From: Dave Carabetta [EMAIL PROTECTED] snip This was phenomenal too: http://www.totaltraining.com/prod/adobe/flex2_ria.asp Just like to say that UK developers can get this directly in the UK from http://www.cvision.co.uk/ . I'm not affiliated to this company

[flexcoders] Dynamic Checkboxes

2006-09-07 Thread jobforkomputerman
I am running into a bit of a problem here and could use a nudge to get going again. My problem is that I have a list of Users in a left hand panel of a HBox canvas. In the right hand panel I want to have a bunch of Security Roles the User can be assigned to. I want the right hand

[flexcoders] DragEnter and Panels

2006-09-07 Thread jeff tapper
I am still battling a drag drop issue with panels. It seems, that when the parent of a panel is a valid drop target, but the panel is not, that the panel's DragEnter event isn't fired (which ultimately changes the cursor), until the dragged element crosses over a child of the panel. This is

Re: [flexcoders] help with uploading file

2006-09-07 Thread Roman Protsiuk
What is the exact problem?On 9/7/06, familypetdetective [EMAIL PROTECTED] wrote: I have been trying to set up a simple application that allows customer to upload file to particular are of webpage so they can print it. Ex. card, flyer, poster I cannot get

[flexcoders] Embeding Font unicodeRange Bug?

2006-09-07 Thread Daniel Freiman
I'm trying to embed a font in an actionscript project. That works fine, but if I try to set a specific a unicode range I start fo have problems. The code and error follows: [Embed(systemFont='Arial', fontName='myArial', mimeType='application/x-font',

[flexcoders] FLEX Developer: Telecommute or in Jacksonville, FL

2006-09-07 Thread max.nachlinger
Logix3 is a leading edge services organization specializing in the dedicated to providing quality data solutions to retail and wholesale distribution companies. We are currently expanding our product line to include a series of RIA based solutions and have an immediate requirement for 2 business

[flexcoders] Re: How to config Flex Messaging with Sun One Java System Application server?

2006-09-07 Thread flexhtoo
--- In flexcoders@yahoogroups.com, flexhtoo [EMAIL PROTECTED] wrote: I want to use flex's messaging service in Sun One application server which is developed by Sun Microsystem. I want to implyment Chat program with Flex. So I need to know how to config and how to add lib files of Flex

Re: [flexcoders] Re: 9-Slice scaling problem with Skinning

2006-09-07 Thread Juan Sanchez
works fine for me. i set all my scale 9 guides in flash, export the swf and it works fine.On Sep 6, 2006, at 11:30 PM, [sami] wrote:This seems to happen only with bitmap images. If I draw something into symbols in flash they are scaled correctly but if I place bitmaps into symbols then scaling

RE: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread Dimitrios Gianninas
I always do "what simply works". Sometimes I do something, and days/weeks/months review it and see that it could be better/or is causing a problem, so I refactor. I dont think there is one perfect way, it also depends on the project as well sometimes. Dimitrios Gianninas RIA Developer

[flexcoders] Datagrid: Setting verticalscrollposition to where selectedIndex is

2006-09-07 Thread j_sevlie
Hello all, I have a question about our favorite topic -- datagrids! This is with Flex 2. Let's say that I have 2 identical datagrids, both with the same dataprovider. What I want to accomplish is when a user selects something in datagrid1, I want that same item to be selected in datagrid2,

RE: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread Graham Pengelly
Yes, Im with you on the what simply works attitude. I just thought that maybe the MVC pattern had some direction on this kind of scenario. I have implemented your earlier suggestion and it is working fine Thanks for your help. Graham Blog From:

RE: [flexcoders] Data interpolation in ColumnSets

2006-09-07 Thread Ely Greenfield
Hi Tom. chances are you're running into the same bug (stacked series + interpolation effects) that a number of people have hit. Can you send a longer stack trace? Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom FitzpatrickSent: Thursday, September

[flexcoders] using application.callLater from a non-UI component?

2006-09-07 Thread thunderstumpgesatwork
Hi all, I need to use the equivalent of UIComponent.callLater() but from a non-UIComponent class. I've tried using the top level application using mx.core.Application.application.callLater() but that doesn't seem to work to call my non-ui object's method. Does that function only work if you're

RE: [flexcoders] DataGrid DataProvider question

2006-09-07 Thread Tracy Spratt
I think the service object is already at the root (result) node, try: dg.dataProvider = service.function_set; Also, I am surprised lastResult works in the AS code. As I understand, you should only use lastResult in binding expressions, but use event.result in handler functions.

RE: [flexcoders] web service and datagrid

2006-09-07 Thread Tracy Spratt
What happens in the result handler fin()? By the way, you should type the event object more specifically, RPCEvent I believe Also in a trace or alert, you will want use e.result.toXMLString() in order to see the xml. Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: webservice in a ComboBox

2006-09-07 Thread Tracy Spratt
Set up a result handler function so that you can inspect and manipulate the web service result data. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of omkarjoe Sent: Thursday, September 07, 2006 6:33 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] using application.callLater from a non-UI component?

2006-09-07 Thread Michael Schmalle
Hey,Try this;import mx.core.UIComponent;public class nonUIClass{ private var callLaterObject:UIComponent; public function invalidate(func:Function):void { if (!callLaterObject) { callLaterObject = new UIComponent(); } engine.callLater(func); } public function

Re: [flexcoders] using application.callLater from a non-UI component?

2006-09-07 Thread Michael Schmalle
sent it to soon;import mx.core.UIComponent;public class nonUIClass{ private var callLaterObject:UIComponent; public function invalidate(func:Function):void { if (!callLaterObject) { callLaterObject = new UIComponent(); } callLaterObject.callLater(func); } public function

Re: [flexcoders] using application.callLater from a non-UI component?

2006-09-07 Thread Michael Schmalle
Hmm.. my post didn't seem to send...import mx.core.UIComponent;public class nonUIClass{ private var callLaterObject:UIComponent; public function invalidate(func:Function):void { if (!callLaterObject) { callLaterObject = new UIComponent(); } callLaterObject.callLater(func); } public

[flexcoders] Controlling Position of mx.controls.Alert

2006-09-07 Thread P Smith
Can the position of an Alert window be controlled? Rather than centered, I would like my Alert box to be positioned 20 pixels from the top of the stage. When I have created an Alert instance, I have been unable to get move() or setting x and y to control the position of the Alert window.

[flexcoders] Re: Dynamic assign itemRenderer to DataGridColumn

2006-09-07 Thread Daniel
Ok, I get your idea, however, what if I need a custome component to be placed in the itemrenderer, so I can dynamically assing it special feature? Lets say I want to set the text attribute to Write something here... when the component initializes. Thanks! --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Dynamic assign itemRenderer to DataGridColumn

2006-09-07 Thread Daniel
Ok, I get your idea, however, what if I need a custome component to be placed in the itemrenderer, so I can dynamically assing it special feature? Lets say I want to set the text attribute to Write something here... when the component initializes. Thanks! --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Datagrid: Setting verticalscrollposition to where selectedIndex is

2006-09-07 Thread Tim Hoff
Hi Jacob, This should do the trick; without using a loop: public function keepSelected(event:ListEvent):void { if (grid1.selectedIndex = 0) { grid2.selectedItem = grid1.selectedItem; grid2.verticalScrollPosition = grid1.verticalScrollPosition; } } -TH --- In

RE: [flexcoders] Datagrid: Setting verticalscrollposition to where selectedIndex is

2006-09-07 Thread Peter Watson
Hi Jacob, Try this: grid2.verticalScrollPosition = grid1.verticalScrollPosition; regards, peter From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of j_sevlie Sent: Thursday, September 07, 2006 11:24 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: What comes after FlexEvent.INITIALIZE and FlexEvent.CREATION_COMPLETE?

2006-09-07 Thread ben.clinkinbeard
Thanks Darron! That works beautifully. Although I can't believe you don't think SuperCheckBox is an accurate name :) Michael, I would be interested in hearing your rationale, because so far it seems like a perfectly valid way of dealing with the underlying processes of Flash/Flex. Thanks all,

[flexcoders] Embedding Arial Unicode

2006-09-07 Thread tobiaspatton
Hello; I'm trying to embed a single font that can render Roman and non- Roman scripts. I think that Arial Unicode should be able to do this, so I'm trying to embed the font with the entry in my style sheet: @font-face { src:url( fonts/arialuni.ttf ); fontStyle:

Re: [flexcoders] Re: What comes after FlexEvent.INITIALIZE and FlexEvent.CREATION_COMPLETE?

2006-09-07 Thread Michael Schmalle
Hi Ben,Well you know what, people have called me extreme, can you believe that?! ;-)Anyway, I am totally an advocate of callLater(), just not using callLater() with the framework template methods.IE - commitProperties()- measure()- updateDisplayList()Think about it this way, the LayoutManager

Re: [flexcoders] Data interpolation in ColumnSets

2006-09-07 Thread Tom Fitzpatrick
OK - assuming the right way to do this is to call the showDataEffect functon on the ColumnSet, here's the error message I receive: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.charts.effects.effectClasses::SeriesInterpolateInstance/play()

Re: [flexcoders] help with uploading file

2006-09-07 Thread Ethan Farmer
Are you using Internet Explorer or Firefox, and have you tried it in both. We had some problems uploading files to a php script using firefox as the browser. The problem was the PHP session ID. Try your movie in both browsers and post a copy of your code to the mailing list. Ethan --

[flexcoders] Centering a checbox in a datagrid column

2006-09-07 Thread Jack OMelia
Hi All, I'm new to Flex and having a blast learning it but every now and then I run into small things that make me scratch my head. I have a column in a datagrid that uses an itemRenderer to fill the cells with checkboxes. The checkboxes are flush left against the wall of the cell. In searching

[flexcoders] Re: Which chart was clicked

2006-09-07 Thread dffmyco
Ely: Thanks alot. Worked fine and I learned something about closures. Dave --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: You've got three options: 1) shove the id off into a member field, and grab it when the RO returns. This is the least well

[flexcoders] Re: using application.callLater from a non-UI component?

2006-09-07 Thread thunderstumpgesatwork
hmm... still no go... any ideas why this wouldn't work? does the UIComponent actually need to be added to a parent UIComponent? Does it have to do with the fact that the UIComponent is private? I'm kinda at a loss. Thunder --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED]

RE: [flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-07 Thread Franck de Bruijn
Hi Pablo, No, I did not. I stored your WSDL in a separate file and downloaded it from there (so, within the scope of my Flex project). Unless you have a crossdomain.xml file set up, I can impossibly load the WSDL from the original URL. Cheers, Franck From:

RE: [flexcoders] Re: Which chart was clicked

2006-09-07 Thread Ely Greenfield
Yup. Closures are confusing at first, but very very cool. And a great way to maintain local state in a way that makes it much easier to write sequential code in an asynchronous event driven way (i.e., when making remote calls, or tracking mouse movement, etc). Ely. From:

Re: [flexcoders] Re: using application.callLater from a non-UI component?

2006-09-07 Thread Michael Schmalle
OK GOT ITNeeded the systemManager ref.. this does work;package{import mx.core.UIComponent;import mx.core.Application;public class Test{ private var callLaterObject:UIComponent; public function invalidate(func:Function):void { trace(invalidate()) if (!callLaterObject) { callLaterObject = new

Re: [flexcoders] Embedding Arial Unicode

2006-09-07 Thread Daniel Wabyick
I had this exact same issue. I solved it by using the local(Arial Unicode MS) and specifying a subset of unicode characters to embed. We should report this. tobiaspatton wrote: Hello; I'm trying to embed a single font that can render Roman and non- Roman scripts. I think that Arial

[flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-07 Thread Pablo Apanasionek
Franck, one word made it: "crossdomain.xml"! I knew I was missing the obvious here! As I always used Webservices of my own server, the crossdomain.xml definition had never been a problem. It worked perfectly, thanks for everything and for your patience too! -Pablo Gustavo Apanasionek

RE: [flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-07 Thread Franck de Bruijn
LOL: never expected that crossdomain.xml would solve your problem :) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pablo Apanasionek Sent: Thursday, September 07, 2006 9:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Could

[flexcoders] Re: Centering a checbox in a datagrid column

2006-09-07 Thread Tim Hoff
Hi Jack, Placing the CheckBox in a VBox or HBox shouldn't affect the data object. Here is an example: http://www.cflex.net/showFileDetails.cfm?ObjectID=443Object=FileChannelID=1 However, if you just want to adjust the positioning of the CheckBox, you can use paddingLeft in the DataGridColumn

[flexcoders] Why is import mandatory?

2006-09-07 Thread Franck de Bruijn
Hi, Just a small actionscript question. I have the following interface definition: package a.b.c { public interface SecurityWebservice { function findUser(userId:String):d.e.f.UserDto; } } It does not compile (1046: Type was not found), which I find strange since

[flexcoders] Re: using application.callLater from a non-UI component?

2006-09-07 Thread thunderstumpgesatwork
Awesome dude! That got it. Thanks for the tip. This is definitely a useful one! Thunder --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: OK GOT IT Needed the systemManager ref.. this does work; package { import mx.core.UIComponent; import

Re: [flexcoders] RemoteObject Setup

2006-09-07 Thread Darren Houle
Very cool, thanks again Gred :-) Darren From: greg h [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RemoteObject Setup Date: Wed, 6 Sep 2006 21:02:21 -0700 Darren, Glad to hear that you got Ben's Phone Selector Sample

Re: [flexcoders] Re: Passing variables from Flex to swf

2006-09-07 Thread Rob
thanx for the tips. been tinkering with it but can't figure it out. I'm a novice at best but don't mind tinkeringIf the loaded swf was created with FlashMX, would the syntax be the same as if it was generated by Flex (as in the example)? I think thats where I'm losing it. heres a

[flexcoders] Re: What comes after FlexEvent.INITIALIZE and FlexEvent.CREATION_COMPLETE?

2006-09-07 Thread ben.clinkinbeard
I think I understand your point, but those events are also called at random by rolling over elements and such, aren't they? I guess the way I see it is that we are just faking a rollOver :) Ben --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi Ben, Well you

[flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread lostinrecursion
Sorry but I have to interject on this. Intsrestingly enough I asked a similar question some days ago and did not receive a response from a design pettern perspective, but from a what works perspective. I am actually 85% of the tim all about what works, so not there is anything wrong with it. But,

[flexcoders] Launching App Without Toolbars, Address Bar, etc.

2006-09-07 Thread Jack Caldwell
Title: Launching App Without Toolbars, Address Bar, etc. Hi, Looking at Adobe's JamJar example . . . . http://labs.adobe.com/technologies/jamjar/ Is there a way to launch an application into the browser(IE) from FlexBuilder where it loads in the IE browser without the toolbar,

[flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young
I've got a flex UI driving a reporting tool in which some reports can take as long as 30 mins. Flash times out at 15 seconds by default. I can set the scriptTimeLimit in the application tag but that will apply to the whole app ...which I'm not very keen on. Anyone know of another solution? I

Re: [flexcoders] Re: What comes after FlexEvent.INITIALIZE and FlexEvent.CREATION_COMPLETE?

2006-09-07 Thread Michael Schmalle
Well,I was speaking of calling the callLater() in the constructor.Anyway, things mess up when they get complicated, you are not doing anything complicated.My main point is, if I had time, I could find the bug and fix it using the framework and callLater(measure) does not need to be used. Sorry,

RE: [flexcoders] Why is import mandatory?

2006-09-07 Thread Tracy Spratt
I cant say why, but import IS mandatory, per the docs (migration pdf?), and the fully qualified path should only be used for disambiguation. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Franck de Bruijn Sent: Thursday, September 07, 2006

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Tracy Spratt
I am pretty sure this can only be set globally.  Possibly you could set/reset it in code before/after your long process. You are probably going to also be unhappy to hear that as of FP 8, the scriptTimeLimit can only be set for a maximum of 60 seconds.  This is per the docs

RE: [flexcoders] Centering a checbox in a datagrid column

2006-09-07 Thread Shannon Hicks
Jack, check out this thread: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg34180.html It's pretty much along the same lines as what you want, but with the extra code to handle1 or 0instead of selected. You can probably modify that to accept the words "true" and "false"

RE: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread Robert Stuttaford
It's quite simple. Validation is half of what business rules are. Validating that information is of a necessary format. The data format (and thus, it's validation rules) are technology and presentation agnostic. The model should have the final say on whether it's contents are currently valid or

[flexcoders] Re: Problem with Sortable Draggable DataGrid

2006-09-07 Thread Harris Reynolds
Here's another question... when I drag a row to a different spot in the datagrid... how can I figure out where in the grid it landed? I need to be able to have a user drag and drop rows to order the datagrid to their liking and then be able to get the current order of the rows. Is this

RE: [flexcoders] Why is import mandatory?

2006-09-07 Thread Anas Mughal
Even when you fully qualify it, the compiler does NOT know about that type. It needs to be imported.Thanks. -- Anas MughalTracy Spratt [EMAIL PROTECTED] wrote: I can’t say “why”, but import IS mandatory, per the docs (migration pdf?), and the fully qualified path should

RE: [flexcoders] Re: Passing variables from Flex to swf

2006-09-07 Thread Tracy Spratt
If it was created by Flash MX then it is AS2 and you can only communicate with it via localConnection: http://www.adobe.com/go/749eaa47 Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rob Sent: Thursday, September 07, 2006 3:58 PM To:

[flexcoders] Loading Language

2006-09-07 Thread Daniel
Good day I was wondering if it's possible to change the application Loading and Initializing image language or text. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Loading Language

2006-09-07 Thread Tim Hoff
Here's a good article with examples. http://www.onflex.org/ted/2006/07/flex-2-custom-preloaders.php -TH--- In flexcoders@yahoogroups.com, "Daniel" [EMAIL PROTECTED] wrote: Good day I was wondering if it's possible to change the application Loading and Initializing image language or text.

RE: [flexcoders] Loading Language

2006-09-07 Thread Jason Szeto
Yes, check out the mx.preloaders.DownloadProgressBar class. The Dev guide also has a very good chapter on this. Jason From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Sent: Thursday, September 07, 2006 1:55 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Why is import mandatory?

2006-09-07 Thread Hasan Otuome
IMO, without importing, the compiler has no way of knowing anything about our custom data types, etc (fully-qualified or not). That's how I look @ it anyway, plus its "best practice" (a/k/a less debugging). If you notice, Flex Builder will auto-insert import statements for you when you make

[flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-07 Thread jburkett7
Hello Everyone Sounds interesting. Any ideas on how this can work? J --- In flexcoders@yahoogroups.com, Jack Caldwell [EMAIL PROTECTED] wrote: Hi, Looking at Adobe's JamJar example . . . . http://labs.adobe.com/technologies/jamjar/ Is there a way to launch an application into the

RE: [flexcoders] flex 2.0 logging

2006-09-07 Thread Jeff Vroom
On the client, this shows up if you just turn on the client side logging facility. You can do this by adding the MXML tag: mx:TraceTarget/ It then goes into the flashlog.txt which lives in %HOMEDRIVE%\%HOMEPATH% by default. A couple of other notes on flashlog.txt it only shows

  1   2   >