Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Andrew Morton #1
Re: Disabling a behavior
Just before where the code to do the autocomplete starts, put in:-
if not(member("theCheckbox").hilite) then exit
....assuming that the rest of the handler is not needed if autocomplete is not
enabled, if that is the case then just enclose that code in an if...then..end if
block with the same check as above.
Andrew
Andrew Morton Guest
-
disabling datasource
Hmmm...disabling a MySql 4.0 datasource in Cf Admin doesn't seem to work. CFMX 7.01, MySQL 4.0.26, MySQL J connector 3.1.11 . Anybody else come... -
A way to disabling drafts?
I support 25 users of Contribute under one CPS. I would like to disable the Save As Draft function and clear all current drafts. Is there any way... -
disabling a textbox
How do you disable a TextBox in a datagrid in the Code behind? im using e.item.cells.Enabled = false.. But this doesnt stop the user actually... -
disabling the default X GUI
OK, I'm an old-time Linux user, currently running Red Hat 6.1 on my laptop and 7.3, I think, on the desktop I use for work. I just installed Red... -
Disabling Profile
We are running XP Professional on our Novell Network which handles all our logins. We do not care or want to have profiles on the XP machines. ...



Reply With Quote

