[flexcoders] Problem with using LocalConnection.domain on domain with special characters

2009-11-02 Thread bjorn
I'm using LocalConnection.domain to get the current domain - however I ran into a problem when the domain name has special characters (in my case moteklær.no http://xn--moteklr-rxa.no).. In IE it will return moteklær.no http://xn--moteklr-rxa.no In Firefox it will return moteklÁ|r.no In Chrome it

[flexcoders] Re: Combobox like on http://www.bombaysapphire.com

2009-08-11 Thread Bjorn Schultheiss
I'd say its custom. Really nice though. --- In flexcoders@yahoogroups.com, yonghan79 yongha...@... wrote: Hi all,i wonder does anyone ever before create combobox like the one here bombaysapphire.com born detail combobox http://www.bombaysapphire.com .What did the creator used?Thanks a

[flexcoders] Re: Bitmap downsampling

2009-07-02 Thread Bjorn Schultheiss
Can't believe this cost me 9 hours of brain time and the answer was in a constant all along. StageQuality.BEST Where's the documentation for this No-one is using, not even Aviary. thanks anyway Timmaay.. --- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote: Bjorn, Does

[flexcoders] Bitmap downsampling

2009-07-01 Thread Bjorn Schultheiss
Hi, I'm having a lot of trouble with down-sampling a bitmapData. I tried the smoothing option first public function produceResizedBitmapData(image:DisplayObject, transform:Matrix):BitmapData { var temp:BitmapData = new BitmapData(image.width, image.height, true, 0x00FF);

[flexcoders] Is SDK 3.4.0 a stable release?

2009-06-04 Thread Bjorn Schultheiss
Its bundled in the 4 beta but i cant find any documentation or a changes list for it.

[flexcoders] Re: GoogleMat� Sample Application

2009-06-04 Thread Bjorn Schultheiss
Would be nice with flex 4 and catalyst : ) --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi all, For any of you interested in learning more about the Mat� framework, I've created a sample http://timothyhoff.com/blog/ that's publically available. It's a simple AIR

[flexcoders] Re: GoogleMat� Sample Application

2009-06-04 Thread Bjorn Schultheiss
Yeah that's pretty cool. Cant wait to give catalyst a crack. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Coming, but the only thing that will be different will be the view code. :) -TH --- In flexcoders@yahoogroups.com, Bjorn Schultheiss bjorn.mailinglists@ wrote

[flexcoders] Re: Flex Framework Cache Statistics

2009-05-14 Thread Bjorn Schultheiss
good question. I would also like to know --- In flexcoders@yahoogroups.com, Nayan Savla nayansa...@... wrote: Hi All, I am just wondering if there is some data on the percentage of Flash players which would already have a the flex framework cache. Our application without the cache is 456Kb

[flexcoders] Re: Are you using the Marshall Plan?

2009-05-06 Thread Bjorn Schultheiss
? Have I been to vague? even if this is not the issue you were directly referring to? Thanks, Bjorn --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: I wouldn't say there's an exact methodology. We have some elements of agile (like iterations, unit tests, ability

[flexcoders] Re: create a thumbnail dynamically from large image using flex

2009-04-17 Thread Bjorn Schultheiss
--- In flexcoders@yahoogroups.com, stinasius stinas...@... wrote: any help guys? http://www.brooksandrus.com/blog/2009/03/11/bilinear-resampling-with-flash-player-and-pixel-bender/

[flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Bjorn Schultheiss
the threading not even working in gmail. a subject prefix would be nice aswell [adobeflexforum] or something, like [flexcoders] --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Paul Hastings paul.hastings@ wrote: As for threading, do you

[flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Bjorn Schultheiss
Who pays you to spend 10-20 hours a week? How do you afford this luxury? --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Sam Lai samuel.lai@ wrote: I'm not on the forums, but they should be sending out the mailing-list header in each

Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-02 Thread bjorn
Embedding fonts is a major one ... - bjorn 2009/4/2 Gregor Kiddie gkid...@inpses.co.uk I don’t think FB will generate modules reports for you, and I certainly cannot see any options that would. Can I suggest using ANT to compile your app? It gives you much more flexibility for precisely

[flexcoders] Re: New Adobe forums coming!

2009-04-02 Thread Bjorn Schultheiss
Will the forums replace flexcoders? --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: Hi all, If you've been using the Adobe forums via the web interface recently you probably saw notices that we're introducing a huge upgrade to the forum system. We're combining the

[flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Bjorn Schultheiss
Agreed.. Welcome flexcoders-scott-barnes http://groups.yahoo.com/group/flexcoders-scott-barnes I didn't really feel like it fit under the tech category so i placed it under online relationships. Enjoy We now have a place for all of our Scott Barnes loves Adobe conversations. --- In

[flexcoders] Re: Ribbon in FLEX

2009-03-30 Thread Bjorn Schultheiss
Good point, Its difficult in an application with so many functions though. Take CS4, the tools panel in Photoshop seems to work for trained designers, but when it got introduced into Flash CS4 with the collapsed panels, its difficult to know which icon to click when they're not all familiar.

[flexcoders] Re: I want to use Flex Builder 3 to develop Flash Games

2009-03-30 Thread Bjorn Schultheiss
compiling time even quicker. The factories are basically used to instantiate everything your main game will require. Bjorn --- In flexcoders@yahoogroups.com, Axonn theax...@... wrote: Hi Doobie! You said: You might want to organize things differently. Assuming that Game.as is your main

[flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-25 Thread Bjorn Schultheiss
How long has it been since the compile time has been taking that long? --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: We clearly need to see your application and understand your system configuration. This is obviously something going very wrong, I can't imagine your

[flexcoders] Re: Modules, Cairngorm and Garbage Collection

2009-03-25 Thread Bjorn Schultheiss
are refreshed. That app was cairngorm and used modules. it also helps to remove the CairngormEventDispatcher singleton. Basically we never unloaded. We just made sure the data was fresh. Even with the profiler it is near impossible to keep track of all your references, even without Cairngorm. Bjorn

[flexcoders] Re: Modules, Cairngorm and Garbage Collection

2009-03-24 Thread Bjorn Schultheiss
Here's my ignorant statement for the week. Having a module that is built using Cairngorm unload cleanly is not worth the effort required to make it work. --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: I'm loading module via a command, so that it can be loaded form

[flexcoders] Remove 'maximize'-icon from window (Adobe AIR)?

2009-03-23 Thread bjorn
I'd think setting maximizable = false in the application xml would remove the icon from the title bar, however this does not seem to do the trick. I know I can set showFlexChrome to false and then make my own title bar (without the maximize button), but this seems a bit backwards when all I want

[flexcoders] AIR: WindowedApplication.exit() does not remove process

2009-03-16 Thread bjorn
I've tried closing an AIR application with exit() and NativeApplication.nativeApplication.exit() - in both cases the app closes but I still see the process running in Windows' task manager. Anyone know what the cause of this might be? -- http://www.juicability.com - flex

[flexcoders] Open native file browser from Air

2009-03-11 Thread bjorn
I don't mean the native file browser that lets you select a file (FileReferenceList), I mean opening ie. on windows explorer and let the user browse around as normal. Is this possible? Tried navigateToURL with file:// but that just opened the browser in the directory. I'd like to open the file

[flexcoders] Re: AMF and sending/receiving pictures

2009-03-06 Thread Bjorn Schultheiss
Yes, AMF3 supports the ByteArray class. Images can be written into a ByteArray and then sent over Amf. Bjorn --- In flexcoders@yahoogroups.com, Weyert de Boer w...@... wrote: Does anyone know if there are any solutions to allow sending pictures from the AMF server-side to the Flash/Flex

[flexcoders] Re: Scale To Fit

2009-03-05 Thread Bjorn Schultheiss
I've got a measuring class to do it. Scale to fit, fill, stretch and center. it return a matrix of the values. --- In flexcoders@yahoogroups.com, pliechty pliec...@... wrote: Does Flex have a scale to fit mechanism? I would like to scale a component to fit in the visible screen space.

[flexcoders] Re: try, catch, finally ...

2009-03-04 Thread Bjorn Schultheiss
In my experience try/catch blocks have been most useful in dealing with sdk component life-cycle errors. It is useful to throw custom errors for debugging purposes but rarely do i need to handle them in a production environment and run another process. Bjorn --- In flexcoders

[flexcoders] Re: Passing params (flashvars) to sub-applications

2009-03-03 Thread Bjorn Schultheiss
Application.creationComplete should be fine. on your Loaders try Event.INIT I'm passing flashVars from shell to modules fine, don't see why there would be any hurdles with sub-applications. --- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@... wrote: I just did a quick trace test,

[flexcoders] Re: Flex 3.3 SDK and AdvancedDataGrid

2009-03-03 Thread Bjorn Schultheiss
From the release notes A new version of the data visualization libraries needs to be downloaded and installed into the SDK 3.3 installation to leverage features such as charts and the Advanced DataGrid. The library can be downloaded from the main Flex download page:

[flexcoders] Re: Passing params (flashvars) to sub-applications

2009-03-03 Thread Bjorn Schultheiss
. Bjorn --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Those traces tell me it should be working, that the embedded app is ready when the host app attempts to communicate with it. Tracy _ From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] Re: Getting ByteArray.uncompress() to work in Flash - looking for an example tex

2009-03-01 Thread Bjorn Schultheiss
ASCompress supports GZIP http://code.google.com/p/ascompress/ --- In flexcoders@yahoogroups.com, David Adams dpad...@... wrote: On Sun, Mar 1, 2009 at 9:06 PM, Cato Paus ca...@... wrote: go here http://onrails.org/articles/2007/11/27/flash-utils-bytearray-compressing-4-1mb- to-20k Thanks

Re: [flexcoders] Send a confirmation Email

2009-02-18 Thread bjorn
Do this on the serverside, not in Flex. 2009/2/18 christophe_jacquelin christophe_jacque...@yahoo.fr Hello, How to send a confirmation Email in the flex program when the user get register ? Thank you, Christophe, -- http://www.juicability.com - flex

Re: [flexcoders] Re: Installing an AIR APP with configuration

2009-02-17 Thread bjorn
/6 dmkramerica kramer.da...@consultant.com Did you ever make progress or solve this? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, bjorn itrashm...@... wrote: What's the best practice here? I need my app to know the username of the user who install it. So I'm thinking

[flexcoders] File upload with pause/resume in Flex?

2009-02-13 Thread bjorn
Suggestions on how to implement this? My first thought is to split a file into chunks of FileReferences and then send these chunks individually, making a note of which chunks of a file that have been transferred and which are waiting. That way I can pause the application and continue later. .. but

[flexcoders] Installing an AIR APP with configuration

2009-02-02 Thread bjorn
What's the best practice here? I need my app to know the username of the user who install it. So I'm thinking of adding it as a parameter to the app in the installer badge, and then saving it in a properties file locally in the app's directory. --

Re: [flexcoders] Re: Padding/spacing before the first line in a TextArea

2008-12-17 Thread bjorn
, bjorn wrote: Any ideas on where I might find more info about this? .. or people who might know more ... 2008/12/2 bjorn itrashm...@gmail.com There is some padding before the first line in a TextArea. Have a look at this image to see what I mean: http://i34.tinypic.com/4uz8s0.jpg I

[flexcoders] Re: Padding/spacing before the first line in a TextArea

2008-12-16 Thread bjorn
Any ideas on where I might find more info about this? .. or people who might know more ... 2008/12/2 bjorn itrashm...@gmail.com There is some padding before the first line in a TextArea. Have a look at this image to see what I mean: http://i34.tinypic.com/4uz8s0.jpg I need to remove

Re: [flexcoders] Re: Padding/spacing before the first line in a TextArea

2008-12-16 Thread bjorn
? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, bjorn itrashm...@... wrote: Any ideas on where I might find more info about this? .. or people who might know more ... 2008/12/2 bjorn itrashm...@... There is some padding before the first line in a TextArea. Have a look

[flexcoders] Padding/spacing before the first line in a TextArea

2008-12-02 Thread bjorn
There is some padding before the first line in a TextArea. Have a look at this image to see what I mean: http://i34.tinypic.com/4uz8s0.jpg I need to remove this, and the first solution that comes to mind is to find that value and position the TextArea.y = TextArea.y - [that value]. The padding

Re: [flexcoders] SWC file confusion

2008-11-27 Thread bjorn
1. Everytime you add a file in your swc project, Flex Builder requires you to right click the swc project and select all files to be included over again 2. Make sure your project actually links to the .swc that is being built (so, delete the swc you're currently linking to and do a rebuild) Bjørn

[flexcoders] TextFormat's leading

2008-11-26 Thread bjorn
What is this value specified in? The docs say: An integer representing the amount of vertical space (called * leading*) between lines. The default value is null, which indicates that the amount of leading used is 0. Is that pixels, points, percentage of the font size, or maybe kilograms? :-)

Re: [flexcoders] Removing an item from a sorted ArrayCollection?

2008-11-25 Thread bjorn
No, my problem is coming from a world with a robust LinkedList implementation. Good times. Anyhow, I'll look into the Demo Test Papers and see if they can help me with ListCollectionView .. thanks guys! :-) Bjørn 2008/11/25 Jules Suggate [EMAIL PROTECTED] Bjorn, are you certified? Perhaps

Re: [flexcoders] Best browser for debugging on Mac OSX?

2008-11-25 Thread Bjorn Schultheiss
Camino is supposed to be pretty fast. Its a little bit more difficult to set up your proxies but it is possible. I was using Camino but I currently use Firefox. On Wed, Nov 26, 2008 at 10:45 AM, Guy Morton [EMAIL PROTECTED] wrote: Anyone got a recommendation? I've been using Firefox, but

Re: [flexcoders] Best browser for debugging on Mac OSX?

2008-11-25 Thread Bjorn Schultheiss
. I'm going to try Opera for a while. On 26/11/2008, at 11:11 AM, Bjorn Schultheiss wrote: Camino is supposed to be pretty fast. Its a little bit more difficult to set up your proxies but it is possible. I was using Camino but I currently use Firefox. On Wed, Nov 26, 2008 at 10:45 AM, Guy

Re: [flexcoders] Re: Removing an item from a sorted ArrayCollection?

2008-11-24 Thread bjorn
removeItemAt()/addItemAt() on a sorted AC? It's tempting to make a WorkingArrayCollection.as ;-) - bjorn 2008/11/21 Haykel BEN JEMIA [EMAIL PROTECTED] Try doing something like this: var obj:Object = mySortedArray.getItemAt(index); var originalIndex:int = mySortedArray.list.getItemIndex(obj

[flexcoders] Removing an item from a sorted ArrayCollection?

2008-11-21 Thread bjorn
I experienced some problems with ArrayCollection's removeItemAt(). It seemed to work... randomly. Tucked away in the documentation i found this little gem: Note: If you use the ICollectionView interface to sort or filter a collection, do not use the IList interface to manipulate the data, because

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-11-21 Thread bjorn
For anyone else experiencing this problem, I think it's due to a bug: http://jobemakar.blogspot.com/2007/05/texteventlink-bug-in-actionscript-3.html If the textfield isn't selectable, links won't work (onmouseover hand cursor is shown, the links just doesn't work). Bjørn 2008/10/6 bjorn

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread bjorn
it. - bjorn 2008/10/3 Gregor Kiddie [EMAIL PROTECTED] You need to look at, http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_04.html#437546 It doesn't automatically work in Flex, as the automatic behaviour may be undesirable. You need to have event handlers

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread bjorn
Yeah, one I'd expect a security exception to be thrown as well but I don't see any even when running in debug mode. hmm, well I guess it's back to trying and failing ... heh bjorn 2008/10/6 Gregor Kiddie [EMAIL PROTECTED] I should know better than to trust the livedocs before trying

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread bjorn
window from it, that works fine with navigateToUrl).. 2008/10/6 Tom Chiverton [EMAIL PROTECTED] On Monday 06 Oct 2008, bjorn wrote: Have also tried adding event listeners to the textinput component and used links with event:http://; in the htmlText-code. The events are never triggered

[flexcoders] swf with TextField.htmlText - links do not work

2008-10-03 Thread bjorn
I've got a flex application which loads an SWF which contains a link in a TextField's htmlText. It displays the mouse over handcursor and it looks like a link - yet when I click it nothing happens. Is there some security limitation here? -- http://www.juicability.com -

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-03 Thread bjorn
are not the intended recipient please contact [EMAIL PROTECTED] -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *bjorn *Sent:* 03 October 2008 11:37 *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] swf with TextField.htmlText

[flexcoders] AdBlock-like functionality in mx.controls.HTML?

2008-09-18 Thread bjorn
Is it possible to change the html content before rendering using the mx.controls.HTML component? Suggestions to how this could be done? -- http://www.juicability.com - flex blog http://www.nospoiler.com - link to youtube videos without the spoilers

Re: [flexcoders] Re: Checkbox in Datagrid . . . how?

2008-09-03 Thread bjorn
Yes, then you have to write code to get the data into a dataProvider for the Tree, for example creating model objects from the xml and adding them to an ArrayCollection. The checked state can for instance be a boolean inside the model. 2008/9/2 crumpelfungus [EMAIL PROTECTED] Add-on /

Re: [flexcoders] Checkbox in Datagrid . . . how?

2008-09-02 Thread bjorn
You need to create a TreeItemRenderer, there's an example in the Flex Cookbook here: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=545productId=2 - bjorn 2008/9/2 crumpelfungus [EMAIL PROTECTED] Having looked through the archived topics, I was unable

Re: [flexcoders] embedding fonts with different styles: Helvetica?

2008-09-02 Thread bjorn
Have you tried just removing the fontType and fontWeight completely? I've used bold fonts by just specifying the fontFamily.. - bjorn 2008/9/2 mariovandeneynde [EMAIL PROTECTED] Greetings! I'm having trouble with embedding the helvetica font. I wish to embed the Bold, regular and light

Re: [flexcoders] download many files at a time

2008-08-28 Thread bjorn
It's possible, but you need to show a new save dialog for each file though. 2008/8/28 dialogtmp [EMAIL PROTECTED] hello,all I want to let user to download many files at a time, but I can't use the server side language to implement. I have already searched much information, but still

[flexcoders] Advanced internationalization in Flex

2008-08-28 Thread bjorn
I've worked with Flex' Resource Bundle (.properties) files and it works fine for internationalizing words and simple sentences, but imho it's not really optimal for blocks of text (with linebreaks and maybe even html formatting). Are there other solutions for this? --

[flexcoders] Menu.setStyle('openDuration', 0) will break Alert.show() - bug?

2008-08-18 Thread bjorn
I'm wondering if this is a bug or not .. I accidently discovered that Alert.show() called by a menu would break if the menu had openDuration=0. Check it out here: http://www.juicability.com/entry/setting-openduration-to-0-on-menu-will-break-alert/ Is this a bug? --

[flexcoders] Re: Bi-directional binding

2008-08-18 Thread Bjorn Schultheiss
Here's another example of bi-directional binding.. check example 3. http://www.quietlyscheming.com/blog/components/a-couple-of-samples-from-max-no-not-that-one/ --- In flexcoders@yahoogroups.com, shaun [EMAIL PROTECTED] wrote: Durres76 wrote: hi, is this possible. var arr : ArrayCollection;

[flexcoders] Re: Flash Player 10 RC

2008-08-18 Thread Bjorn Schultheiss
Where did you get it from? I've got debug version 10,0,0,525 running ok. downloaded from http://opensource.adobe.com/svn/opensource/flex/sdk/tags/trunk_4.0.0.2432/in/player/10/mac/ I'm assuming its a beta 2 player and not rc though. RC version number look like 10.0.2.x --- In

[flexcoders] Re: 3.1 changelog?

2008-08-17 Thread Bjorn Schultheiss
I saw this blog post the other day. differences between Flex 3.1.0 and Flex 3.0.0 http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-Flex310-and-Flex300 Bjorn --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Hey Guys, Is there a changelog for 3.1

[flexcoders] Re: 3.1 changelog?

2008-08-17 Thread Bjorn Schultheiss
PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I saw this blog post the other day. differences between Flex 3.1.0 and Flex 3.0.0 http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-Flex310-and-Flex300 Bjorn --- In flexcoders@yahoogroups.com, Josh McDonald

[flexcoders] Disable sorting for ArrayCollection ...

2008-07-08 Thread bjorn
I've implemented a tree which displays folders, with a compareFunction that makes sure the folders are always sorted alphabetically. It works fine - if a user moves a folder it automatically shows up in the correct order. I do have a problem with renaming though. This worked before I implemented

[flexcoders] Re: A very simple component in AS :(

2008-06-29 Thread Bjorn Schultheiss
Basically thats not how to create a component for flex. The value for title has not been set at the time the constructor runs. You should look at Flex's component invalidation cycle. createChildren(); commitProperties(); Its all in the docs. --- In flexcoders@yahoogroups.com, flexawesome

[flexcoders] Re: AS3 interface question

2008-06-27 Thread Bjorn Schultheiss
Runtime checking is all we get. public static function isImplementationOf(clazz:Class, interfaze:Class):Boolean { var result:Boolean; if (clazz == null) { result = false; } else { var classDescription:XML = describeType(clazz) as XML; result =

Re: [flexcoders] .visability = true, but is it viewable?

2008-06-26 Thread bjorn
to tell them to stop if they're not visible. 2008/6/25 Paul Andrews [EMAIL PROTECTED]: You say that the animation plays while something is loading. When the something has loaded, stop the timer. Paul - Original Message - *From:* bjorn [EMAIL PROTECTED] *To:* flexcoders

Re: [flexcoders] .visability = true, but is it viewable?

2008-06-26 Thread bjorn
Thanks for the input Mike, it's a good idea which will solve my problem, but it is still sort of a last-resolution solution -- since I will need to have a list of all these loader-animations and stop each one of them - in additon to implementing a solution like this each time one of them is in

Re: [flexcoders] .visability = true, but is it viewable?

2008-06-26 Thread bjorn
will look into that. Thanks again for your suggestions :-) Bjorn 2008/6/26 Michael Schmalle [EMAIL PROTECTED]: Hi, I don't know 'how' you have the view set up but, could you listen to the change event from the loader? IE when it's added to it's parent's display list (viewstack), add

[flexcoders] .visability = true, but is it viewable?

2008-06-25 Thread bjorn
I have an animation that is displayed using a timer while something is loading. When this animation isn't visible, I don't want the timer to keep updating the animation. I've overridden the set visible( value:Boolean ) function and stop the animation if visible is set to false; but the problem is

Re: [flexcoders] .visability = true, but is it viewable?

2008-06-25 Thread bjorn
The timer is used to update the animation. I need to know when to stop it. 2008/6/25 Paul Andrews [EMAIL PROTECTED]: Why not just remove the timer? - Original Message - *From:* bjorn [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Wednesday, June 25, 2008 2:01 PM

[flexcoders] Re: multidimentional ArrayCollections and collectionEvent....

2008-06-19 Thread Bjorn Schultheiss
the change event would still be dispatching from the myOtherArr though. perhaps in your view or whatever is listening to the change event for myArr you can loop through its items, check if any are arrayCollections and then listen to their change events as well. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Cairngorm Event Question

2008-06-18 Thread Bjorn Schultheiss
I'm assuming Binding would be the easiest solution. If your binding directly from your model to the advancedDataGrid binding should take care of the updating for you.. --- In flexcoders@yahoogroups.com, donvoltz [EMAIL PROTECTED] wrote: I have been building on my cairngorm experience and have

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
encourage a new wave in community involvement. regards, Bjorn --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: I plan on gathering a complete archive of the list over the next week and doing some analysis. I'll post the full dataset once I get it compiled to let others

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
Also, to Bjorn, that's a point I hadn't thought of. The idea of having an arch/concepts list might be interesting. The two questions I would have would be: 1) would the questions on this list have any connection to Flex Anatole mentioned it earlier in a 'Best Practices' list. For example

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
thought no one else brought it up. On Tue, Jun 17, 2008 at 11:57 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Also, to Bjorn, that's a point I hadn't thought of. The idea of having an arch/concepts list might be interesting. The two questions I would have would be: 1) would

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
at 9:17 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: cool. This discussion needs some resolving though. I'm all for the creation of another 15 lists. With all the cross-posting, subject-meta, gmail, stats, my-left-arm-is-longer-than-my-right arguments, my vote is still

[flexcoders] Re: Flex Css Html Css

2008-06-16 Thread Bjorn Schultheiss
Do you have any examples?? --- In flexcoders@yahoogroups.com, David Pariente [EMAIL PROTECTED] wrote: i just did something even more complicated today using degrafa and css, with a few lines of code, and i'm IMPRESSED! - Mensaje original De: Bjorn Schultheiss [EMAIL PROTECTED

[flexcoders] Re: Error : Type Coercion failed: cannot convert mx.utils::ObjectProxy to Array

2008-06-16 Thread Bjorn Schultheiss
what object are you casting to an array? take a look at ::object_proxy --- In flexcoders@yahoogroups.com, ajayakiti [EMAIL PROTECTED] wrote: TypeError: Error #1034: Type Coercion failed: cannot convert mx.utils::[EMAIL PROTECTED] to Array. at

[flexcoders] Re: How to debug

2008-06-16 Thread Bjorn Schultheiss
When I get lost I start removing code until i can get a working build. Provided you can you adl to debug other apps this approach should help. --- In flexcoders@yahoogroups.com, Josh Millstein [EMAIL PROTECTED] wrote: I've got an application that I'm building that just started crashing adl. Is

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Bjorn Schultheiss
I like the idea of splitting topics into different lists. I also like Anatole's suggestions for list types. Flexcoders has become to over-bloated.. I would be in favour for looking at topics that I'm interested in. Perhaps this will get more of the experienced contributors back on the list.

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Bjorn Schultheiss
, Bjorn Schultheiss [EMAIL PROTECTED]bjorn.mailinglists%40gmail.com wrote: I like the idea of splitting topics into different lists. I also like Anatole's suggestions for list types. Flexcoders has become to over-bloated.. I would be in favour for looking at topics that I'm interested

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Bjorn Schultheiss
Existing - FlexCoders - FlexComponents - ApolloCoders - FlexJobs New - EnterpriseFlex - FlexUIDesign - FlexAnnouncements - ActionscriptCoders ? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: 1. 101 Is creating a new group for this necessary or is flexcoders

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Bjorn Schultheiss
to it as a daily / weekly digest. -Josh On Tue, Jun 17, 2008 at 2:10 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Existing - FlexCoders - FlexComponents - ApolloCoders - FlexJobs New - EnterpriseFlex - FlexUIDesign - FlexAnnouncements - ActionscriptCoders

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Bjorn Schultheiss
, 2008 at 2:44 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: - FlexCodersAnnouncements - FlexCodersRemoteServices - FlexCodersUserExperience - FlexCodersBestPractices --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Josh McDonald dznuts@ wrote: Drop

Re: [flexcoders] Re: closing and reopening windows in Air App

2008-06-15 Thread Bjorn Schultheiss
how are you closing it? On 16/06/2008, at 9:00 AM, Omar Fouad wrote: Why no one is answering? On 6/13/08, Omar Fouad [EMAIL PROTECTED] wrote: Hi list, I got a small application that opens a window. I used another mxml (AboutWindow.mxml) file that has mx:WIndowBla bla blamx:WIndow/ in

[flexcoders] Re: Flex Css Html Css

2008-06-15 Thread Bjorn Schultheiss
Have you seen degrafa? You can do all this via CSS. http://blog.benstucki.net/?p=46 --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Well.. you can't really unless you create a custom skin. There are some open source stuff out there that allows you to use a

Re: [flexcoders] dragMoveEnabled: sometimes move/sometimes copy?

2008-06-10 Thread bjorn
[EMAIL PROTECTED]: Get dragOver events, call preventDefault() on the event, call DragManager.acceptDragDrop with the right information -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *bjorn *Sent:* Wednesday, June 04, 2008 5:54

[flexcoders] Re: Sandbox violation running from Builder. How did I get this and how do I fix it?

2008-06-05 Thread Bjorn Schultheiss
Are you sure its not a security settings related issue.. www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html --- In flexcoders@yahoogroups.com, Rick Winscot [EMAIL PROTECTED] wrote: Also. where is the project 'physically' located? I would strongly recommend

[flexcoders] dragMoveEnabled: sometimes move/sometimes copy?

2008-06-04 Thread bjorn
I have a TileList which contains draggable elements and has dragMoveEnabled. This works fine, however, I have one problem. The thing is that I need to be able to remove them from the drag source in some cases and not remove them in some cases, based on the drop target (and not user keyboard

Re: [flexcoders] Problem editing custom object in DataGrid (itemEditEnd method, cannot get data)

2008-05-21 Thread bjorn -
Harui [EMAIL PROTECTED]: itemEditorInstance.text? -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *bjorn - *Sent:* Tuesday, May 20, 2008 8:41 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Problem editing custom

[flexcoders] Problem editing custom object in DataGrid (itemEditEnd method, cannot get data)

2008-05-20 Thread bjorn -
Hi, I've created a MultiLanguageString object which contain an array of language codes and text value (e.g. [en] = Hello, [de] = Guten tag etc.) When editing in a DataGrid you always see the current selected language since MultiLanguageString's toString() method returns the internal arr[

[flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-16 Thread Bjorn Schultheiss
http://blog.tengerstudio.com/2008/05/16/flash-player-10-class-browser/ --- In flexcoders@yahoogroups.com, VELO [EMAIL PROTECTED] wrote: Any word on API? VELO On Thu, May 15, 2008 at 3:25 AM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Is there a new api to play

[flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-15 Thread Bjorn Schultheiss
Is there a new api to play with? --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: http://labs.adobe.com/technologies/flashplayer10/ Gordon Smith Adobe Flex SDK Team

[flexcoders] Re: Classes defined in MXML - are they dynamic? Can they be?

2008-05-14 Thread Bjorn Schultheiss
In run into this problem once with the array class back in the day. I changed a var from ArrayCollection to Array and had over 100 errors that were not caught at compile time since the Array is dynamic. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: IMHO, dynamic is

[flexcoders] Re: Memory leak in UIDUtil.createUID()

2008-05-12 Thread Bjorn Schultheiss
I hope not. I'm using it everywhere! --- In flexcoders@yahoogroups.com, shlomic_thailand [EMAIL PROTECTED] wrote: Hi i ran the following simple application in flex builder 3 profiler and found that this method (createUID) is leaking memory. looking at its content seems its ok - any ideas

[flexcoders] shared code issue

2008-05-12 Thread Bjorn Schultheiss
I'm getting this error TypeError: Error #1034: Type Coercion failed: cannot convert com.qmecom.common.events::[EMAIL PROTECTED] to com.qmecom.common.events.UploadAssetsModuleEvent. at flash.events::EventDispatcher/dispatchEventFunction() at

[flexcoders] Re: shared code issue

2008-05-12 Thread Bjorn Schultheiss
my bad.. shared code module wasn't compiling due to a weird compiler error. it wasn't displaying in my problems panel for some reason. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I'm getting this error TypeError: Error #1034: Type Coercion failed: cannot

[flexcoders] Re: Help with Module strategy

2008-05-09 Thread Bjorn Schultheiss
for reporting that is boot-licking delicious. Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, May 08, 2008 8:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help with Module strategy

[flexcoders] Re: Modules the way to go?

2008-05-08 Thread Bjorn Schultheiss
mailto:flexcoders%40yahoogroups.com , Bjorn Schultheiss bjorn.mailinglists@ wrote: Any external swf you load can crash your app. It's a really big issue with the player at the moment. From my experience Modules provide you a good basis for multi-swf architecture with Flex

[flexcoders] Re: Help with Module strategy

2008-05-08 Thread Bjorn Schultheiss
- the charts are in modules, optimized for the single host This sounds the most reasonable. If the modules need to be loaded into another shell they can be re-compiled for that purpose. I have each module in its own project and run the deploy build via ant. --- In flexcoders@yahoogroups.com,

  1   2   3   4   5   6   >