Re: [flexcoders] Re: How to debug PHP side in AIR applications?

2011-08-09 Thread Pete
, stepping through client side as3 on one screen and server side php on the other is pretty productive and well worth the small outlay. Regards, Pete On 09/08/2011 13:15, enridp wrote: Hi johannes, I think I can't catch what you said, my projects are separated of course, but the problem,

Re: [flexcoders] Could AIR create an automation app?

2011-08-07 Thread Pete
compatible with Mono). Might be a way to do it? I'm not a .NET guy so don't know what's in there :) Regards, Pete On 08/08/2011 05:07, MicC wrote: Does AIR have enough hooks to the os to create an automation app? Programs like Automate and WinAutomation script mouse positi

Re: [flexcoders] Launch a .bat

2011-08-05 Thread Pete
guess it'd do a batch file too. Windows specific because it needs you to install some dll's. Regards Pete On 03/08/2011 15:54, cjacquel73 wrote: Hello, Is it possible to launch a .bat from the web application in Flex ? Thx, Chris,

Re: [flexcoders] Launch a .bat

2011-08-03 Thread Pete
I think you'd need to install a protocol handler in a web browser and use gotourl to "go to" that protocol. I've used the same technique to start scripts on a mac at the client... It's a pain, you need to do it even in Adobe Air. Regards, Pete cjacquel73 wrote: >

Re: [flexcoders] out of office

2010-06-08 Thread Pete
Lol - real soon! I've put you in my blocked list for now! Pete On 08/06/10 10:33, Ignacio Romero Colomo wrote: Hope you come back soon On 8 June 2010 10:29, <mailto:m...@thewebforge.co.uk>> wrote: I will be running a training course on 8 June and will have no email

Re: [flexcoders] Installed Flash Player Is Not a Debugger

2009-11-19 Thread Pete
I get that on Windows too, same scenario FB3 and debugging flash player v10, I usually have to restart FB to make it go away. Happens intermittently after a long (all day) programming session, memory leak maybe? Pete Joel Stransky wrote: Everytime I debug in Flex Builder I get this

Re: [flexcoders] sdk 3.4 with flex builder 3

2009-11-13 Thread Pete
Sorry I can't find anything else now, am mid office move! HTH Pete flexdev wrote: After I switched to sdk 3.4 from 3.2 with flex builder 3, I am getting an error on AdvancedDataGrid. Is there any way to resolve this error?

Re: [flexcoders] Re: AMFPHP problem

2009-11-11 Thread Pete
again, those execution times look way to big... Regards, Pete gotgoose09 wrote: So you would suggest increasing the memory allocation for scripts in php.ini? Are there any other settings I should check? --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>, Pete wro

Re: [flexcoders] AMFPHP problem

2009-11-11 Thread Pete
move to a new server because I try and transfer too much info and not enough memory is allocated ro running php scripts on the server. Check your php.ini HTH Pete gotgoose09 wrote: I have been running my Flex applications just fine on my local computer and a remote server. I have been tasked

Re: [flexcoders] dmv with flex4 and flexbuilder3 causes "direction" style problem

2009-06-18 Thread Pete Siviter
on to find the absolute path of the default location to return to the client (php script would do it I think). Just random ideas... Of course, it should be compatible, so maybe file a bug? Regards, Pete On 18 Jun 2009, at 08:43, thomas parquier wrote: Hi Pete, Thank you, the application com

Re: [flexcoders] dmv with flex4 and flexbuilder3 causes "direction" style problem

2009-06-17 Thread Pete Siviter
zation.swc from the 4.0.0 folder. There's a whole bunch of files you need to copy, but you can google it if you've never done it before. HTH, Pete On 16 Jun 2009, at 20:32, thomas parquier wrote: Hello, I've just moved a charting app to flex4 but a problem with a Gr

Re: [flexcoders] dmv with flex4 and flexbuilder3 causes "direction" style problem

2009-06-17 Thread Pete Siviter
atavisualization.swc from the 4.0.0 folder. There's a whole bunch of files you need to copy, but you can google it if you've never done it before. HTH, Pete P.S. Apologies if this goes to the list more than once, new member woes. On 16 Jun 2009, at 20:32, thomas parquier wrote:

[flexcoders] Re: localconnection data encrypted?

2009-01-28 Thread Pete Appleby
in communicating sensitive with back end web services. Which brings up the next question: How secure is the Encrypted Local Store? If someone can get the private key from there, it's all for nothing. Thanks! Pete

[flexcoders] Re: localconnection data encrypted?

2009-01-28 Thread Pete Appleby
completed, the future messages are encrypted and pushed out through the use of the Send method. The receiving app then decrypts the message using its private keys. I am storing the keys in the encrypted local store. That brings up the question of just how secure is the encrypted local store? Pete

[flexcoders] Re: Flex. AIR and IPhone

2009-01-26 Thread Pete Appleby
soft buys Adobe is the day that I retire. Sorry for the rant! Pete

[flexcoders] localconnection data encrypted?

2009-01-26 Thread Pete Appleby
sensitive information myself. Hope someone can help with this. Pete

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-20 Thread Pete Appleby
code to write to a log file. I now am succesfully communicating bidirectionally between my two applications and have built the handshaking, acknowlegments, etc. needed to make it useful. Thanks for the help! Pete

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Pete Appleby
Please note a correct to a typo in the fourth paragraph above: It gets combined with "app#" then the domain name, in my case com.applebysw.test then the application name, "InterCommAppTestB", followed by "." then the publisher id, then ":" and then the connection name used in the Connect command,

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Pete Appleby
_" prefix on the connection name. On the receiver, I also had to use either .allowDomain("*") or .allowDomain(" app#com.applebysw.test.InterAppCommA.") Note that the above is the domain name of the sending app. This was confusing to me, but it worked. I hope that this saves someone else some time, it was a long day yesterday... Pete

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Pete Appleby
s on the above error. One was the same post a few times about using in FLASH when the receiving swf file was not running. Another was in German, and my high school German was over 30 years ago. Any ideas about this are appreciated! Pete

[flexcoders] LocalConnection issue in AIR to AIR application

2009-01-15 Thread Pete Appleby
nd. Where can I dig deeper into this? Thanks! Pete

[flexcoders] Re: DataGrid and XMLListCollection - newbie question

2008-12-30 Thread Pete Appleby
Hi, Tracy. It seems that the problem was my gridInitXML had ... which caused the issue. When I removed the tags, it worked! Thanks! Pete --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > Ah, I see a couple issues: > > When you add a step, you want to on

[flexcoders] Re: Need functions like Excel NPV, IRR, NPER

2008-12-30 Thread Pete Appleby
yet, so I will be coding them myself. Just a minor pain when you are short on hours in the day. Regards, Pete --- In flexcoders@yahoogroups.com, "aphexyuri" wrote: > > i used the following in a previous project, maybe it might help you: > > (for calculating payments

[flexcoders] DataGrid and XMLListCollection - newbie question

2008-12-28 Thread Pete Appleby
. Later in the development of this, I will extract the bound data from the grid to create a payment schedule. Here is the code. Thanks! Pete http://www.adobe.com/2006/mxml"; layout="absolute" applicationComplete="initApp()" >

[flexcoders] Need functions like Excel NPV, IRR, NPER

2008-12-28 Thread Pete Appleby
Hi, everybody! I need to find Flex 3 functions to calculate NPV, IRR, and NPER just like in Excel. Are these out there anywhere? I don't want to reinvent the wheel. Thanks! Pete

[flexcoders] Re: SWFLoader doesn't fire complete event

2008-06-02 Thread Pete Miller
Thanx to all who suggested help. The answer was that using @Embed doesn't cause a 'complete' event to fire. I tried all combinations of attaching a listener for the complete event inside of creationComplete, preinitialize, etc, and complete never fired. What works is to load without embedding

[flexcoders] SWFLoader doesn't fire complete event

2008-06-01 Thread Pete Miller
I have problems with getting the 'complete' event to occur in an application I'm working on, so I wrote this: http://www.adobe.com/2006/mxml"; layout="absolute"> This doesn't work either. If I can see the swf on the screen, then why don't I get the 'complete' eve

Re: [flexcoders] Error #2038: File I/O Error when uploading file

2008-01-15 Thread Pete Mackie
the client to server wire. Personally, I can't imagine developing and debugging Flex code on the client without fully viewing the outgoing and incoming packets. I can guarantee that you will soon wonder who you ever work without a network sniffing proxy. Pete Mackie ---

[flexcoders] Validator Error Message Position

2006-10-18 Thread Pete Capra
Hi all,   Does anyone know how to position the error message from a validator? Mine are running off the screen...   Thanks in advance,   Pete   Pete CapraInformation Systems CoordinatorNational Institute of Trainingp. (617) 3208 9455m. 0411 043 305f. (617) 3208 9855a. PO Box 1744

[flexcoders] Code Hinting in Flex Builder 2

2006-10-11 Thread Pete Capra
Hi there,   I've been working on an app in Flex Builder 2 and my code hinting seems to have dropped out. Does anyone know how to turn this back on?   Rgds,   Pete   Pete CapraInformation Systems CoordinatorNational Institute of Trainingp. (617) 3208 9455m. 0411 043 305f. (617)

RE: [flexcoders] Re: Sending an array from Flex to PHP

2006-10-11 Thread Pete Capra
I am using WebORB for PHP, and it's fantastic.. Worth checking out Pete Capra Information Systems Coordinator National Institute of Training p. (617) 3208 9455 m. 0411 043 305 f. (617) 3208 9855 a. PO Box 1744 Springwood Q 4127 www.niot.com.au [EMAIL PROTECTED] -Original Me

[flexcoders] ProgressBar itemRenderer

2006-10-09 Thread Pete
t;  xmlns:mx="http://www.adobe.com/2006/mxml"  verticalAlign="middle"  horizontalAlign="center" creationComplete="initialiseProgressBar()">              Thanks in advance,   Pete   Pete CapraInformation Systems CoordinatorNational Inst

[flexcoders] Catching Events from a Flex 2 App in a SWFLoader

2006-10-04 Thread Pete
that'd be great!   Thanks, Pete   Here's the code:   // Parent App       xmlns:mx="http://www.adobe.com/2006/mxml"     height="100%"     width="100%">                   // Nested App   http://www.adobe.com/2006/mxml"

[flexcoders] DataGrid Redraw ItemRenderers

2006-09-24 Thread Pete
have any clues? I'm using Flex 2 btw.   Thanks in advance,   Pete   Pete CapraInformation Systems CoordinatorNational Institute of Trainingp. (617) 3208 9455m. 0411 043 305f. (617) 3208 9855a. PO Box 1744 Springwood Q 4127www.niot.com.au[EMAIL PROTECTED]   __._,_.___ -- Flexcoders Ma

RE: [flexcoders] Panel Windows Title Icon

2006-09-14 Thread Pete Capra
Hi Jeremy, You can do it by nesting the Panel inside a Canvas with an image: The image will be placed on top of the panel wherever you specify.. Hope that helps, Pete Pete Capra Information Systems Coordinator Capra Ryan Online

[flexcoders] Cairngorm - Call function inside View Component

2006-09-13 Thread Pete Capra
ead of the user doing it). I want the function to be called after a result handler fires from a RPC. How should I call this function? I'm not quite sure how to reference the function..   Thanks in advance!   Pete   Pete CapraInformation Systems CoordinatorCapra Ryan Online Learningp. (617) 3

[flexcoders] Casting Value Objects

2006-09-12 Thread Pete Capra
ties a pain in the neck. Can anyone shed any light on where I am going wrong?   Thanks in advance,   Pete   Pete CapraInformation Systems CoordinatorCapra Ryan Online Learningp. (617) 3208 9455m. 0411 043 305f. (617) 3208 9855a. PO Box 1744 Springwood Q 4127www.capraryan.com[

[flexcoders] WebORB for PHP with Flex

2006-09-11 Thread Pete Capra
Hi there,   I've just started using WebORB for PHP with Flex to enable Flash Remoting to PHP functions. So far I've found it's pretty neat. Has anyone else come across WebORB? I'd just like to know what people think about it.. Any comments or criticism?   T

[flexcoders] Cairngorm Tree selectedIndex

2006-09-07 Thread Pete Capra
ColdFusion the Tree item that the user last accessed. When both results are returned I want to manually select the Tree item that the user last accessed.   Does anyone have any ideas on the best method to solve this problem?   Thanks in advance,   Pete   Pete CapraInformation Systems Coordinat

RE: [flexcoders] FW: Set a LinkButton icon class at run time

2006-09-05 Thread Pete Capra
Hi Hilary,    Thanks for your help, it worked a treat!   Kind Rgds,   Pete   Hi Pete, Not sure about the LinkButton, but I have set the icon of a PopUpButton at runtime.   I embeded the icon:    [Embed(source='AeonGraphical.swf', symbol='BusyCursor')]   private v

[flexcoders] FW: Set a LinkButton icon class at run time

2006-09-05 Thread Pete Capra
Hi there,   Does anyone know if it is possible to set a LinkButtons icon class at runtime? I want to set an icon depending on the data that is sent to it (I have it set up as a custom component).   Kind Rgds,   Pete   Pete CapraInformation Systems CoordinatorCapra Ryan Online Learningp