[flexcoders] RemoteObject and the whitelist, etc.

2005-06-08 Thread Mike Anderson
Hello All, My network behind a firewall, is pretty elaborate - 3 private networks (192.168.1.x through 192.168.3.x) in addition to the actual Web Domains that the outside world maps to (in which we own 50 unique domains). So, with that said, during development, how can I open up everything so

[flexcoders] IIS serving Flex pages?

2005-06-08 Thread Mike Anderson
Hello All, This topic may have been covered under a different topic or context (one I didn't identify with) so I apologize if this has been covered before. Since Flex runs on a funky port (8000, 8700, etc.) and people are used to seeing just normal URLs in their browser window when surfing the

RE: [flexcoders] Flash Remoting DataGlue equivalents for Flex?

2005-06-05 Thread Mike Anderson
: //livedocs.macromedia.com/flex/15/flex_docs_en/0218.htm On 6/4/05, Mike Anderson mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hello, In my existing Flash Application, I would bring back a Table object from my Remoting Call. In this particular Table, I have 10 records, each comprised of a Text Value

[flexcoders] Flash Remoting DataGlue equivalents for Flex?

2005-06-04 Thread Mike Anderson
Hello, In my existing Flash Application, I would bring back a Table object from my Remoting Call. In this particular Table, I have 10 records, each comprised of a Text Value and a Numeric ID value. In Flash MX, in order for the proper Values to bind to the proper portions of the ComboBox, I had

RE: [flexcoders] Flash Remoting DataGlue equivalents for Flex?

2005-06-04 Thread Mike Anderson
ders] Flash Remoting "DataGlue" equivalents for Flex? If you run into problems, post the code you do have up for the group to look over. On 6/4/05, dave buhler [EMAIL PROTECTED] wrote: http://livedocs.macromedia.com/flex/15/flex_docs_en/00000218.htm On 6/4/05, Mike Anders

RE: [flexcoders] Massive JRun4 Problems - and your advice for resources...

2005-05-31 Thread Mike Anderson
, but is not intuitive. I then created a new Jrun server to run as an application, and have had no problems since. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Monday, May 30, 2005 11:10 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Massive JRun4 Problems - and your advice for resources...

2005-05-31 Thread Mike Anderson
for development. My main point, is do not use the JRun admin console to start/stop Windows service-based servers. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Tuesday, May 31, 2005 12:55 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Form Questions (and frustrations)

2005-05-30 Thread Mike Anderson
Okay, So with that said, why are the Form and FormItem tags mentioned so often in every example I see? Or is this just another tool that the developer can select from, in order to make the workflow easier? But at the same time, it's not absolutely necessary that the developer go that

[flexcoders] Questions on Containers, and their drag-ability

2005-05-30 Thread Mike Anderson
Hello All, Of course, all containers have their specific uses, and depending on the preferences of the developer, a container that works well for one developer, may not be the preference for another developer. I can see this confusing some beginner developers, that may be confused as to which

RE: [flexcoders] Form Questions (and frustrations)

2005-05-30 Thread Mike Anderson
Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: Mike Anderson [mailto:[EMAIL PROTECTED] Sent: Monday, May 30, 2005 1:51 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Form Questions (and frustrations) Okay, So with that said, why are the Form and FormItem tags mentione

[flexcoders] Massive JRun4 Problems - and your advice for resources...

2005-05-30 Thread Mike Anderson
Hello All, I know JRun4 questions are slightly off-topic, but my questions are directly related to Flex, as without a functioning JRun4 server, the Flex 1.5 Server is pretty much useless. As much as Macromedia makes impressive products, I am completely blown away as to crappy reliability of

[flexcoders] Cairngorm Confusion

2005-05-25 Thread Mike Anderson
Hello Everyone, I want so terribly to assimilate Flex into my programming life, as I can see the true potential of it now. Coming from the Flash MX 2004 and AS2.0 programming background, I can truly appreciate the power Flex offers. Since I am starting with a clean slate using Flex, I am

[flexcoders] Terribly confused on which methodology...

2005-05-24 Thread Mike Anderson
Hello All, I am converting a Flash MX app into a Flex App - but am super confused as to which Containers I should select, and which method I should use when creating a Data Model. One that can collect information from multiple Forms - which are from separate MXML files that get loaded into each

[flexcoders] Problems using percentage in Width property for container...

2005-05-23 Thread Mike Anderson
I am terribly confused, especially since FlexBuilder 1.5 docs go out their way, to say that the old widthFlex and heightFlex properties are deprecated. According to the docs, I just use Width and Height - and stick the percentage number in there. I am getting errors during compilation, and this

RE: [flexcoders] Problems using percentage in Width property for container...

2005-05-23 Thread Mike Anderson
this error. Which version of Flex you are using? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Tuesday, May 24, 2005 8:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problems using percentage in Width

[flexcoders] Remoting Examples for Flex?

2005-05-18 Thread Mike Anderson
Hello All, I just joined this list recently -as I came over from the FlashCoders list. I am sure most of you on this list, are also from FlashCoders, since Flex isso closely related to Flash. I've been searching the Docs best I can - and I haven't found any examples or instructions on

RE: [flexcoders] Remoting Examples for Flex?

2005-05-18 Thread Mike Anderson
Wonderful! Thanks for your help, Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kent HenneuseSent: Wednesday, May 18, 2005 3:03 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Remoting Examples for Flex? Checkout the FlexExplorer samples.

[flexcoders] Can Flex make .NET Remoting Calls?

2005-05-18 Thread Mike Anderson
Hello All, Iextensively usethe Remoting Components for .NET in regards to the Flash MX 2004 environment. Provided everything is in place, and working properly for Flash, this should theoretically work if I make calls to the same services using Flex correct? Could you all clarify that

RE: [flexcoders] Remoting Examples for Flex?

2005-05-18 Thread Mike Anderson
Steven, As funny at it sounds, I just ordered your book from Amazon this morning - so of course, I got a good chuckle after visiting your website and seeing the book you just suggested. So, I anxiously await for the bookdue to be deliveredtomorrow - especially if it covers remoting

RE: [flexcoders] Can Flex make .NET Remoting Calls?

2005-05-18 Thread Mike Anderson
BEAUTIFUL! It would make sense, that they would reuse the .NET .dll library(that we paid so dearly for) - as I would be super irritated if that was no longer usable, and we had to purchase yet another software component just to use a non-Macromedia product to pull in external data.

<    1   2   3