[Flashcoders] Custom Components getting squashed?

2006-07-06 Thread Haikal Saadh
Hi folks. I apologise in advance if this is a FAQ, but looking at the FlashCoders Wiki and the mailing list archives yielded no satisfactory answers, so I'll take a stab. I have made a custom component, based to the 'Dial' example from the MM Docs, and the problem is, when I test the movie,

[Flashcoders] Scrollpane and masking

2006-07-17 Thread Haikal Saadh
Hi all. Having some problems with the v2 scrollpane. I'm trying to pick up where this post: http://chattyfig.figleaf.com/mailman/htdig/flashcoders/2005-January/128299.html leaves off. Basically, the content 'outside' my scroll pane is not being masked off, and by reading the post above,

Re: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Haikal Saadh
It goes: * Movie o Component (extends UIComponent) + Scrollpane # contents The scrollpane is created by actionscript in Component's createChildren(). The contents, which is a symbol instance that has been assigned a Linkage identifier, is then

Re: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Haikal Saadh
and target the scrollpane inside that movieclip. See if that works. BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Haikal Saadh Sent: Monday, July 17, 2006 9:03 PM To: Flashcoders mailing list Subject

[Flashcoders] Customised date chooser

2006-07-20 Thread Haikal Saadh
Hi, Has anyone extended the DateChooser component so that it's easy to jump across years as well as months? Also, any tips/gotchas would be nice as well, if you've played with this. I just thought I'd ask before I went and did it myself. Thanks in advance.

Re: [Flashcoders] AS3 Compiler For MAC OS X

2006-07-27 Thread Haikal Saadh
You can use the command line compiler than comes with flex2. You'll have to copy stuff from the windows version, though. http://labs.adobe.com/wiki/index.php/Flex_Builder:tutorials:compiling_mxmlc_osx CK wrote: Hi, Just installed Flash Player 9, and after reading the

Re: [Flashcoders] AS3 Compiler For MAC OS X

2006-07-30 Thread Haikal Saadh
Open a terminal window, and use something like: /path/to/flex/stuff/mxmlc my.mxml If you don't want to type the full path each time, you can add the directory mxmlc lives in to your $PATH; See http://forums.macosxhints.com/archive/index.php/t-686.html for discussion on how to. CK wrote:

[Flashcoders] Architechting a drag and drop component.

2006-08-07 Thread Haikal Saadh
: Is it possible to write a custom properties panel that can browse the library? Any hints? -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

Re: [Flashcoders] Weird getURL behavior

2006-08-07 Thread Haikal Saadh
-- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

Re: [Flashcoders] trivial or mysterious problem with component?

2006-08-13 Thread Haikal Saadh
and Training http://www.figleaf.com http://training.figleaf.com -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] diff between var == value VS var eq value

2006-08-14 Thread Haikal Saadh
@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Haikal Saadh

Re: [Flashcoders] flash widgets

2006-08-16 Thread Haikal Saadh
/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders

Re: [Flashcoders] PRINTJOB HELL, PRINTJOB NIGHTMARE with several PAGES

2006-08-20 Thread Haikal Saadh
according to screen resolution? How can you efficiently fill a textfield to the point in which you know it is completely full? Cheers, Pete -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] htacess and loaded SWFs

2006-08-20 Thread Haikal Saadh
or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove

[Flashcoders] Live Preview and Laying out Components

2006-08-20 Thread Haikal Saadh
will not actually reflect the state of these components. This makes it pretty useless to me, as far as being an aid to laying them out on the stage goes. Any suggestions on what to do? Just guess based on the bounding box? -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove

[Flashcoders] Flash/Actionscript Coding conventions

2006-08-21 Thread Haikal Saadh
* Naming frames (not that I've had a need to, but in case...) * Use of __ and _ in front of variable names. (_ is straight-forward enough, and the v2 comp. architecture seems to use __ for private vars that have corresponding get/set methods. Any other conventions you guys use? -- Haikal

[Flashcoders] Role of boundingbox in the v2 component architecture

2006-08-22 Thread Haikal Saadh
with your bounding boxes? Is it really an unavoidable fact of working with v2 components? -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Role of boundingbox in the v2 component architecture

2006-08-22 Thread Haikal Saadh
Ah never mind. Found an answer: http://chattyfig.figleaf.com/pipermail/flashcoders/2006-March/161517.html Haikal Saadh wrote: I'd like to ask: Is a bounding box really necessary? I've read that unless you declare a bounding box, elements created programmatically will not render correctly

[Flashcoders] setSelection() with TextInput?

2006-08-30 Thread Haikal Saadh
Delegate for event handling, but it didn't make a difference. Thanks. -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] setSelection() with TextInput?

2006-08-30 Thread Haikal Saadh
the selection change. Is there anything I've overlooked? I tried to use Delegate for event handling, but it didn't make a difference. Thanks. -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders

[Flashcoders] Iterate over all movieclips in a timeline

2006-10-09 Thread Haikal Saadh
or remove clips. (and I'd have to name them as well). Thanks. -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] Iterate over all movieclips in a timeline

2006-10-09 Thread Haikal Saadh
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove

Re: [Flashcoders] Subversion Client on Mac?

2006-12-20 Thread Haikal Saadh
client? We're trying SVNX, and it's not bad, but ... it's no TortoiseSVN, for sure. What do you guys use? -- Haikal Saadh Applications Programmer ICT Resources, TALSS QUT Kelvin Grove ___ Flashcoders@chattyfig.figleaf.com To change your subscription