[flexcoders] http request erro

2009-09-02 Thread Vik
Hie I have a little air app build in latest flex version of adobe. here is the little code: mx:HTTPService id=headCountService resultFormat=e4x fault=headCountService_fault(event); result=headCountService_result(event); url=

RE: [flexcoders] Context Menu mouseTarget Issue

2009-09-02 Thread Alex Harui
What is event.mouseTarget? and what is its parent? You might be off a level or two. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jmfillman Sent:

RE: [flexcoders] Detecting ResizeEvent Complete

2009-09-02 Thread Alex Harui
There should be an updateComplete following the resize event. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jmfillman Sent: Tuesday, September 01, 2009

Re: [flexcoders] SWF File Not Loading

2009-09-02 Thread Angelo Anolin
Hi Alex, I added some trace statements and the app is actually loading. But the same does not show up in the browser. Am going to check some CSS and Javascript libraries which may be stopping the loading of the SWF file. Thanks. From: Alex Harui

[Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread grg_blls
Hi! May I ask why you need a MouseEvent.CLICK and a MouseEvent.DOUBLE_CLICK event on the same button? Wouldn't that be possible to use a simple Mouse.CLICK event together with a ctrlKey (or a altKey or shiftKey) pressed? Just wondering.. Thanks George --- In flexcoders@yahoogroups.com, Nick

[flexcoders] Can we command an ole2 (COM) via AIR

2009-09-02 Thread b_productiv2000
Hello, we are having trouble in our developpement of an air application. We are supposed to merge document with word (data from one side and template from the other side) via our AIR application. But it seem that for security reason, air cannot command word directly. So is anybody know how we

Re: [Spam] [Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread Nick Middleweek
Hi George, This post was part of research into fixing a problem with Event bubbling... See thread: Stopping double-click of a button 'bubble' to the datagrid row. Cheers, Nick 2009/9/2 grg_blls grg_b...@yahoo.com Hi! May I ask why you need a MouseEvent.CLICK and a

[flexcoders] how to show icon in ToggleButtonBar

2009-09-02 Thread nathanleewei
package com { import mx.controls.ToggleButtonBar; import mx.events.FlexEvent; public class MyToggleButtonBar extends ToggleButtonBar { [Embed(source=assets/java.gif)] public var iconJavaClass:Class;

[flexcoders] Issues debugging on Windows 7?

2009-09-02 Thread Rick Schmitty
I recently upgraded to windows 7 and the other day I noticed my computer running terribly slow. At first I went to blame win7 but after looking at my task manager I had about 100 iexplore.exe instances going... Killing them all brought the machine back to normal. I use FF as my browser but I

Re: [flexcoders] Flex and REST

2009-09-02 Thread claudiu ursica
TO go RESTfull you'll have to use all teh methods like GET, POST, PUT, DELETE, which is kind of hard to do. You probably end up using lots of post from flex, even instead of get... You still can build the REST api and use it like that only with GET and POST... not 100% rest but will work... C

[flexcoders] Flex and REST

2009-09-02 Thread DannyT
Can anyone give me the definitive answer to whether you can build REST based apps with Flex? There seems to be an incredible amount of FUD about the topic and whilst I appreciate it might not be supported in it's purest form I need to know what is involved in supporting a full REST implementation.

Re: [flexcoders] Flex and REST

2009-09-02 Thread Fotis Chatzinikos
Can you be a bit more specific? What do you mean by REST? If by rest you mean you hit a service you get some results and 'draw' them in flex yes you can do that in more than one ways (remoteObject, httpservice, urlrequest and so on), but i imagine you are interested in httpservice with xml data

Re: [flexcoders] Flex and REST

2009-09-02 Thread DannyT
Okay so as I understand it, it is not possible for Flex (or Flash) by itself to be RESTful out of the box. This is possibly due to Flash Player working to the lowest common denominator of browsers some of which do not support the full RESTful methods (namely PUT and DELETE). This however isn't

Re: [flexcoders] Flex and REST

2009-09-02 Thread Guy Morton
Many REST-ish APIs just use POST and GET anyway, as support for other HTTP verbs can be patchy. On 02/09/2009, at 10:10 PM, claudiu ursica wrote: TO go RESTfull you'll have to use all teh methods like GET, POST, PUT, DELETE, which is kind of hard to do. You probably end up using lots

Re: [flexcoders] Flex and REST

2009-09-02 Thread claudiu ursica
Yes we did it using post and get only... And it works C From: Guy Morton g...@alchemy.com.au To: flexcoders@yahoogroups.com Sent: Wednesday, September 2, 2009 3:56:47 PM Subject: Re: [flexcoders] Flex and REST Many REST-ish APIs just use POST and GET

[flexcoders] Re: http request erro

2009-09-02 Thread valdhor
Possible security sandbox failure? I know that I had to change my crossdomain.xml file a few weeks ago when Flex Builder gave me a security sandbox failure (My XML was supposedly out of date) for a project that has been working for over a year. The console did not display the exact error until

[Spam] [Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread grg_blls
Well then, :) George --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi George, This post was part of research into fixing a problem with Event bubbling... See thread: Stopping double-click of a button 'bubble' to the datagrid row. Cheers, Nick 2009/9/2

[flexcoders] Re: Instant messaging example

2009-09-02 Thread roly445
Ok, i dont know what the problem is with my home pc, but i have moved it onto my work's pc and it works, well i get further than I did. When I run it I now get: NetConnection.Connect.Rejected No scope Chat on this server. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote:

Re: [flexcoders] Re: http request erro

2009-09-02 Thread Vik
Hie Could u please tell where to set the breakpoint to be sure? Also where is this croosdomain.xml and wht to change in that file? will be of great help.. thanks.. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Sep 2, 2009 at 6:51 PM, valdhor

Re: [flexcoders] CSV file: Coldfusion to Flex/Air

2009-09-02 Thread Tom Chiverton
On Tuesday 01 Sep 2009, Scott wrote: I've got a CFC function that returns a CSV file, it works great if I hit it through a browser like Firefox or IE, You mean the page triggers a file download in the web browser... but when I try to call it through remoteobject It doesn't come through...

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread valdhor
Works for me. Do you get any errors? --- In flexcoders@yahoogroups.com, nathanleewei nathanlee...@... wrote: package com { import mx.controls.ToggleButtonBar; import mx.events.FlexEvent; public class MyToggleButtonBar extends ToggleButtonBar {

[flexcoders] Re: Instant messaging example

2009-09-02 Thread valdhor
Unfortunately, you have now got to the point that I have no more insight into what your problem could be - I have not used rtmp before. My only thought is security sandbox - check your crossdomain file. Other than that, you may get more help on the weborb forums. --- In

[flexcoders] Re: http request erro

2009-09-02 Thread valdhor
Set the breakpoint just before calling the HTTPService.send() method. Generally the crossdomain.xml file is found at the root of your server (http://www.myserver.com/crossdomain.xml). If you put that URL in your browser, what do you get? --- In flexcoders@yahoogroups.com, Vik vik@...

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread nathanleewei
Are icons shown in ToggleButtonBar? What's your flex sdk version? --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Works for me. Do you get any errors?

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread valdhor
Are icons shown in ToggleButtonBar? Yes What's your flex sdk version? 3.3

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread grg_blls
Excuse me guys for dropping in to ask, but as to the first post: The second part of the code is about a menuBar control showing icons - though the post is titled how to show icon in ToggleButtonBar. As I have a same problem with a menuBar here trying to show some icons along with the labels, I

[flexcoders] Re: Different Views | Same DataProvider

2009-09-02 Thread ilikeflex
Thanks Beau --- In flexcoders@yahoogroups.com, Beau Scott beau.sc...@... wrote: The sorting is stored on the ListCollectionView dataProvider of each list control. If you set the list controls to share the same ListCollectionView, the sorting will be common. If you set the dataprovider to each

[flexcoders] Binding to a dynamic Array within an Object.

2009-09-02 Thread nulloperator
Hello all. I have a project of which I am binding to an array that is a member of an object. This array is dynamic and dictates the fields that are available for this object. For example, the object is called Contact and the fields array contains entries for the first name, last name, etc. The

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread valdhor
Using examples from http://livedocs.adobe.com/flex/3/langref/mx/controls/MenuBar.html#includ\ eExamplesSummary and http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combo\ box-control/ I came up with the following example: ?xml version=1.0? !-- Simple example to demonstrate the

RE: [flexcoders] SWF File Not Loading

2009-09-02 Thread Alex Harui
You mean that you don’t see the trace statements when running in the browser? If you see trace statements, check the sizes of the SWFLoader and its content Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] Apply filterFunction to datagrid XMLListCollection dataprovider question

2009-09-02 Thread Purnima S
hello everybody, I have problem with my flex application. My flex application stops after three records are entered into db. Iam connecting flex to struts through HttpService and the IDE iam using is Netbeans. Please anyone help me regarding this. Its urgent. Purnima

RE: [flexcoders] Why no event dispatched?

2009-09-02 Thread Tracy Spratt
And I don't see where you are declaring the listener. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Fotis Chatzinikos Sent: Tuesday, September 01, 2009 4:11 AM To:

RE: [flexcoders] Accessing DataGridColumn item renderer variable

2009-09-02 Thread Tracy Spratt
No, you never want to do that. You need to have your renderer update the dataProvider item, then get the data from the dataProvider. Do not attempt to create an interactive itemRenderer from scratch. Find an example and modify it for your purpose. Tracy Spratt, Lariat Services,

[flexcoders] cannot convert mx.graphics::str...@205c5d61 to mx.graphics.IStroke

2009-09-02 Thread guy
Any ideas why this would start occurring? Only thing that has changed is I've updated from 3.1 to 3.2. I've tried a clean and rebuild, to no avail. Main Thread (Suspended: TypeError: Error #1034: Type Coercion failed: cannot convert mx.graphics::str...@205c5d61 to mx.graphics.IStroke.)