[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
...@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: Thursday, 2 July 2009 2:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Bitmap downsampling Hi, I'm having a lot of trouble with down-sampling a bitmapData. I tried the smoothing option first public function

[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
Our current Modules are all in sdk 3.3 So far all is good. We hope that if we decide to introduce modules later down the track the were solely built using sdk 4+ that this would not be painful. We hope that we will not have to use the 4+ sdk to compile our 3.3 modules against in this scenario?

[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

[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
Using swc's for your assets is great because it it also makes compiling a lot quicker. With organisation i would suggest a few more categories. - assets - component (eg. spaceship) logic - component factories. - main - main factories - main logic these separate swcs/swfs make your

[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
is to close down the instance on logout. That would be expeditious, but it bugs me that I'd have to do that. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: Tuesday, March 24, 2009 7:50 PM

[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] 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] 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
The question begs. Why would you want to use the untyped params object to pass values between swf applications. why not just create a setter on the sub application and when its loaded the set the value on it via the parent application. use a common interface to get the setter method signature.

[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] 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

[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

[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] 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 =

[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
Just some random thoughts. It seems most of the posts on the list are general help questions. Alex and the other guys have been a great help when it comes to asking questions where the answers weren't bleedingly obvious to me in the documentation. Sometimes I have more abstract questions that I

[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 at

[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

[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] 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,

[flexcoders] Re: How big does a SWF get before IE starts to worry?

2008-05-08 Thread Bjorn Schultheiss
I don't know what Rick was talking about, but if you're looking for training, local info, etc, ask on the flexaussie mailing list. http://groups.yahoo.com/group/flexaussie --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: I assume you're the Doug he's talking about? I

[flexcoders] Re: isDynamic(obj) ?

2008-05-07 Thread Bjorn Schultheiss
flash.utils.describeType() returns XML describing the object. The root node has an attribute isDynamic.. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Guys, Is there some easy way to tell if an object is dynamic without wrapping it in a try-catch and just messing

[flexcoders] Re: Singleton view classes?

2008-05-07 Thread Bjorn Schultheiss
here's one tip http://www.insideria.com/2008/03/flex-performance-memory-manage.html --- In flexcoders@yahoogroups.com, David Ham [EMAIL PROTECTED] wrote: Better off looking at some other type of pattern. Any recommendations? I was getting some serious performance problems from

[flexcoders] Re: Decompile SWF to extract Actionscript

2008-05-07 Thread Bjorn Schultheiss
Try this // parse SWF file function parseSWF(data:ByteArray) { parseLog = ; data.endian = Endian.LITTLE_ENDIAN; var format:String = data.readUTFBytes(3); var compressed:Boolean = format==CWS; if (format==FWS || format==CWS) { parseLog +=

[flexcoders] Re: Declaring protected fields in MXML?

2008-05-07 Thread Bjorn Schultheiss
Everything you described is possible except the protected instead of public part. At some point one of the accessor must be public. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Hey guys, Is it possible to define (non visual) components in MXML that are protected

[flexcoders] Re: Declaring protected fields in MXML?

2008-05-07 Thread Bjorn Schultheiss
On Thu, May 8, 2008 at 11:30 AM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Everything you described is possible except the protected instead of public part. At some point one of the accessor must be public. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Josh

[flexcoders] Re: Declaring protected fields in MXML?

2008-05-07 Thread Bjorn Schultheiss
sorry, at the end i meant to say So you can*t* access the button ID's via the panel. Only the canvas. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: well i'm not sure what you're actually trying to do but you can hide the id within a certain scope. look

[flexcoders] Re: Modules the way to go?

2008-05-06 Thread Bjorn Schultheiss
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. --- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: I won't develop the modules

[flexcoders] Re: Singleton view classes?

2008-05-06 Thread Bjorn Schultheiss
You probably can using some sort of Singleton Manager. http://code.ericfeminella.com/classes/as3/SingletonManager.as.html But you can't change a sealed class's constructor such as UIComponent therefore you will not be able to manage the amount of instances created without the use of the manager

[flexcoders] Re: Use Cairngorm wihtout Dispatch

2008-05-05 Thread Bjorn Schultheiss
The point I was making as that just because events are used on the view instead of it accessing controller methods directly it doesn't necessarily de-couple them Agreed. Also, I don't like being restricted to only being able to register events types to command classes to a Front

[flexcoders] Re: Use Cairngorm wihtout Dispatch

2008-05-04 Thread Bjorn Schultheiss
ServiceFacade.getInstance().loadCats(); public function loadCats():void { var handlers : IResponder = new mx.rpc.Responder(onResults_loadCatalog,fault); getDelegate(handlers).loadCatalog(); } Looks like a terrible solution. I agree with your comments regarding the

[flexcoders] Re: Cairngorm Model Locator

2008-04-29 Thread Bjorn Schultheiss
I think the problem is that the current flex framework architecture doesn't conceptually work well with Cairngorm. There's too much logic encapsulated into the view. Ideally you would like to drive the entire app via the model. It would be ideal if your model was managing how many windows are

[flexcoders] Re: Cairngorm Model Locator

2008-04-29 Thread Bjorn Schultheiss
[EMAIL PROTECTED] wrote: The whole point of MVC is that the model knows *nothing* about the view. Which is one of the reasons UM is a great extension to Cairngorm. -J On Wed, Apr 30, 2008 at 8:46 AM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I think the problem is that the current

[flexcoders] Re: compc and manifest file

2008-04-29 Thread Bjorn Schultheiss
Automation of the manifest is a nice feature request.. Hopefully we can get it into FB4. Has anyone logged it yet? --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: I don't think that this is a compc issue: if memory serves (from a couple of months ago when I

[flexcoders] Re: Application initialization and runtime config

2008-04-29 Thread Bjorn Schultheiss
In terms of passing the config data through to modules we create an interface for each module that is used by the shell to pass data via public methods to the loaded module on the ready event. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Flashvars should be ready

[flexcoders] Re: Large application strategy - Flex or Flash?

2008-04-28 Thread Bjorn Schultheiss
No current requirement for Flex components That seems like a relevant factor in the decision.. --- In flexcoders@yahoogroups.com, Mike Chabot [EMAIL PROTECTED] wrote: None of the factors you mention seem highly relevant to making the decision. Are the developers already comfortable using

[flexcoders] Re: Large application strategy - Flex or Flash?

2008-04-28 Thread Bjorn Schultheiss
From what I've seen FDT looks like a nice tool. Although no IDE for Mac means I haven't used it in anger. I think an interesting Flex 4 feature would be, to be able to use Flex components within Flash (outside of a Flex project). --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED]

[flexcoders] Re: Large application strategy - Flex or Flash?

2008-04-28 Thread Bjorn Schultheiss
Sorry it was Flash Develop I had used.. Not FDT. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: From what I've seen FDT looks like a nice tool. Although no IDE for Mac means I haven't used it in anger. I think an interesting Flex 4 feature would be, to be able

Re: [flexcoders] Advanced(?) Actionscript question

2008-04-28 Thread Bjorn Schultheiss
In the second version your initializing foo as an object. I'm pretty certain you cant do, var foo:Function = {trace('foo')} On 29/04/2008, at 9:37 AM, Josh McDonald wrote: Guys, what's the difference (if it exists) between: public function foo() : * {} and: public var foo : Function =

[flexcoders] Re: Bindable Metatag

2008-04-28 Thread Bjorn Schultheiss
According to the guidelines adobe published, [Bindable(change)] Wins! --- In flexcoders@yahoogroups.com, reflexactions [EMAIL PROTECTED] wrote: In the help file all the examples have [Bindable(event=change)] While the source files with FB3 have [Bindable(change)] Which is

[flexcoders] Re: Advanced(?) Actionscript question

2008-04-28 Thread Bjorn Schultheiss
: Function = function():* {}; But besides that, my questions still stand ;-) -J On Tue, Apr 29, 2008 at 9:45 AM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: In the second version your initializing foo as an object. I'm pretty certain you cant do, var foo:Function

[flexcoders] Re: Advanced(?) Actionscript question

2008-04-28 Thread Bjorn Schultheiss
Check this out.. Mixins, How to. http://flexonrails.net/?p=79 --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Of course, I always forger about the dynamic keyword :) On Tue, Apr 29, 2008 at 1:18 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I believe you

[flexcoders] Re: Deep Linking Problems

2008-04-28 Thread Bjorn Schultheiss
Apparently SWFAddress works.. I have used Flex's deep linking yet so i can't comment. http://labs.blitzagency.com/?p=51 --- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: I've had the same experience. My conclusion was that it is only useful for limited functionality.

[flexcoders] Re: compiled swc and file sizes

2008-04-17 Thread Bjorn Schultheiss
depends how you link the swc to your project. compiler.include.libraries // will add the entire swc compiler.library.path // will only add what's used --- In flexcoders@yahoogroups.com, dnk [EMAIL PROTECTED] wrote: I have been googling, and have not thus far found an answer If I create

[flexcoders] Re: compiled swc and file sizes

2008-04-17 Thread Bjorn Schultheiss
with the import statements in the AS itself, or in the project properties? dnk On 17-Apr-08, at 7:09 PM, Bjorn Schultheiss wrote: depends how you link the swc to your project. compiler.include.libraries // will add the entire swc compiler.library.path // will only add what's used

[flexcoders] Re: Do modules break tabbing???

2008-04-16 Thread Bjorn Schultheiss
in the module.? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, April 15, 2008 9:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Do modules break tabbing??? Do i need to do anything

[flexcoders] Do modules break tabbing???

2008-04-15 Thread Bjorn Schultheiss
Do i need to do anything to get tabbing working within a loaded modules. It works when i replace the module tags with application.

Re: [flexcoders] General list consensus using 'this' when referencing local vars

2008-04-08 Thread Bjorn Schultheiss
drop the 'this' unless its necessary to explain something.. On 08/04/2008, at 5:39 PM, Mike Anderson wrote: Greetings All, Whenever I study code generated by seasoned programmers (i.e. all the Adobe people supporting Flex on this list) as well as countless others on this list, I notice

[flexcoders] Incompatible override

2008-04-03 Thread Bjorn Schultheiss
I'm getting a very non-descriptive compilet error at the moment.. I've got 2 swc's 1 named common, 1 named core. a class in common extends a class in core, if i specify core in common's library path common compiles. If i use -include-libraries instead i get an incompatible override error with

Re: [flexcoders] Re: actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
the name to be, point it to the directory you need. I'm not sure if it will actually work for that property but it's worth a try. I've used linked resources like this in other areas so I suspect it probably will, hopefully. Bjorn Schultheiss wrote: basically something like this compiler

[flexcoders] flex-config vs .actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
Is it possible to remove the flex framework linkage from Project Properties Library Path and add it to a custom flex-config.xml within a Flex Library Project.. Basically i want to control the build via the options in the flex-config reducing the dependencies on the ide options.

[flexcoders] Re: flex-config vs .actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Is it possible to remove the flex framework linkage from Project Properties Library Path and add it to a custom flex-config.xml within a Flex Library Project.. Basically i want to control the build via the options

[flexcoders] Re: flex-config vs .actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
yes, thanks bjorn --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: From the docs regarding compiler options precendence Flex Builder Default settings Configuration file specified by load-config option Options panel Does that mean

[flexcoders] Library Path and -include-libraries

2008-04-02 Thread Bjorn Schultheiss
Is the compiler option -include-libraries the same as specifying a swc in the projects library path in the IDE? Also, when you include a library in another library is its entire contents merged?

[flexcoders] RSL vs External SWC

2008-04-02 Thread Bjorn Schultheiss
Hey, It's suggested to only use RSL's where multiple applications will use the same RSL. Does an application with modules qualify for RSL's? With module applications are RSL's preferred or library SWC's with external links?

[flexcoders] How-to use Runtime CSS with a compiled theme swc

2008-04-02 Thread Bjorn Schultheiss
Are there any instruction on how to load css from a theme swc at runtime?

[flexcoders] actionScriptProperties

2008-04-02 Thread Bjorn Schultheiss
I'm trying to change the value for compiler outputFolderLocation= within the .actionScriptProperties file. How can I use a variable created in a seperate properties file for this value?

[flexcoders] Re: actionScriptProperties

2008-04-02 Thread Bjorn Schultheiss
basically something like this compiler outputFolderLocation=${CUSTOM_VAR}/libs How can i define $CUSTOM_VAR? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I'm trying to change the value for compiler outputFolderLocation= within the .actionScriptProperties

Re: [flexcoders] Re: Embedded fonts in DataGrid

2008-04-01 Thread Bjorn Schultheiss
Thanks Alex.. I'll get back to you if i need any more help.. On 01/04/2008, at 5:30 PM, Alex Harui wrote: DataGridItemRenderer

[flexcoders] Re: Flex Beta 3 to Flex 3 Migration Problems

2008-04-01 Thread Bjorn Schultheiss
My developers are also complaining that their 'and my' applications have broken since Beta 3 to the Final release. This has hit me unexpectedly as I did not test. On top of that I have deadlines to meet this week. Is there a doc i can refer to get a complete list of changes.. What's the best

[flexcoders] Embedded fonts in DataGrid

2008-03-31 Thread Bjorn Schultheiss
Hey my embedded fonts are not appearing in my datagrid. They work everywhere else except the dataGrid. Any tips you guys have got to help me get this to work? btw. My datagrid is in a module, loaded by other modules. All modules are loading the fonts fine, except within the datagrid. And I'm

  1   2   3   4   5   >