RE: [flexcoders] Re: Not able to generate GUID

2007-03-08 Thread Gordon Smith
??? You're taking something (the string returned by createUID()) that has a high probability of being unique and severely increasing the probability that it isn't by taking a small substring. And what's the point of the a? - Gordon From:

[flexcoders] Init Global Object Best Practice

2007-03-08 Thread thierrybertossa
With the Application's initialize event, I instanciate a unique -init- Object. How can I access This instance inside another Class ? -instanceName-.variable doesn't work inside other Class? I don't really understand the probleme. What is the Best Practice to link AS3 OOP and The Flex MXML?

Re: [flexcoders] (not so) simple stageHeight question

2007-03-08 Thread {reduxdj}
Alex: actually this is a simple as3.0 project compiling with the cmd line compiler. Is the stage defined at the same time the the root object is available? I am sure there are reasons but not having stageHeight as a global property makes me confused as to why? should any sprite (whether it is

[flexcoders] Re: DataGrid paging?

2007-03-08 Thread Danko Kozar
I am testing both of this examples, thanks.. Question: is there any possibility to control the DataGrids scrolling thumb position and height? Because this way a page size would be fixed (rows not scrolling at all) and the scroller would be used just for navigation through pages (instead of

[flexcoders] Re: DataGrid paging?

2007-03-08 Thread Danko Kozar
Of course, automatic sorting (when clicking grid headers) would have to be decoupled from a grid logic, and it should be sent as info to a server-side procedure that fetches rows. To sum up, it would be nice to have a grid which: 1) always displays a constant number of rows (i.e. 20), which

Re: [flexcoders] Re: DB access in Apollo

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, dorkie dork from dorktown wrote: mysql is familiar and it is on nearly every online hosting company. if you want to port your app from desktop to online you don't have to rewrite your sql statements / queries. You should either be writing proper portable SQL, or using

RE: [flexcoders] Re: Not able to generate GUID

2007-03-08 Thread Kumar
It was just for my work I just copied the function. Yes there is no need of 'a' and doing subStr function.It was just specific for my task. You can use it accordingly. Thanks, Kumar _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent:

Re: [flexcoders] small problem with Bar Chart showing days

2007-03-08 Thread Tom Chiverton
On Wednesday 07 Mar 2007, Mark wrote: though is the product(s) that roll out in one day. So if the start and end dates are the same I don't get a rendering of a bar... not even a little. If your span is a day or less, what not draw to a different scale (hours ?) ? -- Tom Chiverton Helping

Re: [flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-08 Thread Jeremy Tooley
Thank you so much.. this worked and my datagrid now scrolls smooth. That is only an image in the CCUVS page. This application needed to get done very fast... 4 1/2 days so I didnt really do everything right. A lot of shortcuts to get the job done Jeremy Cato Paus wrote: Hi Jeremy, I did

Re: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, Alex Harui wrote: I agree that the ModuleLoader kills your ability to use binding, but Could you elaborate here ? I guess I can't bind across Modules, but it must be ok within a given Module, no ? -- Tom Chiverton Helping to competently create attention-grabbing

Re: [flexcoders] Customising the .cfc and dao creation

2007-03-08 Thread Tom Chiverton
On Wednesday 07 Mar 2007, Ben wrote: is this possible? NAFAIK. -- Tom Chiverton Helping to conveniently lead professional ROI On: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a

Re: [flexcoders] custom charting component question

2007-03-08 Thread Tom Chiverton
On Wednesday 07 Mar 2007, Adam Royle wrote: Eg. Should I use composition of a few charts and a draggable invisible button placed inside a canvas? I had an idea of having two AreaCharts, one that is greyed out and the other that is coloured, and have a mask to only display the portion that is

Re: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Bhuvan Gupta
But you can always define the Bindable variable(s) in a Singleton class (ModelLocator in Cairngorm terms) and define the binding with respect to these variables. With this approach you can even define bindings across modules. On Mar 8, 2007, at 3:19 PM, Tom Chiverton wrote: On Thursday 08

Re: [flexcoders] Init Global Object Best Practice

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, thierrybertossa wrote: With the Application's initialize event, I instanciate a unique -init- Object. How can I access This instance inside another Class ? Have you seen the ModelLocator in Cairngorn ? -- Tom Chiverton Helping to economically entrench efficient

Re: [flexcoders] How to change a Basic Flex 2 project into a ColdFusion Flash Remoting project?

2007-03-08 Thread Tom Chiverton
On Wednesday 07 Mar 2007, gotgoose09 wrote: When I created my Flex 2 project I chose the Basic option, but now I want it to use the ColdFusion Flash Remoting option. Is there a way to change the project to do this without creating a new one? I don't think it really matters. -- Tom Chiverton

[flexcoders] Race condition in RichTextEditor

2007-03-08 Thread jwp2k_uva
I'm in the process of extending RichTextEditor component with Ctrl-b, Ctrl-i, and Ctrl-u keyboard formatting options. Conceptually, it's quite simple. For example, Ctrl-b will dispatch a mouse click event from the RichTextEditor's boldButton. However, the following code will only work if some

[flexcoders] Re: Strange List behaviour

2007-03-08 Thread g_odds
Thanks for all your help. Doug, your idea gave me a different idea of something to try which seems to work mx:Model id=listData {listService.lastResult.things} /mx:Model mx:List id=list dataProvider={listData.thing} labelField=name / I still don't understand why that works and

Re: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, Bhuvan Gupta wrote: But you can always define the Bindable variable(s) in a Singleton class (ModelLocator in Cairngorm terms) and define the binding with respect to these variables. The same solution that is suggested for DragManager, basically then ? I'd love to know

RE: [flexcoders] Access PIE CHART Call Outs

2007-03-08 Thread leds usop
I was afraid you were gonna say that. But then again, at least I start right away and not waste too much time trying to 'force' individual call out styling. Thnx Ely! --- Ely Greenfield [EMAIL PROTECTED] wrote: You can style all of them through the PieSereis' css styles, but there's no

[flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread oneproofdk
For a internal application built in FB, we are deploying it on a PowerMac Pro with 2 30 display's attached. This enables a resolution of 5120 px by 1600 px. A funny thing happens when I open the app strecthing the browser (FF) to use both displays. The panel which holds a tile, displaying images

[flexcoders] .NET web service and Data Grid

2007-03-08 Thread subeesh a
Hi All, I am using a .NET web service to populate datagrid. I am converting the result of the web service call to arraycollection and bind it to the datagrid. The issue is that when there is only one data in the database, the data grid is not showing up anything. I have analyzed the event

Re: [flexcoders] mx:Script error ?

2007-03-08 Thread Groups Mail
hi i have got a strange error from the flex developer plugin for eclipse. Below the error code; Could not resolve mx:Script to a component implementation. and my code is ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Newbie on flex2

2007-03-08 Thread sdef_lau
I am using PHP to query database, the return value is like: userusernameabc/username/user. Now I want to put it in an array on another mxml, how can I do that?

[flexcoders] Problem with multiple instantiation of image in MXML!!

2007-03-08 Thread ravi kumar gummadi
From: Ravi Kumar Gummadi Sent: Thursday, March 08, 2007 10:38 AM To: 'flexcoders@yahoogroups.com' Subject: Problem with multiple instantiation of image in MXML!! Hi, I am facing problems in instantiating the image class with same downloaded image multiple times. Lets say I have the

[flexcoders] Re: VideoDisplay.complete event doesn't get called when a video ends

2007-03-08 Thread beecee1977
Well you're not crazy, but I've no solution I'm afraid: http://tech.groups.yahoo.com/group/flexcomponents/message/1549 I'd imagine it's something to do with how the flv is encoded? You could try catching a state change event when the video stops playing at the end, but I haven't tried that

[flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Danko Kozar
Private methods and variables drive me nuts.. For example, I'd like to make a simple DataGrid change: make headers clickable without refreshing the grid (just toggle a sort icon). (I need this behaviour because I'd like to have a paging DataGrid which only propagates the sort column/direction

[flexcoders] Re: Databinding of a read only property

2007-03-08 Thread durnelln
But if there is no setter function... protected var _testVar:uint = 10; [Bindable] public function get testVar():uint { return _testVar; } ...then my class can only modify testVar through the protected _testVar property - which isn't bindable and therefore does not cause data

[flexcoders] Re: Databinding of a read only property

2007-03-08 Thread durnelln
But testVar is only read-only to outside users - I still want to modify it within my class and have the changes broadcast to anyone that wants to bind to it! Anyone? Nick. --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: For read-only properties yu don't set them

Re: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, Danko Kozar wrote: Private methods and variables drive me nuts.. When I did Java, I always made my private variables 'protected', but the real Java guys tole me that was a bad idea for some reason. -- Tom Chiverton Helping to economically enhance user-centric

[flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Danko Kozar
Perhaps in some cases are, but in the example above - there's no need for it. As you have seen, I'm trying to override an user gesture (header click) and I can't neutralize the default behaviour, which is a grid refresh. Flex 2.0.1 is so carved in stone.. I'm waiting to see the next version..

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, durnelln wrote: ...then my class can only modify testVar through the protected _testVar property - which isn't bindable and therefore does not cause data bindings to update! Have your update code dispatchEvent() and do it that way ? -- Tom Chiverton Helping to

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Jason Hawryluk
Danko, See below extended datagrid and sample application to do what you want. I realize it’s frustrating when you need to do things only to find yourself blocked in the obvious way; but there is definitely more then one way to skin a cat (so to speak). I’m sure future versions of the flex

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Jason Hawryluk
As a follow up to the last response, take note of the event.preventDefault(); in the handler for HEADER_RELEASE, and the fact that I don't do a refresh on the ListCollectionView after adding the sort to it. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: I set VideoDisplay.source to a 404, but VideoDisplay simply says it's loading

2007-03-08 Thread beecee1977
This of any use? http://tech.groups.yahoo.com/group/flexcomponents/message/1398 --- In flexcoders@yahoogroups.com, Yair Flicker [EMAIL PROTECTED] wrote: Hello people, I have a problem where I set the videoDisplay.source property to an invalid URL - 404 - call the .play() method, and then

[flexcoders] Flex2 jobs in germany

2007-03-08 Thread Harald Dehn
Hi, We are looking for a flex developer in germany. financeTec offers a standard solution for independent financial advisors in the german market, which is developed in as3, you could take a look at: http://www.financetec.net http://www.financetec.net/

[flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Danko Kozar
Great!! It works... I noticed a slight delay when loading a real data into the grid (6 cols x 20 rows). Does grid do some processesing? Or this method stops all other method execution? Now, if the similar solution for manipulating the scroller is available.. it would be great. :-) Anyway,

[flexcoders] Image Events

2007-03-08 Thread Giles Roadnight
Hi All I am trying to build a hidden canvas which contains a Tile and loads a number of objects that contain an image. All the urls that the image objects load are already cached. I am using the COMPLETE event to fire the print but this isn't working. When the complete event fires

RE: [flexcoders] Image Events

2007-03-08 Thread Giles Roadnight
Sorry, I should have mentioned that I am trying to print this tile of images. At the moment it is printing ok but none of the images are present although the objects that hold the images are. Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles

[flexcoders] Re: DataGrid paging?

2007-03-08 Thread Paul DeCoursey
--- In flexcoders@yahoogroups.com, Danko Kozar [EMAIL PROTECTED] wrote: I am testing both of this examples, thanks.. Question: is there any possibility to control the DataGrids scrolling thumb position and height? Because this way a page size would be fixed (rows not scrolling at all)

[flexcoders] Re: DataGrid paging?

2007-03-08 Thread Paul DeCoursey
--- In flexcoders@yahoogroups.com, Danko Kozar [EMAIL PROTECTED] wrote: Of course, automatic sorting (when clicking grid headers) would have to be decoupled from a grid logic, and it should be sent as info to a server-side procedure that fetches rows. My example does this. To sum up, it

Re: [flexcoders] How to change a Basic Flex 2 project into a ColdFusion Flash Remoting project?

2007-03-08 Thread Jeffry Houser
Tom is right for the most part. I think all selecting the ColdFusion Flash Remoting option does is add the services compiler argument. Add it manually and you're all set. At 05:01 AM 3/8/2007, Tom Chiverton wrote: On Wednesday 07 Mar 2007, gotgoose09 wrote: When I created my Flex 2

[flexcoders] Re: .NET web service and Data Grid

2007-03-08 Thread ben.clinkinbeard
I believe this was a bug that was fixed in 2.0.1. Are you using 2.0.1? --- In flexcoders@yahoogroups.com, subeesh a [EMAIL PROTECTED] wrote: Hi All, I am using a .NET web service to populate datagrid. I am converting the result of the web service call to arraycollection and bind it to the

RE: [flexcoders] Re: DB access in Apollo

2007-03-08 Thread Samuel R. Neff
my hosting company supports sqlite. no mention of it. Actually SQLite is included as standard in PHP5 already.

[flexcoders] Re: Databinding of a read only property

2007-03-08 Thread durnelln
Thanks Tom, I've now changed my class to inherit from EventDispatcher and I manually dispatch a named event when testVar changes. The definition of testVar is now: protected var _testVar:uint = 10; [Bindable(properyChange)] public function get testVar():uint { return _testVar;

[flexcoders] Re: flex main-debug.html won't build...

2007-03-08 Thread jamiebadman
I tried what you suggested, Troy... in fact here's what I did: (1) Deleted the project... *totally* from Flex and Disk. (2) Pulled the whole thing back from CVS (3) Uninstalled all Flash Players (4) Reinstalled the Flash 9 Debug player and... It still doesn't work :-( The app runs - but

Re: [flexcoders] Re: flex main-debug.html won't build...

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, jamiebadman wrote: Does anyone have any further ideas ? Is there a way I can confirm that it's Flash Player 9 *debug* that's running when I see a Flash App ? I can't see anything that might indicate one way or the other ? Right click, they'll be a 'debugger' menu

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, durnelln wrote: simple combination of [Bindable]/getter/setter methods to get Flex Builder to do all this automatically but ho hum...! FB is very GUI orientated, one reason I don't miss it that much on Linux. Now I see the next rev. will have things like refactoring

[flexcoders] Getting selectedItems to properly *select*...

2007-03-08 Thread qnotemedia
I have a very odd problem, related to some other unanswered posts here. An application has a popup window called on click that is using data from a custom event. The popup has a datagrid. The get all data for the grid is coming from a simple data management component, called inside the

[flexcoders] Re: Getting selectedItems to properly *select*...

2007-03-08 Thread qnotemedia
To truly express my frustration, I've put together this shot of some code: qnotemedia.com / wontwork.gif ...note that in the above example, only arSecondSelection actually works. The others select nothing.

[flexcoders] Tree labelField and hiding leaf nodes

2007-03-08 Thread polestar11
Hi there I have a Tree component that I feed in XML as its dataProvider. I clean up this XML data before passing it too the tree by adding a new attribute @nodeName to nodes that should be displayed. My assumption is that nodes without this field would not be displayed, but what actually happens

[flexcoders] List control with custom colors??

2007-03-08 Thread Greg Morphis
I've seen the examples for changing colors on DataGrid cells, rows and columns but has anyone played with changing colors of List items? I have a few locations as List items and based on some data I want some to display them in Red, Green or Orange color. Is this possible with a List control? If

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Troy Gilbert
simple combination of [Bindable]/getter/setter methods to get Flex Builder to do all this automatically but ho hum...! FB is very GUI orientated, one reason I don't miss it that much on Linux. Now I see the next rev. will have things like refactoring support, so it might become a bit more of a

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, Troy Gilbert wrote: It's got nothing to do with Flex Builder FB lacks handy code orientated wizards, such as one to create various types of get/set accessors, choosing instead to focus on GUI building wizards. Just to be clear- this is a perfectly fine thing for Adobe

Re: [flexcoders] Re: ExternalInterface Bug

2007-03-08 Thread Derek Vadneau
I reported this to Adobe as a bug. Definitely report it on the bug/wish list so that this gets attention. Here's my version: http://madebyderek.com/playground/extint/example2 In those two examples, pressing the button in the SWF creates an object and passes it to JavaScript via EI. The

Re: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Clint Modien
http://www.adobe.com/go/wish On 3/8/07, oneproofdk [EMAIL PROTECTED] wrote: For a internal application built in FB, we are deploying it on a PowerMac Pro with 2 30 display's attached. This enables a resolution of 5120 px by 1600 px. A funny thing happens when I open the app strecthing the

[flexcoders] Re: How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Paul DeCoursey
I've got the fix for that... don't try that anymore ;) --- In flexcoders@yahoogroups.com, oneproofdk [EMAIL PROTECTED] wrote: For a internal application built in FB, we are deploying it on a PowerMac Pro with 2 30 display's attached. This enables a resolution of 5120 px by 1600 px. A funny

RE: [flexcoders] Re: How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Matt Chotin
The Player does have some internal screen limits of 2880, it may simply may not be able to handle the additional resolution required. We're looking into that further though. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul

[flexcoders] copy data to clipboard using action script

2007-03-08 Thread greenfishinwater
Is it possible using AS in Flex to copy the contents of a string or a TextArea to the windows clipboard? Thanks Andrew

RE: [flexcoders] copy data to clipboard using action script

2007-03-08 Thread Robert Chyko
System.setClipboard(stringerr) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greenfishinwater Sent: Thursday, March 08, 2007 12:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] copy data

[flexcoders] Anybody experience Child Objects, exceeding the bounds of it's Parent Container?

2007-03-08 Thread Mike Anderson
Hello All, I posted about this a couple days ago, with no response whatsoever. Let me simplify the post, and ask once again: Has anybody had a Child Object (in my case, an external SWF 2200x2000 in size), spilling over beyond the extents of it's Parent Container (in this case, a TitleWindow)?

RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Shannon Hicks
Oh no! I'd hate to be the Adobe engineer that is forced to switch to dual 30 cinema displays to fix this bug. The sacrifices Adobe makes for us developers.. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Sent: Thursday, March 08, 2007 10:58 AM

RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Matt Chotin
PM should have to verify it too over an extended period of time IMHO From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon Hicks Sent: Thursday, March 08, 2007 9:31 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to

Re: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Douglas Knudsen
Beta testers should be in on this too, eh? I'll pay shipping! :D DK On 3/8/07, Matt Chotin [EMAIL PROTECTED] wrote: PM should have to verify it too over an extended period of time IMHO -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf

RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Jeff Hindman
Just out of curiosity, what's the internal vertical limit? --Jeff H. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Thursday, March 08, 2007 9:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to submit a bug to

RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Matt Chotin
I think it's 2880 too but I'm not sure to be honest. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hindman Sent: Thursday, March 08, 2007 9:58 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to submit a bug to Adobe

[flexcoders] Re: Mike nimmer Debug component !!

2007-03-08 Thread bobrene07
Is it possible to debug when your flash is not the first the page of your website ? I mean your flash is inside a portal and you want to debug after a portal login do you do that ?? thx for your help bob --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On

RE: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Alex Harui
You can bind, I'm just not sure if the module will unload if you want to kick it out of memory later. Someone will have to try it and see. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, March 08, 2007 2:16 AM To:

[flexcoders] How to send an Email with attachment

2007-03-08 Thread raz_gilad
Hi Preparing an Email from Flex is easy - just navigate to MailTo: as a URL and you'r done. you can also add all relevant parameters (subject,cc, etc) as needed. My question is - how to add a file attachment when the mail client is outlook? More specifically I have 2 questions : 1) I

[flexcoders] Re: new to webservices in flex - need help! :)

2007-03-08 Thread bobignacio
Try this... The property: click=myService.getProjects() should be: click=myService.getProjects().send() Hope this helps, Bob I. --- In flexcoders@yahoogroups.com, captnjay_mobile [EMAIL PROTECTED] wrote: [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request

RE: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Roger Gonzalez
What is the issue with smaller swf output file sizes? If you use link-report and load-externs, you can optimize swf size for both the modules and the main app without any issues. Just out of curiosity, have you filed any bugs regarding the other issues you've encountered? (Cross-SWF font

Re: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Muzak
Not sure how accurate the technote is (no date on it) http://www.adobe.com/go/tn_14437 Think the actionscript stuff mentioned is Flash 8 though. Here's another note I found regarding Bitmap (again in Flash 8) Bottom of the page: http://www.adobe.com/devnet/flash/articles/image_api_02.html quote

RE: [flexcoders] Re: new to webservices in flex - need help! :)

2007-03-08 Thread Peter Farland
Not quite right, you can either pre-establish the arguments and then use myService.getProjects.send(), or just provide them (if any) at the time of calling using myService.getProjects(). When you use the parentheses, you're actually invoking the operation as a function call (which gets dynamically

RE: [flexcoders] Re: Another data binding question - on class 'XML' (class is not an IEventDispa

2007-03-08 Thread Tracy Spratt
Ok, in my case, the problem was solved by casting (or top level function conversion, or whatever it really is). In the repeater, this produced the warnings: myProperty'[EMAIL PROTECTED]' This should have been expected, since currentItem is type Object, and we know better than to bind to

Re: [flexcoders] Re: Another data binding question - on class 'XML' (class is not an IEventDispa

2007-03-08 Thread Troy Gilbert
Interesting... I'd be curious how the curly-brace syntax translates to AS3. There are watchers for XML in the mx.binding.* package. Perhaps they are automatically used? They work by basically injecting some stuff into the XML object's prototype... which is a cool way to retrofit a built-in class!

RE: [flexcoders] Init Global Object Best Practice

2007-03-08 Thread Gordon Smith
If your Application's initialize handler has set public var init:Object; in the Application's mx:Script, then you can access this Object from any class as Application.application.init if you import mx.core.Application. BTW, MXML files simply get translated by the MXML compiler

[flexcoders] FDS services-config for CFC's

2007-03-08 Thread Darren Houle
There seems to be lots of services-config.xml samples out there for defining FDS destinations using the java and hibernate adapters, but I can't seem to find a sample that details how to define an FDS destination when using CFC's as your assembler/dao/bean. Does anyone know where I could find

[flexcoders] Re: How to change a Basic Flex 2 project into a ColdFusion Flash Remoting projec

2007-03-08 Thread gotgoose09
Ok, I did that, but now how do I make Flex Builder launch the browser with a server link (http://localhost:8500/projectname/bin/app.html) instead of a file link? If I look in the project server properties, Flex Builder does not let me edit the Root Folder, Root URL, and Context Root fields. ---

Re: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Bjorn Schultheiss
RG, 1 2 3 are both linked. 200 kb for a shell plus another 600 kb for RSL's in the initial download is too nasty. What i need is modularization of the framework so that it can 'broken up', a cairngorm framework that supports a Model that is suited for module development, and an

Re: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Daniel Wabyick
Hi Roger, Could you clarify a little bit more about the 'cross-swf font access problem?' I think there are a number of developers who have tried to get that working, but haven't been able to get things completely working. Thanks, -Daniel Roger Gonzalez wrote: What is the issue with smaller

Re: [flexcoders] Re: How to change a Basic Flex 2 project into a ColdFusion Flash Remoting projec

2007-03-08 Thread Muzak
Right click the project in Navigator, select Properties. Select Flex Build Path in the Properties window. Fill in Output Folder and Output folder URL at the bottom. regards, Muzak - Original Message - From: gotgoose09 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday,

Re: [flexcoders] FDS services-config for CFC's

2007-03-08 Thread João Fernandes
Darren, When you install FDS you'll get a resource folder, inside you have what you're looking for. João Fernandes

Re: [flexcoders] Web Services vs. WebOrb

2007-03-08 Thread Clint Modien
RemoteObjects are faster. http://www.themidnightcoders.com/blog/2007/03/flex-remoteobject-vs-webservice.html On 3/7/07, softwarecat [EMAIL PROTECTED] wrote: I am hoping someone can offer some information on the benefits to the different approaches. Web Services vs WebOrb/AMFPHP etc. We

RE: [flexcoders] Re: Keyboard issues on VISTA - Important

2007-03-08 Thread Dimitrios Gianninas
I use Vista at home, tried it and no problems. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of iko_knyphausen Sent: Wed 3/7/2007 6:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Keyboard issues on VISTA -

[flexcoders] Re: Keyboard issues on VISTA - Important

2007-03-08 Thread iko_knyphausen
Thanks much for trying... do you run VISTA Home Premium or Ultimate? I am asking because I have one Ultimate machine that works fine, but my Home Premium and all the boxes at Compusa with Home Premium have the issue when loading the app via index.htm --- In flexcoders@yahoogroups.com,

RE: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread - FI / Jonas Eliasson +
Regarding the embedded font issue: We have following solution which seems to work well. It's also a similar solution we have used on Flash 7 and 8. Embed the fonts into a SWF (Flash 8 or 9) both work with Flex. Basically put them in a clip on the stage in the Flash IDE. Lets call it

RE: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Roger Gonzalez
There are basically three solutions right now. Brute force hammer solutions: 1) Embed the font everywhere in all SWFs, so that there is never any confusion about where to find the font, because its everywhere. 2) Use Font.registerFont to globally register a particular font name across all SWF

[flexcoders] Re: How to change a Basic Flex 2 project into a ColdFusion Flash Remoting projec

2007-03-08 Thread gotgoose09
Thanks a lot! That works. :) --- In flexcoders@yahoogroups.com, Muzak [EMAIL PROTECTED] wrote: Right click the project in Navigator, select Properties. Select Flex Build Path in the Properties window. Fill in Output Folder and Output folder URL at the bottom. regards, Muzak -

[flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
Hi, Are there any known issues with displaying Remote swf assets in your flex 2 app (container) in Firefox? I'm loading swf assets from a remote location via mx:SWFLoader and mx:Image. I have set the ContextLoader objects, Security.loadPolicyFile (crossdomainurl) when the app inits, every

Re: [flexcoders] FDS services-config for CFC's

2007-03-08 Thread Darren Houle
You don't install FDS on Coldfusion 7.0.2, it includes built in support for FDS with CFCs, but there's no instructions or sample files anywhere that describe how to configure the services-config.xml destination or what (if any) adapter to use. Darren From: João Fernandes [EMAIL PROTECTED]

RE: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Alex Harui
Actually Roger, our friend Paul made possible a fourth solution, which seems pretty good, which is to use Runtime CSS, as suggested by the previous email. Runtime CSS generates the appropriate Font.registerFont calls for you and you get to use CSS syntax, which is cool. It is basically

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
Do you get an exception? What kind of SWF (player 9, as code, or just graphics, etc)? -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 08, 2007 4:40 PM To: flexcoders@yahoogroups.com

[flexcoders] Re:Funny appearance of TabNavigator icons

2007-03-08 Thread Robi Ray
Can you post snippets of your code or deploy your app on some server send the link? Also, don't forget to allow the view source code option :))

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
A, No exceptions, Flash 8 Swfs, The image assets are basically graphics (jpeg etc) with a swf wrapper, but we are also loading swf assets via SWFLoader with graphics and code ( think banner ads ). Both are showing the same behaviour, that is working in IE and not Firefox. thanks, Bjorn

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
OK, so dies in the a** means nothing shows up? I would debug into SWFLoader.loadContent to make sure we fix up the path correctly, and see if you get progress events and/or the complete event. Maybe it got there, but is the wrong size. -Alex From:

[flexcoders] SWFLoader: WHEN can I access SystemManager.application[myContent]?

2007-03-08 Thread Tracy Spratt
In a handler on the complete event of a SWFLoader, I set an instance variable(typed as SystemManager) to myLoader.content. _smAppLoaded = SystemManager(myLoader.content); When can I access the .application property?: Alert.show(_smAppLoaded.application[lblOne].text); If I try it in the event

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
The path is correct, registered for progress and complete but no events are fired. Viewing the url in loadContent through a browser shows the asset. We use serviceCapture and this also shows no attempt at loading any of the assets. Is it perhaps a security issue that is only enforced in

RE: [flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-08 Thread Ravi Kumar Gummadi
Yup this works fine , if you embed the image. But what if we want to still download the images dynamically and maintain a single instance of it.! I mailed abt this previously, But I am wondering where did the mail slip ! :P Well the question is, Lets say in datagrid! I want to display

RE: [flexcoders] .NET web service and Data Grid

2007-03-08 Thread Steve Cox
When a single item comes back Flex converts it to an Object rather than an ArrayCollection. Do something like: //where arrTable is the model (ArrayCollection) you are setting if (!(event.result.diffgram.NewDaraSet.Table is ArrayCollection)) { arrTable = new ArrayCollection();

Re: [flexcoders] my application -- need help on multiple images in datagrid

2007-03-08 Thread Adam Royle
You could use Ely Greenfields SuperImage component. Or embedding into a class reference would be fast as well. http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ Adam - Original Message - From:

[flexcoders] Data Grid and .NET web Service Issue

2007-03-08 Thread subeesh a
Hi All, I am using a .NET web service to populate datagrid. I am converting the result of the web service call to arraycollection and bind it to the datagrid. The issue is that when there is only one data in the database, the data grid is not showing up anything. I have analyzed the event

  1   2   >