RE: [flexcoders] Text Character Spacing

2007-02-06 Thread Gordon Smith
Flex 2.0.1 added a "letterSpacing" style for components like Label and Text.. These styles are listed in the LiveDocs for 2.0.1 at http://livedocs.macromedia.com/flex/201/langref/index.html You'd write to get 10 extra pixels between each lette

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Daniel Freiman Envoyé : mardi 6 février 2007 23:51 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] Intellectual property or licensing of posted/blogged work As for copyrights vs

Re: [flexcoders] How to assign an icon using code behind? (Maybe a flex compiler bug)

2007-02-06 Thread Carlos Rovira
("icon", EmbeddedAssets.nuevo_icono); } Hope this help someone trying the same Thanks C. On 2/6/07, Carlos Rovira <[EMAIL PROTECTED]> wrote: Hi Tracy, Thanks for the response. Please could you write a one or lines showing what you are explaing? Thanks! C. On 2/6/

[flexcoders] Re: HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread bnprrsh
rom my local machine and I get a response > > from the HTTPService (the status bar also gives the "Transferring data > > from..." mesage. However when I upload the application to the live > > server it doesn't seem to be connecting and I get no response or errors. >

[flexcoders] Alex's Distortion effects

2007-02-06 Thread danj520
http://weblogs.macromedia.com/auhlmann/archives/2006/11/download_distor.cfm The example has the following code: http://www.adobe.com/2006/mxml"; xmlns:distortion="view.distortion.*"> Do you run this or integrate into other code? I love these disto

[flexcoders] Re: java.lang.Runtime "complete" message?

2007-02-06 Thread qnotemedia
I'm looking at java's waitFor(). When I use it in a CFC though, I think its just looping forever. Here's what I have so far: When running this cffunction as a WebService from Flex2, it leaves a never ending busy cursor. If I remove checkProcess and return startProcess instead, I have so

RE: [flexcoders] FDS DataService.commit() doesn't trigger responder result()...?

2007-02-06 Thread Jeff Vroom
correlationId = null destination = null messageId = 7793A2C0-FA0D-5A78-3641-BB1BA4B4ADB5 timestamp = 1170702096794 timeToLive = 0 body = [ ] 02/05 11:01:36 user [Flex] 11:01:36.794 [DEBUG] [Endpoint.RTMP] Serializing AMF/RTMP response Version: 3 (Command method=_result (0) trxId=20) (Typed Object #0 &#x

RE: [flexcoders] Re: FDS DataService.commit() doesn't trigger responder result()...?

2007-02-06 Thread Jeff Vroom
1:01:36.794 [DEBUG] > [Message.Data.transacted] After invoke service: data-service > reply: Flex Message (flex.messaging.messages.AcknowledgeMessage) > clientId = null > correlationId = null > destination = null > messageId = 7793A2C0-FA0D-5A78-3641-BB1BA4B4ADB5 > timestamp

[flexcoders] Returning 'this' from an overridden method?

2007-02-06 Thread David_Stafford
Please pardon this simple-minded question from an AS3 novice. My base class often returns 'this' from methods which makes it convenient to write code like: camera.move( 10, 12 ).rotateX( 45 ).rotateY( 90 ); The problem comes when code extends the base class and overrides one of these functio

[flexcoders] Re: Populate Tree with data from a query?

2007-02-06 Thread malik_robinson
odel > class out of the picture and assign the dataProvider directly: > > acTree.dataProvider = xmlResult; > > > > Tracy > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of malik_ro

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Daniel Freiman
with people using them as they see fit, but that's a personal assumption, not a legal one. Maybe there was something in the signup that i missed which said this list is in the public domain, but I don't remember it. - Dan On 2/6/07, engkee <[EMAIL PROTECTED]> wrote: I hav

[flexcoders] Printing High Res Images

2007-02-06 Thread zgaff
Hi Everyone, Does anyone know how to print a high res images in flex 2. What I mean is if I have and image that is 1200 DPI by 1200 DPI and my printer has a resolution of 600 DPI my image should print out a 2 inchs by 2 inchs. I set the size for my display the printout is incorrect. Thanks

[flexcoders] Putting a Rectangle around a "selected" line in a List component

2007-02-06 Thread Michael
I'm fairly new at this and am trying to extend a List component so that a rectangle will appear round the selected line (and around the roll-over) instead of a solid color. I'm assuming that the focusRect property that is inherited from the InteractiveObject is the one I need to deal with, but

RE: [flexcoders] Re: RemoteObjects for Flex using AS3

2007-02-06 Thread Shannon Jackson
uot;result",getListResultHandler); Michael Ramirez --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com, "Shannon Jackson" <[EMAIL PROTECTED]> wrote: > > In the Flex 2 Developers Guide, it shows an example of how to script a > remote object

[flexcoders] Re: Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Engkee Kwang
Just to expand on the original post, there are at least 3 issues I can see with the lack of clarity on posted work. 1. The first relates to copyright and as pointed out, the US law appears to be pretty clear. If that is the case, then minimally, it would be appropriate to include in the

Re: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Ben Stucki
to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] From: "Daniel Freiman" <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2007 3:59 PM To: flexcoders@yahoogro

RE: [flexcoders] Text Character Spacing

2007-02-06 Thread Jack Caldwell
Gordon: Thanks, Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, February 06, 2007 4:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Text Character Spacing Flex 2.0.1 added a "letterSpacing"

[flexcoders] Semi-noobie architectural style question

2007-02-06 Thread rumpleminzeflickr
Hi there, I have a main app, with a lot of sub custom components. I've created a singleton class that i'm using as a controller. what I want to know is, do I have to define access to that singleton class in every custom component, or is there some way to 'pass' the instance of it down the lin

[flexcoders] Using History in a wrapper

2007-02-06 Thread Jack Park
The templates call for a URL: history.html My question has to do with behaviors in a servlet environment. Here's the story. I call the history file simply with /history rather than history.html. This means that my template line of code reads: AC_FL_RunContent( "src", "/swf/FirstFle

[flexcoders] About a warning message when using an RSL

2007-02-06 Thread arcencie1978
Hi guys, I've just succeeded in making a flex library project and come up with a myLibrary.swc. Yet my problem is that the warning message pops up every time a sub-application is being loaded... Is it just the way that RSL works or am I missing something??? What is strange is that when I run

[flexcoders] Re: How can I test a UIComponent to see if it is user editable?

2007-02-06 Thread dougmccune
mean "user input" either. All it means is that the component dispatches an event called "change". Here's the livedocs search: http://livedocs.macromedia.com/cfusion/search/index.cfm?loc=en_us&term=site%3Alivedocs.macromedia.com%2Fflex%2F201++%22change%3DNo+default%22&

[flexcoders] About a warning message to choose flex debugger host

2007-02-06 Thread arcencie1978
Hi guys, I've just succeeded in making a flex library project and come up with a myLibrary.swc. Yet my problem is that a warning message,which says 'where is the flash debugger host running', pops up every time a sub-application is being loaded... Is it just the way that RSL works or am I mis

[flexcoders] FDS2 stuck when resultset is too large

2007-02-06 Thread Carlos Rovira
Hi, One of the teams here working on a large FDS2 application found a strange problem. When the resultset retrieved from FDS2 pass a number of rows the dataservice hangs. It always happens when the rows pass a fixed limit. It seems like FDS waits for a new request and if you throw a new request

Re: [flexcoders] Tutorial zoom in a linechart

2007-02-07 Thread Mikhail Shevchuk
I suppose that it is not difficult to implement. During zooming, just store smaller (zoomed area, relatively to the whole chart) array collection and change a dataprovider for the component. 2007/2/7, bcncgn3 <[EMAIL PROTECTED]>: I have linechart and i want that the user can zoom in

Re: [flexcoders] Tutorial zoom in a linechart

2007-02-07 Thread Brendan Meutzner
AIL PROTECTED]> wrote: I suppose that it is not difficult to implement. During zooming, just store smaller (zoomed area, relatively to the whole chart) array collection and change a dataprovider for the component. 2007/2/7, bcncgn3 <[EMAIL PROTECTED]>: > > I have linechart and i want

Re: [flexcoders] enabled="{Boolean(myDataProvider.length)}"

2007-02-07 Thread Roman Protsiuk
Well, technically Boolean(-1) == true. Though, it's probably not your case but... R. On 2/6/07, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: I would prefer the following: *enabled="{ myDataProvider.length > 0}" * It's shorter and communicates the intention better

[flexcoders] Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread oneproofdk
I am building a internal app for my company, where we would eventually pursue FDS for it's push capabilities - updating the users view when backend data changes. Until then, I'm thinking about making a function that will get triggered by a timer, e.g. every 60 seconds, it should retrieve data from

RE: [flexcoders] Alex's Distortion effects

2007-02-07 Thread Alex Uhlmann
Hi there, SimpleFlip is just an MXML component, which contains the setup code for the effects. There are various examples provided in the download like that. Check out the "Creating and Extending Flex 2 Components" documentation, chapter "Creating MXML components" for more

[flexcoders] Re: Filters with DataGrid - Excel

2007-02-07 Thread sanjaypmg
that purticular column n populate that combo box? 2. Currently, when I change the combo item, it filters my arrayCollection and show the data accordingly but it doesnt keep selected the selected Item. Suggest something to rectify. 3. How Can I Hide/Show a Column of a dataGrid? or How Can I

Re: [flexcoders] Semi-noobie architectural style question

2007-02-07 Thread Ralf Bokelberg
You could store it as a member of your Application. Then you are able to access it by parentApplication.controller Cheers, Ralf. On 2/7/07, rumpleminzeflickr <[EMAIL PROTECTED]> wrote: Hi there, I have a main app, with a lot of sub custom components. I've created a singleton

[flexcoders] Re: Tutorial zoom in a linechart

2007-02-07 Thread g_odds
ECTED]> wrote: > > > > I suppose that it is not difficult to implement. During zooming, just > > store smaller (zoomed area, relatively to the whole chart) array collection > > and change a dataprovider for the component. > > > > 2007/2/7, bcncgn3 <[EMAIL

Re: [flexcoders] Re: Tutorial zoom in a linechart

2007-02-07 Thread Brendan Meutzner
TED]> wrote: > > > > I suppose that it is not difficult to implement. During zooming, just > > store smaller (zoomed area, relatively to the whole chart) array collection > > and change a dataprovider for the component. > > > > 2007/2/7, bcncgn3 <[EMAIL PRO

Re: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread Paul Andrews
- Original Message - From: "David_Stafford" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 2:12 AM Subject: [flexcoders] Returning 'this' from an overridden method? > Please pardon this simple-minded question from an AS3 novice. > > My b

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Tom Chiverton
On Tuesday 06 Feb 2007, Paul Andrews wrote: > I saw rather a neat powerbook the other day and the idea of using a > powerbook appealed until I realised I wouldn't be able to have flex on my > main PC and on a Mac Powerbook with the same licence. There's always Parllel / VMWar

Re: [flexcoders] Open web-service in Flex application

2007-02-07 Thread Tom Chiverton
On Monday 05 Feb 2007, umumpaul wrote: > Can I have a Flex Application which contain several methods with can > open as web-service and let other to call the service to change the > state of Flex application? Are you asking if a Flex app can act as a web service server ? If so, no. >

[flexcoders] Re: Tutorial zoom in a linechart

2007-02-07 Thread g_odds
> > > Brendan > > > > > > > > > On 2/7/07, Mikhail Shevchuk wrote: > > > > > > > > I suppose that it is not difficult to implement. During zooming, > > just > > > > store smaller (zoomed area, relatively to the whole chart)

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 9:37 AM Subject: Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting > On Tuesday 06 Feb 2007, Paul Andr

[flexcoders] Re: Open web-service in Flex application

2007-02-07 Thread umumpaul
Thanks for the answer. to my 2nd question, if it is possible can u name some related library name or method name? --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 05 Feb 2007, umumpaul wrote: > > Can I have a Flex Application whi

[flexcoders] Re: RIADEV-FLEXCHINAGROUP

2007-02-07 Thread Tim Hoff
Hello Ju, I'm a developer in America. As a semi-regular subscriber/contributer to this list, I greatly appreciate hearing about life and Flex experiences from everyone on this planet. It warms my heart, that perhaps Flex could be a small building block to help us all realize our similarities

[flexcoders] Re: More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue -

2007-02-07 Thread barry.beattie
> I think that Adobe should seriously consider revising their licensing to work on multiple platforms. one would think so, yes, especially since what we're talking about is just a plug-in to a cross-platform (and free) IDE. > There are plenty of people that own Mac laptops and Windows desktops

Re: [flexcoders] Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread Adam Royle
em. Any others want to give feedback on this method? Cheers, Adam - Original Message ----- From: oneproofdk To: flexcoders@yahoogroups.com Sent: Wednesday, February 07, 2007 6:41 PM Subject: [flexcoders] Poor man's PUSH technology (aka reload data using timer) I am building a intern

[flexcoders] Re: FDS DataService.commit() doesn't trigger responder result()...?

2007-02-07 Thread simonjpalmer
ing anything back. > > > > I've turned on FDS logging for messages, see the trace below. Seems > > like the "ACK" message is being sent... > > > > Any ideas? > > > > thanks, > > PW > > > > > > 02/05 11:01:3

[flexcoders] Re: Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread oneproofdk
Hi Adam. Thanks for your reply - I like your idea about keeping the "pushed" data to a minimum. My original idea was to get the entire dataset and then loop through it and compare - your idea is way better. I'm really in need of some examples of a timer function, and perhaps some code to make the

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Shannon Hicks
to:flexcoders@yahoogroups.com> *Sent:* Monday, February 05, 2007 3:36 PM *Subject:* Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting I'm planning on switching to a Mac in a few months... Maybe I should start the process

RE: [flexcoders] Text Character Spacing

2007-02-07 Thread Jack Caldwell
Peter: Sometimes things are right in front of you or should I say me. Thanks, Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Baird Sent: Tuesday, February 06, 2007 4:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Text

RE: [flexcoders] detect XML node on click in Tree

2007-02-07 Thread Cashorali, Tanya M.
Thank you! Worked like a charm. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, February 06, 2007 1:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] detect XML node on click in Tree

[flexcoders] help with scrollTipFunction on List

2007-02-07 Thread Mark
on this board I found someone that created the scrollTipFunction like this: public function myLabelFunc(dir:String, pos:Number):String { this.selectedIndex = pos + 7; return this.selectedItem.data; } It works but at the same time it's selecting that index. Is there another way to show th

[flexcoders] is there a way to run Applet in Flash

2007-02-07 Thread huangnankun
As the subject implies.. I'm trying to find a way to embed a java applet within a flex application. I know that java can take over a rectangular area within a HTML page, but is there a way to have embed an applet within flash?

RE: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Matt Chotin
groups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Allen Sent: Tuesday, February 06, 2007 8:49 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting On 2/6/07, Paul Andrews <[EMAIL PROTECTED] &

[flexcoders] Tree XMLListCollection woes

2007-02-07 Thread durnelln
rcles for a couple of days trying to get it to work, I found the following article on Peter Ent's blog: http://weblogs.macromedia.com/pent/archives/2006/10/tree_control_da.cf m This has proven invaluable (thanks Peter!). However I am still having problems. In Peter's example he adds

RE: [flexcoders] Text Character Spacing

2007-02-07 Thread Jack Caldwell
Peter: Sometimes things are right in front of you or should I say me. Thanks, Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Baird Sent: Tuesday, February 06, 2007 4:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Text

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-07 Thread Matt Chotin
xcoders@yahoogroups.com Subject: Re: [flexcoders] Intellectual property or licensing of posted/blogged work I didn't think of that. It is completely contradictory to what I said, but you might be right. I suppose it depends what is going on. At 03:52 PM 2/6/2007, you wrote: That

Re: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread shaun
Hi David, I to am an AS3 novice. Wrote my first(trivial) action script file about an hour ago. :) A couple of ideas. Not sure if they will be of much help to you, but incase you hadnt considered them already.. . you could return the value returned by the call to super. ie) Camera c = sup

[flexcoders] Re: Filters with DataGrid - Excel

2007-02-07 Thread ben.clinkinbeard
Regarding #2, this should help: http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers-with-classfactory/ Most of your other questions should be pretty simple to find in the documentation for DataGrid and DataGridColumn. HTH, Ben --- In flexcoders@yahoogroups.com, "sanj

Re: [flexcoders] Re: Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread Adam Royle
bably need to specify another field that is returned with the data, such as _row_status (0=new,1=updated,2=deleted), and modify the script likewise. public var dataProvider:ArrayCollection = new ArrayCollection(); public function onUpdateData(result:Array):void { var i:Number, j:Number, row:O

Re: [flexcoders] Semi-noobie architectural style question

2007-02-07 Thread Troy Gilbert
lass regardless if you wanted to *access* the singleton, so I'm not quite sure where the disconnect is in your question... Troy. On 2/6/07, rumpleminzeflickr <[EMAIL PROTECTED]> wrote: Hi there, I have a main app, with a lot of sub custom components. I've created a singleton cl

Re: [flexcoders] Re: More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue -

2007-02-07 Thread Troy Gilbert
to an extent, so I don't think 2x cost is warranted. Photoshop, etc., may be another deal... Troy. On 2/7/07, barry.beattie <[EMAIL PROTECTED]> wrote: > I think that Adobe should seriously consider revising their licensing to work on multiple platforms. one would think so, yes, es

[flexcoders] Building the FDS HibernateManager class in Eclipse

2007-02-07 Thread simonjpalmer
nsaction. Fix the build path then try building this project 2) The type javax.transaction.UserTransaction cannot be resolved. It is indirectly referenced from required .class files I can't find anything which seems to contain the UserTransaction code or interface. Anyone know what I nee

Re: [flexcoders] is there a way to run Applet in Flash

2007-02-07 Thread Troy Gilbert
transparent background (I guess that's how all of those annoying integrated page ads work), so you could probably float your Flash app over your Java applet as well! Troy. On 2/7/07, huangnankun <[EMAIL PROTECTED]> wrote: As the subject implies.. I'm trying to find a way to emb

Re: [flexcoders] Re: Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread Johannes Nel
another option you could consider is using red5 (www.osflasg.org/red5) for the remote shared object. On 2/7/07, Adam Royle <[EMAIL PROTECTED]> wrote: This is some code I have written for a similar project... It simply runs through the dataProvider searching for a matched id. If it fin

[flexcoders] View State - How to call a function on a custom component???

2007-02-07 Thread paulwelling
Hello, I would like to be able to call a function on a custom component when adding a child to a View State. There is a setProperty tag. Any way of call a function on that component from within the AddChild tag of a View State??? Thanks, Paul

[flexcoders] Resources to Flex Application Architecture articles?

2007-02-07 Thread Private Romeo
Hi everybody, we are looking for (online) resources related to how to best structure (larger) Flex applications. Most of the great training and tutorial material available tends to focus on how to construct more complex controls, how to implement special effects or how to solve DataGrid/Binding

Re: [flexcoders] Semi-noobie architectural style question

2007-02-07 Thread Ralf Bokelberg
The singleton pattern is dangerous, as are global variables. The problem is, you can't reuse any of the singleton's users without using the singleton. I guess, that's the reason why Brett was asking for a poor man's implementation of IoC Cheers, Ralf. On 2/7/07, T

[flexcoders] Re: RemoteObjects for Flex using AS3

2007-02-07 Thread michael_ramirez44
Michael Ramirez > > --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com, > "Shannon Jackson" wrote: > > > > In the Flex 2 Developers Guide, it shows an example of how to > script a > > remote object as follows: > > > &

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Paul Andrews
- Original Message - From: Shannon Hicks To: flexcoders@yahoogroups.com Sent: Tuesday, February 06, 2007 5:24 PM Subject: Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting And you can't run the same licen

[flexcoders] Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread Mike Anderson
Hello All, I have a problem, and maybe I am overlooking something here... What I need to do, is attach multiple functions, to an Event for a particular Component. Using inline MXML, this is easy - you just separate out each function, with a semi-colon and list them one after another. BUT, I am

Re: [flexcoders] Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread Shannon Hicks
You don't necessarily need FDS for push technology. You should read up on the XML Socket. Shan oneproofdk wrote: I am building a internal app for my company, where we would eventually pursue FDS for it's push capabilities - updating the users view when backend data changes. Until then, I'm t

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Shannon Hicks
Well, I stand corrected. I'd like my dual-OS license now :) Shan Paul Andrews wrote: - Original Message - *From:* Shannon Hicks <mailto:[EMAIL PROTECTED]> *To:* flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> *Sent:* Tuesday, Febru

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

2007-02-07 Thread Greg Hesla
Feb 6, 2007, at 3:49 PM, Tracy Spratt wrote: No, because the Flash will be ver 8, AS2, and cannot contain the AS3 virtual machine needed for FP 9. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hesla Sent: Tuesday, February 06, 2007 3:28 PM To: Flex C

[flexcoders] Secure .Net Web Services and Flex 2

2007-02-07 Thread Nick Collins
I'm looking at communicating with our internal .Net web services with Flex 2 but I need it to be secure. Our .Net developers are saying that I need to be able to pass a username and password to the server for it to do the Windows authentication but I don't see how I would do tha

[flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread dougmccune
You can make as many calls to addEventListener as you want. So you can add 2 or more event listeners that get triggered for the same event. So something like: myButton.addEventListener(MouseEvent.CLICK, myFunction1); myButton.addEventListener(MouseEvent.CLICK, myFunction2

[flexcoders] Re: Returning 'this' from an overridden method?

2007-02-07 Thread dougmccune
r code, I think it would make a lot more sense if they saw this: camera.move(10, 12); camera.rotateX(45); camera.rotateY(90); It turns 1 line into 3 lines, but I think it's far less confusing and this follows the same design pattern that most other Actionscript classes follow. Methods like m

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

2007-02-07 Thread Andrew Trice
FP 9. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hesla Sent: Tuesday, February 06, 2007 3:28 PM To: Flex Coders Subject: [flexcoders] Load Flex app (swf) into Flash App Is it possible to load a Flex-based swf file i

[flexcoders] Re: java.lang.Runtime "complete" message?

2007-02-07 Thread Doug Lowder
This is due to the way Runtime.exec() works in Java. There's a good article about it here: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html <http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html> I'm not a ColdFusion programmer, so unfortunately

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-07 Thread Ely Greenfield
il asking about it. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Tuesday, February 06, 2007 1:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Intellectual property or licensing of posted/blogged work I will

RE: [flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread Mike Anderson
int of view, it would be nice to know if this was a valid way to do it. Thanks! Mike -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dougmccune Sent: Wednesday, February 07, 2007 10:10 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread Michael Schmalle
Object.addEventListener( "click", [funct1, funct2, funct3] ); No, 1. as3 is strongly typed which means the method expects a function when it is getting an array. 2. addEventListener wouldn't even know what to do with an array. You could, if you had your own subclass override a

Re: [flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread Doug McCune
t. Thanks! Mike -Original Message- From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>] On Behalf Of dougmccune Sent: Wednesday, February 07, 2007 10:10 AM To: flexcoders@yahoogroups.

[flexcoders] Validator: disable active validator

2007-02-07 Thread fritzdimmel
Hi! I've a form with many controls (TextInputs, ...) to validate. Everything works fine but I can't figure out, how to accomplish this: I have, let's say, a TextInput, and the validation for this returns false. The textinput gets a red border. Now I want to have a possibility to disable the validat

RE: [flexcoders] Re: Tutorial zoom in a linechart

2007-02-07 Thread Ely Greenfield
> > On 2/7/07, Mikhail Shevchuk <[EMAIL PROTECTED]> wrote: > > > > I suppose that it is not difficult to implement. During zooming, just > > store smaller (zoomed area, relatively to the whole chart) array collection > > and change a dataprovider for the component

[flexcoders] Re: Validator: disable active validator

2007-02-07 Thread maunger
Hey Fritz, what's the 'timing' on this? I mean, under what conditions do you want to disable the validation? Mitch --- In flexcoders@yahoogroups.com, "fritzdimmel" <[EMAIL PROTECTED]> wrote: > > Hi! > I've a form with many controls (TextInputs, ...) to validate. > Everything works fine but I can

[flexcoders] Re: Serious Bug in HistoryManager (introduced in latest release?)

2007-02-07 Thread zenwarden
a script block > > > > import mx.managers.DragManager; > > > > var dm:DragManager; > > > > This fattens your application a little. More complex solutions > > involve loading the DragManager into the main application's > > application domain.

[flexcoders] design area - no scrollbars

2007-02-07 Thread kovalenkojane
Hello, I have quite a large design that doesn't fit into the the design area. Unfortunetly there are no scrollbars for me to look at the whole area. Doesn anyone have the same problem? How do you fix it? Thanks

Re: [flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread Michael Schmalle
roups.com [mailto: flexcoders@yahoogroups.com ] On Behalf Of dougmccune Sent: Wednesday, February 07, 2007 10:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML You can make as many calls to addEventListener as you wan

RE: [flexcoders] View State - How to call a function on a custom component???

2007-02-07 Thread Sho Kuwamoto
I don't believe there is a way to do this. Is your function something that you could turn into a setter? -Sho From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paulwelling Sent: Wednesday, February 07, 2007 6:

[flexcoders] 2nd datagrid - no headers, wrong size

2007-02-07 Thread Mike_Robinson_98
he following: 1) reduces the height of the 1st datagrid to a fixed value (344) 2) adds a 2nd datagrid (height='124') into the vbox as the lastchild. The problem is when the state gets switched and the 2nd datagrid gets added.. 1) the headers are missing 2) the requested size is not honored

RE: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread Sho Kuwamoto
be a great thing to get into the AS language, but it is not there now. There are further wrinkles when you consider how you would extend properties in a similar way (I wrote about the issues at http://kuwamoto.org/2007/01/22/covariant-property-types/). Chee

Re: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread Ralf Bokelberg
there now. There are further wrinkles when you consider how you would extend properties in a similar way (I wrote about the issues at http://kuwamoto.org/2007/01/22/covariant-property-types/). Cheers, -Sho -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTE

Re: [flexcoders] Re: Object.addEventListener vs.. adding them inline via MXML

2007-02-07 Thread Doug McCune
e to find out the event wasn't even getting captured. :) This is plain ole preventative maintainence. That is the worse case for me, renaming events is small potatoes to that error. ;-) Peace, Mike On 2/7/07, * Doug McCune* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>

[flexcoders] RemoteObject over HTTPS / SSL

2007-02-07 Thread Piotrowski, John
end Failed, Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 500. I get this error when trying to load the html or SWF directly over HTTP and HTTPS and also in Firefox. So, a co-worker sent me this link (http://www.simb.net/client/index.cfm/2007/2/2/How-I-create-a-Flex-Proje ct-with-

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

2007-02-07 Thread Greg Hesla
e ver 8, AS2, and cannot contain the AS3 virtual machine needed for FP 9. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hesla Sent: Tuesday, February 06, 2007 3:28 PM To: Flex Coders Subject: [flexcoders] Load Flex app (swf) into Flash App Is it pos

[flexcoders] basic exception handling

2007-02-07 Thread dantmcgowan
All, When I am catching exceptions the catch seems to be ignored and the actionscript error window pops up. For example if I have a simple service like this: http://example.com/someservice/"; useProxy="false" method="GET"> And I have a try catch block like this with

RE: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread Gordon Smith
nguages (C++, Java) you can have your subclass redefine the type that is returned by a method. This would be a great thing to get into the AS language, but it is not there now. There are further wrinkles when you consider how you would extend properties in a similar way (I wrote about the iss

Re: [flexcoders] basic exception handling

2007-02-07 Thread Clint Tredway
there is a fault attribute of the HTTPService tag that you can set to a function. that will catch any faults from the call. On 2/7/07, dantmcgowan <[EMAIL PROTECTED]> wrote: All, When I am catching exceptions the catch seems to be ignored and the actionscript error window pops u

[flexcoders] WARNING: css type selectors are not supported in components?

2007-02-07 Thread Brian Holmes
I'm getting this warning message since I upgrade to FB 2.01 and i can't seem to get rid of it. I don't have any inline css, but I do have a reference to a style sheet in my application shell. Anybody else out there experiencing this? B.. *** The information in this e-mail

[flexcoders] navigateToURL bind to datagrid selecteditem

2007-02-07 Thread nasawebguy
I have a linkbutton called Download The downloaded filename is in a datagrid column called uploadedfile. This uploaded filename varies, but the path stays the same www.mydomain.com/synapse/data/7117/documents/#uploadedfile# When the user selects a row in drivergrid, the driver details appear be

RE: [flexcoders] basic exception handling

2007-02-07 Thread Peter Farland
catch. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway Sent: Wednesday, February 07, 2007 2:37 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] basic exception handling there is a fault attribute of the HTTPService tag tha

[flexcoders] Flex Form Field Focus

2007-02-07 Thread Jagos, Allan
Robinson & Cole LLP 280 Trumbull Street Hartford, CT 06103-3597 Direct (860) 275-8335 | Fax (860) 275-8299 [EMAIL PROTECTED] | www.rc.com <http://www.rc.com/> Contact Card <http://www.rc.com/documents/peopleVcard/AMJ.vcf> Boston New London Hartford

[flexcoders] Re: Validator: disable active validator

2007-02-07 Thread fritzdimmel
Hi. I've a form who's creation time is very long (complete dynamically). With this form I want to edit several datasets. If one dataset doesn't validate correctly and I want to edit another, or, let's say, create a new dataset (with empty values!) I don't want to have that any TextInput has a red b

RE: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread Sho Kuwamoto
ype that is returned by a method. This would be a great thing to get into the AS language, but it is not there now. There are further wrinkles when you consider how you would extend properties in a similar way (I wrote about the issues at http://kuwamoto.org/2007/01/22/covariant-property-typ

  1   2   3   4   5   6   7   8   9   10   >