[flexcoders] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-04 Thread Tom Chiverton
the correct line of magic to change it- RemoteObjectId.setEndpointURI() moans that the method doesn't exist on the remote object, for instance. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

[flexcoders] Re: Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-04 Thread Tom Chiverton
, com.halliwells.CFCs.flex.whitbread.remoteFacade, null, null ); } public function login(name:String,onSuccess:String,onFault:String){ var res:PendingCall=this.service.login(name); res.responder=new RelayResponder(this.parent, onSuccess, onFault ); } } Tom Chiverton

Re: [flexcoders] onMouseWheel -- Works in MXML, not when embedded into HTML

2006-05-09 Thread Tom Chiverton
On Mon, May 8, 2006 at 8:10 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: How can I get around this? Have the HTML around the Flash call a function in the flash when it sees a scroll event. Tom Chiverton This email

[flexcoders] Login timeouts

2006-05-09 Thread Tom Chiverton
? Just having Flex 'ping' the remote service every 5 minutes or so or something more complex ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England

Re: [flexcoders] getting get http params in flex 1.5

2006-05-09 Thread Tom Chiverton
://livedocs.macromedia.com/flex/15/flex_docs_en/1158.htm Maybe simply hide/show (see http://livedocs.macromedia.com/flex/15/asdocs_en/mx/core/UIObject.html#visible ) would be good enough though ? Tom Chiverton This email is sent

Re: [flexcoders] Flex 2.0 Feature Request - Code view splitter

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 2:16 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Is the lack of this feature something that is imposed by the Eclipse base? Yeah. CFEclipse is waiting for the same feature to be finished :-) Tom Chiverton

Re: [flexcoders] Simple XML web service call

2006-05-10 Thread Tom Chiverton
you confirm the CFC is run (by adding some logging) or at least accessed (in the web server logs) ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered

RE: [flexcoders] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-10 Thread Tom Chiverton
(http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm) don't include useful classes like the above, and the additional ones I posted about yesterday, which is very frustrating. Tom Chiverton This email is sent

Re: [flexcoders] Missing files in caingorm demo app 0.99 ?

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 2:41 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Is it me, or is assets/products/ in the store example app empty ? Never mind :-) Tom Chiverton This email is sent for and on behalf

Re: [flexcoders] Firefox status bar text - HTTPService

2006-05-10 Thread Tom Chiverton
. I've noticed this too. I just assumed Flash was holding the HTTP connection open (so events can be pushed to it and too speed up load times). Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 3:43 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: The depth and clarity of the series really makes writing a separate write-up almost unnecessary. Seconded. Though it may be easier to start with part 6 (the overview) :-) Tom Chiverton

[flexcoders] Cairngorm demo shop and user not found

2006-05-10 Thread Tom Chiverton
/Main.mxml :-( Worth pointing out the login app runs OK on the same host, so it's not Flex per-say. Anyone able to help out ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

Re: [flexcoders] HttpService Fault: Server Internal Error

2006-05-11 Thread Tom Chiverton
On Fri, May 5, 2006 at 1:47 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: HttpService Fault: Server Internal Error Anything in the logs ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
some tweaking. I can't see everyone on the released Flex 1.5 automatically upgrading to Flex 2 (even for new-start projects) when it comes out of alpha/beta. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

Re: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Tom Chiverton
, for instance. OTOH if you later want to i18n the app, it'll make it easier :-) Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered

RE: [flexcoders] Overlap?

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 5:14 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: No replies on this... has no one else seen this happen? No one knows what this overlap is? Any help would be appreciated. Try importing the projects rather than copying your files yourself. Tom

Re: [flexcoders] update data through data service

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 1:24 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: What am I missing? Logging, lots of logging :-) Have the CFC dump out what is in it's arguments - maybe it isn't what you think ? Tom Chiverton

Re: [flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread Tom Chiverton
handler, just change the value in the model. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose

Re: [flexcoders] passing parameters to a popUp

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 9:33 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hello, I want to create a popUp and pass parameters to it so that it can dynamically display information. Is it possible? IIRC (check the docs) the popup manager takes a 'component' argument. Tom

RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Tom Chiverton
does the same thing for HTML based applications. It saves *soo* much legwork and bug-introducing update code. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered

Re: [flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Tom Chiverton
to process. Can I avoid this? Yes, fill the gaps in in actionscript after your retrieve the XML. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
random amount of time away and we have stuff to write *now* :-) Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
changes to deploy a 1.5 app on 2.0 should be fairly small. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 3:34 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Yup Well, when (if !) Macromedia get a v8 player out for linux, anyway :-( Tom Chiverton This email is sent for and on behalf of Halliwells LLP

[flexcoders] Re: Cairngorm demo shop and user not found

2006-05-12 Thread Tom Chiverton
after altering the store.cfg. Dunno how much of that was linux, and how much me not knowing tomcat :-) Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered

[flexcoders] Embeding URL() TTF fonts

2006-05-12 Thread Tom Chiverton
Has anyone managed to do this in Beta 3 ? I keep getting the following error: exception during transcoding: No FontManager provided. Cannot build font. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

Re: [flexcoders] Embeding URL() TTF fonts

2006-05-12 Thread Tom Chiverton
was corrupted - other newly installed TTF font files run fine. Oddly the font in question previews OK outside Flex :-/ Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

Re: [flexcoders] Reporting options

2006-05-12 Thread Tom Chiverton
On Fri, May 12, 2006 at 3:59 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Just return the results in a grid, but I have read in the news group that there is a bug when you get around 800 rows in a grid and try to print. In what way ? Tom Chiverton

[flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
All the examples seem to be based around a combined Flex and ColdFusion server instance, is that right ? Is it possible to use CFC remoting with two seperate hosts ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP

Re: [flexcoders] how to hide the toolbar,statusbar,addressbar,menubar when page loads in beta3

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 3:02 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi One n All, I have stucked up with an issue. The issue is : How to hide the toolbar,addressbar,menubar in a browser when my flex application loads. Newer web browsers won't let you. Tom Chiverton

Re: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
/ and the MXML in there just says go talk to destination 'someDestId'. My coldfusion server root is (say) http://some.host:1245, with a server root in /opt/coldfusion7mx/ Where do I tell the Flash app that it needs to go *there* to connection to the correct destination ? :the confused Tom

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
layout to it frown. I suppose I need to tell FDS where the CF version of flex- enterprise- services.xml is somehow ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
user MessageBrokerServlet: init 15/05 16:31:33 error Could not pre-load servlet: MessageBrokerServlet flex.messaging.config.ConfigurationException: Unexpected child element 'destination' found in 'services'. *eh* ? Tom Chiverton This email

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
- services.xml. Uh huh. So just add a destination from CF's flex- enterprise- services.xml to FDS's, and add the channel-definition from the CF file to it too ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

Re: [flexcoders] events

2006-05-15 Thread Tom Chiverton
/labs/1/flex20beta3/langref/mx/controls/ComboBox.html for instance. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number

Re: [flexcoders] question for cairngorm mavens

2006-05-15 Thread Tom Chiverton
modelLocator.someDecriptiveNameForFirstSubApp and modelLocator.someDecriptiveNameForSecondSubApp and so ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
-- force-cfc-lowercasefalse/force-cfc-lowercase !-- Query column names -- force-query-lowercasefalse/force-query-lowercase !-- struct keys -- force-struct-lowercasefalse/force-struct-lowercase /property-case /properties /destination /service Tom Chiverton

RE: [flexcoders] Mystic CFC remoting

2006-05-16 Thread Tom Chiverton
=4830a6854981281b6446 ) nimer says I can't do that though... Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980

RE: [flexcoders] question for cairngorm mavens

2006-05-16 Thread Tom Chiverton
on it is not a good idea :) If you plan the places where the developers code touches each other, this shouldn't be a problem. Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

RE: [flexcoders] cf flex intergration

2006-05-16 Thread Tom Chiverton
posts incl. an URL to the Macromedia forums. I am so frustrated on getting this to work, I never thought that it would be so difficult to set up coldfusion for flex. My neither, but I guess this is why it's beta :-) Tom Chiverton

RE: [flexcoders] cf flex intergration

2006-05-16 Thread Tom Chiverton
. When it started working I got huge gouts of debug of input and outputs to the destination. Cheered ? I screamed with joy :-) Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

Re: [flexcoders] no reply to my issue

2006-05-16 Thread Tom Chiverton
On Tue, May 16, 2006 at 7:02 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hello Friends, I didnt got any reply from any of u in this group. cough Tom Chiverton This email is sent for and on behalf of Halliwells LLP

Re: [flexcoders] Mystic CFC remoting

2006-05-17 Thread Tom Chiverton
On Tuesday 16 May 2006 14:59, Bill Sahlas wrote: Mike Nimer is correct (he did write the feature after all). Really ? Cool he's listening in then ! Perhaps I misunderstood you. Yeah, probably :-) -- Tom Chiverton This email

Re: [flexcoders] Release Dates?

2006-05-18 Thread Tom Chiverton
On Thursday 18 May 2006 14:46, Jamie Tehonica wrote: What do you mean, can be done inside the player now??? Flash player can upgrade itself, with out you as a web developer having to do anything. -- Tom Chiverton This email is sent

Re: [flexcoders] Release Dates?

2006-05-19 Thread Tom Chiverton
On Thursday 18 May 2006 21:41, Gordon Smith wrote: No. Win and Mac only. Boo, hiss :-) Can you give us *any* indication of when an updated Linux player will land ? A month after Win/Mac ? A quarter ? A year (!) ? -- Tom Chiverton

Re: [flexcoders] Login System

2006-05-19 Thread Tom Chiverton
and gives that back to the Flash. The Flash then gives that token as the first argument to all other server functions. Obviously some small wibbles with CF keeping track of tokens, validating and expiring them etc., but I'm not gonna write it all out here :-) -- Tom Chiverton

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread Tom Chiverton
On Thursday 18 May 2006 21:16, Xavi Beumala wrote: published a lass which allows you to work with amf0 through f2b3. Why would I want or need to use that ? -- Tom Chiverton, Just curious This email is sent for and on behalf of Halliwells

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread Tom Chiverton
On Friday 19 May 2006 11:15, hank williams wrote: Well, maybe because you have a major codebase already running under openAMF Pretend I've only been using Flex for a few weeks and explain what openAMF is/does ? -- Tom Chiverton

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread Tom Chiverton
if the CF remoting gateway ends up being non-free. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose

Re: [flexcoders] Mac equivalent of ActiveX

2006-07-12 Thread Tom Chiverton
On Tuesday 11 July 2006 20:26, ryanm wrote: Open source != open specs. You can get source on the web if you look for it. I can find source for individual controls, but not the framework. Not even close. When was the last update to it ? -- Tom Chiverton

Re: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-12 Thread Tom Chiverton
On Monday 10 July 2006 14:34, Douglas Knudsen wrote: Our purchasing dept is having problems currently getting new keys and upgrade info for us as a Flex subscription holder. Do post when you find the answer ! -- Tom Chiverton This email

Re: [flexcoders] Re: Authentication - please help

2006-07-12 Thread Tom Chiverton
be great if I could silently reauthenticate. Which would have this same effect. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Tom Chiverton
. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Tom Chiverton
://host.com/getafile/23535 retrieved file #23535 and spat it out, for instance. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 12:27, Phil Marston wrote: you mean like http://host.com/getafile.php?23535 which is what I'm doing at the moment the server still wouldn't know the mimetype to send though - I supply Ahh. Dump it to disk first ? -- Tom Chiverton

[flexcoders] HTTPS and Remote passwords

2006-07-12 Thread Tom Chiverton
that (and with out the 'Remote'), the web browser still pops up a prompt - what could be up ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales

Re: [flexcoders] HTTPS and Remote passwords

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 14:28, Tom Chiverton wrote: Secondly All right, fixed that, my bad :-) And word on HTTPS endpoints ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 15:31, Shannon Hicks wrote: Can we see the CFC? Shannon could also turn on the flex gateway debug (bottom of the services xml file) and double-check what is coming back. IIRC, return bools from CF appear as strings in AS. -- Tom Chiverton

Re: [flexcoders] Cairngorm 2.0 What does it look like after logging in?

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 00:37, dprasad830 wrote: be more things displayed on this screen? The status area of the browser keeps saying Read Localhost like it's trying to load That's normal. -- Tom Chiverton This email is sent

Re: [flexcoders] Flex 2.0 DataService Question

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 09:12, sinacapho wrote: I am now try to Use HttpService or WebService to access some data. But all of them return Security error Access Url in faultstring. Can you request the URL in your browser ? Do you need to set a username/password ? -- Tom Chiverton

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Tom Chiverton
. Might be best to grab the latest demos from Labs. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 14:29, Phil Marston wrote: Well - it's a thought (that I hadn't had ;-) ) seems a wasteful exercise to have to go through The only other way is to, as others have suggested, perform your own (or O/Ss) MIME sniff, and then send the matching headers. -- Tom Chiverton

Re: [flexcoders] Re: FDS question

2006-07-13 Thread Tom Chiverton
' rather than granular per-record access. If, OTOH, I wanted to build something that needed real-time interaction, or was nothing more than master/detail record editing, I probably would go full-blown FDS. -- Tom Chiverton This email is sent

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Tom Chiverton
/Desktop/1.jpe: JPEG image data, JFIF standard 1.01 :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 10:13, Thomas Rühl -akitogo- wrote: the only thing referenced under the Resources bit is in fact Steven's article. There are no demos for Cairngorm. Erk ! You're stuck with the one that comes with it then :-) -- Tom Chiverton

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 12:20, Phil Marston wrote: Could I? I'm sure CygWin do a version of GNU file for Win32 (for free), for instance. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited

Re: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 15:00, Tom Chiverton wrote: All right, fixed that, my bad :-) I take it all back :-( If I have the end point URL (http://somehost/flex2gateway) protected at the web server level, how can I make Flex send along a particular username/password in the HTTP 'Authorization

Re: [flexcoders] Pass a parameter in the event function of an addEventListener?

2006-07-13 Thread Tom Chiverton
docs Set the name of the button to the id, and look in event.currentTarget in you event handler. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England

Re: [flexcoders] Trapping back button and refresh

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 16:49, quasimotoca wrote: Is there a way in AS3 to catch the backbutton and refresh buttons when Only via javascript. You could use an onUnload() event in the HTML wrapper to call into the ActionScript. -- Tom Chiverton

Re: [flexcoders] Duplicating/Copying a UI components

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 04:08, lownlazy000 wrote: I simply was to make a copy of a Sprite variable but I cant seem to find a way to do it? Can any one tell me how? You mean var myCopy:Sprite=theOtherSprite; doesn't work ? -- Tom Chiverton

Re: [flexcoders] Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 18:36, sufibaba wrote: I would like to be able to fire this function programatically at the Tree's level. Is there a getRenderer method/property on tree cells ? -- Tom Chiverton This email is sent

Re: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Tom Chiverton
party endpoints from an FDS adapter, such as ColdFusion. Ah *ha* right. Which is why calling setCredentials() on a Basic auth'ed connection doesn't work :-) Which means I *really* have to figure out what is up with access RemoteObject's over SSL :-) -- Tom Chiverton

Re: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Tom Chiverton
, it appears to work, but doesn't return anything, and eventualy Apache closes the connection: [Thu Jul 13 17:13:01 2006] [info] (70007)The timeout specified has expired: SSL input filter read failed. Loading the SWF over https, I get the same 'destination not accessible over channel' -- Tom Chiverton

Re: [flexcoders] Re: Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 17:18, sufibaba wrote: This is indeed what we need. Does anyone know how to do this? What do the reference docs say ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

Re: [flexcoders] HTTPS and Remote passwords

2006-07-14 Thread Tom Chiverton
Cairngorm app using RemoteObject to CF. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose

Re: [flexcoders] crossdomain.xml on Weblogic

2006-07-14 Thread Tom Chiverton
On Thursday 13 July 2006 18:02, Steve Pruitt wrote: Does anyone know specifically where to place the crossdomain.xml file for Weblogic. Drilling down through the Weblogic directories, I found a It needs to go in the web root. -- Tom Chiverton

Re: [flexcoders] Remote Developement Help

2006-07-14 Thread Tom Chiverton
On Friday 14 July 2006 03:08, nigasak wrote: my ColdFusion Development server. I mean, my ColdFusion Server is not in my local Box. Please Help me. If I remember rightly, the wizard asks you where the remote CF server is. -- Tom Chiverton, who just uses the command like compiler

Re: [flexcoders] Re: Chart watermark won't go away in SDK

2006-07-14 Thread Tom Chiverton
On Friday 14 July 2006 00:33, vanhoese wrote: I finally figured it out on my own. For inquisitive minds: Does setting $SDK_HOME/frameworks/license.properties not work ? -- Tom Chiverton This email is sent for and on behalf of Halliwells

[flexcoders] Announce: Flex 2 MXML schema file

2006-07-14 Thread Tom Chiverton
http://falkensweb.com/other.html I'll keep it up to date as people let me know things they spot. There have already been several changes since I posted a diff to the list last. -- Tom Chiverton, who gave exclusive early access to it to readers of his blog last night

Re: [flexcoders] Embedding flash in my application

2006-07-14 Thread Tom Chiverton
? ... ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's

Re: [flexcoders] need solution/best practice regarding VO's

2006-07-14 Thread Tom Chiverton
On Friday 14 July 2006 06:55, Andrea Varga wrote: How should I approach this? You could have the Flex app retrive a list of country IDs and names at start up, and then use a custom item renderer in the data grid to display the country based on the user VO's countryId. -- Tom Chiverton

Re: [flexcoders] Re: Spring Enable Flex

2006-07-14 Thread Tom Chiverton
configuration format to another XML configuration format ? Why ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered

Re: [flexcoders] Re: Spring Enable Flex

2006-07-17 Thread Tom Chiverton
there is enough dependencies betwen things in a typical FDS / services-config.xml to make it worthwhile. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England

Re: [flexcoders] RPC Vs. FDS and FDS Express

2006-07-17 Thread Tom Chiverton
with the CF7.0.2 updater applied - the FDS server is not required. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number

[flexcoders] Re: Faces of Flex

2006-07-17 Thread Tom Chiverton
, failing that I'll up the limits when I get home tonight. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980

Re: [flexcoders] OT: average cost for an SDK?

2006-07-17 Thread Tom Chiverton
On Saturday 15 July 2006 02:09, Paul Andrews wrote: What's the point Well, yeah :-) Generally the more niche a project, the more expensive. Intel will sell you their own C compiler, for instance, for silly money, where as Flex is free :-) -- Tom Chiverton

Re: [flexcoders] Re: need solution/best practice regarding VO's

2006-07-17 Thread Tom Chiverton
On Friday 14 July 2006 21:40, Tim Hoff wrote: a labelFunction would be sufficient in this case. Probably, yes. I would be tempted to make it an item renderer, just so that in the future if it becomes a flag graphic or something it's less work to do (and code to touch). -- Tom Chiverton

Re: [flexcoders] Loading external css and setting a:hover style for htmlText

2006-07-17 Thread Tom Chiverton
- there are people working on it), IIRC. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered

Re: [flexcoders] Re: HTTPService in components

2006-07-17 Thread Tom Chiverton
On Monday 17 July 2006 14:19, mcmcbrianfarrell wrote: My code is: ?xml version=1.0 encoding=utf-8? The prefix mx for element mx:HTTPService is not bound. You haven't got the namespace (xmlns:...) declared. -- Tom Chiverton This email

Re: [flexcoders] problem with secure RTMP

2006-07-18 Thread Tom Chiverton
On Monday 17 July 2006 18:41, Dimitrios Gianninas wrote: Has anyone setup secure RTMP successfully? I have created my keystore and specified it in the services-config.xml and it just doesn't work. Port is open as well, I verified that with my network admins. Ethereal ? -- Tom Chiverton

Re: [flexcoders] Panel Problems

2006-07-18 Thread Tom Chiverton
it. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Tom Chiverton
there you'd set 'pages 3,4,7-9' or whatever. If you want to do the same thing from ActionScript, you'll need to make a suitable print view (maybe wrap your page view in a Repeater, then print the n'th, x'th and y'th child of the repeater). -- Tom Chiverton

Re: [flexcoders] Flex print jobs

2006-07-18 Thread Tom Chiverton
in the MXML (not created at run time) in a different view in the stack, change to display that view, then call new FlexPringJob() etc. It's like the view isn't being updated for some reason ? -- Tom Chiverton This email is sent for and on behalf

Re: [flexcoders] Re: HTTPService in components

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 12:00, mcmcbrianfarrell wrote: Encountered mx:HTTPService at line 2 That's probably because you can't use HTTPService as the top-most thing in the file. -- Tom Chiverton This email is sent for and on behalf

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Tom Chiverton
using Firefox under WINE and figured it was just something up with that ! Hmm. I can see why you can't choose pages yet - the start() method of FlexPrintJob only returns after you OK the O/S dialogue, and so at the time you can choose page numbers, there are no pages :-) -- Tom Chiverton

[flexcoders] Chart data transitions effects when using AS

2006-07-19 Thread Tom Chiverton
=Total; sss.displayName=IT; sss.dataProvider = t2; subChart.series.push(sss); How do I get transition effects to appear ? Nothing obvious seems to work (a property on subChart.series ? Nope, its a plain array) and the docs are fairly silent. -- Tom Chiverton

Re: [flexcoders] Not acept drag on Tree nodes

2006-07-19 Thread Tom Chiverton
code as per the docs. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address

Re: Bug in printing with test case (was Re: [flexcoders] Flex print jobs)

2006-07-19 Thread Tom Chiverton
? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court

Re: [flexcoders] Re: HTTPService in components

2006-07-20 Thread Tom Chiverton
On Wednesday 19 July 2006 07:34, mcmcbrianfarrell wrote: Many thanks to all for their help. That's OK - the compiler errors are not always as clear as they could be about what is wrong and how to fix it, especially when the error is in the fomat of your MXML. -- Tom Chiverton

Re: [flexcoders] Not acept drag on Tree nodes

2006-07-20 Thread Tom Chiverton
On Wednesday 19 July 2006 17:57, Jesús Iglesias wrote: I have read the docs, but I don't know how to deny drop, there is aa acceptDragDrop method, but not anything to deny. In your dragEnter handler, don't call DragManager.acceptDragDrop if you don't want it dropped. -- Tom Chiverton

  1   2   3   4   5   6   7   8   9   10   >