[flexcoders] Re: How to style through CSS HTML in RichTextEditor???

2007-03-16 Thread maikelsibbald
link.color = "#FF"; > > feedEntryStyle.setStyle("a:hover", hover); //set the link > hover style > feedEntryStyle.setStyle("a:link", link); //set the link > normal style > > HTH > > On 16 M

[flexcoders] How to style through CSS HTML in RichTextEditor???

2007-03-16 Thread maikelsibbald
As my subject is saying? How to style through CSS HTML in RichTextEditor/TextArea? Does anybody know hoe to do this? The docs are saying "You can also define a:link, a:hover, and a:active styles for anchor tags by using style sheets. "

[flexcoders] Re: Suspend Image loading...

2007-02-22 Thread maikelsibbald
--- In flexcoders@yahoogroups.com, "maikelsibbald" <[EMAIL PROTECTED]> wrote: > > I have the idea that that every time I'm loading images in my > itemrenderers it's slows down my application. For example when the > images are loading and I open a popup, the

[flexcoders] Suspend Image loading...

2007-02-21 Thread maikelsibbald
I have the idea that that every time I'm loading images in my itemrenderers it's slows down my application. For example when the images are loading and I open a popup, the popup appears on the moment the last images was loaded. Strange... the popup has a Higher priority than the images, because add

[flexcoders] Flex tree dropIndicator?

2007-02-05 Thread maikelsibbald
How can I get a reference of the "dropIndicator"? override public function showDropFeedback(event:DragEvent):void{ ... //position drop indicator dropIndicator.width = listContent.width - indent; dropIndicator.x = indent + vm.left + 2; if (_dropData.emptyFol

[flexcoders] Move effect with lager images-> flickering images

2007-02-01 Thread maikelsibbald
I've got a HBox with number(about 10) of images (375x200). For some reason the images are flickering. It's really anoying. I'm changing they x-property and let the moveEffect handle the rest, for some reason it really looks weird.

[flexcoders] Since flex 2.0.1

2007-01-08 Thread maikelsibbald
I've updated today to flex 2.0.1 And now I suddenly get these errors? doe anybody know what the problem is. TypeError: Error #1009: Cannot access a property or method of a null object reference. at org.panda.gpn.view.workspace.results::OverView/__admin_sort_xml_collectionChange()

[flexcoders] Since flex 2.0.1

2007-01-08 Thread maikelsibbald
I've updated today to flex 2.0.1 And now I suddenly get these errors? doe anybody know what the problem is. TypeError: Error #1009: Cannot access a property or method of a null object reference. at org.panda.gpn.view.workspace.results::OverView/__admin_sort_xml_collectionChange()

[flexcoders] Re: Dynamically Generated Forms

2007-01-02 Thread maikelsibbald
Here's a way you can build a dynamic form http://labs.flexcoders.nl/?p=27 --- In flexcoders@yahoogroups.com, "Igor Costa" <[EMAIL PROTECTED]> wrote: > > You really have to test the DaoFlex or the Flex Coldfusion Integration kit. > > Regards. > > On 10/26/06, javaflash1 <[EMAIL PROTECTED]> wrote:

[flexcoders] Re: BindSetter?

2006-12-19 Thread maikelsibbald
Binding 101 can be found here: http://labs.flexcoders.nl/?p=24 --- In flexcoders@yahoogroups.com, "Steve Hindle" <[EMAIL PROTECTED]> wrote: > > Thank You Lachlan!!! > > I can't believe this isn't documented somewhere. > Seems like a pretty basic thing. > > Anyway, glad to know I'm not going

[flexcoders] Re: Is Unbinding possible ?

2006-12-19 Thread maikelsibbald
Binding 101 can be found here: http://labs.flexcoders.nl/?p=24 --- In flexcoders@yahoogroups.com, EECOLOR <[EMAIL PROTECTED]> wrote: > > Jup, the bindProperty returns a value (dont know which type from the top of > my head), check out the docs for the instance it returns. That instance > allows you

[flexcoders] Disable nodes in Tree...version0.01

2006-12-14 Thread maikelsibbald
I wrote a itemRenderer in which you can disable/enable nodes: http://labs.flexcoders.nl/?p=23 Let me know what you think of it..

[flexcoders] HTML-supported tooltip..little hack

2006-12-06 Thread maikelsibbald
See here my solution: http://labs.flexcoders.nl/?p=18 (view source under contextmenu) If you don't want to read it... I'm abusing the border-skin.

[flexcoders] Repeated Background --> solution here

2006-12-06 Thread maikelsibbald
Check this solution: http://labs.flexcoders.nl/?p=16

[flexcoders] Bitmapdata draw with BlendMode....result: Player Crash

2006-12-01 Thread maikelsibbald
Does any body know why the use of a blendmode can result into a Player Crash?? /***/ img.draw(p_clip2,mat, new ColorTransform(0, 0, 0, 1, 0, 255, 255, 255),BlendMode.DIFFERENCE); /**

[flexcoders] Flex 2 Tree disbale nodes

2006-10-23 Thread maikelsibbald
There was a way in FLex 1.5 to disable some nodes. But I guess I'm the only one in the world that wants to disable a node in Flex 2. But the 1.5-way does NOT work anymore... function disableNode(node:Number){ nav.rows[node]._alpha = 20; nav.rows[node].enabled = false; nav.rows[node].onPr

[flexcoders] SWF access problem!

2006-10-05 Thread maikelsibbald
When I load a swf with some textFields in them I can acccess the content. The moment I embed th SWF It is not accessable.. I see the SWF but can access the textFields... Why is there a difference and how can I access the textfields again... -- Flexcoders Mailing List FAQ: http://groups.yah

[flexcoders] Object is null/"""when it is passed along to Coldfusion.

2006-08-04 Thread maikelsibbald
We even made a simple test: //WOKING cf.test(true); //WOKING cf.test(1); //WOKING cf.test("hello"); //NOT WOKING //in CFC we expect a struct, right!? var oData:Object = new Object(); cf.test(oData); Can anybody tell me what is wrong... -- Flexcoders Mailing List FAQ: http://groups.y

[flexcoders] Application backgroundAlpha??

2006-08-03 Thread maikelsibbald
How do you set the backgroundalpha ... because I want to show some thing behind the flash in HTML. Is there a way i tried the following.. backgroundGradientAlphas="[]" backgroundImage="" backgroundAlpha="0" Any hints? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcode

[flexcoders] RemoteObject AND TypeError: Error #1034

2006-07-19 Thread maikelsibbald
Can anybody help me with the following. TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL PROTECTED] to mx.messaging.messages.ErrorMessage. When I used it in Flex 1.5 it was working. Can anybody tell me what thos error means? Yahoo! Groups Spons

[flexcoders] Re: Repeater ignores recycleChildren. on my image extendsion!!

2006-07-15 Thread maikelsibbald
Noboby got this problem?? --- In flexcoders@yahoogroups.com, "maikelsibbald" <[EMAIL PROTECTED]> wrote: > > If I have a trace in the constructor of my Component (extends Image). > I see my traces, even when I use the recyclechildren (=true) property > in the Repe

[flexcoders] Repeater ignores recycleChildren. on my image extendsion!!

2006-07-14 Thread maikelsibbald
If I have a trace in the constructor of my Component (extends Image). I see my traces, even when I use the recyclechildren (=true) property in the Repeater that creates the images... how come..? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt S

[flexcoders] Repeater recyclechildren not functioning on custom components

2006-07-13 Thread maikelsibbald
I created a Component which extends Image. Now I use a repeater to "draw" several images. In the component I added an eventListener for the "creationComplete" event. Now every time the dataProvider is updated the event is triggered even when I use rycyclechildren is true. Any suggestions?

[flexcoders] Re: How to turn of Button Border

2006-07-07 Thread maikelsibbald
out a style sheet though; > > Peace, Mike > > On 6/29/06, maikelsibbald <[EMAIL PROTECTED]> wrote: > > > > Fx2 prerelease. How do you set the bordersstyle to none: > > > > it's not reacting on the follwing styleproperties: > > > > border-style:

[flexcoders] How to set BusyCursor skin through stylesheet??

2006-07-07 Thread maikelsibbald
I tried: busy-cursor: Embed("/assets/graphics/application/loader/BusyCursor.swf"); It's not working... Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/y

[flexcoders] How to turn of Button Border

2006-06-29 Thread maikelsibbald
Fx2 prerelease. How do you set the bordersstyle to none: it's not reacting on the follwing styleproperties: border-style:none; border-color:#ff; border-alpha:0; Thanx in advance Yahoo! Groups Sponsor ~--> Something is new at Yahoo! Groups.