hello,

someone had this problem before???

------------------------------------------------------------------------ ---------

hello,

couldnt find anything in the archives.
is this a flash 8 bug?

changing "textfield.type" dynamically has just no effect.

// code
var me = this;
this.on_btn.onRelease = function ()
{
        me.field.type = "input";
}

this.off_btn.onRelease = function ()
{
        me.field.type = "dynamic";
}
// code end

tracing "field.type" outputs a change (from "input" to "dynamic" and back again). but the behaviour just depends on what i was setting in the ide. when i set it to "input" it remains an input textfield. if i set it to "danamic" it always stays a dynamic textfield.
isnt it supposed to be changed dynamically? am i missing something?

tia
eugen
------------------------------------------------------------------------ ---------


_______________________________________________
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com









plugisto
...........................
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon     +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...........................
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


_______________________________________________
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to