RE: [flexcoders] AIR app uninstall issue - database stays in applicationStorageDirectory forever?

2008-12-08 Thread Gregor Kiddie
Take a look at Oli Goldman's article on why the AIR app installer doesn't clean up after itself. http://blogs.adobe.com/simplicity/2008/07/why_uninstallers_dont_clean_up _user_files.html Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread

[flexcoders] Drag and Drop into a Popup Window

2008-12-08 Thread Reto M. Kiefer
Dear all, I want to drag and drop data from the main application into field in a popup window. The usual handling of dragEnter and dragDrop doesn't work. Any hints / links on how to enable drag and drop into a popup window is highly appreciated. Thanks in advance Reto

Re: [flexcoders] Re: interface layout help

2008-12-08 Thread Paul Andrews
- Original Message - From: stinasius [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 6:49 AM Subject: [flexcoders] Re: interface layout help OK this is the description of the usage pattern. the application is a real estate portal where people can

[flexcoders] Loading swf with flashvars into Flex

2008-12-08 Thread ericbichara
Hi, I have several widgets which use flashvars and i wanted to create a gallery application to showcase them in flex. I need to therefore load them into flex and pass flashvars parameters into the loaded swfs. I tryed the following: mx:SWFLoader

Re: [flexcoders] Loading swf with flashvars into Flex

2008-12-08 Thread Paul Andrews
- Original Message - From: ericbichara [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 12:25 PM Subject: [flexcoders] Loading swf with flashvars into Flex Hi, I have several widgets which use flashvars and i wanted to create a gallery application

Re: [flexcoders] Flex / Data / Create Application from Database - Can this also work as a module?

2008-12-08 Thread elfoman
Could someone explain to me how do I wrap all the children of the mxml file(not application) in a mxml component. I am new to flex and I don't know what that means, If someone could explain step by step it would be really helpful. I am going to put the Database that Flex created into an

Re: [flexcoders] Flex / Data / Create Application from Database - Can this also work as a module?

2008-12-08 Thread elfoman
I created a component by click on File, New Component, and copied the code from the database aplication Flex created for me into the New Component. Then I inserted the new component into my Accordion and ran my main application, the database component is there but when I click the Save button

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-08 Thread Ralf Bokelberg
BUT... that dispatchEvent() call executes *synchronously*. That's always the case with Flash/Flex. Cheers Ralf. On Mon, Dec 8, 2008 at 7:49 AM, Jules Suggate [EMAIL PROTECTED] wrote: Anyone used Parsley MVC? I'm a bit confused by it. There's the standard MVC FrontController class, which

[flexcoders] mx:httpservice and/or mx:request strips namespace information from posted messag

2008-12-08 Thread anonauser
Hi, Can someone tell me why, when I use: mx:HTTPService contentType=application/xml headers={{SOAPAction: 'MySoapAction'}} method=POST result=handlePlain(event); fault=handleFault(event); id=plainRPC resultFormat=xml url=http://server:8080/webservice/url;

[flexcoders] setting over state of a button using css?

2008-12-08 Thread fl3xn00b
does anyone know how to set an overstate of a button using css???

[flexcoders] Tree has same number of items after expand but not after change

2008-12-08 Thread flex_geek
Hi, all, In Flex 3 I have a Tree control that is doing dynamic loading of children. To simplify: I do a search that retrieves a root set of 15 folders. When I click on a folder, a function executes that retrieves the children and expands the folder to reveal them. This works correctly - the

[flexcoders] help me settle an argument

2008-12-08 Thread Mike Oliver
I have a colleague that is of the opinion that SQL statements in Java Code such as DAO classes is bad practice, that the SQL statements and parameter tokens be externalized into Contants or property files. I maintain that is not only not necessary in general but given our loosely coupled service

[flexcoders] Center Registration Point in Flex 3 (Matrix3D)

2008-12-08 Thread viatropos
Hi, I am trying to do a basic 3d rotation of a Flex UIComponent (using Flex 3.2) and I can't make it rotate around its center. I checked out some of Flex 4's classes, on how they accomplished the FxRotate3D effect which is centered, but it's too complex to just extract out the parts I need

[flexcoders] Foreign Keyboard Mappings

2008-12-08 Thread markdemich
I have a flash application that's being used in other countries. I'm having reports that certain keys from certain keyboards are not getting translated properly. My application uses a custom equation editor that I wrote. I'm using key up and key down handlers to capture key strokes. I can't

[flexcoders] e4x Strings?

2008-12-08 Thread artclifford
I am familiar with e4x and know generally how to get information I need when I know the structure of an XML file. I was going to put together a utility as tutorial for new-hires to allow trying e4x to get different values. I quickly ran into the problem that I cannot see a way to allow this to

[flexcoders] Newbie HELP

2008-12-08 Thread Tony
Ok. I have been working through a Friends of Ed book called Foundation Flex for Designers. In chapter 8, the idea is to build a external xml file controlled photo gallery. Screen will be split horizontally with one side being thumbnails of the larger pictures stored externally to the

[flexcoders] Item Renderer focus on subcomponent in List

2008-12-08 Thread boilerman1984
I've got a List of Item Renderers that contain inputs and a combobox. When the List gets Focus, the item renderer displays its default, text input focus instead of the item renderer. How can I get focus to be set on an item renderer component instead of the whole item renderer itself?

[flexcoders] AIR as GUI on Linux

2008-12-08 Thread Ben Cessa
I'm starting with Flex/AIR and I wanna build some apps as GUI for some shell programs like: portage from Gentoo and a DHCP server, may big doubt here is this: what's the best way to communicate which such programs from an AIR application or what can I use as middleware between both. I

Re: [flexcoders] Re: interface layout help

2008-12-08 Thread Thibaud Van Vreckem
my 2 cents: If people are going to choose between a set of filtered house items you have to show them houses rather than numbers.(which they have already filtered) The datagrid might not be the best choice to display images. If you absolutely need the datagrid, you could perhaps add another view

[flexcoders] Some questions

2008-12-08 Thread Olivier Ziller
hello, we're in the process of evaluating flex to migrate old Delphi desktop applications. and i have a couple of questions : * is it possible, with flex, to drive a card reader? i mean reading and writing to a mifare card? * if not possible with flex, is it with air? * for

[flexcoders] Package name refactoring in FLEX Builder

2008-12-08 Thread amolyk
Hi All, I have seen the refactoring feature available in FB for file names and variable name refactoring. In my project I have to refactor the package name. I don't see any option to do the refactoring at the package/folder level in FB. Since the package is renamed all the references needs to

[flexcoders] hiding parts of controls across the edges of their parents (masking?)

2008-12-08 Thread simonjpalmer
I have a canvas within a canvas and the outer canvas has rounded corners. The inner one is basically a strip along the right hand side of the outer canvas which I fill with a colour depending on the state of some internal variable. There are a couple of text fields in the outer canvas too, but

[flexcoders] Browser History Firefox 3 OS X Issue (white flashing)

2008-12-08 Thread stoff0
I was all psyched to get browser history working so easily in my app, but now it looks like it's causing white flashing in firefox 3 and os x. At first I thought it was just me, but it looks like the most basic example has this effect. Take a look:

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-08 Thread Paul Andrews
- Original Message - From: Jules Suggate [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 6:49 AM Subject: [flexcoders] Parsley MVC :: some thoughts Anyone used Parsley MVC? I'm a bit confused by it. There's the standard MVC FrontController class,

[flexcoders] Re: interface layout help

2008-12-08 Thread stinasius
hi please check your email. i have just sent you a snap shot of the interface please respond.

Re: [flexcoders] AIR app uninstall issue - database stays in applicationStorageDirectory forever?

2008-12-08 Thread Alen Balja
Thanks guys, but this still doesn't solve my problem. Gregor, I understand that Mac users would delete the folder and nothing could be run then, but at least I need a workaround to run some code at the install time, or first time the application runs after install, is there a way to do at least

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-08 Thread Jules Suggate
boom head explodes heh! I have been happily thinking the whole time that events really *are* asynchronous, but that's obviously not true. Reality check... Thanks guys. I think I might have run out of reasons *not* to use Parsley :) On Tue, Dec 9, 2008 at 01:06, Paul Andrews [EMAIL

Re: [flexcoders] Parsley MVC :: some thoughts

2008-12-08 Thread Paul Andrews
They are asynchronous but they aren't concurrent. Paul - Original Message - From: Jules Suggate [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 08, 2008 1:59 PM Subject: Re: [flexcoders] Parsley MVC :: some thoughts boom head explodes heh! I have been

Re: [flexcoders] Package name refactoring in FLEX Builder

2008-12-08 Thread Josh McDonald
There's no functionality for that in Builder 3. Frankly before they worry about that, I'd like it if regular old rename took less than 2 minutes on the odd occasion where it doesn't simply hang Eclipse (unless renaming private members, that works fine). -Josh On Mon, Dec 8, 2008 at 8:39 PM,

Re: [flexcoders] Package name refactoring in FLEX Builder

2008-12-08 Thread Christophe Jolif
From what I've seen at MAX it should be available in Flex Builder 4 (aka Gumbo). -- Christophe http://blogs.ilog.com/elixir/author/cjolif Josh McDonald wrote: There's no functionality for that in Builder 3. Frankly before they worry about that, I'd like it if regular old rename took less

[flexcoders] Re: Loading swf with flashvars into Flex

2008-12-08 Thread ericbichara
Appreaciate the help but thats not what i was asking. I am loading an swf into another swf and need the swf to be loaded using flashvars parameters. Loading this swf from an html file with flashvars works fine but not from another swf. :-) --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL

[flexcoders] Re: Multithreading Concept in Flex

2008-12-08 Thread Cato Paus
Go and wote for Change :) http://bugs.adobe.com/jira/browse/FP-93 --- In flexcoders@yahoogroups.com, jitendra jain [EMAIL PROTECTED] wrote: Hi friends,        I read Alex's PseudoThread blog and it is quite useful information. My frustration starts with Flex consumer that

Re: [flexcoders] Re: Loading swf with flashvars into Flex

2008-12-08 Thread Fotis Chatzinikos
If you read Paul's link you will see that are other ways to read parameters than urlvars. As you do not have access to url vars when loading inside another swf use the technique described in the post... On Mon, Dec 8, 2008 at 4:28 PM, ericbichara [EMAIL PROTECTED] wrote: Appreaciate the help

[flexcoders] Re: AMF3 ping???

2008-12-08 Thread valdhor
Thanks for the explanation Seth. Best Regards Steve --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: The messaging/transport layer in Flex 2 and 3 is based on channels. A channel always handshakes with a server endpoint before passing application-generated

[flexcoders] Re: How to display special characters like #176; in ComboBox list

2008-12-08 Thread valdhor
Tracy Aaron is right. Just copy and paste into ActionScript. Vis: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute backgroundColor=#FF creationComplete=onCreationComplete() mx:Script ![CDATA[ private

[flexcoders] Re: 2032 Stream Error - Deploying XML Application Configuration Data

2008-12-08 Thread oneworld95
Judah's blog has the most comprehensive info on this infamous error: http://www.judahfrangipane.com/blog/?p=87 -Alex --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I have had so many problems using relative paths that I do not use them any more. Instead, I

[flexcoders] Re: e4x Strings?

2008-12-08 Thread Paul Fischer
Hey Artc, I was looking to solve the same problem. I created a set of data component classes (charts and grids) have properties for the datasource URL and xpath. My first attempt was using the descendants method, but it was limited to just returning the repeating nodes from any parent nodes. I

[flexcoders] Re: Loading swf with flashvars into Flex

2008-12-08 Thread ericbichara
My bad, i got it to work now, one thing to note is that i had to change my init function (which reads the parameters in the child swf) to be triggered on applicationComplete instead of createComplete. Thanks for you help! /Eric --- In flexcoders@yahoogroups.com, Fotis Chatzinikos [EMAIL

[flexcoders] Re: Using japanese langiage in my application

2008-12-08 Thread ross_w_henderson
Naveen, Hi. Are you already familiar with embedding fonts in a Flex application? And, if you are, are you using the programmatic approach, or the SWF approach? You've probably already explored this, but one other option is to just use the _sans system font, rather than embed a Japanese font.

Re: [flexcoders] txtbx focus at login

2008-12-08 Thread Tom Chiverton
On Friday 05 Dec 2008, Tracy Spratt wrote: window.onload = setFocusOnLoad; As an aside, if there's any client-side framework or other code that also hooks the event, you've just broken it (or it's broken you if it runs later) :-) Something like http://snipplr.com/view/561/add-event-listener/

Re: [flexcoders] AIR as GUI on Linux

2008-12-08 Thread Tom Chiverton
On Sunday 07 Dec 2008, Ben Cessa wrote: doubt here is this: what's the best way to communicate which such programs from an AIR application or what can I use as middleware between both. You'd need a Java wrapper, probably. Check the archives. -- Tom Chiverton Helping to authoritatively

[flexcoders] Re: Auto expand TreeView on open - How?

2008-12-08 Thread jer_ela
I tried menuTree.openItems = menuData..node; but the tree doesn't expand. What does work for me is callLater(menuTree.expandChildrenOf, [menuTree.dataProvider[0], true]); --- In flexcoders@yahoogroups.com, Paul Kukiel [EMAIL PROTECTED] wrote: I was stuck with this aswell a while ago this

RE: [flexcoders] Re: How to display special characters like #176; in ComboBox list

2008-12-08 Thread Tracy Spratt
Huh, I guess I did not understand what he was saying. I will look into that. Thanks, Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor Sent: Monday, December 08, 2008 9:50 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] mx:httpservice and/or mx:request strips namespace information from posted messag

2008-12-08 Thread Tracy Spratt
First, change your resultFormat to use e4x. xml is the legacy object. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anonauser Sent: Friday, December 05, 2008 5:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] errorTip fontSize break the tooltip? Possible bug?

2008-12-08 Thread Fotis Chatzinikos
bump :-) Sorry did not get a reply on this... Could somebody test? Alex? On Thu, Dec 4, 2008 at 1:01 PM, fotis.chatzinikos [EMAIL PROTECTED] wrote: Hi, the following works: .errorTip { color: #FF; /*fontSize: 11;*/ fontWeight: bold; shadowColor: #00; borderColor: #FF;

[flexcoders] Create popup that speaks to JavaScript

2008-12-08 Thread oneworld95
I've been tasked with creating this in the next 24 hours, - When an HTML page loads, a DIV tag pops up a Flex app ONLY if a cookie on the user's machine has expired. Otherwise, it wouldn't show it. - In the Flex app, it has a little button, Do not show again that communicates with a JavaScript

[flexcoders] Does anyone know ANYTHING about AS Webservices?

2008-12-08 Thread wkolcz
I created a simple web service using ColdFusion CFC. It takes a struct and inserts the info into the database. Works fine from a direct call using CF's createObject(webservice) so I know it works... However in AS, I am getting this error: faultCode:DecodingError faultString:'SOAP Response cannot

[flexcoders] Re: Parsley MVC :: some thoughts

2008-12-08 Thread aphexyuri
there is on more reason..pureMVC --- In flexcoders@yahoogroups.com, Jules Suggate [EMAIL PROTECTED] wrote: boom head explodes heh! I have been happily thinking the whole time that events really *are* asynchronous, but that's obviously not true. Reality check... Thanks guys. I

RE: [flexcoders] Does anyone know ANYTHING about AS Webservices?

2008-12-08 Thread Tracy Spratt
First, loadWSDL() is asynchronous. You need to wait for the LoadEvent.LOAD event before attempting to call an operation. Also, declare and use a result Handler in addition to the fault handler. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Does anyone know ANYTHING about AS Webservices?

2008-12-08 Thread Tracy Spratt
I looked in the docs and see where you got your example, and that example does as you do. But I think it is incorrect. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, December 08, 2008 1:26 PM To:

RE: [flexcoders] errorTip fontSize break the tooltip? Possible bug?

2008-12-08 Thread Alex Harui
Can you post an entire test case that is as small as possible? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Fotis Chatzinikos Sent: Monday, December 08, 2008 9:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] errorTip fontSize break the tooltip? Possible

RE: [flexcoders] Item Renderer focus on subcomponent in List

2008-12-08 Thread Alex Harui
rendererIsEditor=true From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boilerman1984 Sent: Sunday, December 07, 2008 10:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Item Renderer focus on subcomponent in List I've got a List of Item Renderers that contain

RE: [flexcoders] e4x Strings?

2008-12-08 Thread Alex Harui
A simple eval may be all you need. Var parts:Array = inputText.split(.); While (parts.length) Node = node[parts.unshift()]; -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of artclifford Sent: Sunday, December 07, 2008 3:21 AM To:

RE: [flexcoders] Tree has same number of items after expand but not after change

2008-12-08 Thread Alex Harui
Maybe on expand it has already calculated how many children it expects to see. I think there are lazy tree examples out there. If not, maybe I'll get around to posting one. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flex_geek Sent: Saturday, December 06, 2008

RE: [flexcoders] setting over state of a button using css?

2008-12-08 Thread Alex Harui
overSkin? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fl3xn00b Sent: Friday, December 05, 2008 10:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] setting over state of a button using css? does anyone know how to set an overstate of a button using css???

RE: [flexcoders] Drag and Drop into a Popup Window

2008-12-08 Thread Alex Harui
What didn't work? Post a mini-example. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Reto M. Kiefer Sent: Monday, December 08, 2008 1:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag and Drop into a Popup Window Dear all, I want to drag and drop data

[flexcoders] Re: hiding parts of controls across the edges of their parents (masking?)

2008-12-08 Thread valdhor
I wanted to learn how to apply a mask so I thought I would try and tackle your problem. This is what I have come up with so far. For some reason that I cannot fathom the bottom right hand corner does not want to honor the curveTo so still breaks out. I have checked my calculations over and over

RE: [flexcoders] Does anyone know ANYTHING about AS Webservices?

2008-12-08 Thread wkolcz
I put the webservice so it creates a public instance ready for use. public var webService:WebService = new WebService(); public var trackInfo:Object = new Object(); public var myTimer:Timer = new Timer(0); I then change the code to: private function

[flexcoders] Re: Item Renderer focus on subcomponent in List

2008-12-08 Thread boilerman1984
Thanks that has got me on the right track. Not sure how I overlooked that. Ive got it to focus on the first item inside the item renderer. I now have a problem tabbing to the next item renderer in the list or outside the list. I get a 1069 error. I think I have to modify the keyfocuschange

[flexcoders] Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread wkolcz
I am just trying to send 4 parameters over to a CFC or CFM page to insert into the database and both WebService and HTTPRequest are giving me fits. Ok here is the scenerio: When the user watches a video, it starts a timer, when the user either exits the page or clicks the 'stop' button it

[flexcoders] look for a Air application demo with Fabrication framework?

2008-12-08 Thread markflex2007
Hi, Fabrication framework is a extension from pureMVC multicore. http://code.google.com/p/fabrication/ I try a Flex demo and it works fine. but it has error when I convert it to Air application. Do you have experience for that? Do you have a Air demo? Thanks Mark

[flexcoders] Re: Item Renderer focus on subcomponent in List

2008-12-08 Thread boilerman1984
I read and followed the example on your blog about tabbing between two text inputs in the datagrid. This is similar to that, but two text inputs in a render of a list. I don't believe the List functions the same way and I am having trouble transfering what I learned on that to my situation.

RE: [flexcoders] Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread Tracy Spratt
With POST, it should be seeing form parameters, in name=value pairs. I do not know CF, but in asp.net, the parameters would be available through Request.Form(action) What is the tracker.cfm page returning? Have you given up on the WebService? Tracy

RE: [flexcoders] Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread wkolcz
Not necessarily giving up, but the internet is fruitless and not anyone in the Adobe Forums has chimed it, and you are the only one on here. Unfortunately for me, I need this thing running by Wednesday. So I am exploring both options right now. Which ever one works first, will be for the demo

[flexcoders] Re: setting over state of a button using css?

2008-12-08 Thread oneworld95
What the user probably meant was rollover style. -Alex --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: overSkin? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fl3xn00b Sent: Friday, December 05, 2008 10:11 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] AIR as GUI on Linux

2008-12-08 Thread Ben Cessa
Thnx for the response, I'm on my way with this now, however I have a new question now :) but I'll write a new mail since is a related but different subject thanx a lot for your time on this one On Dec 8, 2008, at 9:46 AM, Tom Chiverton wrote: On Sunday 07 Dec 2008, Ben Cessa wrote: doubt

[flexcoders] Re: Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread valdhor
Grab a copy of Charles (http://www.charlesproxy.com). This will show you exactly what is being sent to your server. --- In flexcoders@yahoogroups.com, wkolcz [EMAIL PROTECTED] wrote: I am just trying to send 4 parameters over to a CFC or CFM page to insert into the database and both WebService

re: [flexcoders] Re: Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread wkolcz
Ok, I see what is being sent. If I dump them to a pdf, I can see them fine. cfdocument format=PDF overwrite=yes filename=whatyousee.pdf FORM: cfdump var=#form# / cfoutput #form.duration# #form.action#

RE: [flexcoders] Re: Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread Tracy Spratt
That means Flex is sending the call with the data corrrectly. So then where is the error happening? Between CF and the Database? Does the CF Insert query work if you hard code the values? What IS the error? Send something back to Flex. Hard code it if necessary. I have never done either

[flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Michael Prescott
Is it possible to define a component but somehow cause it to be omitted from the enclosing component's list of children? Essentially: mx:VBox mx:Label text=This is added as a child of the vbox, as normal./ mx:Label visible=false text=This is invisible.. but is there some way to not have it

RE: [flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Tracy Spratt
includeInLayout=false (also visible=false, of course) Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Prescott Sent: Monday, December 08, 2008 4:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Defining, but

[flexcoders] Subclassing Vector?

2008-12-08 Thread Josh McDonald
Hey guys, I'm wondering if it's possible to subclass Vector, as a back-door into reusable generics? If so, is T available at runtime? Can you override the constructor? How do you call super.T()? Cheers, -Josh -- Therefore, send not to know For whom the bell tolls. It tolls for thee. Like the

[flexcoders] Best language for remoting

2008-12-08 Thread Sceneshift
Hey guys, When building larger applications with bigger database interactions, which is considered the best language to develop the back-end environment in? I have been using PHP in most of my projects, but using AMFPHP to pass objects just seems really clunky... It seems as though Adobe are

RE: [flexcoders] Re: Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread wkolcz
I created a form that submitted to the same page that the HTTPService sends to. It inserts fine. The variables are there, I generated a document with them. What needs to be sent back and how? This is the error I am getting: faultCode:Server.Error.Request faultString:'HTTP request error'

[flexcoders] Charts Datatip hide delay

2008-12-08 Thread pratikshah83
Hi Guys, I would like to know how to delay the hiding of datatip for charts. I am planning to have a URL in the datatip. But when I move the mouse it destroys the datatip. I would like to delay it so that the user can move over the tooltip and click the URL, I can destroy it on mouse out

RE: [flexcoders] Re: Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread Tracy Spratt
That error typically means that flex failed to contact the specified URL. You said, Ok, I see what is being sent. How did you determine that? You saw that where? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wkolcz

RE: [flexcoders] Best language for remoting

2008-12-08 Thread Tracy Spratt
It is not even theoretically possible to determine the best of anything. You must look at the project, the requirements, both business and technical, the proposed environment, everything. All that said, if there are no budget or technical constraints to consider (working for God, maybe?),

RE: [flexcoders] Best language for remoting

2008-12-08 Thread Sceneshift
Thanks you very much for this detailed and extremely helpful reply. I've been looking into LCDS and it's certainly amazing, although probably more than I need for now. It's something I am going to keep my eyes on for the future if I ever need the functionality of offers. For now, I think I'll

RE: [flexcoders] Re: Desperate Times...Desprate Messures: What is sent by HTTPRequest?

2008-12-08 Thread Tracy Spratt
Also, have you yet managed to get Flex to communicate with the server at all? If not, that is job 1. I'd advise simplifying things as much as possible, like creating a simple page that accepts an HTTPService request (no parameters) and returns a hard coded value (I advise xml). Then,

Re: [flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Michael Prescott
Sweet! Nice that there's an easy answer. On Mon, Dec 8, 2008 at 4:47 PM, Tracy Spratt [EMAIL PROTECTED] wrote: includeInLayout=false (also visible=false, of course) Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of

Re: [flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Josh McDonald
That's not exactly what you're after, in this case the object will be added to the list of children, it's just not positioned on parent.updateDisplayList() or counted during parent.measure(). The only way I can think of off the top of my head to do what you're after is wrap it in mx:Array. Here's

[flexcoders] Flex Messaging - Typing Objects.

2008-12-08 Thread Rodrigo Pereira Fraga
Hi! I'm using the messaging services of BlazeDS. So, anybody here knows if I can type an object using [RemoteClass]? My messages are sent from java to flex. Thanks.

RE: [flexcoders] Best language for remoting

2008-12-08 Thread Dale Fraser
I would give ColdFusion a try, its dam fast and very easy. Its not free, but much cheaper than LCDS and does most of the same stuff. Regards Dale Fraser http://learncf.com/ http://learncf.com http://flexcf.com/ http://flexcf.com From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Getting Null exception when adding an Alert to a Canvas

2008-12-08 Thread devenhariyani
I have an application that has a small 300x300 canvas, and I want to show an Alert that is centered inside of that canvas. I tried passing a parent parameter to Alert.show() method but that did not work, so I was able to get the below code to center the alert inside the Canvas, but the problem is

Re: [flexcoders] Best language for remoting

2008-12-08 Thread Fotis Chatzinikos
Google for BlazeDZ, opensource and free a good replacement over lcds... On Tue, Dec 9, 2008 at 3:05 AM, Dale Fraser [EMAIL PROTECTED] wrote: I would give ColdFusion a try, its dam fast and very easy. Its not free, but much cheaper than LCDS and does most of the same stuff. Regards

[flexcoders] Re: Charts Datatip hide delay

2008-12-08 Thread pratikshah83
Help would really be appreciated. --- In flexcoders@yahoogroups.com, pratikshah83 [EMAIL PROTECTED] wrote: Hi Guys, I would like to know how to delay the hiding of datatip for charts. I am planning to have a URL in the datatip. But when I move the mouse it destroys the datatip. I

Re: [flexcoders] errorTip fontSize break the tooltip? Possible bug?

2008-12-08 Thread Fotis Chatzinikos
Here you are: (And a screenshot - via mail - have not tried before so do not know if attachment work here...) ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Script ![CDATA[ import

[flexcoders] Re: Flash Player 10: FileReference.save Security User event

2008-12-08 Thread Brian Raymes
I went around this by showing a progress animation while the PDF was being generated. When the return result fires, I replace the progress animation with a Download Now button. Lame, but more clean then an Are You sure? alert. --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL

[flexcoders] Closing an itemEditor

2008-12-08 Thread Guy Morton
Hi all I have some custom components I'm using as itemEditors in a DataGrid. I want those editors to close if the user hits the tab key while the editor is up and move the focus to the next column in the grid, as it does when you are using the default textfield editor. Currently my editors

Re: [flexcoders] Closing an itemEditor

2008-12-08 Thread Guy Morton
More on this, I think the actual problem is one of focus. If I don't *click* on my editor but just hit tab to try and move past it, it doesn't work. So, I guess what I need to do is force the focus into my editors when they load. On 09/12/2008, at 12:55 PM, Guy Morton wrote: Hi all I

[flexcoders] datagrid filter

2008-12-08 Thread coder3
Is there a sample to do multiple filtering? for example, i have a datagrid , i want to filter the year, 2006, 2007, 2008, 2009. if i select 2006, 2008, the datagrid shows the list for 2006 and 2008, i unselect 2006 and select 2009, the datagrid shows 2008 and 2009, thanks! -- View this

Re: [flexcoders] Closing an itemEditor

2008-12-08 Thread Guy Morton
Since I've already almost answered my own question, all I had to do to get what I was after was add this.setFocus(): to my init code for the editor components. On 09/12/2008, at 1:20 PM, Guy Morton wrote: More on this, I think the actual problem is one of focus. If I don't *click* on my

Re: [flexcoders] mx:httpservice and/or mx:request strips namespace information from posted messag

2008-12-08 Thread anonauser
Thanks Tracy. I'll try that, but the issue has more to do with the request than the response. From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 8, 2008 9:47:51 AM Subject: RE: [flexcoders] mx:httpservice and/or

Re: [flexcoders] Re: Charts Datatip hide delay

2008-12-08 Thread Brendan Meutzner
An example based on DataGrid control... could be modified for use with Series item renderers on a chart easily enough based on mouse events as I have for the Datagrid here already: http://www.meutzner.com/blog/attachments/menu_tooltip/ HTH, Brendan On Mon, Dec 8, 2008 at 7:21 PM,

[flexcoders] Re: problem with a simple XML Loader :(

2008-12-08 Thread nathanleewei
could u give the detail of modification? I am facing the same problem. thx

[flexcoders] Re: Bug: flash.display.Graphics being removed.

2008-12-08 Thread sunild999999
Usually, when code completion stops working in Flex Builder, it's because the I'm editing has an error/omission in it... Sunil --- In flexcoders@yahoogroups.com, li wenzhi [EMAIL PROTECTED] wrote: in my flex project using flexsdk3.1, while coding in flexbuilder, the uicomponent cannot

RE: [flexcoders] Flex Messaging - Typing Objects.

2008-12-08 Thread Seth Hodgson
Yes, you can build and push AsyncMessages that contain typed objects as the message bodies. If you're just pushing messages from client to client through the server (i.e. no JMS or some other custom adapter into a backend messaging system), you can just tag your ActionScript class with

RE: [flexcoders] Closing an itemEditor

2008-12-08 Thread Alex Harui
In theory, if your editor implements IFocusManagerComponent it should work better. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guy Morton Sent: Monday, December 08, 2008 6:59 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Closing an itemEditor Since

RE: [flexcoders] Getting Null exception when adding an Alert to a Canvas

2008-12-08 Thread Alex Harui
Alert doesn't expect to be a child of a Canvas. It has to be popped up. Post a test case of what didn't work. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of devenhariyani Sent: Monday, December 08, 2008 5:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Alex Harui
Why not use tooltip or popup manager to float that thing? Then it won't be clipped and what not From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Monday, December 08, 2008 5:04 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Defining, but

  1   2   >