[flexcoders] RemoteObject + remote connection

2008-03-02 Thread Fidel Viegas
Hello folks, How do I use the RemoteObject to connect to a remote location? Do I need to configure anything on the server? Does anyone have an example? I am using BlazeDS, and I was looking for some examples, but was unable to. I tried adding the endpoint, but still it didn't work. So, I presume

Re: [flexcoders] RemoteObject + remote connection

2008-03-02 Thread [p e r c e p t i c o n]
Fidel... BlazeDS has samples that you should try first...once you get the remoting sample to work..you can use this as a model for configuring your project...if you still have questions you should let us know more specifics like what server you're using etc... regards p On Sun, Mar 2, 2008 at

Re: [flexcoders] RemoteObject + remote connection

2008-03-02 Thread Fidel Viegas
Hi p, I have tried the samples and they all work fine. I have created a class of my own that accesses a firebird database. I have created some classes which I call from some webservices and they all work fine. Now, I have added the destination to the remoting-config.xml file, and my Flex app is

Re: [flexcoders] RemoteObject + remote connection

2008-03-02 Thread Fidel Viegas
Yes, My problem is in the connection. I am unable to connect to the destination. I have created a very simple hello world class, with a method that returns a string, and I still cannot connect to it. Here is what I did: 1) I created the class file, compiled it and placed it in the appcontext

[flexcoders] Flex 3 trial version says it expaired

2008-03-02 Thread hworke
Hi I just downloaded flex 3 professional trial version but as I was trying to start it, I got a trial expired message. I still have flex 3 beta 2 installed installed in my system; am I getting this because if this version? Did any one else also had this problem? Thanks...

[flexcoders] Custom Compound Components with States and Transform

2008-03-02 Thread Glenn Williams
Custom Compound components with States and Transform: My question is probably best asked using the standard Log-In example that seems to be used all over the place. You have a panel with several components, this panel has states and the states transform when changed. Ok, all simple.

[flexcoders] Re: Custom Compound Components with States and Transform

2008-03-02 Thread Glenn Williams
Ok, So I worked out what I was doing wrong. As my custom component was not in fact based on the original Panel class, but a custom panel (lets call it myPanel, in the name space 'lion'), the custom component being started like this: ?xml version=1.0 encoding=utf-8? lion:myPanel

[flexcoders] Re: Launch seamless AIR install from within Flex App

2008-03-02 Thread Don Kerr
anyone lauching an AIR app install from within a Flex app? --- In flexcoders@yahoogroups.com, Don Kerr [EMAIL PROTECTED] wrote: I have a mini-Air app I make available for AUG members to install on their Desktop to get latest site content via SCAUG onAIR here http://www.spacecityaug.com I

[flexcoders] Re: user friendly No/Lost Connection alert

2008-03-02 Thread Don Kerr
Windows 2003 Server, ColdFusion MX 7.02, SQL Server In general, I'm just trying to cover the case where, if/when there is an issue how can I inform the user better. Connecting with Flex is most of the time just fine. But, there are times when there are server issues. Thanks, Don --- In

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2008-03-02 Thread aceoohay
Now that Moxie has been released, it is time to fix this bug. The fix should be pretty simple and straight forward. Basically treat a null as either high or low value for all data types, and allow the developer to specify a sort data type for any column that would override the automatic data

[flexcoders] BlazeDS artifacts in Maven repository

2008-03-02 Thread Sebastien ARBOGAST
I've just created an issue to ask for the deployment of BlazeDS artifacts to a public Maven repository, so that we can use them as dependencies. https://bugs.adobe.com/jira/browse/BLZ-71 So if you are working with Maven and BlazeDS, feel free to vote for this issue. -- Sébastien Arbogast

[flexcoders] Re: Strategy For Organizing Complex Application

2008-03-02 Thread Amy
--- In flexcoders@yahoogroups.com, kg [EMAIL PROTECTED] wrote: Hello, Unfortunately, my first Flex application is probably going to be pretty gnarly. After reading up on the basics, I did some rapid hands-on prototyping and quickly found the main Application mxml will quickly become a

[flexcoders] Re: RemoteObject + remote connection

2008-03-02 Thread meteatamel
What channel are you using? Every destination in BlazeDS has to use a channel. You define channels in services-config.xml and you use them in the destination configuration. So I suggest you take a look in your services-config.xml and see what channels you have. Then, pick one of those channels and

[flexcoders] Re: RTF vs RTE

2008-03-02 Thread Amy
--- In flexcoders@yahoogroups.com, aceoohay [EMAIL PROTECTED] wrote: I want to create a Rich Text Format (RTF) editor in flex, is it doable? I was initially excited about the RTE component until I realized that the output is html. Has anyone created either an RTF component, or a reliable

[flexcoders] AdvancedDataGrid group filtering openNode

2008-03-02 Thread Adnan Doric
Hello guys, I'm trying to filter my ADG without success : I created a GroupingCollection from a flat ArrayCollection. ADG's dataProvider is GroupingCollection. First issue : refresh if I filter the underlaying ArrayCollection, the related groupingCollection doesn't refresh automatically (bug?

Re: [flexcoders] Re: RemoteObject + remote connection

2008-03-02 Thread Fidel Viegas
On Sun, Mar 2, 2008 at 4:44 PM, meteatamel [EMAIL PROTECTED] wrote: What channel are you using? Every destination in BlazeDS has to use a channel. You define channels in services-config.xml and you use them in the destination configuration. So I suggest you take a look in your

[flexcoders] Re: Custom Compound Components with States and Transform

2008-03-02 Thread Andrew Strader
I got temporarily burned by something similar to this. I had a public property in a custom component which really should have been private. But when I changed it to private, I got a run-time error when the custom component was constructed. It turned out to be an issue with the SetProperty

RE: [flexcoders] Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread Gaurav. Jain
How do I unload this Factory instance? I tried to reproduce the issue you, but I don't see any _TestModule_mx_core_FlexModuleFactory hanging behind. Can you please submit the bug with your test case at http://bugs.adobe.com/flex Why are there 2 instances under Loitering Objects when the

Re: [flexcoders] RemoteObject + remote connection

2008-03-02 Thread percepticon
Ok...first steps...look in your project's propeties and make sure your server root and url are correct...then check to make sure it's compiling with the correct remote-service xml file...usually when it cant find it those are the reasons Hth Percy Sent via BlackBerry by ATT -Original

[flexcoders] Praise for the Flex 3 Documentation

2008-03-02 Thread Glenn Williams
Just wanted to say this. Having bought and read many Flex actionScript books over the years, I hadn't really given Adobes documentation much of a look (apart from the liveDocs that is, which I couldn't live without.). Well, I had a free afternoon today, so I thought I'd have a read through the

Re: [flexcoders] Tilelist itemRenderers

2008-03-02 Thread Douglas Knudsen
If I were a betting man, and I'm not, I'd bet you need to play the override your set data method and set the image properties there. DK On Sat, Mar 1, 2008 at 3:24 PM, guero235 [EMAIL PROTECTED] wrote: I have an odd thing happening in my tilelist. I am using a custom renderer that basical

[flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread Kevin Broce
Listed below is a simple Module loading example that demonstrates the problem (source code at bottom). Create a new Flex project and set FlexApp.mxml as the Main application file and add TestModule.mxml as a Module. To verify that the _TestModule_mx_core_FlexModuleFactory factory instance is

Re: [flexcoders] Flex Builder complaint

2008-03-02 Thread Paul Decoursey
very funny. Although that is exactly what I did, it is not a solution to an obvious oversight by Adobe. On Feb 29, 2008, at 5:51 PM, Dale Fraser wrote: Get them out of backup or SVN. Regards Dale Fraser From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul

Re: [flexcoders] RemoteObject + remote connection

2008-03-02 Thread Fidel Viegas
On Sun, Mar 2, 2008 at 7:50 PM, [EMAIL PROTECTED] wrote: Ok...first steps...look in your project's propeties and make sure your server root and url are correct...then check to make sure it's compiling with the correct remote-service xml file...usually when it cant find it those are the

Re: [flexcoders] Flex 3 trial version says it expaired

2008-03-02 Thread Doug McCune
Try wiping out the license.properties file on your machine (or just rename it in case you want to go back to using beta 3 without the charting watermark). I had this issue with an old serial # for the last FB3 beta. Doug On 3/2/08, hworke [EMAIL PROTECTED] wrote: Hi I just downloaded flex 3

Re: [flexcoders] Re: Selecting Data grid rows with Check boxes,

2008-03-02 Thread Omar Fouad
mmm... ok.. But there is no way to do it without overriding other Classes' ? On Sat, Mar 1, 2008 at 6:26 AM, Alex Harui [EMAIL PROTECTED] wrote: My take on how to do this is at: http://blogs.adobe.com/aharui/2008/02/checkbox_selection_in_datagrid.html --

[flexcoders] Re: Tilelist Error

2008-03-02 Thread guero235
--- In flexcoders@yahoogroups.com, Damien Legros [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Damien Legros damien.legros@ wrote: --- In flexcoders@yahoogroups.com, John DuPaix jrdupaix@ wrote: I have an odd this happening in my tilelist. I am using a custom

Re: [flexcoders] Need Help on Date Globalization in Flex 3

2008-03-02 Thread Aly Sidi
try this. make a calss with some static functions public class CommonFunctions { public function CommonFunctions():void {} import mx.formatters.DateFormatter; private static var dfconv:DateFormatter = new DateFormatter(); public static function

Re: [flexcoders] possible bug in viewstacks with states or am i not doing something right?

2008-03-02 Thread tpokrajcic
Hi Derek, recently I had similar issue with TabNavigator and states that was driving me insane. The catch was to set creationPolicy property of TabNavigator (ViewStack in your case) to all. Tomislav Derrick Anderson-2 wrote: hi, i'm seeing odd behavior in my application, whenever i use a

[flexcoders] Re: Flex Soap Object Arrays

2008-03-02 Thread Mykola
Hi Telmo, The client code looks ok. I understand you generated ExampleService with Flex Builder import WSDL feature. I've reproduced your case and got the same error. I also created a simple client ant got a different error: [SWF] Users:mykola:Documents:Flex Builder

Re: [flexcoders] Fading Panel component WITH TITLE

2008-03-02 Thread Omar Fouad
Woops! It did not work like a charm at all.. Every single button text and labels inside the panel are fading out except the Panel title which remains BOLD and the font I've embeded is not a Bold Font... How can I get the Title Font normal? thanks for the help. On Fri, Feb 29, 2008 at 2:51 AM,

[flexcoders] Button ontop of Button - can't seem to synch overSkin??

2008-03-02 Thread devworkit
I have a larger button (let's call it BigButton) with a smaller button (SmallButton) sitting on top of it. I notice that when the mouse is over the BigButton, the BigButton's overSkin displays as expected. When I move the mouse over the SmallButton, the SmallButton's overSkin displays as

RE: [flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread Gaurav. Jain
I was able to reproduce the issue using your test case. I am not sure if it is by design. Please submit a bug. Also the issue gets resolved if you call Info.load() - without specifying the application domain. Thanks, Gaurav -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread VELO
If you can, post here the bug number... I wanna to see this problem solved too. VELO On Sun, Mar 2, 2008 at 9:22 PM, Gaurav. Jain [EMAIL PROTECTED] wrote: I was able to reproduce the issue using your test case. I am not sure if it is by design. Please submit a bug. Also the issue

Re: [flexcoders] BlazeDS artifacts in Maven repository

2008-03-02 Thread VELO
Or adobe at least can define something like this: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html VELO On Sun, Mar 2, 2008 at 12:03 PM, Sebastien ARBOGAST [EMAIL PROTECTED] wrote: I've just created an issue to ask for the deployment of BlazeDS artifacts to a public

[flexcoders] Tree Bug?

2008-03-02 Thread Rafael Faria
I'm almost finished with my Tree custom component. Just 2 things are bugging me a lot. Firstly, when i select a node (not editing), change tab on my firefox, and come back, it enters to editing mode without touching anything. Secondly, when i'm in the editing a node, and double click inside

Re: [flexcoders] RemoteObject + remote connection

2008-03-02 Thread [p e r c e p t i c o n]
i'm using FB3... ok...let me try to be more clear... in you remote-config.xml set your destination like this... destination id=Manager adapter ref=java-object / channels channel ref=my-amf / /channels properties sourcecom.something.somhow.someway/source

[flexcoders] How to add SOAP header to Flex generated webservice code?

2008-03-02 Thread Dave Kong
I have used the code generator in Flex and it was fairly smooth. All the web methods from the WSDL were corrected generated and call/result pairs come in bug-free. However, I can't figure out how to add some SOAP headers to the service so that every call can contain my headers. Does anyone have

[flexcoders] Re: Passing Parameters to flash file

2008-03-02 Thread Manjith
Hi Hob, Can you please send me a code sample. I tired with parameter string in HTML. But it didn't work. Thanks Manjith --- In flexcoders@yahoogroups.com, Hob Spillane [EMAIL PROTECTED] wrote: You can pass parameters to your SWF using the flashVars variable in your HTML wrapper. The

[flexcoders] Styles for disabled components?

2008-03-02 Thread Josh McDonald
Hi Guys, I've noticed that now I have styled various components (buttons etc), they look kinda stupid when enabled=false. Is there some sort of implied styleName, or a funky attribute selector you can use in the stylesheets that I don't know about? Cheers, -Josh -- Therefore, send not to know

[flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not IUIComponent?

2008-03-02 Thread Brian
I tried that - same problem. In Container.addChild(DisplayObject), the first thing it does is check to see if the object passed in is an IUIComponent. I just realized I'm still using Flex2. Did this change in Flex 3? Is that the problem? --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL

[flexcoders] Form validation - better tutorial, or is it really primitive?

2008-03-02 Thread Josh McDonald
Hey, I've been trying to brush up on my form validation stuff, and it doesn't really seem to do anything useful? Is there some sort of form.isValid method or something I can't seem to find? The stuff I've found online seems to be about forcing the mouseovers to appear, or implementing a huge

[flexcoders] Re: RTF vs RTE

2008-03-02 Thread aceoohay
Amy: Thanks for the post. No, actually I will be doing this in flex, not AIR. What I would like to do is to have a mini word processor that a user can edit and save RTF type files. I will define a tag such as [fieldName] or the like where the user can specify fields that are in the db. To

[flexcoders] Re: Tree Bug?

2008-03-02 Thread Rafael Faria
anyone? --- In flexcoders@yahoogroups.com, Rafael Faria [EMAIL PROTECTED] wrote: I'm almost finished with my Tree custom component. Just 2 things are bugging me a lot. Firstly, when i select a node (not editing), change tab on my firefox, and come back, it enters to editing mode without

Re: [flexcoders] Re: Tree Bug?

2008-03-02 Thread Sherif Abdou
u have a link or a bit of source code? try removing focus on the editing by listeneing to the stage leave - Original Message From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, March 2, 2008 10:12:00 PM Subject: [flexcoders] Re: Tree Bug? anyone? --- In

[flexcoders] Re: RTF vs RTE

2008-03-02 Thread Amy
--- In flexcoders@yahoogroups.com, aceoohay [EMAIL PROTECTED] wrote: Amy: Thanks for the post. No, actually I will be doing this in flex, not AIR. What I would like to do is to have a mini word processor that a user can edit and save RTF type files. I will define a tag such as

RE: [flexcoders] Re: RTF vs RTE

2008-03-02 Thread Randy Martin
Why not write Word XML directly? I write Excel XML directly from several apps, and create spreadsheets with merged columns, subtotals, totals, formulas, etc. directly with XML. ~randy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Sunday, March

RE: [flexcoders] CBA Choose AIR

2008-03-02 Thread Carson Hager
It's a combination of in house people and some Cynergy help as well out of our Sydney office. Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile:

RE: [flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not IUIComponent?

2008-03-02 Thread Alex Harui
If you have: var mc:MovieClip Then: Var uic:UIComponent = new UIComponent; uic.addChild(mc); titleWindow.addChild(uic) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Sent: Sunday, March 02, 2008 7:06 PM To:

RE: [flexcoders] Re: Tree Bug?

2008-03-02 Thread Alex Harui
On FOCUS_IN after an ACTIVATE, set editedItemPosition = null or call preventDefault on itemEditBeginning. If your custom editor is the itemEditor, you shouldn't be having this problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Styles for disabled components?

2008-03-02 Thread Alex Harui
For buttons, you should supply a disabledSkin, and set the appropriate disabledColor. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Sunday, March 02, 2008 6:37 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: Selecting Data grid rows with Check boxes,

2008-03-02 Thread Alex Harui
Nope, this kind of functionality is not built-in to the component From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Saturday, March 01, 2008 3:07 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Selecting

RE: [flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread Alex Harui
This test case is a fact of life. If you specify the main application domain, the module classes are merged with the main app classes and cannot be unloaded From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gaurav. Jain Sent: Sunday,

RE: [flexcoders] VerifyError: Error #1019: when upgraded to flex 3

2008-03-02 Thread Alex Harui
Make sure every SWF involved has been recompiled in 3.0 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of box110a Sent: Friday, February 29, 2008 7:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] VerifyError: Error #1019: when

RE: [flexcoders] Datagrid enter key on the last row

2008-03-02 Thread Alex Harui
I just tired it. It committed the change and then went back to editable which is how it is designed. You can set editedItemPosition=null if you don't want the editor. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shrike6_7 Sent:

Re: [flexcoders] Styles for disabled components?

2008-03-02 Thread Josh McDonald
Seriously, I have to create a new skin? Doesn't that render stylesheets rather impotent? On Mon, Mar 3, 2008 at 4:32 PM, Alex Harui [EMAIL PROTECTED] wrote: For buttons, you should supply a disabledSkin, and set the appropriate disabledColor. -- *From:*

RE: [flexcoders] Styles for disabled components?

2008-03-02 Thread Alex Harui
If you don't like what you see right now, you'll have to provide a skin, or subclass ButtonSkin or swap it out for your own code. The Button's disabled state is derived from the up state by tweaking some colors and the fillAlphas. You can always set a different styleName based on the enabled