[flexcoders] How to refer xsd file in flex ?

2008-11-17 Thread Nievtha NagaRaj
Hi ,    How to refer xsd file in flex before loading XML Data? Could u help me If anyone knows about this? Thanks in Advance   Nivetha

Re: [flexcoders] Re: self reference to component inside binding brackets?

2008-11-17 Thread Keith
Thanks, looks like too much trouble for what it's worth...but still glad for the insight. -- Keith H -- www.keith-hair.net Josh McDonald wrote: > > You would need to modify the compiler. MXMLC looks at what's inside > your {} brackets, takes a (usually correct) guess as to which property > cha

[flexcoders] 64bit Flash player released, Linux only for ow

2008-11-17 Thread Tom Chiverton
http://blogs.adobe.com/penguin.swf/2008/11/now_supporting_16_exabytes.html This is great news ! -- Tom Chiverton Helping to preemptively administrate mission-critical sexy open-source clusters This email is sent for and on behalf of Halli

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Tom Chiverton
On Friday 14 Nov 2008, r.fender wrote: > runs in an embedded device. Currently, it is browser based, running through > SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix > scripts to configure the devices. > The project managers now want to remove the app from the browser and

Re: [flexcoders] How to refer xsd file in flex ?

2008-11-17 Thread Johannes Nel
currently that validation has to be done on a server. On Mon, Nov 17, 2008 at 10:05 AM, Nievtha NagaRaj <[EMAIL PROTECTED]>wrote: > Hi , > >How to refer xsd file in flex before loading XML Data? > Could u help me If anyone knows about this? > > Thanks in Advance > Nivetha > > > -- j

Re: [flexcoders] How to refer xsd file in flex ?

2008-11-17 Thread Johannes Nel
oh, if you mean just a schema, load it as an xml file and parse that. i meant you will not be able to validate an xml file against a schema On Mon, Nov 17, 2008 at 12:18 PM, Johannes Nel <[EMAIL PROTECTED]>wrote: > currently that validation has to be done on a server. > > > On Mon, Nov 17, 2008 a

[flexcoders] Data service fill returns null objects

2008-11-17 Thread Ward Loockx
Hello, When I do a call to my livecycle data service (fill approach), it will populate my specified arraycollection with result from server side. Now the problem is that my arraycollection is populated with the objects but there are places in the array where there are no objects but just a nul

[flexcoders] need help in BlazeDS

2008-11-17 Thread moonrchand
Hi All, i am finding difficult to create and run a blazeds application. i am trying to use Flex Builder 3 and blazeds.war and pre-installed tomact 5.5. i wrote a simple chat example and when ever consumer tries to subcribe, i am getting following example Error : There was an unha

RE: [flexcoders] 64bit Flash player released, Linux only for ow

2008-11-17 Thread James Ward
Wahoo!!! Check out my video of it working on 64-bit Ubuntu: http://www.jamesward.com/wordpress/2008/11/17/flash-player-for-64-bit-linux-beta-now-available/ -James From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, November 17, 2008 3:41 AM To: f

[flexcoders] HTML IN FLEX

2008-11-17 Thread abhishekchess1
hello frnd, i have a simple query , i'm storing text in string var like var coreData:String = '' + 'Hi how are you' + ' Welcome here ' + 'abhishek here';

Re: [flexcoders] 64bit Flash player released, Linux only for ow

2008-11-17 Thread Weyert de Boer
What's the added value of having the problem in 64bits? Better to concentrate on a Flash Player performance improvement on the Mac to decrease the CPU usages in such manner the fans ain't sounding like a flying by airplane :)

Re: [flexcoders] 64bit Flash player released, Linux only for ow

2008-11-17 Thread Tom Chiverton
On Monday 17 Nov 2008, Weyert de Boer wrote: > What's the added value of having the problem in 64bits? Did you read the Lab's article FAQ ? > Better to > concentrate on a Flash Player performance improvement on the Mac Or better to drive adoption amongst Linux users by removing the need for a

Re: [flexcoders] Huzzah for MAX!

2008-11-17 Thread Tom Chiverton
On Friday 14 Nov 2008, Gregor Kiddie wrote: > Finished work, and off to the states! Remember to submit your personal details ~3 days in advance. And remove anything you care about from your laptop (this goes double if you have your companies IP on it). And set up a special separate bank account a

[flexcoders] How do I format a cell in the ADG with a SummaryRow?

2008-11-17 Thread Mark
I have a SummaryRow that has the placement set to group. How can I format that cell so the text is bold? The operation is "SUM". Thanks

[flexcoders] local file thumbnail preview :: possible?

2008-11-17 Thread artur_desig2dev
using fp 10, is it possible to generate a thumb preview of the user's selected local image files that they want to upload via FileReference.load() ? or some other method? thanks, artur

[flexcoders] Filtering keyboard input in TextArea

2008-11-17 Thread peat.moss12
I am having a devil of a time trying to filter keyboard input in a TextArea component. For most characters, I can handle the contained UITextField's textInput event and call event.preventDefault() if the character typed shouldn't go through, but I noticed that DELETE and BACKSPACE don't trigger

[flexcoders] Error: Could not find compiled resource bundle 'SharedResources' for locale 'en_

2008-11-17 Thread mcampster
Does anyone know what this message is referring to? I get it since moving my framework into an RSL. I also have references to FlexLib, Prana and Cairngorm.

[flexcoders] Multiple AdvancedDataGrid under A viewstack cause both to refresh

2008-11-17 Thread anupkumarrai
I have a ViewStack which consists of 2 AdvancedDataGrid. I have 2 buttons which allow selecting these ADGs. When I load the Flex Application, the first viewStack and its ADG gets loaded. When I click the second button, I get the second ADG under second view stack loaded. So far so good. I have a

[flexcoders] Downloading Multiple files

2008-11-17 Thread mstephey80
I have a need to download multiple jpg images from a remote server to the client machine when the application loads. I'm running this in AIR. I want to specify what directory these files should be downloaded to. The only download option I've found requires the file browse dialog box for each fil

[flexcoders] soap web services in a flex application

2008-11-17 Thread modipranav
Hello, i am trying to use a SOAP web service in my flex application, using the component. the problem im facing is that the site which has the WSDL document is temporarily down. i have a copy of the WSDL document on my computer, can i use that copy for making web service calls? if yes, what shou

[flexcoders] FlexUnit print message

2008-11-17 Thread Anselm Bradford
Anyone know if there is a way using the FlexUnit API to output a custom message from a TestCase. I can use fail( "a message" ); but then it says a particular test failed in my unit test results. I just want to add a message to the results, without saying it failed or there was an error. Thanks, -A

[flexcoders] Re: Advanced datagrid dataprovider changing error

2008-11-17 Thread valdhor
I don't have AdvancedDataGrid but I do see a problem in your code: I assume the two buttons are to change data providers but both buttons set the dataprovider to dpHierarchy.

[flexcoders] How do I add a Progress bar to show the render to JPG progress?

2008-11-17 Thread sailorsea21
Hi everyone, I have a button which renders my component to JPG. How can I attach a progress bar to show the progress of the rendering? public function renderasJPEG():void { convertToImage(component001, new JPEGEncoder(100)); } private function

[flexcoders] Re: Export high res png from flex

2008-11-17 Thread valdhor
Why not send the 400 x 400 pixel data to the server and have the server modify it with something like ImageMagick (http://www.imagemagick.org)? --- In flexcoders@yahoogroups.com, "Kyle" <[EMAIL PROTECTED]> wrote: > > Hey Everyone, > I'm trying to come up with a clever way to export a high res (30

Re: [flexcoders] How do I add a Progress bar to show the render to JPG progress?

2008-11-17 Thread Fotis Chatzinikos
You cannot do that as flex is single threaded and convertToImage will take all processing power... So even if you put a progress bar it will jump from 0 to 1... I have seen a tutorial where this functionality is broken in chunks with small modification to the encoding class but cannot remember whe

[flexcoders] Re: "Security Sandbox Violation" message

2008-11-17 Thread valdhor
This may or may not help... I get this error every time I create a new project (Don't ask me why; It just started one day). I found that I had to go into the Global Security Settings Manager (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html) and add the

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-17 Thread Romain de Wolff
It's a pretty hot topic on the web, the "battle" PureMVC vs Cairngorm. Imho, PureMVC is a bit more complicated to put in place, but is a great pleasure to use after set up. The best'd be to test them both if you have time :) Regards, Romain de Wolff Le 13 nov. 08 à 17:18, gabriel montagné

[flexcoders] Dynamic Tags (more of an SQL question, but concerns parsing data in Flex)

2008-11-17 Thread tchredeemed
Basically, when I query a database, if I get back a row that has contactType='contactInformation', I have to display all of the piece of contactInformation I have for a given user... Usually: Full Name Job Title Phone Phone Phone Address Email Website Here is the problem, I want to be able t

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-17 Thread Mark Campion
I've been using Cairgorm with Prana - an IoC framework. It designed to work with Cairngorm, as well as Pure MVC but I would definitely advise looking at it. With regards to Cairngorm it removes all the problems you have with tight coupling etc. From: Romain de Wolff Sent: Monday, November 17

[flexcoders] Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread Ward Loockx
Hello, When I'm trying to load images from a remote server I get the following error message.. *Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property* I've been googling and nothing that works for me. When I put the swf on the remote server it loa

[flexcoders] TextField

2008-11-17 Thread tchredeemed
How do you add a TextField to the screen? I tried using the same example from the dynamic help, but nothing is appearing... package assets { import flash.display.Sprite; import flash.text.TextField; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; public class RMText

[flexcoders] Re: Problems using MySpace API

2008-11-17 Thread valdhor
A quick search on http://developer.myspace.com reveals this post http://developer.myspace.com/Community/forums/p/3581/15459.aspx#15459 --- In flexcoders@yahoogroups.com, Vishal Jain <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > I am trying out the MySpace ActionScript API. I have looked at th

[flexcoders] Re: Export high res png from flex

2008-11-17 Thread Kyle
ImageMagick could definately size the image up, but by the time ImageMagick would get ahold of the image it would be in raster format, so scaling it up would pixelate it. My goal is to scale the graphics up in flex while they are still in vector format, then send the larger image to the server and

[flexcoders] Regular Expressions?

2008-11-17 Thread tchredeemed
If I have these two dynamic tags: How can I use a Regular Expression, or some other way, to first only get everything between , than to parse each field for the value?

[flexcoders] Dispatching and listening on strongly typed custom events from Flash to Flex?

2008-11-17 Thread djepyon
Ok, here's the scenario. I have a .swf with various buttons and knobs. I've made a swf document class that is a singleton that acts as a central event listener for interaction with the number of ui objects on screen. I have a custom event class called TrainingEvent that carries along some informa

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
> Why not have your app push the commands up to a web server, and the device > polls that server for commands ? Well, we are polling now for command results and they want real-time returns. They want me to hook into a socket run a command/unix script and wait for the return. Some scripts run

[flexcoders] Re: Flex form components

2008-11-17 Thread valdhor
Use selectedItems... http://www.adobe.com/2006/mxml";> Item 1 Item 2 Item 3 Item 4 Item 5 Item 6 Item 7 Item

[flexcoders] Re: Persisting Datagrid sort order through dataprovider changes

2008-11-17 Thread ericbichara
When should i call refresh, i have an ArrayCollection which the datagrid binds to. I tryed updating the arraycollection and then running refresh but that doesnt help. I should mention that i also filter the arraycollection. --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wro

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Tom Chiverton
On Monday 17 Nov 2008, r.fender wrote: > Well, we are polling now for command results and they want real-time > returns. COMET or simaler AJAX techniques any help ? > Currently, it is browser based, running through SSL, using AMFPHP to > execute shell_exec() commands to run low-level Unix script

[flexcoders] Re: Export high res png from flex

2008-11-17 Thread valdhor
Maybe http://www.insideria.com/2008/03/image-manipulation-in-flex.html could help. --- In flexcoders@yahoogroups.com, "Kyle" <[EMAIL PROTECTED]> wrote: > > ImageMagick could definately size the image up, but by the time > ImageMagick would get ahold of the image it would be in raster format, > s

[flexcoders] Re: updating data in Actionscript

2008-11-17 Thread netdeep
Well I've been going back through my code and I found a logical error in which I was not getting the correct reference to the old arraycollection and so I'd just like to close this topic by saying 'mea culpa'. The data binding does work! I just had to assign the old pointList arraycollecti

[flexcoders] designing Flex form

2008-11-17 Thread markgoldin_2000
When I add a first item to a form there is always a white space between a top of an item and the top horizontal edge of the form. Is there a way of getting rid of it? Thanks

[flexcoders] Re: Regular Expressions?

2008-11-17 Thread tchredeemed
Ok, I have figured out a way to get the tags... now I have one problem... I get the name properties, like this: var ptrn:RegExp = //; Now, is it possible to use a variable in there for name? Something like this: var field:String = 'name'; var ptrn:RegExp = //; Y/N?

[flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread valdhor
Try adding your bin-debug directory to your Global Security Settings Manager (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html) --- In flexcoders@yahoogroups.com, Ward Loockx <[EMAIL PROTECTED]> wrote: > > Hello, > > When I'm trying to load images from

[flexcoders] Re: TextField

2008-11-17 Thread valdhor
You need to follow the instructions at http://livedocs.adobe.com/flex/3/langref/ExampleInstruct.html to run ActionScript examples. Either follow steps 1 - 5 (Which I did with your example and it works) or use the instructions in the "Note:" (Which I didn't try). --- In flexcoders@yahoogroups.com

[flexcoders] Re: self reference to component inside binding brackets?

2008-11-17 Thread Amy
--- In flexcoders@yahoogroups.com, Keith <[EMAIL PROTECTED]> wrote: > > Hello Amy, > > How could I "monkey patch" in Flex that I could use "self" in the brackets? I was thinking along the lines of public function me():UIComponent { return this; } But of course as Josh pointed out, you can't g

Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread Ward Loockx
valdhor schreef: > > Try adding your bin-debug directory to your Global Security Settings > Manager > (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html > > ) > >

[flexcoders] Re: Is there a licence for the Flex framwork?

2008-11-17 Thread whatabrain
If you link your app dynamically, there's no way _not_ to distribute the framework. And that's the best way to distribute an app when you have multiple Flex apps on one site. By "distribute," I mean "store on the web server along with the app." But anyway, there's no obvious place where it even

Re: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Maciek Sakrejda
As much as I love regular expressions, this seems like a job for e4x instead: var foo:XML = var color:String = [EMAIL PROTECTED]; var size:String = [EMAIL PROTECTED]; If you don't know your attributes in advance, you can even do something like for each (var attribute:XML in [EMAIL PROTECTED])

RE: [flexcoders] Re: Calling functions with optional parameters

2008-11-17 Thread Tracy Spratt
Actually I find formatting code on this list generally to be a pain. That particular formatting is some magic that happens when I copy code from the Flex Bulder 3 code editor in to Outlook, where I use MSWord as the editor. It did not happen with FB2. And the html format introduces extra CRs.

[flexcoders] Re: Regular Expressions?

2008-11-17 Thread tchredeemed
one problem: It comes back like this: So, how would I separate them by the node that I am currently working with?

[flexcoders] Re: Regular Expressions?

2008-11-17 Thread tchredeemed
I do have this working, however... but I am facing 1 problem: var ptrn:RegExp = new RegExp("<"+tag+"(.*?)\/>"); tag can be 'name', 'address', 'phone', etc... What I am having the problem with, is it is returning everything before and after the match too.. so for the previous example (), it work

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
> Could you use the webkit browser in AIR to do the SSL connection? > I don't think it needs to be visible to work. > Just an idea, and It's probable I've not understood the reasons the project > managers want to use AIR. That's definitely and idea I hadn't thought about. hurlant's as3crypt lib

RE: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Tracy Spratt
I'm with Maciek on this one. Why struggle with text parsing when xml is a done deal? What do you mean by "by the node that I am currently working with"? You can access any node any attribute in several ways, depending on what you are trying to do. Tracy __

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
> Could you use ssh tunneling (outside of your air app). It would mean that > you would need to install an ssh client and set it up first... > It dependes if your project is for private consumption or public... Not sure if the upper-ups would be willing to want to require the admins to install a

[flexcoders] Re: HTML IN FLEX

2008-11-17 Thread Amy
--- In flexcoders@yahoogroups.com, "abhishekchess1" <[EMAIL PROTECTED]> wrote: > > hello frnd, > > i have a simple query , > i'm storing text in string var like > var coreData:String = '' + > 'Hi how are you' + >

Re: [flexcoders] "Security Sandbox Violation" message

2008-11-17 Thread anuj sharma
When I got this error in my app I set Security.allowDomain(*); I am not sure that's the right way of doing stuff but that did take care of my run time error and make my app up and running. Thxs Anuj On Sun, Nov 16, 2008 at 9:57 PM, brucewhealton <[EMAIL PROTECTED]>wrote: > Hello all, > Anyone h

[flexcoders] Re: Regular Expressions?

2008-11-17 Thread tchredeemed
Well basically, I will get a string with multiple pieces ETC.. Basically, I need to say var string:XML = currentpiece (, , etc).. So how can I (like how I pass tag in for the regexp) separate the tag or whatever, depending on which node (address, name, phone, etc) I am working with?

RE: [flexcoders] "Security Sandbox Violation" message

2008-11-17 Thread Alex Harui
A Security Violation can often be cured by allowDomain, but keep in mind, that's like making easier to get into your car by never locking it. Knowing the rest of the text with the warning will help us help you. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj sharma

RE: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread Alex Harui
Some code somewhere is trying to set a SecurityDomain parameter in a LoaderContext. There are parameters like trustContent on SWFLoader that can trigger that code. Unfortunately you can only run such code when deployed to HTTP:// and not from FILE:://. You might need to put in some conditiona

RE: [flexcoders] Dispatching and listening on strongly typed custom events from Flash to Flex?

2008-11-17 Thread Alex Harui
See the modules presentation on my blog or the Flex 360 Marshall Plan presentation for explanation of ApplicationDomains. Somehow the classes in the loaded SWF are not shared with the main app. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djepyon Sent: Monday, Novemb

[flexcoders] Re: How do they do that (Flex & video) ?

2008-11-17 Thread comfederation
Folks, One of the reasons why I mention Flex is that there is a need for a simple end user tool with which they assemble such slideshows/presentations. Instead of smart a** answers, Tom could have been more constructive by pointing me towards creation of FLV files which are uploadable onto You

RE: [flexcoders] Filtering keyboard input in TextArea

2008-11-17 Thread Alex Harui
Unfortunately, no. I think this is still a bug open against the player. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of peat.moss12 Sent: Monday, November 17, 2008 5:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Filtering keyboard input in TextArea I am hav

RE: [flexcoders] How to click off a panel

2008-11-17 Thread Alex Harui
I don’t think I understand what is scrolling. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sony antony Sent: Sunday, November 16, 2008 10:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to click off a panel Hi.. I want to make a panel invisible when on

[flexcoders] Using NetStream for flv playback, getting sound but no video on Firefox

2008-11-17 Thread ivo
Hello all, This issue is driving me crazy. I have implemented the example for flv playback in the docs at http://livedocs.adobe.com/flex/3/langref/flash/net/NetStream.html#includeExamplesSummary The example works well under IE but on Firefox I get sound with no video. If I refresh the page then

Re: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Maciek Sakrejda
As a String? You *should* be able to use the top-level XMLList() function to turn it into an XMLList (note, untested; should be close): var foo:String = ; var fooList:XMLList = new XMLList(foo); Then just iterate over it. I would investigate the XML/XMLList API docs, because your data will be muc

RE: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Ryan Graham
I agree - XML is the way to go on this one... Perhaps something along these lines is what you are looking for. Process each node you are expecting in a switch - I externalized the parsing of the attributes because they appeared to be the same across elements, but you could just inline that for eac

[flexcoders] Module loaded but not displayed every time...

2008-11-17 Thread Claudiu Ursica
Hi, I load a module using a custom module loader. Event though the READY event fires every time, and the visible property traces out to true, I am not able to see the module each time I load it. This happens only when I start the application. If I can see it the first time I can then unload and loa

[flexcoders] TextFormat being reset?

2008-11-17 Thread tchredeemed
I have created my own CanvasStack (to replace the viewstack) because viewstacks and models do not mix. http://www.adobe.com/2006/mxml"; creationComplete="initApp()" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" > [Event(name="changeSelectedIndex",type="flash.even

Re: [flexcoders] Using NetStream for flv playback, getting sound but no video on Firefox

2008-11-17 Thread ivo
Hello all, I have a workaround for the issue I described below but I have not found an actual solution. If the additional details rings a bell please let me know since I still dont undestand why I need a workaround. Since the video never plays on first view (but always does when cached) I wait

[flexcoders] Re: local file thumbnail preview :: possible?

2008-11-17 Thread artur_desig2dev
nevermind.. found it: http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/ * thanks Juan!

[flexcoders] basic carousel - force redraw after setChildIndex?

2008-11-17 Thread Mic
needing a basic rotation of 5 figures, I place the 5 images on the canvas and then start calculating the x,y, scaleX etc. Then I run through the array referencing the images and reset the childIndex: private function moveThem():void { calculateAngles(); // calculate x,y, sc

[flexcoders] Using Google Geocoder in Flex

2008-11-17 Thread superbokbok
I'm wondering what the situation is regarding the google geocoder. I'm working on a project that uses geocoding and I'm using the google & yahoo geocoder. It seems that in order to use the google geocoder, I need to create a map and add it to a component so that I have access to the geocoder to ha

[flexcoders] Re: Cairngorm for AS3 projects?

2008-11-17 Thread dev.apostiglioni
You can have a look at Aconcagua (http://code.google.com/p/aconcagua-flex/) as an alternative for PureMVC and Cairngorm. Among other features, it supports IoC and has an MVC module. --- In flexcoders@yahoogroups.com, "Mark Campion" <[EMAIL PROTECTED]> wrote: > > I've been using Cairgorm with Pran

Re: [flexcoders] Using Google Geocoder in Flex

2008-11-17 Thread Paul Hastings
superbokbok wrote: > need to create a map and add it to a component so that I have access to > the geocoder to handle an address input request. you might get better results from the google maps list: http://groups.google.com/group/google-maps-api-for-flash?hl=en&pli=1

[flexcoders] Re: Saving State of the Flash movie

2008-11-17 Thread zoran_101
I don't thing that I can use a SharedObject because I would like to use the state of the .swf to have a form like replay. What I have done in the past I have registered listeners for UI events and then used that information to achieve the replay and change of state of the .swf since I had the U

[flexcoders] Custom ItemRenderer and DataGrid/DataTips - Renderer's Responsibility?

2008-11-17 Thread mmatczynski
I have a DataGrid with a custom ItemRenderer written as an ActionScript class (that extends HBox). I want the DataGrid to display datatips for this column, but no datatips appear! I've found a few "bugs" filed about this, but apparently this works as designed: https://bugs.adobe.com/jira/browse/S

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
> > Currently, it is browser based, running through SSL, using AMFPHP to > > execute shell_exec() commands to run low-level Unix scripts to configure > > the > > devices. > > Are you saying the existing browser-based version executes commands locally > (i.e. the browser and web server (with

[flexcoders] SWFLoader - displaying parent application

2008-11-17 Thread Le1
Hi, I'm trying to load a SWF application that I created using Flex 3 (with FlashDevelop) into a parent application. I tested using a SWF I downloaded from the internet and it loads correctly. When I try to load the swf that I created, it loads (I get all the events, similar to the one working) bu

Re: [flexcoders] Saving State of the Flash movie

2008-11-17 Thread Zoran Avramov
Shared object would not work because I would like to restore the state or show state by state (replay like) of the .swf at a different time and with a different instance of the .swf. --- On Fri, 11/14/08, Guy Morton <[EMAIL PROTECTED]> wrote: From: Guy Morton <[EMAIL PROTECTED]> Subject: Re: [f

[flexcoders] Creating a Chart With 50,000 Data Points

2008-11-17 Thread Mark Easton
Hi, It appears that Flex Charts cannot handle generating charts with large DataSets. We tried with 50,000 data points and it thrashed away without producing a result after 6 minutes. It was able to plot 2,000 points in about 25 seconds. What is the recommended approach for creating charts from

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Nate Beck
Even though this is absolutely a preview / research project at the moment. Adobe Alchemy (http://labs.adobe.com/technologies/alchemy/): "Welcome the preview release of codename "Alchemy." Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open s

RE: [flexcoders] How to click off a panel

2008-11-17 Thread sony antony
--- On Tue, 18/11/08, Alex Harui <[EMAIL PROTECTED]> wrote: > From: Alex Harui <[EMAIL PROTECTED]> > Subject: RE: [flexcoders] How to click off a panel > To: "flexcoders@yahoogroups.com" > Date: Tuesday, 18 November, 2008, 12:09 AM > I don’t think I understand what is scrolling. > > From: fle

RE: [flexcoders] How to click off a panel

2008-11-17 Thread sony antony
Hi Alex, Thanks for reply and I hope this time I could explain it well.. :) the dialogue window pops up at a particular position in the page, and when I scroll down the page(when I come to the bottom of the page) the popup also comes along. But what I want is the popup should go up with the ma

Re: [flexcoders] TextField

2008-11-17 Thread Fu Di
you should check problems tab in flex builder . i run the following code, it is OK. From: tchredeemed <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, November 17, 2008 11:30:05 PM Subject: [flexcoders] TextField How do you add a TextField to

Re: [flexcoders] How to click off a panel

2008-11-17 Thread Josh McDonald
I would do something like this: 1. Add a "click" handler to "popup" on capture rather than "bubble" and give it a high priority. When it catches a click, cancel the event. 2. Create a "screen" component, add it to SystemManager, and paint a rectangle in its graphics with the same dimensions as the

Re: [flexcoders] Re: Advanced datagrid dataprovider changing error

2008-11-17 Thread Vivian Richard
Thanks for pointing that out. Yes one sould be dpHierarchy and the other should be dpHierarchy1. But still my code does not work. The following solves the issue: http://www.adobe.com/2006/mxml";>

Re: [flexcoders] datagrid select

2008-11-17 Thread Fu Di
hi, Kay, when the edit button in the first colomn of datagrid, you could get the row number. althoungth you get the row number,you can't control the row. i suggest you to change a way to achieve. From: Darrin Kay <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Johannes Nel
Alchemy is sweeet! this weekend -> dedicated to XSLT and some new compiler :) On Tue, Nov 18, 2008 at 5:51 AM, Nate Beck <[EMAIL PROTECTED]> wrote: > Even though this is absolutely a preview / research project at the > moment. > > Adobe Alchemy (http://labs.adobe.com/technologies/alchemy/): > "