[flexcoders] Re: Windows Vista Flex

2007-02-17 Thread wesubotnix
My collegue tried to install eclipse and the flexbuilder plugin on a vista machine and recieived an error. When looking into the error log we found that a library couldn´t be found. The error log looked like something we found described by Michael Simpson (2007-01-16 12:29:11), at this page:

[flexcoders] Re: Browser-difference Netconnection AMF0

2007-01-19 Thread wesubotnix
. On 1/18/07, wesubotnix [EMAIL PROTECTED] wrote: Hi, After compiling old (Flex 2.0) classes within the 2.01 framework, our amfphp-connection stops working in some client browsers. A NetConnection.Call.BadVersion. error is thrown. The strange thing is that it works fine in Internet

[flexcoders] Browser-difference Netconnection AMF0

2007-01-18 Thread wesubotnix
Hi, After compiling old (Flex 2.0) classes within the 2.01 framework, our amfphp-connection stops working in some client browsers. A NetConnection.Call.BadVersion. error is thrown. The strange thing is that it works fine in Internet Explorer 6, but not IE7, or Firefox2. Could there be a

[flexcoders] OFFTOPIC: Flexmascard

2006-12-20 Thread wesubotnix
Here is our Christmas card made in Flex: Merry Christmas everybody! http://www.delc.dk/julekort2006/ Would be nice to see other flexmascards Thanks! Fredrik

[flexcoders] Re: Flex Data Services - Client.Data.UnderFlow

2006-11-05 Thread wesubotnix
The problem was actually solved (or avoided) by switching from the default gateway to the debugger gateway But i`m still very curious to know more about this strange problem /fredrik --- In flexcoders@yahoogroups.com, wesubotnix [EMAIL PROTECTED] wrote: Hi, When switching

[flexcoders] Re: Flex Data Services - Client.Data.UnderFlow

2006-11-03 Thread wesubotnix
Hi, When switching to communicate with a copy of my database on a testserver (with mysql server at localhost) I very very slowly receive some initial data from the database. At the third sql-call it breaks...I get this same error. netStatusHandler: [NetStatusEvent type=netStatus

[flexcoders] code-hinting disappears in classpath

2006-09-27 Thread wesubotnix
Hi, This is the case: 1. I have some classes from a svn checkout, created as a simple project. 2. I have a Flex Project that adds this first path as its classpath (project build path). This is the problem: - Why doesn´t code-hinting appear when editing my classes (doesn´t matter if I work with

[flexcoders] Re: Playing back a SWF with Flex

2006-09-01 Thread wesubotnix
Easier than LocalConnection is compiling the swf using the Flash9 alpha version. Then using the SWFLoader, and on event complete you should typecast the content to a movieclip, then just use the normal gotoAndPlay(), gotoAndStop()whenever you wish /Fredrik Sandberg --- In

[flexcoders] Re: Playing back a SWF with Flex

2006-09-01 Thread wesubotnix
You should use flash.display.MovieClip.. /Fredrik --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: I was looking into docs (flash.display.AVMMovie), didn't found any method (gotoAndPlay etc)... I guess, docs are not updated ? -abdul -- Flexcoders Mailing

[flexcoders] Re: Migrating to Flex 2.0 - need a good place to start

2006-06-14 Thread wesubotnix
I don´t understand this. Browsing the documentation, Flex 2.0 Developer's Guide Customizing the User Interface Localizing Flex Applications, I find: The localization feature currently supports static inclusion of localized resources and not dynamic retrieval of resources at run time. I don´t

[flexcoders] Why suddenly these ugly transparent popups

2006-06-08 Thread wesubotnix
I have some problem with my popups, which has never occured before. Now they suddenly show up with a transparent titlebar. Very ugly! The titlebar says: mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; width=800 height=600 showCloseButton=true close=PopUpManager.removePopUp(this);

[flexcoders] Re: Why suddenly these ugly transparent popups

2006-06-08 Thread wesubotnix
Thanks! That did it! styleName=opaquePanel it will set three styles for you and make the panel opaque. you can check this class definition in framework's default.css file. cheers, Jeremy. Yahoo! Groups Sponsor ~-- Home is just a click

[flexcoders] AMFPHP v.s. HTTPService PHP ??

2006-04-22 Thread wesubotnix
Hi, Maybe someone here is able to explain the advantages about using AMFPHP AS 3.0 NetConnection compared to calling an URL through HTTPService, when loading (and manipulating) data from a mysql database? When setting up some tests and loading huge amounts of data I can´t see any big

[flexcoders] Re: AMFPHP v.s. HTTPService PHP ??

2006-04-22 Thread wesubotnix
defeating the purpose of using AMFPHP to give you a native record set. In that case, I'd stick to HTTPService. - Original Message - From: wesubotnix [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, April 22, 2006 3:06 AM Subject: [flexcoders] AMFPHP v.s. HTTPService

[flexcoders] combobox in popup-window

2006-03-02 Thread wesubotnix
My combobox doesn´t seems to work when using it in a popup-window. Can´t do the drop-down. Recievies error: Supplied index is out of bounds. It seems like the combobox can´t find automation values. Is it because the combobox also uses the popupmanager like the window it is located in? --