[flexcoders] AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-20 Thread Kun Janos
Hi all. I just upgraded amfphp 1.2 to amfphp 1.9 beta 2 and class mapping is not working any more :( In one of the messages that Patrick Mineault wrote I read that for class mapping I should put [RemoteClass(alias="com.virtualro.shell.vo.LoginVO")] in Flex LoginVO.as (just like in amfphp 1.2) and

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-20 Thread Kun Janos
; Amfphp 1.9 looks for your VO objects in "services\vo" by default. You > can change this in the globals.php file. > > Michael Ramirez > > --- In flexcoders@yahoogroups.com, "Kun Janos" wrote: > > > > Hi all. > > > > I just upgraded a

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-21 Thread Kun Janos
o.vo.TaxVO")] > > PHP Classes > //Location of AS classes > $_explicitType = "com.virtualro.shell.vo.LoginVO"; > $_explicitType = "com.virtualro.taxes.vo.TaxVO"; > > --- In flexcoders@yahoogroups.com, "Kun Janos" wrote: > > > > Than

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-22 Thread Kun Janos
(boolean), 20 */ $remember_me; > public /* (boolean), 20 */ $logout; > > function loginLogin($login=null) > { > ... > > > > > > > --- In flexcoders@yahoogroups.com, Patrick Mineault > wrote: > > > > I remov

[flexcoders] amfPHP 1.9 beta 2, malformed amf object question

2007-02-23 Thread Kun Janos
Hi all I updatet amfphp 1.2 to amfPHP 1.9 beta 2. In the old services/dao 's I had some echo/print commands for debugging and amfphp worked just fine. When amfPHP 1.9 beta 2 finds an echo or print in the services it stops working. I mean, the amf object that is sent back is malformed. This malfo

[flexcoders] setCredentials, amfphp 1.9 question

2007-02-23 Thread Kun Janos
Hi all Patrick Mineault wrote in his blog at http://www.5etdemi.com/ that starting with amfphp 1.9 the method table is removed. How does the setCredentials work now? In amfphp 1.2 we had to put "roles" in the method table and write the _authorize function in the service. Does anybody know how can

[flexcoders] setCredentials not working with amfphp 1.9 beta 2

2007-02-23 Thread Kun Janos
Hi all. I'm trying to use setCredentials in Flex and beforeFilter without any luck. Can anyone post a small example on how can we do that? When I use setCredentials on the Flex service, Charles shows me that an error message was returned, because it enters to if(!$handled) { $uriclasspath = "amfph

[flexcoders] setCredentials not working with amfphp 1.9 beta 2

2007-02-26 Thread Kun Janos
Is this a dead issue? Does anybody know how to solve the problem? Janos --- In flexcoders@yahoogroups.com, "Kun Janos" <[EMAIL PROTECTED]> wrote: > > Hi all. > > I'm trying to use setCredentials in Flex and beforeFilter without any > luck. Can anyone post a

[flexcoders] Re: setCredentials and AMFPHP 1.9 beta 2

2007-02-27 Thread Kun Janos
Hi João, I'm looking for the same thing, but it looks like I arrived to a dead end. I googled the internet for a few days, but it seams nobody has the answer. It looks like setCredentials is not working with amfphp 1.9 beta 2, so use amfphp 1.2 because it is still working there. Somewhere I readed

[flexcoders] amfphp, flex sending custom class trouble

2007-03-07 Thread Kun Janos
Hi all I made a custom class: "ExtendedArrayCollection extends ArrayCollection{...i written a few functions here...}". If I make a ProductVO that has a member mediaList:ExtendedArrayCollection and name:String for example I am unable to send the ProductVO to amfphp. Flex doesn't give me any error, b

[flexcoders] c99 its a virus, do not open that mail

2007-11-28 Thread Kun Janos
Sorry :( Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/

[flexcoders] Re: FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly

2009-03-19 Thread Kun Janos
Hi, I had the same issue, I filed bug http://bugs.adobe.com/jira/browse/FP-1419 please vote. Thanks, Janos --- In flexcoders@yahoogroups.com, "Battershall, Jeff" wrote: > > Charlie, > > Yes, PITA, for sure. > > I think there are a couple of related issues with FileReference uploads > and

[flexcoders] simultaneous download in AIR of more then 2 files fails with IOError,any ideeas?

2009-04-16 Thread Kun Janos
Hi, I filled this bug http://bugs.adobe.com/jira/browse/SDK-20646 I tried downloading more then 2 files simultaneously and the download is working for the first two files and fails for the others. The issue seams to be, that while the first 2 files are downloading, the remaining files are waiti

[flexcoders] need votes for adobe bugs

2009-06-23 Thread Kun Janos
Hi all, I need votes for the following adobe bugs: http://bugs.adobe.com/jira/browse/FP-1419 http://bugs.adobe.com/jira/browse/FP-1946 Thanks, Janos