Re: [flexcoders] Rounding error

2008-12-17 Thread Maciek Sakrejda
. There may be some out there already, since it seems like this would come up pretty often (a quick search seems to confirm this). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Ken Johnson kenjohnso...@hotmail.com Reply-To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Maciek Sakrejda
, rpc, automation), it's 999. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Vivian Richard kanps...@gmail.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How many classes are there in flex 3 framework

Re: [flexcoders] mxml compiler on linux

2008-12-15 Thread Maciek Sakrejda
have FB3-alpha4 installed, it's under sdks/3.0.0). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Deniz Davutoglu d...@7ist.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] mxml compiler on linux Date: Mon, 15

RE: [flexcoders] Re: Anything other than a JS alert can delay a window close?

2008-12-15 Thread Maciek Sakrejda
, but that might be less than ideal. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Seth Hodgson shodg...@adobe.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Anything other than a JS

Re: [flexcoders] Re: mxml compiler on linux

2008-12-15 Thread Maciek Sakrejda
mxmlc). But glad you got it working. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Deniz Davutoglu d...@7ist.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: mxml compiler on linux Date: Mon, 15 Dec 2008

[flexcoders] OutOfMemory without using allocated memory?

2008-12-15 Thread Maciek Sakrejda
.swc, but I'm (I hope understandably) somewhat wary of it. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] One computer unable to connect to XMLSocket server

2008-12-11 Thread Maciek Sakrejda
Works here in both 9.0.124.0 on Ubuntu 8.04 and 10.0.12.36 on Ubuntu 8.10. Hope this helps. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: seanclarkhess seanh...@gmail.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject

[flexcoders] runtime class type reference?

2008-12-11 Thread Maciek Sakrejda
Is there a way to get a reference to the runtime type of an AS3 object? Something like Foo.class in Java? I think I can do var mysteryObjClass:Class = getDefinitionByName(getClassInfo(mysteryObj).name); but this strikes me as a rather roundabout way of doing it. -- Maciek Sakrejda Truviso, Inc

RE: [flexcoders] runtime class type reference?

2008-12-11 Thread Maciek Sakrejda
more stuff along those lines. Thanks anyway, Alex. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Alex Harui aha...@adobe.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: RE: [flexcoders] runtime

Re: [flexcoders] Fastest filterfunction for large ArrayColeccions ?

2008-12-10 Thread Maciek Sakrejda
On the off chance that your filterFunction is anonymous, you could try de-anonymizing it (i.e., declare it as a private member function wherever makes the most sense), since anonymous functions have some overhead. Other than that, it's hard to say without seeing the function. -- Maciek Sakrejda

RE: [flexcoders] Re: speed of the for each looping

2008-12-10 Thread Maciek Sakrejda
structure that's optimally efficient for everything. Making getItemIndex() efficient would have sabotaged other performance characteristics of ArrayCollection. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Alex Harui [EMAIL PROTECTED] Reply-To: flexcoders

Re: [flexcoders] RE: services-config.xml: compc or just mxmlc?

2008-12-10 Thread Maciek Sakrejda
does the services-config.xml metadata get baked into a .swf (or .swc)? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Seth Hodgson [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject

Re: [flexcoders] speed of the for each looping

2008-12-09 Thread Maciek Sakrejda
that they *are* slow, but that they are affecting the overall speed or responsiveness of your application. It makes no sense to make a 10x performance improvement in one part of your code that accounts for .01% of your application's CPU usage. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

RE: [flexcoders] speed of the for each looping

2008-12-09 Thread Maciek Sakrejda
when trying to follow what's going on. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Alex Harui [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: RE: [flexcoders] speed of the for each

[flexcoders] services-config.xml: compc or just mxmlc?

2008-12-07 Thread Maciek Sakrejda
combination? I know I can probably poke at this through experimentation, but the docs explicitly *don't* list service-config as an option that does not apply to compc, so I was curious. -Maciek

Re: [flexcoders] Re: appending to a dataprovider in actionscript

2008-11-21 Thread Maciek Sakrejda
What does your code look like (the .addEventListener call and the definition of your listener)? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: netdeep [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject

Re: [flexcoders] Re: appending to a dataprovider in actionscript

2008-11-21 Thread Maciek Sakrejda
I think this error is unrelated to your original question. Are you setting the parseFunction of your axis? Can you show us that code? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: netdeep [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: appending to a dataprovider in actionscript

2008-11-21 Thread Maciek Sakrejda
/extracting_data_visualization.html ), can you tell us what's at line 1403 of DateTimeAxis in your version? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: netdeep [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject

Re: [flexcoders] Why aren't my .as files included when I build my project?

2008-11-19 Thread Maciek Sakrejda
Because your project is not configured correctly. Hard to say more without details. Are you building with eclipse? Can you post your .actionScriptProperties file (found in the root of your project directory), and describe your project layout? -- Maciek Sakrejda Truviso, Inc. http

Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Maciek Sakrejda
Hate to break it to you, but I can't repro either Flash Player 10,0,12,36 (debug) Firefox 3.0.4 Ubuntu 8.10 -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Pan Troglodytes [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders flexcoders

Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Maciek Sakrejda
. But you do make me think of something - maybe it's dependent on Flash Player 9 and the tester only used 10. Will have to try testing that. On Tue, Nov 18, 2008 at 10:05 AM, Maciek Sakrejda [EMAIL PROTECTED] wrote: Hate to break it to you, but I can't repro either Flash Player

Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Maciek Sakrejda
out null) I've added a comment to the ticket. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Pan Troglodytes [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can you spare 5 minutes

Re: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Maciek Sakrejda
attribute:XML in [EMAIL PROTECTED]) { trace(attribute.name() + is + attribute.text()); } (not exactly sure about the above, but it should get you on the right track). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: tchredeemed [EMAIL PROTECTED] Reply

Re: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Maciek Sakrejda
over it. I would investigate the XML/XMLList API docs, because your data will be much easier to work with as XML (since it is XML) than using regular expressions, especially in terms of maintenance and robustness. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message

Re: [flexcoders] URLRequest truncated in Flash Player 10 on Linux

2008-11-14 Thread Maciek Sakrejda
Actually, I think I misdiagnosed this. There's definitely a problem somewhere, but I don't think it's a truncation issue. I'll follow up when I figure out some details... -Original Message- From: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders

Re: [flexcoders] Calling functions with optional parameters

2008-11-14 Thread Maciek Sakrejda
independently, and pass that to your function. E.g., var args:FunctionArgs = new FunctionArgs(); args.foo = 123; args.bar = baz; theFunction(args); This doesn't always make sense, but it can help. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Amy [EMAIL

[flexcoders] URLRequest truncated in Flash Player 10 on Linux

2008-11-13 Thread Maciek Sakrejda
reproducible. I'm pleasantly surprised by Flash Player 10 on Linux in general, but this is a big concern. Any ideas? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] Modules don't display radio buttons/ check box etc unless referenced in main app

2008-11-12 Thread Maciek Sakrejda
Excerpt from the Adobe docs follows, but basically, that's how it works. If you want to avoid CheckBox references in the main app, you can load the modules into the main app's application domain, but make sure you trust the modules if you do that. --- Adobe docs on modules: By

Re: [flexcoders] Re: bar names on bar chart?

2008-11-11 Thread Maciek Sakrejda
Perfect. Thank you, Amy. -Original Message- From: Amy [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: bar names on bar chart? Date: Tue, 11 Nov 2008 14:15:08 - --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL

Re: [flexcoders] Debugging: general advice

2008-11-11 Thread Maciek Sakrejda
I'm curious about this framework, Josh--care to tell us more? I recently moved us from scattered trace statements to more formal mx.ILogger-based stuff, but I'm not thrilled with it. I know about Thunderbolt AS, but that seems a little heavy for us right now. -- Maciek Sakrejda Truviso, Inc. http

[flexcoders] bar names on bar chart?

2008-11-10 Thread Maciek Sakrejda
| |-| |--- | 0 102030 (I'm sure the ascii art will get mangled, but I hope you still get the idea) Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] Re: sailorsea21 - How to stop a timer that is in a private function?

2008-11-06 Thread Maciek Sakrejda
Just move it up to an instance variable. var myTimer:Timer; private function initTimer():void { myTimer = new Timer(parentApplication.valuesMilliseconds); myTimer.addEventListener(TimerEvent.TIMER, updateData); myTimer.start(); } private function updateData(event:TimerEvent):void {

RE: [flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread Maciek Sakrejda
I'll second this. A setup like this is invaluable. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Ryan Graham [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: IFrame: open new browser

[flexcoders] SecurityError #2048 with Flash Player 10 in Firefox (not in Opera)

2008-11-05 Thread Maciek Sakrejda
Flash Player 10 behavior. Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] Re: format code in FB3

2008-11-05 Thread Maciek Sakrejda
This looks pretty impressive, and it's unfortunate that Adobe is bundling its Data Visualization license with its IDE. I can see how that makes sense for Adobe, but it puts competing IDE developers at a major disadvantage. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original

Re: [flexcoders] Re: Binding textinput width to datagrid column width?

2008-10-30 Thread Maciek Sakrejda
Props for putting your money (err, time) where your mouth is, Josh. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Thu, 2008-10-30 at 15:14 +1000, Josh McDonald wrote: Hmm, my bad... 12 minutes to create the failing mxml file, 4 or 5 minutes to fix DataGridColumn. If somebody

Re: [flexcoders] Return two instances of objects keeping the same reference on the Actionscript s

2008-10-28 Thread Maciek Sakrejda
Tide from Granite Data Services is intended exactly for this situation, but it's Java-based. I believe Live Cycle Data Services also does something similar. I'm not sure if a similar library exists for AMFPHP. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message

Re: [flexcoders] Re: Help: filterFunction and Dates

2008-10-27 Thread Maciek Sakrejda
); foo.filterFunction = fileterFunctionTwoe;; foo.refresh(); trace(foo); } It produces the exact same output, even though the filterFunction is not reset to null. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Cato Paus [EMAIL PROTECTED] Reply-To: flexcoders

Re: [flexcoders] Charts - How to filter dataprovider by date?

2008-10-24 Thread Maciek Sakrejda
filterFunction). You can set the filterFunction on the ArrayCollection that you get back from the server, since an ArrayCollection is a ListCollectionView. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Blair Cox [EMAIL PROTECTED] Reply-To: flexcoders

Re: [flexcoders] Re: Help: filterFunction and Dates

2008-10-24 Thread Maciek Sakrejda
I don't think ListCollectionView composes filterFunctions. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Cato Paus [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help: filterFunction

Re: [flexcoders] need a flash developer / location of flash developers

2008-10-23 Thread Maciek Sakrejda
If by 'flash' you mean 'flex' (this is *flex*coders, after all), the secret hangout is http://tech.groups.yahoo.com/group/flexjobs/ -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: tchredeemed [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com

RE: [flexcoders] modules and services-config.xml

2008-10-22 Thread Maciek Sakrejda
That's what I was hoping you could tell me ;) I suppose I will have to do my own dirty work. Thanks for your help. -Maciek -Original Message- From: Alex Harui [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: RE

Re: [flexcoders] Charts - How to filter dataprovider by date?

2008-10-22 Thread Maciek Sakrejda
It's not clear how your data is bound to the chart, but it sounds like you need a filterFunction: http://livedocs.adobe.com/flex/3/langref/mx/collections/ListCollectionView.html#filterFunction If you post more about your data flow, maybe we can give you more details. -- Maciek Sakrejda Truviso

Re: [flexcoders] ARGH shared object array -- getting data

2008-10-22 Thread Maciek Sakrejda
And if you think zero-based array indexing is crazy, consider Edsger Dijkstra's short essay in favor of it: http://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/EWD831.html -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Thu, 2008-10-23 at 00:50 +0100, Paul Andrews wrote: var

Re: [flexcoders] modules and services-config.xml

2008-10-21 Thread Maciek Sakrejda
Anyone? I can't be the first one to hit this limitation, can I? -Original Message- From: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders flexcoders@yahoogroups.com Subject: [flexcoders] modules and services-config.xml Date: Mon, 20 Oct 2008 08:57:05

RE: [flexcoders] modules and services-config.xml

2008-10-21 Thread Maciek Sakrejda
and endpoints defined there? Any pointers if that's a viable solution? -Maciek -Original Message- From: Alex Harui [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: RE: [flexcoders] modules and services-config.xml

[flexcoders] modules and services-config.xml

2008-10-20 Thread Maciek Sakrejda
with respect to this... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

[flexcoders] Modules: taking the plunge

2008-10-18 Thread Maciek Sakrejda
and such to watch out for. Also, Singletons defined in the parent application will just work, right? Since the child app domain will reuse those definitions, I don't need to worry about two separate Singleton instances in case (parent and child), right? Thanks, -- Maciek Sakrejda Truviso, Inc. http

Re: [flexcoders] Modules: taking the plunge

2008-10-18 Thread Maciek Sakrejda
file, but that means I would have to rebuild the main app (against the new services config file) if modules want to add their own endpoints. Is there a way to work around this? -Maciek On Sat, 2008-10-18 at 00:28 -0700, Maciek Sakrejda wrote: I'm trying to refactor some parts of our existing app

Re: [flexcoders] Open Source SDK SVN down

2008-10-15 Thread Maciek Sakrejda
I can ping it, but can't svn info (it just hangs), so it's not just you. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Josh McDonald [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject

Re: [flexcoders] passing data with custom event up displaylist chain?

2008-10-15 Thread Maciek Sakrejda
. But it is possible. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Mic [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] passing data with custom event up displaylist chain? Date: Wed, 15 Oct 2008 07:30:35 -

Re: [flexcoders] BSS is Looking someone

2008-10-15 Thread Maciek Sakrejda
Not Flash? You're spamming the wrong mailing list--I think you were looking for [EMAIL PROTECTED] or something. -Original Message- From: Alan [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] BSS is Looking someone Date: Wed, 15

Re: [flexcoders] Re: Every second time I debug my app, Flex closes Safari :(

2008-10-15 Thread Maciek Sakrejda
if cross-platform support were taken more seriously, and not just used as a feature bullet point. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Troy Gilbert [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re

Re: [flexcoders] Re: XML object ?xml version=1.0 ? line

2008-10-14 Thread Maciek Sakrejda
Have you tried setting XML.ignoreProcessingInstructions = false ? I haven't tried this, but it seems like this could have an effect... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Tue, 2008-10-14 at 18:47 +, diehlryan wrote: Same result, nothing shows up. var xml:XML

Re: [flexcoders] Java-like equals() method?

2008-10-13 Thread Maciek Sakrejda
don't really need it that often... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: frank_sommers [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Java-like equals() method? Date: Sat, 11 Oct 2008 02

[flexcoders] PopUpMenuButton.itemClick event

2008-10-13 Thread Maciek Sakrejda
ideas? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] Re: PopUpMenuButton.itemClick event

2008-10-13 Thread Maciek Sakrejda
Thanks, Tim. I was hoping for something more straightforward (the PopUpMenuButton.itemClick description says Dispatched when a user selects an item from the pop-up menu; this is exactly what I want--or rather would be, if it did what is documented), but this will do. Thanks, -- Maciek Sakrejda

Re: [flexcoders] Problem using SDK Version 3.1...

2008-10-10 Thread Maciek Sakrejda
on Mac)? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Rob Kunkle [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem using SDK Version 3.1... Date: Fri, 10 Oct 2008 01:46:57 -0400 When I

Re: [flexcoders] skinClass in external library

2008-10-08 Thread Maciek Sakrejda
when the swf references assets that are not there? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: albert.imaxel [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] skinClass in external library Date

Re: [flexcoders] Re: skinClass in external library

2008-10-08 Thread Maciek Sakrejda
to compile your CSS sheet containing skinClass reference. Maciek, dependency can be satisfied with style sheets loaded at runtime. This way you can change skin without recompiling your application. Cheers. --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: Short answer

Re: [flexcoders] Re: Matching n groups with a regex?

2008-10-03 Thread Maciek Sakrejda
those up manually anyway. I need to learn lookahead... Alternately, you could String.split('.') and validate the individual tokens. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Josh McDonald [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com

Re: [flexcoders] SecurityError #2048 20 seconds after Socket closure.

2008-10-02 Thread Maciek Sakrejda
, but I think the easiest way to figure out what's going on might be to break out something like tcpdump or Wireshark... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Samuel Loretan [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders

Re: [flexcoders] Prototyping a form

2008-10-02 Thread Maciek Sakrejda
It's possible if you tell us the compilation errors you're hitting. However, in this case, you're probably hitting something telling you that you can't override something not marked for override, so you need to add the 'override' keyword to the completeParameters() function definition. -- Maciek

Re: [flexcoders] Re: Prototyping a form

2008-10-02 Thread Maciek Sakrejda
this, but ActionScript doesn't. Then specify the 'override' keyword on child forms as I mentioned before. If this still isn't it, can you please post the parent and child forms for context? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: markgoldin_2000 [EMAIL PROTECTED

Re: [flexcoders] Re: AS3 within eclipse with Flex SDK

2008-10-01 Thread Maciek Sakrejda
There's also FlashDevelop: http://www.flashdevelop.org/wikidocs/index.php?title=Features I've never used it, but a friend used SharpDevelop, which it seems to have been based on, and was quite happy with it. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message

Re: [flexcoders] Re: Open pdf from ByteArray in new browser window (not AIR)

2008-10-01 Thread Maciek Sakrejda
You can use a very similar mechanism for any type of file. Take a look at the PDF.save() method (the REMOTE part) in AlivePDF source code. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Stanislav Aytuganov [EMAIL PROTECTED] Reply-To: flexcoders

Re: [flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-30 Thread Maciek Sakrejda
(). from http://livedocs.adobe.com/flex/3/langref/flash/net/URLRequest.html#data I was doing a POST with a ByteArray as the data. Again, this works correctly under Windows and OS X, so I'm pretty sure this is a Player bug under Linux. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original

Re: [flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-30 Thread Maciek Sakrejda
watch list if so. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Troy Gilbert [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] URLRequest, ByteArray, and the 0 byte Date: Mon, 29 Sep 2008 22:33

Re: [flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-30 Thread Maciek Sakrejda
Player--that was my original point. Thanks for the feedback, though--it's always interesting to dive into this low-level stuff. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Troy Gilbert [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders

Re: [flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-29 Thread Maciek Sakrejda
Hi all, I've create the following ticket: http://bugs.adobe.com/jira/browse/FP-708 It seems to be a core Flash Player issue, and not anything Flex-related, but if you care about Linux Flash Player, I'm not above begging for votes. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-29 Thread Maciek Sakrejda
on Windows and on OS X last week, and neither had the issue. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Troy Gilbert [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] URLRequest

Re: [flexcoders] compc: locking assertion failure

2008-09-26 Thread Maciek Sakrejda
the assertion is triggered. Is it safe to just ignore it? Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders flexcoders@yahoogroups.com Subject: [flexcoders] compc: locking

Re: [flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Maciek Sakrejda
Sorry--I wasn't clear. There's a gutter property on the AxisRenderer, but when I set it explicitly, one of the methods called by the setter throws a null reference error (presumably because I'm calling the setter at the wrong time). I was asking when to call the gutter setter. -Maciek

[flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-25 Thread Maciek Sakrejda
to be turned into a GET--which is even weirder). I'm using FP 9.0.124.0 on Linux. I just tested on a colleague's machine, and this seems to work fine in FP on Vista. Is this a known issue? Is there any way around this? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

[flexcoders] compc: locking assertion failure

2008-09-25 Thread Maciek Sakrejda
Running compc after adding some embedded assets, I get the following assertion failure. The build seems to finish fine, but this is somewhat disconcerting. Any ideas? [compc] Locking assertion failure. Backtrace: [compc] #0 /usr/lib/libxcb-xlib.so.0 [0xb740d767] [compc] #1

[flexcoders] horizontal axis chart label size when chart has minimal height

2008-09-24 Thread Maciek Sakrejda
vertical: take a look at the AreaChart example--both sets of labels shrink when you drag in the right browser edge to shrink the chart, but neither set changes when you drag up the divider below. Any thoughts? Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-24 Thread Maciek Sakrejda
Tim, Do you know when you set the gutter? The gutter set is throwing a null reference error for me. The docs say it should be set by the chart, so I suppose that's partially why, but I hope I can work around that... -Maciek -Original Message- From: Tim Hoff [EMAIL PROTECTED] Reply

Re: [flexcoders] Re: deep linking problems

2008-09-22 Thread Maciek Sakrejda
Thanks for posting the answer. People often follow up with just Never mind--figured it out, which is not very useful to someone with the exact same problem reading the question in the archives a few weeks later. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message

Re: [flexcoders] unable to use debug mode

2008-09-19 Thread Maciek Sakrejda
, the debugger is working again for me now (latest Firefox 3 in Ubuntu). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: windsail05 [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] unable to use

Re: [flexcoders] Alex going offline for a while

2008-09-18 Thread Maciek Sakrejda
These should probably be added to the FAQ. Then when someone asks a question that falls into one of these categories, the old-timers can just answer, e.g., That's a number 5. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Wed, 2008-09-17 at 21:02 -0700, Alex Harui wrote: Well

Re: [flexcoders] Re: as3CoreLib

2008-09-18 Thread Maciek Sakrejda
For what it's worth, crazy or not, it is reasonably common for small projects to have svn-(or other vcs)-only access to source. Packaging up source releases is just another piece of work for the maintainers. It does seem that something like corelib should have a source package, though. -Maciek

Re: [flexcoders] Please share your experiences with Flex 3 charting (visualization component)

2008-09-17 Thread Maciek Sakrejda
, and the data binding paradigm makes this an ideal library for this purpose. It would be a shame to have to move to something else because of stability issues. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: kumar_raj [EMAIL PROTECTED] Reply-To: flexcoders

Re: [flexcoders] Bizarre XML data transformation

2008-09-17 Thread Maciek Sakrejda
large and very small numbers lose precision. The issue has come up on the list before; you can search the archives for a workaround (I know the cause, but don't know the solution). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: cjsutherland [EMAIL

Re: [flexcoders] Re: Flex Enhancement, TabIndex

2008-09-17 Thread Maciek Sakrejda
Out of curiosity, I checked JIRA and there are only six issues with 100+ votes, so if you've got a lot of friends, you should be able to get in the Top 10 Most Popular Bugs fairly easily... -Original Message- From: aceoohay [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To:

Re: [flexcoders] Re: RadioButtonGroup id not settable using repeater index...

2008-09-16 Thread Maciek Sakrejda
-naming behavior. The QuickStart Basics section does explain this, now that I've search some more, but this should really be in the core library reference. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Amy [EMAIL PROTECTED] Reply-To: flexcoders

Re: [flexcoders] Re: RadioButtonGroup id not settable using repeater index...

2008-09-16 Thread Maciek Sakrejda
to save some folks some grief. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Wed, 2008-09-17 at 00:56 +, Amy wrote: --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: This is pretty thoroughly documented in the docs for repeater. Is it? I

[flexcoders] Repeater children

2008-09-12 Thread Maciek Sakrejda
group. Is there a way of doing this cleaner than iterating over the children of barRptr (presumably FormItems) and doing getChildAt(0) to get the ComboBoxes? Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] Repeater children

2008-09-12 Thread Maciek Sakrejda
an element with that id, you get an array of elements with that id, indexed by the order in which the Repeater repeated them. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders

Re: [flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Maciek Sakrejda
Who is that quote from? I'm on the last steps of a massive rethinking, refactoring, and rewriting, and I'm really glad to be able to do it--I've had to deal with piles upon piles of hackery for long enough. It feels really good. -Maciek -Original Message- From: Michael Schmalle [EMAIL

Re: [flexcoders] Extends vs Implement EventDispatcher

2008-09-05 Thread Maciek Sakrejda
, but in practice, that will not make a difference. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Fri, 2008-09-05 at 12:17 +, reflexactions wrote: Is there a performance difference between having a class extend EventDispatcher vs implementing IEventDispatcher. Reason for the question

Re: [flexcoders] Extends vs Implement EventDispatcher

2008-09-05 Thread Maciek Sakrejda
of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Fri, 2008-09-05 at 12:07 -0400, Michael Schmalle wrote: In theory, you've got an additional function call, but in practice

Re: [flexcoders] Re: question about AMF

2008-08-22 Thread Maciek Sakrejda
http://www.google.com/search?q=alex+harui+blog -Original Message- From: tchredeemed [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: question about AMF Date: Fri, 22 Aug 2008 17:57:47 - Where is your blog at? --- In

Re: [flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solution

2008-08-17 Thread Maciek Sakrejda
page to allow Flash to call scripts in it. -Maciek On Sun, 2008-08-17 at 15:10 +, vipinck wrote: So, no one (atleast people at adobe) knows about this. Cool

Re: [flexcoders] Method variable scoping problem with Flex compiler

2008-08-15 Thread Maciek Sakrejda
seeing. That's the how, but I don't really know the why--anyone more savvy about hoisting care to enlighten the list? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: toofah_gm [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders

Re: [flexcoders] Datavisualization.swc

2008-08-13 Thread Maciek Sakrejda
That's the place to get it. It's a commercial product. It's bundled with Flex Builder 3 Pro. -Original Message- From: yagogak [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Datavisualization.swc Date: Wed, 13 Aug 2008 14:20:04

Re: [flexcoders] Is It Just Me?

2008-08-12 Thread Maciek Sakrejda
definition of 'red'. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Josh McDonald [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Is It Just Me? Date: Tue, 12 Aug 2008 10:38:38 +1000 Well

Re: [flexcoders] Using TOTAL and AS in the SQL of a Flex app

2008-08-11 Thread Maciek Sakrejda
Just a hunch, but are you sure that you're allowed to set column aliases (AS :qtySum) with parameters? That seems a little fishy. Can you try taking that out but leaving in the other parameters? Do you still get the same error? -Maciek -Original Message- From: bredwards358 [EMAIL

Re: [flexcoders] Is It Just Me?

2008-08-11 Thread Maciek Sakrejda
to look (and the looks-like-it-should-be-the-right-thing ColorUtil class is not very helpful). Every framework has some unfortunate design decisions; Flex is really quite good once you get the hang of it. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Dale

[flexcoders] flex 2/3 charting questions

2008-07-29 Thread Maciek
, but this is really sort of a one-time build--the watermarks are not important and shortly afterwards we're planning to move to Flex 3. Any advice would be greatly appreciated. Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] flex 2/3 charting questions

2008-07-29 Thread Maciek
No, it's a separate file. It used to be available from Adobe, but is not any longer: there are still Flex 2 Charting links on Adobe's web site, but they all point to FB3Pro... -Maciek On Tue, 2008-07-29 at 12:07 +0100, Tom Chiverton wrote: On Tuesday 29 Jul 2008, Maciek wrote: We need

<    1   2   3   4   >