[flexcoders] customising Adobe AutoComplete component (intercept tab keypress)

2007-03-03 Thread Adam Royle
Hey all, I am wondering if anyone has had a shot at modding Adobe's AutoComplete component? I changed a few things however there is one more mod I want that I can't figure out. Currently if you type something and press tab, it puts the current selected item into the input field. I would

Re: [flexcoders] How to align chart items in two charts?

2007-03-03 Thread Mikhail Shevchuk
Wow. Its amazing how simple the solution is. Thanks, Ely. 2007/3/2, Ely Greenfield [EMAIL PROTECTED]: by default charts compute their gutterLeft and gutterRight dynamically, but if you need to get two charts to align, you can set them to explicit values. You lose a little bit of flexibility

[flexcoders] 3gp sound video inside FLEX ?

2007-03-03 Thread Stephane Guyot
Hi list, is there a simple way to view 3gp sound and video with FLEX ? As a workaround I use embed object inside IFrame, I switch back to the HTML world, to rely on the QuickTime plug-in ;-) Everything works well with Firefox, but I have trouble on Safari. When playing sound or video,

[flexcoders] Determining the idle state of a flex application

2007-03-03 Thread Rick Root
Does anyone have any suggestions for monitoring idleness of a Flex application? The way my app works, pretty much any request to the server will renew a cookie for another 30 minutes.. so I could just have flex make a generic request every 10 minutes or so to avoid idling out, but I don't want

Re: [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-03 Thread Steve Gustafson
First you need to change your mx:RemoteObject to mx:RemoteObject id=jobSvc destination=ColdFusion source=path.to.cfc showBusyCursor=true mx:method name=GetJob result=getJobResult(event)/ /mx:RemoteObject Then add a result handler: private function getJobResult(event:Object):void {

[flexcoders] webtops ?

2007-03-03 Thread Luis Eduardo
is there anything like this in flex word? http://g.ho.st/ this one is pre-release (will be publicly launched in april, accord to the autors) and is made in OpenLaszlo. i found it pretty impressive. *in time* can someone figure out how they could make the fullscreen effect AND

[flexcoders] Can I use Flash Library items in Flex, if so, how?

2007-03-03 Thread Mark
I'm trying to load a flash 9 SWF into Flex with some luck. I can get it in there with SWFLoader but now how can I use something from the Flash Library… or can I? I get this error when I run the code below ReferenceError: Error #1065: Variable Radar is not defined. But when I Dismiss All

Re: [flexcoders] DB access in Apollo

2007-03-03 Thread Rich Tretola
This is what I am hoping for. Rich On 3/2/07, Gordon Smith [EMAIL PROTECTED] wrote: The Apollo team is considering integrating a SQL database into the Apollo runtime. - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of

[flexcoders] Flex resources list

2007-03-03 Thread Tracy Spratt
Please edit at will. Tracy Spratt Flex 2.x Resources Flex sites/blogs: Adobe: http://www.adobe.com/devnet/flex/ DEVNET - start here! http://www.adobe.com/products/flex/productinfo/faq/ http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepagepr oductId=2 http://blogs.adobe.com/

Re: [flexcoders] Two Questions on which I am stumped

2007-03-03 Thread Jeremy Tooley
After much searching I have answered question 2 myself. I didnt realize I could create a custom event and dispatch it from my itemRenderer button within the datagrid. Anyone have any ideas on question 1. Thanks Jeremy We Made That design wrote: Hi all, I have two questions I am trying

RE: [flexcoders] cannot loading data from database

2007-03-03 Thread Tracy Spratt
Do you have a fault handler? Is it being called? Are you getting an error? What is it? When you say ...in the root server..., where exactly is that? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ravi chandran Sent:

[flexcoders] problem in calling a webservice GBLNewsService.getNewsDetail

2007-03-03 Thread Arun Sadasivan
Hi , : i had registered a webservice created in php as the following: GBLNewsService.getNewsDetail (classname.method name) Since the method made as webservice is a function of the class GBLNewsService. Now the problem is how can i call this webserice in flex using the Webservice

Re: [flexcoders] cannot loading data from database

2007-03-03 Thread Sutuy or Duky
i'm a newbie in flex, i build my app and use HTTPService like yours, and i had an error when i run my app from client computer. it seems we have same problem. i have no idea to solve this error. but i think AMFPHP can solve it. you can download the sample from mike blogs.

[flexcoders] Problem with swc files

2007-03-03 Thread Guillermo Villasana
Hello I have been trying to add a swc file, but I have not been able to make the internal components of the swc file be recognized. In my project I have the following structure my_Project -swc_folder --flexunit.swc -mainapp.mxml I added the swc_folder into my library path and in my

[flexcoders] FileReference.upload, URLVariables,uploadDataFieldName not working as expected.

2007-03-03 Thread w4kpm
I know I'm probably just doing something wrong - I'm a Noob w/ flex. I'm using FileReference.upload to upload a file to a server and it's uploading the file OK, but some of the 'options' are not working for me. For example I'm trying to use the uploadDataFieldName parameter to change the

[flexcoders] Issues with Flex Ant Tasks

2007-03-03 Thread daveeeeo
All, Relative newbie here and very much enjoying my immersion into Flex. I'm trying to put together an Ant script to do my builds/deployments and am running into a couple of issues.. documentation is lean, so I'm hoping someone has run into these before. Of importance: the app is using FDS

[flexcoders] How to load TTF fonts at runtime

2007-03-03 Thread core_rico
Is it possible to load TTF fonts at runtime? I do not want to embed all the fonts on the swf because it will produce quite a large file. I am developing an online designer of some sort and I would like the user to be able to use custom fonts but embedding all of them on the swf would be costly, we

Re: [flexcoders] Setting up command line

2007-03-03 Thread Mike and Stephie
Hi Dimitrios! Thanks for the response ! Calling from the dos prompt to compile a single standalone .mxml file Our hope is to be able to do this from the shell in any directory. At the moment it works only from the ..\bin directory which contains mxmlc.exe Appreciate any comments Prema

[flexcoders] Customizing header's datagrid to merge cols

2007-03-03 Thread wazzameleon
Hie, I'm trying to custom the header of a datagrid to merge header's column to have something like that : - | | column 2 and 3 merged | | | column 1 |---| column 4 | | | column 2 |

[flexcoders] Unknown configuaration variable 'complier.keep-as3-metadata'

2007-03-03 Thread neil_durbin
I keep getting the error Unknown configuaration variable 'complier.keep-as3-metadata' in the flex-config.xml file whenever I run a project using FDS compile application on the server when the page is viewed. Does anyone know how to fix this? Cheers!

RE: [flexcoders] Setting up command line

2007-03-03 Thread Dimitrios Gianninas
Ok I know what your problem is, in the \bin folder there is a jvm.config file, in that file there is a variable that points to your JDK/JRE... obviously it is pointing to the wrong location, so correct it, save and try again. Dimitrios Gianninas Developer Optimal Payments Inc.

[flexcoders] AMFPHP pass objects???

2007-03-03 Thread Kevin
I am trying to pass an object type from Flex (Cairngorm) to PHP5 through AMFPHP 1.9 and I can't seem to get it to work. It seems that PHP only recognizes the object as an array and ignores any private variables in the object. Can anyone think of a reason that this would be happening?

[flexcoders] optimal way to declare styles

2007-03-03 Thread Johannes Nel
hi i am creating a video controller bar. so this controller bar consits of several buttons and 2 sliders. so for each of these buttons i want someone to be able to specify all the different skins. so my style declaration looks something like this /** * Default controller

[flexcoders] Re: Determining the idle state of a flex application

2007-03-03 Thread julien castelain
Hi Rick, Maybe i'm wrong but i'd probably use a Timer to handle this time of behavior. --- In flexcoders@yahoogroups.com, Rick Root [EMAIL PROTECTED] wrote: Does anyone have any suggestions for monitoring idleness of a Flex application? The way my app works, pretty much any request to

RE: [flexcoders] problem in calling a webservice GBLNewsService.getNewsDetail

2007-03-03 Thread Karl Johnson
Declare your web service in an mxml webservice tag and add getNewsDetail as an mx:operation child node to the webservice tag. Then give your webservice tag a name myService or whatever. When you want to call the method, you do myService.getNewsDetail(). Of course the call will only work if you

[flexcoders] Drag Drop Compiler Bug/Problem

2007-03-03 Thread richmcgillicuddy
I have a very (very) simple demo program that is listed below. I was having trouble dropping a tilelist item onto a canvas. I was able to get the drop to work only if I set the toolTip of the canvas. This seems very odd, like the canvas was not initialized yet. The drag operation starts OK enough

Re: [flexcoders] AMFPHP pass objects???

2007-03-03 Thread Kevin
in case you are having the same problem: I solved some of my own problem... One needs to set this var correctly in advancedsettings.php (amfphp dir) to have incoming PHP mapping work: //One may choose to put mapped classes (incoming) outside of the services folder also

[flexcoders] Re: simulate datagrid header click, or set default sort column

2007-03-03 Thread iko_knyphausen
By dates, I meant, sorting the following 2/13/2007 11/13/2007 If you sort these as strings, November is smaller than February, which is obviously wrong. Your sortFunction would have to create date objects first and compare those, or pad the strings with leading zeros... --- In

[flexcoders] Event Prioritsation ---MouseEvent.CLICK MouseEvent.DOUBLE_CLICK

2007-03-03 Thread mapanalysis
Hi Guys Been wracking my brains over this and still can't get it to work. How do I get my app to tell the difference between a click and a double click event:- I've seen some similar issues on this group but I couldn't find the definitive answer: Here's the code I've been using:- import

Re: [flexcoders] Flex resources list

2007-03-03 Thread Jeffry Houser
A Podcast: www.theflexshow.com And it's two creators Jeff Houser www.JeffryHouser.com (Me) and Ryan Stewart http://blog.digitalbackcountry.com/ . Ryan blogs a lot about generic RIA-related issues. I tend to be more tech. At 12:54 PM 3/2/2007, Tracy Spratt wrote: Please edit at will.

[flexcoders] SHA384 algorithm

2007-03-03 Thread Marcel Schepers
Hello, I'm looking for a SHA384 implementation in ActionScript. Have a nice day, Marcel Schepers

[flexcoders] WSDLifficulty - bad SOAP encoding

2007-03-03 Thread Sean McKibben
I ran in to a problem today with Flex's SOAP encoding which I think is a bug in the SOAP encoder. It seems like whatever I did to call one of my webservice methods, Flex would give me an error as it was encoding my request. The error was something like the following: TypeError: Error

[flexcoders] AMFPHP Sessions

2007-03-03 Thread Kevin
Can someone provide and example of how to use AMFPHP with sessions. I can't seem to get it to work. The documentation states: Cookieless sessions AMFPHP automatically handles sessions for you and sends back a header to Flash with a redirect to the gateway with the PHPSESSID appended to

Re: [flexcoders] Re: simulate datagrid header click, or set default sort column

2007-03-03 Thread Adam Royle
Ahh yep, my date strings are in format -MM-DD anyway. Cheers! Adam - Original Message - From: iko_knyphausen To: flexcoders@yahoogroups.com Sent: Sunday, March 04, 2007 3:11 AM Subject: [flexcoders] Re: simulate datagrid header click, or set default sort column By

[flexcoders] Storing VO in Sessions AMFPHP?

2007-03-03 Thread Kevin
Does anyone know of a problem with storing VO's in session with PHP? It doesn't seem to be working and before try to make it work, I figured it was best to see if it is even possible. Thanks, Kevin

[flexcoders] legend on top of chart

2007-03-03 Thread mr19
Hi all - Is there anyway to put the Legend component ON the chart? I'd like to move my legend to the upper left hand corner of my chart but can't seem to pull it off. TIA, Marc -- View this message in context: http://www.nabble.com/legend-on-top-of-chart-tf3340394.html#a9290337 Sent from

Re: [flexcoders] Storing VO in Sessions AMFPHP?

2007-03-03 Thread Kevin
looks like my problem is: __PHP_Incomplete_Class_Name __PHP_Incomplete_Class Object from PHP.net: 'If you have saved an object in session, you must define the class of the object before the session_start(). If you don't do that, php will not know the class of the object, and his type

[flexcoders] Re: How to load TTF fonts at runtime

2007-03-03 Thread pkleppner
Yes, it's possible. There's are a series of useful blog postings here that describe the techniques that can be used: http://blog.739saintlouis.com/index.php?tag=css --- In flexcoders@yahoogroups.com, core_rico [EMAIL PROTECTED] wrote: Is it possible to load TTF fonts at runtime? I do not

[flexcoders] [OT] swf 9 specification

2007-03-03 Thread Benjamin Schwehn
Hello all, sorry for the slightly off topic post. Has Adobe made any Announcements yet when to expect an updated swf file format specifaction for flash 9? http://www.adobe.com/licensing/developer/fileformat/faq/ just says The most recent version of the specification covers version 8 of the

Re: [flexcoders] Re: Announcing FlexLib - open source flex component library

2007-03-03 Thread Troy Gilbert
Skip using the actual dialog, really... I've not dug in far enough to find out exactly what it is that's different, but I know how to do it by editing the project settings files directly. Just copy what's already done for the playerglobal.swc, etc., they basically point to the swc then have an

[flexcoders] remove image from cache

2007-03-03 Thread pdflibpilot
I have an upload image process that allows users to change their photo for their record - I want to replace the image on screen as soon as the new photo is uploaded. The photo name is constant so the new image does not refresh. Flex does not recognized it as a new image source since the URL is

[flexcoders] Re: remove image from cache

2007-03-03 Thread pdflibpilot
Dang - the solution was so simple - I just added ? to the end of the URL and that forces the image to refresh ! Brilliant ! I have an upload image process that allows users to change their photo for their record - I want to replace the image on screen as soon as the new photo is uploaded.

Re: [flexcoders] Re: Announcing FlexLib - open source flex component library

2007-03-03 Thread Doug McCune
Hey, sorry we haven't replied about you trying to use the SWC. I'm working on getting a new zip file uploaded to the project page that has the SWC and a sample app to show how to use the components. We're having some issues with Google Code, but Ihopefully we'll get something up in the next few

[flexcoders] Re: How does sprite listener work?

2007-03-03 Thread Sandwish
Thanks,Gordon! ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.controls.Alert; private function mouseDoubleClickListener (event:MouseEvent):void

Re: [flexcoders] Setting up command line

2007-03-03 Thread Mike and Stephie
Hi Dimitrios ! Thanks very much for the pointer. Relative path in the jvm.config. Very much appreciate the tip. With a full path mxmlc is callable from anywhere Kind regards Mike and Stephie Dimitrios Gianninas wrote: Ok I know what your problem is, in the \bin folder there is a jvm.config

[flexcoders] flexcursion: a flex social network

2007-03-03 Thread potentialunfounded
I set a Ning social network to collect videos, screenshots, meet other Flex enthusiasts and more. http://www.flexcursion.com

[flexcoders] Re: Flex resources list

2007-03-03 Thread potentialunfounded
http://www.scalenine.com http://www.flexcursion.com --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: A Podcast: www.theflexshow.com And it's two creators Jeff Houser www.JeffryHouser.com (Me) and Ryan Stewart http://blog.digitalbackcountry.com/ . Ryan blogs

[flexcoders] Datagrid Filtering Help!

2007-03-03 Thread xmrcivicboix
I have an issue with live filtering with a datagrid. I'm able to filter on columns thats has EVERY SINGLE ROW filled in. However, on the columns that have multiple empty rows, the filtering function doesn't want to trigger? When I do and Alert.show() it shows up the items. ODD Anyways, here