[flexcoders] Can somebody provide a baisc, simple, full Drag Panel sample?

2007-02-06 Thread Ralf Rottmann
I want to make a Panel drag-able so that users can arrange multiple panels the way they want within the application container. Can somebody provide the most basic sample which would allow a Panel to be dragable and possibly a second one which would create a custom DragPanel control which

[flexcoders] German messages in Eclipse Problems pane

2007-02-06 Thread Ralf Rottmann
I run Flex Builder 2.0.1 for Windows under the English version of Windows Vista and do get GERMAN error messages in the problems pane. Does anybody know where the language can be switched back to English? (I am based in Germany, so somehow Eclipse seems to know...)

[flexcoders] unsubscribe

2006-03-17 Thread Ralf Rottmann
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web site design

RE: [flexcoders] Re: Flex2 and Amfphp is it possible ?

2005-12-16 Thread Ralf Rottmann
. Just my 5 words to this discussion. Regards Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

Re: [flexcoders] Re: Web services: Question about array serialization

2005-12-14 Thread Ralf Rottmann
Title: Re: [flexcoders] Re: Web services: Question about array serialization You could however send XML and use .NET to easily populate a DataSet... -Original Message- From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Why does this effect not work?

2005-12-10 Thread Ralf Rottmann
and I would not count on having access to them in the future. The closer you can fit your code within the top level structure, the better luck you'll have porting apps in the future. Just some thoughts --- In flexcoders@yahoogroups.com, Ralf Rottmann [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] Re: Why does this effect not work?

2005-12-10 Thread Ralf Rottmann
have porting apps in the future. Just some thoughts --- In flexcoders@yahoogroups.com, Ralf Rottmann [EMAIL PROTECTED] wrote: Hi there, Following up on the recent posting related to Flex effects, can anybody comment on why the following very simple code excerpt does not work? All I want to do

Re: [flexcoders] Why does this effect not work?

2005-12-10 Thread Ralf Rottmann
work. Therefore, use a Dissovle instead for text specific fades... or embed the fonts. More context: http://www.jessewarden.com/archives/2005/10/mxeffectsfade_v.html - Original Message - From: Ralf Rottmann mailto:[EMAIL PROTECTED] To: Flexcoders@yahoogroups.com Sent: Friday, December 09

[flexcoders] Comments in source code

2005-12-09 Thread Ralf Rottmann
I wonder: Are there any specific rules for comments which might help to automatically assemble code doc later? Anything like // @Parameters: intheNumber:Number The number of loops to be done ? Ralf Rottmann | Director Sales Marketing VoicInt Telecommunications GmbH

RE: [flexcoders] Comments in source code

2005-12-09 Thread Ralf Rottmann
Thanks Philippe, I was aware of the two comment styles, my question was more about comment conventions which might be used to automatically craft dev docs in a later version. Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49

[flexcoders] Confused about namespaces

2005-12-09 Thread Ralf Rottmann
implementation. MainApplication.mxml Projekt_0.2 line 407 December 9, 2005 12:55:36 PM Error at compile time. Ralf Rottmann | Director Sales Marketing VoicInt Telecommunications GmbH | Lindemannstrasse 78 | 44137 Dortmund | Germany p: +49-(0)231-557402-11 | f: +49-(0)231-557402-99 | m:+49-(0)170-914

[flexcoders] Change an image dynamically

2005-12-09 Thread Ralf Rottmann
I have included an image control in my app: mx:Image id=imgPic1 source=@Embed(images/pic1.gif) / Next I am trying to programmatically change the image (in an event handler): [Embed(source=images/pic2.gif)] var _img:String; this.imgPic1 = _img as Image; However, nothing

RE: [flexcoders] Change an image dynamically

2005-12-09 Thread Ralf Rottmann
Found it. Needs to be: [Embed(source=images/pic2.gif)] var _img:String; this.imgPic1.source = _img; Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

[flexcoders] First week with Flex - An upshot

2005-12-09 Thread Ralf Rottmann
As we are approaching 7 pm in Germany (where I am based), I just wanted to post a big big big thank you to the list. Its been my first week with Flex and I gotta say: I LOVE IT! My company is currently in the process of evaluating its future strategic direction for thin/rich clients and

Re: [flexcoders] First week with Flex - An upshot

2005-12-09 Thread Ralf Rottmann
to hear you're finding Flex useful. Out of curiosity, are you using Flex 1.5, or the Flex 2 alpha? Thanks, Ely. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Friday, December 09, 2005 10:16 AM To: flexcoders

RE: [flexcoders] First week with Flex - An upshot

2005-12-09 Thread Ralf Rottmann
Jester, I couldnt resist 23:01 over here.. Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

RE: [flexcoders] Problem Adding Effects to Wrapped Label Control (Flex 1.5)

2005-12-09 Thread Ralf Rottmann
alphaTo= 1.0 duration= 1000/ /mx:Effect /mx:Application Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

[flexcoders] Why does this effect not work?

2005-12-09 Thread Ralf Rottmann
Title: Why does this effect not work? Hi there, Following up on the recent posting related to Flex effects, can anybody comment on why the following very simple code excerpt does not work? All I want to do is on click of the button fade the label from 0 to 1. private function

[flexcoders] Issue with States and Component creation (Flex 2.0 Alpha)

2005-12-08 Thread Ralf Rottmann
are not accessible prior to switching to it? Your advice is much appreciated! Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Part 2: Issues with State and Component creation (Flex 2.0 Alpha)

2005-12-08 Thread Ralf Rottmann
Here is some code which illustrates the issue: 1. The Component (File SystemMessage.mxml): ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.macromedia.com/2005/mxml xmlns=* mx:Label id=TheMessage/ /mx:Canvas 2. The main application (File

Re: [flexcoders] FocusInHandler Issue Part III

2005-12-08 Thread Ralf Rottmann
] On Behalf Of Ralf Rottmann Sent: Wednesday, December 07, 2005 11:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FocusInHandler Issue Part III Thanks Matt, Any idea when that build will come out? Best regards RR -- mobile: +49-(0)170-914-5495 email: [EMAIL PROTECTED

RE: [flexcoders] XMLSocket

2005-12-08 Thread Ralf Rottmann
I am using the Socket class and never experienced any difficulties. The asynchronous setup works perfect for me. Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

[flexcoders] Applying transition effects to Flex state transitions (Flex 2 Alpha 1)

2005-12-08 Thread Ralf Rottmann
Has anybody managed to apply effects to state transitions so does a currentState=xyz causes the new state to be effected in/out? Ralf Rottmann | Director Sales Marketing VoicInt Telecommunications GmbH | Lindemannstrasse 78 | 44137 Dortmund | Germany p: +49-(0)231-557402-11 | f: +49

[flexcoders] Limiting text input (ComboBox) to numbers

2005-12-08 Thread Ralf Rottmann
Hi there, How can I limit the possible characters which a user can enter into a TextInput or ComboBox control to lets say just numbers etc. R -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] TemplateMonster.com

2005-12-08 Thread Ralf Rottmann
-browser experience is important for you, Id second what others on the list have already said: Chances are it might be cheaper to just hire a professional web designer. Regards Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99

[flexcoders] Macromedia Podcasts

2005-12-07 Thread Ralf Rottmann
Hi there, I wonder whether Macromedia has stopped the podcast initiative at http://weblogs.macromedia.com/podcast/ since there is no activity since July? Does anybody know anything about it? Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

RE: [flexcoders] Macromedia Podcasts

2005-12-07 Thread Ralf Rottmann
with you guys, is there? Well, this is not ment to advertise the Microsoft show it's just to let you know that if done right I believe there would be a tremendously huge audience which would appreciate Macromedia podcasts. I am sure I would not be your only fan. :-) Ralf Rottmann

[flexcoders] mx.core::UIComponent/focusInHandler ?

2005-12-07 Thread Ralf Rottmann
I am experiencing weird runtime errors when I make selections in a MenuBar. I could not exactly replicate the issue as it happens intermittently but it seems to happen if the following sequence occurs: - Selection from MenuBar fires event. - Event handler changes state. - MenuBar

[flexcoders] FocusInHandler Issue Part II

2005-12-07 Thread Ralf Rottmann
In order to further track down the FocusInHandler issue, I have created a small Flex 2.0 Alpha project for you to import, which causes the error to occur. Maybe somebody from Macromedia has time to look into it. Download the complete Flex 2 Builder here:

[flexcoders] FocusInHandler Issue Part III

2005-12-07 Thread Ralf Rottmann
As the FocusInHandler issue is really starting to become critical for us prior to moving forward with our application, I have posted the downloadable source code along with a running version of the sample application at my blog http://www.rottmann.net/blog/?p=5 . I desperately hope

Re: [flexcoders] FocusInHandler Issue Part III

2005-12-07 Thread Ralf Rottmann
we drop. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Wednesday, December 07, 2005 2:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FocusInHandler Issue Part III As the FocusInHandler

[flexcoders] PDFs of Flex 2.0 Alpha documentation

2005-12-06 Thread Ralf Rottmann
Sorry for reposting this but I was wondering whether there are (printable) versions of the Flex 2.0 Alpha documentation (livedocs) available. Someone on the list said there are but I desperately could not find them. Can anybody point me into the right direction? Regards Ralf Rottmann

Re: [flexcoders] Where did the deletePopUp() method go? (Flex 2.0 Alpha)

2005-12-05 Thread Ralf Rottmann
the Builder and key in inside the script tag ... :-) This will popup all the functions that is available with a fairly decent amount of description. Just a friendly tip! :-) Regards Sree Ralf Rottmann wrote: Created a PopUp Window via Window Manager from MXML Application. PopUp Window contents

Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-05 Thread Ralf Rottmann
to access properties with win.XYZ method did not work. Second question: In the code example which you have submitted your window top popup is of class views.dataEntry.ConfirmScreen. How did you do that? Put the MXML Component in a folder /views/dataEntry/ConfirmScreen.mxml ? Regards Ralf Rottmann

Re: [flexcoders] Adding rows to a datagrid programmatically

2005-12-05 Thread Ralf Rottmann
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Monday, December 05, 2005 12:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adding rows to a datagrid programmatically I looked for tutorials on the labs site but could not find any. Can somebody send

[flexcoders] Effects on state change?

2005-12-05 Thread Ralf Rottmann
Title: Effects on state change? It's understood that effects defined via the showEffects attribute get active if visible becomes true. How about components and controls which become visible through mx:AddChild in an mx:State? Is there an easy way of assigning a show/hide effect to

RE: [flexcoders] how to handle an event dispatched by a tabnavigator component in main mxml

2005-12-05 Thread Ralf Rottmann
this helps a bit. Ralf Rottmann From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of padma vathi Sent: Montag, 5. Dezember 2005 08:56 To: flexcoders@yahoogroups.com Subject: [flexcoders] how to handle an event dispatched by a tabnavigator component in main mxml

Re: [flexcoders] Effects on state change?

2005-12-05 Thread Ralf Rottmann
effects on a per-instance basis by yourself. Check the Flex 2 Store sample, I'm pretty sure they did it the same way there. Dirk. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Monday, December 05, 2005 8

[flexcoders] Livedocs for Flex 2.0

2005-12-05 Thread Ralf Rottmann
By the way, is there a link to the Flex 2.0 Live docs anywhere? Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Livedocs for Flex 2.0

2005-12-05 Thread Ralf Rottmann
Thanks to all of you. I wonder whether there is a pdf version of it but chances are we gotta build a livedocs2pdf component with Flex 2.0 J Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL

Re: [flexcoders] Re: Closing via Menu VS via Shortcut Key

2005-12-05 Thread Ralf Rottmann
Title: Re: [flexcoders] Re: Closing via Menu VS via Shortcut Key Most browser do allow this but some will prompt with a warning message stating that a script is trying to close the current window. You can supress the warning programmatically for IE but I don't have the script at hand at

Re: [flexcoders] embeded link text in a label tag

2005-12-05 Thread Ralf Rottmann
Title: Re: [flexcoders] embeded link text in a label tag Afaik you would have to add a listener for the click event of the label. It should implement it as being a UIComponent. I guess if you just want specific words to be clickable you would either have to check x and y coordinates of the

[flexcoders] How to add an MXML component which is not in the root folder?

2005-12-04 Thread Ralf Rottmann
Hi there, I have an MXML Component in a sub folder of the Flex (2.0 Alpha) root. \MainApp.mxml \dialogs\LoginDialog.mxml The class Flex generates will be dialogs.LoginDialog.mxml In MainApp.mxml I want to use a state to add this dialog dynamically. If LoginDialog.mxml would

[flexcoders] Adding rows to a datagrid programmatically

2005-12-04 Thread Ralf Rottmann
I looked for tutorials on the labs site but could not find any. Can somebody send a code example of how to add a row to a datagrid programmatically? Best regards Ralf -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-03 Thread Ralf Rottmann
not work. Not can I access pop.LabelWelcome where LabelWelcome is the id of a Label Control in PopupDialog.mxml. I need directions! J Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txthttp://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-03 Thread Ralf Rottmann
Title: Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0 PopUpManager.removePopUp works fine for me. You gotta call it from within the component comprising the popup window. However I still have no answer as to how to pass parameters in and out of a popup. Anybody on

Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-03 Thread Ralf Rottmann
Title: Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0 Jeff, Do you know how to pass parameters into PopUps? Regards RR -- mobile: +49-(0)170-914-5495 email: [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com

RE: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-03 Thread Ralf Rottmann
do that? Put the MXML Component in a folder /views/dataEntry/ConfirmScreen.mxml ? Regards Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

RE: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-03 Thread Ralf Rottmann
it a bit confusing that Flesh Builder gives you only an excerpt of types available. Even if they are built into the player there could be a different icon for those but they should definitely be indicated in the IDE. Ralf Rottmann From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Where did the deletePopUp() method go? (Flex 2.0 Alpha)

2005-12-03 Thread Ralf Rottmann
deletePopUp error. At the start of the MXML Component I do have the following imports: import mx.containers.TitleWindow; import mx.managers.PopUpManager; Assigning a function to the click event and calling this.deletePopUp() doesnt help either. Any idea? Ralf Rottmann

[flexcoders] System.security.loadPolicyFile documentation errata

2005-12-02 Thread Ralf Rottmann
for connections via the HTTP, HTTPS or FTP protocol but also for Socket and XMLSocket. Best regards Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] To Moderator

2005-12-02 Thread Ralf Rottmann
I can replicate the issue however my posts never got lost, so I never had to resend. But yes, sometimes it takes quite long until a post gets distributed to the list. I don't know about the inner workings of Yahoolists but maybe posts get flushed out like 10 times a day instead of instant

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread Ralf Rottmann
Works with player 8.5 as well. The only weird thing is that initially the cursor already is in the first input field but you have to click it once more... Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL

[flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Ralf Rottmann
Hi there, I get a compile time Access of undefined property dispatchEvent error in a .as class file. I have imported flash.events.*; and mx.events.*; dispatchEvent is available in MXML files but I want to fire an event from an ActionScript class. Please help! Ralf Rottmann

[flexcoders] Events again...

2005-12-02 Thread Ralf Rottmann
Again an Event question with desperate need for help: Talking about Flex 2.0 Alpha. Two custom classes: ClassA and ClassB. Both .as files, so no MXML, no Component, not derived from any other built-in class. In ClassA you find something like that: public ClassA { private

RE: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Ralf Rottmann
The classes are not derived from anything. However if I type import mx.event. and wait, Eclipse does not offer EventDispatcher. There seems to be no EventDispatcher in that package Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f

Re: [flexcoders] Events again...

2005-12-02 Thread Ralf Rottmann
Title: Re: [flexcoders] Events again... Thanks. I'll give it a try. How about my second question: how can I propagate the event up to ClassA (fired in ClassB)? Regards RR -- mobile: +49-(0)170-914-5495 email: [EMAIL PROTECTED] -Original Message- From:

Re: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Ralf Rottmann
yourself. thanks, Martin Ralf Rottmann wrote: Hi there, I get a compile time Access of undefined property dispatchEvent error in a .as class file. I have imported flash.events.*; and mx.events.*; dispatchEvent is available in MXML files but I want to fire an event from an ActionScript

RE: [flexcoders] Events again...

2005-12-02 Thread Ralf Rottmann
else but not EventDispatcher. Alpha bug? Regards Ralf Rottmann From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Rottmann Sent: Freitag, 2. Dezember 2005 20:57 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Events again... Thanks. I'll

[flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-02 Thread Ralf Rottmann
(this); } ]] /mx:Script However trying to access pop.welcome from the parent does not work. Not can I access pop.LabelWelcome where LabelWelcome is the id of a Label Control in PopupDialog.mxml. I need directions! J Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

RE: [flexcoders] To Moderator

2005-12-02 Thread Ralf Rottmann
Somewhere I read that this list is moderated. This might be the explanation for varying distribution patterns. I am based in Germany and experience a much better performance at night time. Maybe Mr./Mrs. Moderator are from the US? :-) Ralf Rottmann -Original Message- From: flexcoders

Re: [flexcoders] Socket (not XMLSocket) Issue

2005-12-01 Thread Ralf Rottmann
@yahoogroups.com Sent: Wed Nov 30 18:23:20 2005 Subject: Re: [flexcoders] Socket (not XMLSocket) Issue Ralf Rottmann wrote: In another area of the application I want to call it like this: response = SendCommand(login name); Alert.show(response), Welcome to the world of asynchronous socket

RE: [flexcoders] Cross Server Socket Connection (NOT XMLSocket)

2005-12-01 Thread Ralf Rottmann
? Where should it be placed on the simple echo server? I doubt that it works with policy files. Any ideas? Ralf Rottmann From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Cox Sent: Donnerstag, 1. Dezember 2005 16:09 To: flexcoders@yahoogroups.com

RE: [flexcoders] Cross Server Socket Connection (NOT XMLSocket)

2005-12-01 Thread Ralf Rottmann
remains: Can a flash player open socket connections to *non web servers*. If not, this would mean a no go for a whole set of RIAs. Ralf Rottmann From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Cox Sent: Donnerstag, 1. Dezember 2005 16:26 To: flexcoders

Re: [flexcoders] Cross Server Socket Connection (NOT XMLSocket)

2005-12-01 Thread Ralf Rottmann
to the other server. From that point on the proxy behaves just like Regards, Ted Patrick From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Thursday, December 01, 2005 5:17 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Does System.security.loadPolicyFile work with Flex 2.0 Alpha for anybody?

2005-12-01 Thread Ralf Rottmann
me know (via the list) whether it works for you? We get no errors at compile time but at runtime Flash Player 8.5 alpha returns a Error #1069: Property security not found on class flash.system.System and there is no default value Your help is greatly appreciated. As always. J Ralf

Re: [flexcoders] Does System.security.loadPolicyFile work with Flex 2.0 Alpha for anybody?

2005-12-01 Thread Ralf Rottmann
2.0 Alpha for anybody? I think its flash.system.Security.loadPolicyFile() import flash.system.Security; Security.loadPolicyFile() Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Thursday

[flexcoders] Socket (not XMLSocket) Issue

2005-11-30 Thread Ralf Rottmann
Hi there, I have a fairly simple idea and need help: I want to build a simple socket connection (not XMLSocket!) to a server to exchange simple text based commands. The Flash Client sends a text command, the server answers with a response (text based). While this is very easy in e.g.

RE: [flexcoders] How to create XML Object from string (AS3: E4X)

2005-11-30 Thread Ralf Rottmann
Worked perfectly well. Thanks! Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL PROTECTED

[flexcoders] Passing Object to MXML Component?

2005-11-30 Thread Ralf Rottmann
to the MXML Component and inside the MXML Component I could access properties of this object via u.getLastname(); etc. However the Debugger tells me, that u is null in the MXML Component. Whats going wrong? Ralf Rottmann -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Strange Issue with Flex 2 Alpha States, MenuBar and Button Control

2005-11-29 Thread Ralf Rottmann
Dear Flexcoders, I encountered a strange issue today and would like to ask you for any hints. However it is somewhat difficult to describe the scenario. I give it a try: 1. In my application I have a MenuBar with a couple of MenuItems and an EventHandler for the Menu. 2. The