[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread guy.tomer
Not sure what you mean by standalone player. to the best of my knowledge flash uses the http connection of the browser so cookies behave the same as in the browser. HOWEVER, if you are trying to add headers manually to the outgoing SOAP requests - that's problematic, from our experience using

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread guy.tomer
In a standard browser flash application in a web page, if the server sets a cookie on any http requests, the cookie will be sent back just fine. However you're talking about a desktop app which you probably mean an AIR application so I am not sure, although I guess it should work. The test

[flexcoders] The logic of Stage.fullScreenSourceRect property

2009-09-06 Thread guy.tomer
I wonder if someone can explain me the logic of this property. I understand it marks the rect for scaling in full screen but why is it related to HW scaling? I mean isn't it one property doing two tasks? When you chose the whole stage rectangle, is it supposed to behave the same as if you did

[flexcoders] Re: Any suggestion for server (java) side run-time styling solution?

2009-08-03 Thread guy.tomer
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guy.tomer Sent: Saturday, 1 August 2009 6:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Any suggestion for server (java) side run-time styling solution? Hi, We

[flexcoders] Any suggestion for server (java) side run-time styling solution?

2009-07-31 Thread guy.tomer
Hi, We read the documentation about loading styles from out side but unfortunately they all discuss loading swf compiled files. While it is possible to let an editor edit the style on the server and then run the compiler on the server to generate a swf file, it looks like redundant

[flexcoders] Re: images inside text htmltext as in IM application

2009-07-24 Thread guy.tomer
://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guy.tomer Sent: Wednesday, July 22, 2009 10:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] images inside text htmltext as in IM application

[flexcoders] images inside text htmltext as in IM application

2009-07-22 Thread guy.tomer
Hi, We're trying to build something which behaves like an IM application in that icons/emoticons can be embedded inside text. Using the htmlText property we only manage to get the images aligned to the sides of the text but not as integral part of it. We did read Adobe documentation but

[flexcoders] shared object domain in sub application

2009-07-19 Thread guy.tomer
Hi, Is there a way to have the shared object in a sub-application use the domain of the loaded sub-application and not the one of the loading application? The scenario is application A is loaded from A.com app B is loaded from B.com Both A and B load sub application SWF C from C.com However, we

[flexcoders] Is there a good log application?

2009-06-27 Thread guy.tomer
Hi, I was wondering if anyone can point me to an easy to use logging application? Looks like Flex used to have one called MiniDebug but it's deprecated. My problem is that my testers have many difficulties configuring the flash debugger and the flashlog.txt (permissions on vista and other

[flexcoders] Re: Is there a good log application?

2009-06-27 Thread guy.tomer
From: guy.tomer guy.to...@... To: flexcoders@yahoogroups.com Sent: Saturday, June 27, 2009 9:24:35 PM Subject: [flexcoders] Is there a good log application? Hi, I was wondering if anyone can point me to an easy to use logging application? Looks like Flex used to have one called

[flexcoders] Localization problem compiling .properties resource into swf

2009-04-30 Thread guy.tomer
Hello, I have a .properties file put under src/locale/en_US I changed the compiler arguments to: -locale=en_US -allow-source-path-overlap=true -source-path=locale/en_US Now the strange thing - I have 2 applications in this project. One specifically for testing the localization, the other is

[flexcoders] Re: Resource bundles and Modules

2009-04-30 Thread guy.tomer
--- In flexcoders@yahoogroups.com, Todd tpreka...@... wrote: Hello All, I have some Modules (Cairngorm-based if that matters), that I want to have their own resource.property files that are compiled into the module. I can't seem to get it working. Should I be looking down the path of

[flexcoders] Re: Resource bundles and Modules

2009-04-30 Thread guy.tomer
. --- In flexcoders@yahoogroups.com, guy.tomer guy.tomer@ wrote: --- In flexcoders@yahoogroups.com, Todd tprekaski@ wrote: Hello All, I have some Modules (Cairngorm-based if that matters), that I want to have their own resource.property files that are compiled into the module

[flexcoders] Re: Localization problem compiling .properties resource into swf

2009-04-30 Thread guy.tomer
--- In flexcoders@yahoogroups.com, guy.tomer guy.to...@... wrote: Ignore this post, I put the [ResourceBundle] only in one mxml Hello, I have a .properties file put under src/locale/en_US I changed the compiler arguments to: -locale=en_US -allow-source-path-overlap=true -source-path

[flexcoders] .properties actionscript parser

2009-04-02 Thread guy.tomer
Hello, We're managing the configuration on the server (java) and those configurations are generated in runtime as .properties format (text or xml). The flex client loads the configuration in runtime. Does anyone know of a utility class in as3 to parse .properties format? Alternatively (less

[flexcoders] Re: .properties actionscript parser

2009-04-02 Thread guy.tomer
, a simple xml file ) -- Regards, Paresh M. More Senior Software Engineer Nashik/Pune, Maharashtra, India. Email - pareshm...@... On Thu, Apr 2, 2009 at 2:39 PM, guy.tomer guy.to...@... wrote: Hello, We're managing the configuration on the server (java) and those

[flexcoders] Problem calling a web service - error 2032

2009-02-13 Thread guy.tomer
Hello, I've been struggling half a day with this Error 2032 returning from one of the APIs in my webservice. This API already worked and somehow after regenerating the proxies it stopped! Finally I figured out the only difference between this API and the others that work is that this one gets

[flexcoders] Re: Problem calling a web service - error 2032

2009-02-13 Thread guy.tomer
host. --- In flexcoders@yahoogroups.com, guy.tomer guy.tomer@ wrote: Hello, I've been struggling half a day with this Error 2032 returning from one of the APIs in my webservice. This API already worked and somehow after regenerating the proxies it stopped! Finally I figured out

[flexcoders] Re: Adding custom request headers to soap

2009-02-03 Thread guy.tomer
://www.svendens.com/?p=20 I have not had a chance to try it yet but if you do, please let me know your results. HTH Steve --- In flexcoders@yahoogroups.com, guy.tomer guy.tomer@ wrote: --- In flexcoders@yahoogroups.com, guy.tomer guy.tomer@ wrote: Hello, Does anyone know

[flexcoders] Adding custom request headers to soap

2009-02-02 Thread guy.tomer
Hello, Does anyone know a way to add headers to a soap request when: 1. The headers are not defined in the wsdl 2. We obviously don't want to change the generated flex builder classes. Thanks! Guy

[flexcoders] Re: Adding custom request headers to soap

2009-02-02 Thread guy.tomer
--- In flexcoders@yahoogroups.com, guy.tomer guy.to...@... wrote: Hello, Does anyone know a way to add headers to a soap request when: 1. The headers are not defined in the wsdl 2. We obviously don't want to change the generated flex builder classes. Thanks! Guy Did some more