[flexcoders] Remove Button Round Area

2007-05-31 Thread peeyushtuli
Hi, I m trying to put a circular shaped icon for my button. But the round area which covers the button is at best elliptical. I want to do away with it altogether. Any clues on how to do it? Thanks, Peeyush

[flexcoders] Individual button skin Toggle Button Bar gone on application color style change

2007-10-08 Thread peeyushtuli
Hi, I am working on an application which has a toggle button bar with different skins assigned to individual buttons in the css file. Eg .newBreakBtn { upSkin:Embed('/img/action/.png'); } .newCmplntBtn{ upSkin:Embed('/img/.png'); } and so on. I assign the

[flexcoders] Symmetric Key Encryption in Flex Client C# WebServices

2007-11-29 Thread peeyushtuli
Hi, There is a requirement to implement encryption some data in a Flex based client and decrypt it in a C# based web service, and vice versa. Has anybody tried it with AES, Blowfish or Triple DES? Any pointers would be appreciated. Thanks, Peeyush MetaDesign Solutions

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2007-11-29 Thread peeyushtuli
Thank you all for the responses, but I have already tried this one. C# does not have an official implementation for AES, so I had to ignore that one. I tried Triple DES , but it was not consistent if you try both sides, flex and C#, I guess there is a difference in implementations. I would

[flexcoders] InvokeEvent not dispatched for webservice

2009-06-11 Thread peeyushtuli
Hi, Is it possible to add an eventlistener for the InvokeEvent when caling a web operation using the autogenerated code from the webservice wizard in flex builder 3. I am using flex sdk 3.2. I tried to add an eventlistener to the instance of the BaseService class but that does not help.

[flexcoders] Re: A popupbutton without arrow?

2010-01-19 Thread peeyushtuli
Are you looking for something similar to this? http://www.metadesignsolutions.com/samples/flex/popbutton/controls.html --- In flexcoders@yahoogroups.com, Leonardo Camargo camargoleona...@... wrote: Hi folks, I'm looking for ideas... I need to have a button(skinnned with an icon), that when

[flexcoders] Re: Flex, SOAP and Process Flow

2010-01-19 Thread peeyushtuli
Asynctokens do work. I havent seen a single case of the handlers not being invoked being linked to some bug in flex sdk. Can you please post some code snippets of how exactly you used the asynctoken and mention the flex sdk? --- In flexcoders@yahoogroups.com, trefalgar trefal...@... wrote:

[flexcoders] Re: skinning and validation

2010-01-19 Thread peeyushtuli
I googled around a lot for this but could not find a solution anywhere. So I decided to solve it on my own by subclassing textinput control and a new style called errorskin. I have posted the link if it helps somebody, with view source enabled.