RE: [flexcoders] Re: Using an itemRenderer in a grid and rendering glitches

2009-02-17 Thread Tracy Spratt
Right. Or my response would be, is your itemRenderer coded correctly? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Amy Sent: Tuesday, February 17, 2009

Re: [flexcoders]Class path alias

2009-02-17 Thread Sam Lai
I assume your extended Button is in a package of some kind, so just do this - my:Button xmlns:my=my.package.components text=hello world / The xmlns:my attribute lets Flex know which button you are referring to, and using the my: prefix tells Flex which package to look in. You can add the xmlns

Re: [flexcoders] ImageSnapshot sandbox problem

2009-02-17 Thread Guy Morton
Hi Alex Mm. ok... but if I were a bad guy wouldn't *I* just use a proxy server? :-) It seems a bit of a stretch, frankly, that allowing flash to read the bitmap data constitutes a risk beyond that that simply rendering it poses, but I guess arguing that point won't fix my problem anytime

RE: [flexcoders] [flexcomponents]Writing comments for properties on parent classes

2009-02-17 Thread Stephen Gilson
Hi, Do you mean you don't know how to format the comment, or you want to copy the comment from the parent class to your class? The doc on ASDoc explains both of these. You can see it here: http://livedocs.adobe.com/flex/3/html/asdoc_1.html Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] How do I use CellRenderer in my AdvancedDataGrid? please help

2009-02-17 Thread Stephen Gilson
You can see a bunch of examples here: http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: Tuesday, February 17, 2009 1:41 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: default skin in flex 3 component

2009-02-17 Thread gwangdesign
Thank Stephen. --- In flexcoders@yahoogroups.com, Stephen Gilson smgil...@... wrote: The doc on skinning is located here: http://livedocs.adobe.com/flex/3/html/skinning_1.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

RE: [flexcoders] ImageSnapshot sandbox problem

2009-02-17 Thread Tracy Spratt
Hey, Guy. You can read up on the rationale for all this security crap if you really want to know. Adobe has whitepapers out the wazoo. I say apply the death penalty to the jerks who make it necessary. Proxy servers are not specific Flex/Flash technologies, but rather depend on the server

[flexcoders] Proxy scripts for crossdomain issues

2009-02-17 Thread Tracy Spratt
Here is a php proxy by our own Abdul Qabiz. I'll post any others I find as well. http://www.abdulqabiz.com/blog/archives/general/php_proxy_script_for.php Tracy Spratt Lariat Services Flex development bandwidth available

Re: [flexcoders] ImageSnapshot sandbox problem

2009-02-17 Thread Guy Morton
Hi Tracy Yes, a server-side proxy is simple enough to make, I just wondered if there was something Flex-specific that I should know about. The fact that using a proxy circumvents the sandbox for this issue kinda defeats the whole security mechanism if you ask me. Why should Flash

RE: [flexcoders] ImageSnapshot sandbox problem

2009-02-17 Thread Alex Harui
Without permission of the source server, Flash will not let you get at the bits. You will need to pay for the server load to have a service that goes out to the other server for the bitmaps. One of these days, I'll actually remember the scenario in enough detail to explain why it is ok for

[flexcoders] Re: Was Problem with Accordion Component - problem with placement

2009-02-17 Thread brucewhealton
I thought I had this fixed but I am seeing that none of my style changes are pushing the content in the footer div to show up below the mainContent that holds the flex form. So, it's a little off-topic. I set the #content height to be large enough to contain the flex application and in

[flexcoders] Re: Components needed

2009-02-17 Thread brucewhealton
Hi, I thought the flexbook was open-source but I cannot find that information on the page now. I just seem to remember it being open source. Does anyone know? Bruce --- In flexcoders@yahoogroups.com, Haykel BEN JEMIA hayke...@... wrote: Some links:

[flexcoders] Unicode Normalization in flex

2009-02-17 Thread Sreejith P
Hi there, I am facing difficulty in MAC OS X because of the decomposed Unicode strings (FCD) outputted by FileDialog class in the applet .So in MAC OS X German character 'Ä' will be represented with two characters A + the umlaut where as in Windows it is storing as only one character ie 'Ä'.

[flexcoders] Re: Using Python with Flex

2009-02-17 Thread tom93438
The pyamf.org (that has already been linked to) is great. An alternative (if you dont need the unserialized data server side) is to use byteArray. I pasted below a very scrappy example of how to get this working using Google App Engine (in python). Incidentally, the same GAE had a pyamf example

[flexcoders] Help! Getting blank Flex Build Path, Flex Modules windows

2009-02-17 Thread sleblang
I am running Vista Home 64Bit and having the above referenced problem. Rather than reinvent the wheel, here's a link that depicts the exact problem along with images - http://www.actionscript.org/forums/showthread.php3?t=172441. I can open the same project on my work machine and everything is

[flexcoders] is it possible to track visitors / the page an swf is embedded on

2009-02-17 Thread uclamerrick
Lets say I run a video site like youtube, how can I capture the url of the page where my swf object is embedded. For example someone takes the embed code from http://youtube.com/videoid123 and places it onto the page at http://myblog.wordpress.com/this_video_rocks I know how to use HTTPService

[flexcoders] parsing SOAP response

2009-02-17 Thread m_ollman
been looking around for a few hours - Flex Cookbook has some info about mapping types. But struggling to find info. SOAP response is: SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; xmlns:typ=http://ruleburst.com/ruleserver/9.1/rulebase/types; SOAP-ENV:Header/

[flexcoders] parsing SOAP response

2009-02-17 Thread m_ollman
been looking around for a few hours - Flex Cookbook has some info about mapping types. But struggling to find info about how to break into the XML and grab the data. SOAP response is: SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;

[flexcoders] parse SOAP response for values

2009-02-17 Thread m_ollman
I have been looking around for a few hours - Flex Cookbook has some info about mapping types. But no real method of getting into the structure. I need to grab the value of an attribute - abc570, which will be EOPO + 4 other attributes. SOAP-ENV:Envelope

[flexcoders] Dynamically changing Vslider or Hslider?

2009-02-17 Thread flexaustin
I seem to be having issues altering the vslider via code. I am using the change event thrown by the Vslider to dispatch my own event like so this.dispatchEvent( event ); So anytime someone changes the Vslider value it throws an event and my components scales in size. But my component has the

[flexcoders] Re: problem with services-config.xml in multiple work environments..

2009-02-17 Thread tchredeemed
Yeah, I can do that, no big deal, it doesn't really fix the issue because I have to use SecureAMFendpoint when its live and AMFEndpoint when it is not. I dont have an SSL Cert on localhost, but we have SSL on www. I like the way you think though! --- In flexcoders@yahoogroups.com, Anthony

[flexcoders] Re: How do I use CellRenderer in my AdvancedDataGrid? please help

2009-02-17 Thread yossi.baram
Thanks man, I created an item renderer for that column and it works like a charm :))) --- In flexcoders@yahoogroups.com, Stephen Gilson smgil...@... wrote: You can see a bunch of examples here: http://livedocs.adobe.com/flex/3/html/help.html? content=advdatagrid_10.html Stephen From:

[flexcoders] How do I get rid of the padding between images layed in HBox?

2009-02-17 Thread yossi.baram
Hi, I created an ItemRenderer (an ActionScript) that extends HBox, This renderer creates a list of images I provide, side by side. The problem is that there is a gap between each image. How do I eliminate it? I want the images stick to each other with no gap, Please advice Thanks Jo

Re: [flexcoders] How do I get rid of the padding between images layed in HBox?

2009-02-17 Thread Brendan Meutzner
horizontalGap... On Wed, Feb 18, 2009 at 12:35 AM, yossi.baram yossi.ba...@yahoo.com wrote: Hi, I created an ItemRenderer (an ActionScript) that extends HBox, This renderer creates a list of images I provide, side by side. The problem is that there is a gap between each image. How do I

[flexcoders] What is equivalent of Cairngorm Command Sequence in Cairngorm UM?

2009-02-17 Thread Mic
Login button dispatchs login event, Command - Delegate - Server - Command result has user_id - null user_id = callback to view, non-null user_id loads more data. In this standard Cairngorm app I am using Command extends SequenceCommand to executeNextCommand(); and dispatch loadDataEvent. Because

Re: [flexcoders] Re: filter arraycollection with checkbox acting wired

2009-02-17 Thread Haykel BEN JEMIA
You have to review the logic of your filter function. As Tracy said, you should try to debug, this will save you a lot of time. Put a break point in the filter function and test your conditions. Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Tue, Feb 17, 2009 at

Re: [flexcoders] Re: Components needed

2009-02-17 Thread Haykel BEN JEMIA
There is a link to download the source to the right, just above Categories. Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Wed, Feb 18, 2009 at 3:51 AM, brucewhealton br...@futurewavedesigns.comwrote: Hi, I thought the flexbook was open-source but I cannot find

[flexcoders] Re: How do I get rid of the padding between images layed in HBox?

2009-02-17 Thread yossi.baram
Thanks man --- In flexcoders@yahoogroups.com, Brendan Meutzner bmeutz...@... wrote: horizontalGap... On Wed, Feb 18, 2009 at 12:35 AM, yossi.baram yossi.ba...@... wrote: Hi, I created an ItemRenderer (an ActionScript) that extends HBox, This renderer creates a list of images I

RE: [flexcoders] parse SOAP response for values

2009-02-17 Thread Tracy Spratt
One big hassle with SOAP is the namespaces. Once you get that straight, you can use normal e4x expressions on it. Where are you having difficulty? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com

RE: [flexcoders] is it possible to track visitors / the page an swf is embedded on

2009-02-17 Thread Tracy Spratt
Look into the BrowserManager, perhaps it will help. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of uclamerrick Sent: Wednesday, February 18, 2009 12:24 AM

<    1   2