Re: RES: [flexcoders] Re: code out of sync with flash builder

2011-11-10 Thread Hans Goeckel
Just tried it and it worked. Thanks

[flexcoders] Re: code out of sync with flash builder

2011-11-10 Thread Hans Goeckel
My code only occasionally goes out of sync, and it's not clear why. Switching projects sometimes fixes it, but not always. I've also deleted the project and then imported the project from my XP where it is not out of sync, but that's not 100% either. It acts like the cache used in

[flexcoders] Re: code out of sync with flash builder

2011-11-08 Thread Hans Goeckel
I've had a similar problem. Flash Builder shows me the current source when debugging, but when you try to step through it, it is obviously running a previous version of the source. What fixed it for me is to switch to another project in the workspace, compile it, then return to the main

Re: [flexcoders] Flex Webservices

2010-06-08 Thread Hans Wichman
Hi Jenn, this might be related to something completely different, but if you import mx.rpc.soap.WebService and create it manually you can simply call the method on it with all the parameters you want without using mxml. Is that what you mean? regards Hans On Tue, Jun 8, 2010 at 7:34 PM

Re: [flexcoders] Problem with data displayed in Drop Down, versus actual underlying data

2010-06-07 Thread Hans Wichman
, but maybe the workaround works for you as well. regards Hans On Mon, Jun 7, 2010 at 8:59 PM, Mike Anderson m...@anderson.net wrote: Hello All, I am banging my head on the wall with this issue - I have 1 dropdown control's dataProvider, tied to the remoting results of another dropdown's database

Re: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp)

2008-01-28 Thread Hans
, Array) #1 *url*/amfphp19/ core/amf/ app/Gateway. php(191): header('Content- type: a...') #2 *url*/amfphp19/ gateway.php( 155): Gateway-service( ) #3 {main} thrown in *url*/amfphp19/ core/amf/ app/Gateway. php on line 191 --- In [EMAIL PROTECTED] ups.com, Hans hans_vandevelde@ ... wrote

Re: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp)

2008-01-28 Thread Hans
Please check if the encoding of the database and all the tables are in Unicode/UTF-8 and if the PHP files themselves are saved as UTF-8 encoded files. - Original Message From: ericbichara [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 28 January, 2008 9:04:49 PM

[flexcoders] Maintaining component state across sessions

2007-12-19 Thread Hans Omli
I need to maintain the state of a handful of components across sessions in an AIR/Flex app. I've written a HistoryManager, but it doesn't go down to the level of selected item, which nodes are opened/closed, scroll position, and so on. The data for all components is dynamic, so I also need to

Re: [flexcoders] Subclipse 1.0x and Flexbuilder 3 beta 2

2007-11-05 Thread Hans Omli
I think you mean Subclipse 1.2.4? Anyway... to get it working: Help Software Updates Find and Install... Search for new features to install New Remote Site... Name: Subclipse URL: http://subclipse.tigris.org/update_1.2.x; Select Europa Discover Site then click Finish Select Europa Discovery

[flexcoders] webservice inheritance problem

2007-10-25 Thread Hans
Hi list, I use a webservice method that needs a collection of a certain type. This type is an abstract class of which 2 implementations exist. If I call this method and pass in an arraycollection with 2 instances (one for each implementation), it occurs that the SOAP request being created ignores

[flexcoders] Re: Joining two (or more) ArrayCollections

2007-10-22 Thread Hans
newAC:ArrayColleciton = new ArrayCollection(ac1.toArray().concat(ac2.toArray())); --- In flexcoders@yahoogroups.com, Andrew Mikkelsen [EMAIL PROTECTED] wrote: I've been searching and searching on this, but I can't seem to find an answer on how to do this. Surely, someone, somewhere must have

[flexcoders] Update Flash player 9 (H.264)

2007-09-28 Thread Hans
Hi list, does somebody know when the Flash Player 9 update supporting H.264 video will reach its release version? We're currently developing a solution playing high definition videos in sequence and we're hoping for a release version as soon as possible. Best regards, Hans Van de Velde.

[flexcoders] Interface class for states?

2007-01-15 Thread Van De Velde Hans
mx:State name=normal /mx:State mx:State name=icon /mx:State mx:State name=edit /mx:State Is there a way to check for the presence of these states when compiling? Like the implementation of an interface class checking for the presence of certain methods. Thanks, Hans.

RE: [flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread Van De Velde Hans
The gridlayout behaves like an HTML table: check the help for mx.containers.Grid,mx.containers.GridItem mx.containers.GridRow -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Webdevotion Sent: maandag 15 januari 2007 15:52 To:

RE: [flexcoders] Interface class for states?

2007-01-15 Thread Van De Velde Hans
the GeneralPortlet class implements has at least these states: mx:states mx:State name=minimized /mx:State mx:State name=maximized /mx:State mx:State name=normal /mx:State mx:State name=icon /mx:State mx:State name=edit /mx:State /mx:states Can this be done? wkr, Hans

RE: [flexcoders] Client logging

2007-01-10 Thread Van De Velde Hans
No, you're wrong. Check http://osflash.org/xray http://osflash.org/xray and there are also many runtime trace panels out there that dump messages to the panel via LocalConnection (for ActionScript 1, 2 3) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] customising preloader

2006-12-14 Thread Van De Velde Hans
http://www.onflex.org/ted/2006/07/flex-2-custom-preloaders.php http://www.onflex.org/ted/2006/07/flex-2-custom-preloaders.php http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.ph p

RE: [flexcoders] Preventing double clicking on a datagrid header !

2006-12-14 Thread Van De Velde Hans
Have you tried the attribute doubleClickEnabled=false ? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: donderdag 14 december 2006 17:49 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Preventing double clicking on a

RE: [flexcoders] customising preloader

2006-12-14 Thread Van De Velde Hans
[mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: 14 December 2006 16:31 To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] customising preloader http://www.onflex. http://www.onflex.org/ted/2006/07/flex-2-custom-preloaders.php org/ted/2006/07/flex-2-custom-preloaders.php

RE: [flexcoders] customising preloader

2006-12-14 Thread Van De Velde Hans
. (Hope this helps) -Original Message- From: Van De Velde Hans Sent: donderdag 14 december 2006 18:08 To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] customising preloader Now, I think with the example on the pages below : If you don't set the WelcomeScreen's property

RE: [flexcoders] OS detect

2006-12-12 Thread Van De Velde Hans
Check the Help for flash.system.Capabilities : ex. var versionString:String = flash.system.Capabilities.version; Alert.show(versionString:+versionString); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chrislee943 Sent: dinsdag 12 december

RE: [flexcoders] How to disable a mouse over?

2006-12-12 Thread Van De Velde Hans
{ g.moveTo( x, y + 1 ); } } } What I want is to avoid a mouseOut below when rolling over a dotted line, thanks in advance. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: maandag 11

RE: [flexcoders] Default value for combo boxes

2006-12-12 Thread Van De Velde Hans
Usually, I just add a first element in the dataProvider of the ComboBox. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stephen50232 Sent: dinsdag 12 december 2006 12:48 To: flexcoders@yahoogroups.com Subject: [flexcoders] Default value for

RE: [flexcoders] Re: Default value for combo boxes

2006-12-12 Thread Van De Velde Hans
value for combo boxes --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Van De Velde Hans [EMAIL PROTECTED] wrote: Usually, I just add a first element in the dataProvider of the ComboBox. -Original Message- From: [EMAIL PROTECTED] mailto:flexcoders

RE: [flexcoders] Re: How to disable a mouse over?

2006-12-12 Thread Van De Velde Hans
PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Van De Velde Hans [EMAIL PROTECTED] wrote: Some extra info to facilitate any response, so I have a container for the timeslots : mx:HBox id=timeSlotContainer horizontalGap=0 mouseEnabled=false mouseFocusEnabled=false

[flexcoders] How to disable a mouse over?

2006-12-11 Thread Van De Velde Hans
setting mouseEnabled and mouseFocusEnabled to false, but no luck. Setting enabled to false completely blocks all mouseOvers below. Thx, Hans.

RE: [flexcoders] How to remove shadow

2006-12-11 Thread Van De Velde Hans
Hi, you can either put another BitmapFilter on the UIComponent or simply try this in the creationComplete handler to remove the shadow: filters = new Array(); wkr, Hans. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent

RE: [flexcoders] Re: How to remove shadow

2006-12-11 Thread Van De Velde Hans
or just Panel{ dropShadowEnabled = false; } (without the dot) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of camlinaeizerous Sent: maandag 11 december 2006 19:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to remove

RE: [flexcoders] Re: fading htmlText - doesn't fade with my other stuff in my VBox, why how to fi

2006-12-11 Thread Van De Velde Hans
What you can do is put a layer above your text in the same color as you text background and fade out the overlayer. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of camlinaeizerous Sent: maandag 11 december 2006 17:41 To:

RE: [flexcoders] Function Error

2006-12-05 Thread Van De Velde Hans
Or you forgot text1 Anyway, I think it's better to keep your mx:Script - tag in the root node, here it's in the mx:Button - node -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Mineault Sent: dinsdag 5 december 2006 6:33 To:

[flexcoders] styleSheet on mx.controls.Text

2006-10-18 Thread Van De Velde Hans
, Hans. __._,_.___ -- 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

RE: [flexcoders] adding btuttons to panle titel bar

2006-10-18 Thread Van De Velde Hans
Title: Message A quick and dirty way is to put your panel into a canvas and superposition your buttons over your panel with absolute positioning. -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learnerSent: woensdag 18 oktober

[flexcoders] Problem with extending mx.controls.DataGrid

2006-10-03 Thread Van De Velde Hans
Hi list, I'm busy skinning the DataGrid by extending mx.controls.DataGrid, but I get an error when using the mx:columns - tag with the extended DataGrid component : Could not resolve mx:columns to a component implementation. Does anybody have a fix? Wkr, Hans. -- Flexcoders Mailing List

RE: [flexcoders] Problem with extending mx.controls.DataGrid

2006-10-03 Thread Van De Velde Hans
Naturally, I can obtain my goal by setting the columns array with DataGridColumns with code, but it's less elegant I think. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: dinsdag 3 oktober 2006 14:48 To: 'flexcoders

[flexcoders] custom DataGridItemRenderer

2006-09-27 Thread Van De Velde Hans
Hi list, does anyone have an example about how to create a custom DataGridItemRenderer? :-} What I want to do is create a list in which only the last field is a clickable More information button. As data, I have an unique identifier. Any input is welcome. Thx, Hans. -- Flexcoders Mailing

Re: [flexcoders] Re: Beta Flex 2 release Date? Any one for a Guess

2006-01-08 Thread Hans Omli
To clarify, will I also need a license for Flex Enterprise Services (in addition to Flex Builder 2 and CFMX7) to publish and subscribe between a Flex client and a CFC? Or will basic pub/sub functionality be built directly into CFMX7 apart from any need for FES? Do you think you can use the

RE: [flexcoders] Poll: Flex developer US$ rate?

2005-11-18 Thread Hans Omli
Rates vary widely depending on type of gig (consulting, contractor, or employee), industry, location, depth of knowledge in software engineering, experience with flash and other related technologies, and so on. I'd expect a highly experienced Flex developer that runs a consulting firm to bring in

RE: [flexcoders] cairngorm framework and flex 2.0

2005-10-19 Thread Hans Omli
You can call services however you want with the framework. This is the purpose of the service locator pattern. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dominick_nvn Sent: Wednesday, October 19, 2005 4:43 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Hans Omli
Agreed. It's pretty difficult to compete with free. That said, leading an open source project can be a good career move, so maybe someone in the CF community will come up with one. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of SpikeSent: Tuesday, October 18,

RE: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Hans Omli
That said, I wonder if we shouldn't monitor the new Macromedia Labsforums for awhile before making any decisions on whether to create new lists. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Tuesday, October 18, 2005 2:28 PMTo:

RE: [flexcoders] Macromedia Labs site

2005-10-17 Thread Hans Omli
Ben Forta puts it best... The Wiki is written in PHP, because it is the best Wiki software out there (the one used by Wikipedia and others). And thus far no one has ported it to CF, or even written a CF Wiki (that we know of). -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: how can I change the default browser in Flexbuilder 2?

2005-10-17 Thread Hans Omli
Preferences General Web Browser From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich RodeckerSent: Monday, October 17, 2005 1:41 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: how can I change the default browser in Flexbuilder 2? well, i disovered

[flexcoders] Eclipse setup for Cairngorm (and a huge thank you!)

2005-05-20 Thread Hans Omli
I was just aboutto post a question about the .classpath files included in the samples, and how you're working with the samples in Eclipse. I havea question before I wait patiently for the whitepaper... It appears you're not using Sysdeo's Eclipse Tomcat Launcher plugin. If this is correct, I

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Hans Omli
I'm having a similar issue. After changing db_path in /WEB-INF/classes/store.cfg to an absolute path, I get: Error: Unresolved compilation problems: The import org.apache.commons cannot be resolved The import org.apache.commons cannot be resolved log cannot be resolved

Re: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Hans Omli
I'm running Tomcat. I see two log4j warnings when launching Tomcat through Eclipse: log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase). log4j:WARN Please initialize the log4j system properly. Then I get the following error when I run Main.mxml:

Re: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Hans Omli
I resolved the log4j warnings. I had imported log4j.properties into the wrong webapp. :-( However, I still get the unresolved compilation problems. Any ideas? On 5/19/05, Hans Omli [EMAIL PROTECTED] wrote: I'm running Tomcat. I see two log4j warnings when launching Tomcat through Eclipse

Re: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Hans Omli
Resolved the compilation problems. I needed to add the libraries to the Tomcat project I'm using in Eclipse, not just import the libraries into the lib folder. On 5/19/05, Hans Omli [EMAIL PROTECTED] wrote: I resolved the log4j warnings. I had imported log4j.properties into the wrong webapp

[flexcoders] How to configure MXML schema in Eclipse + OxygenXML 6?

2005-05-18 Thread Hans Omli
Has anyone successfully set up tag insight withEclipse andthe new version of OxygenXML. I had no trouble with OxygenXML 5.1, but can't seem to get tag insight working with 6.0. Thanks! Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/

RE: [flexcoders] E4X in Flex 2.0, part 1: Reading XML

2005-05-17 Thread Hans Omli
Title: Message I don't suppose we'll be reading part 2 of this email via FlexCoders then. ;-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon SmithSent: Tuesday, May 17, 2005 5:15 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] E4X in Flex

RE: [flexcoders] FLEX and CF7..

2005-05-12 Thread Hans Omli
It depends what you're trying to accomplish and what metric you use to measure performance. The price-to-performance ratio, however, is best with Tomcat. ;-) On a more serious note, my take on why Flex doesn't include a JRun license is that it is being targeted toward Enterprises who are very

[flexcoders] Copyright Symbol in MXML using Eclipse and OxygenXML

2005-05-10 Thread Hans Omli
Anyone know how to insert a copyright symbol in a label, such as mx:Label text=Copyright 2005 /, when using Eclipse with OxygenXML?I get the following error: Error parsing MXML document: encoding is specified as UTF-8 but the file is not UTF-8 encoded.I don't get this error if I do the same

RE: [flexcoders] MXMXL Editor

2005-04-14 Thread Hans Omli
In addition to FlexBuilder, I use Eclipse with the following plug-ins installed: * OxygenXML for coding MXML (can also use JavaScript editor for Actionscript) * CFEclipse for CFML and CFCs * Sysdeo for controlling Tomcat from within the IDE * Eclipse's built-in Java support for POJOs that will

Re: Can I add scrollbar to a menu?

2004-05-11 Thread Hans Omli
% sure but i think Menu is List-based component Regards Eric Message du 06/05/04 17:14 De : Hans Omli A : flexcoders@yahoogroups.com Copie à : Objet : [flexcoders] Can I add scrollbar to a menu? Anyone been able to figure out how to limit the number of rows that appear

Can I add scrollbar to a menu?

2004-05-06 Thread Hans Omli
Anyone been able to figure out how to limit the number of rows that appear in an instance of a menu component, automatically adding a scrollbar if there are too many items to display at once? It appears the menu component ignores the size of the application window and extends right off the