Forums
This topic is locked
Missing Server Behaviors
Posted 18 Nov 2002 14:17:38
1
has voted
18 Nov 2002 14:17:38 Graham Ashford posted:
I am having problems with UD Behaviors disapearing from the Server Behavior pallette. They will just vanish when working on a page!! The truly wierd thing is that other UD users can see them fine... any ideas anyone???Replies
Replied 18 Nov 2002 18:28:03
18 Nov 2002 18:28:03 Dennis van Galen replied:
Are you working with templates by any chance ?
It's also worth mentioning that if you install multiple extensions at once...you could lose some of your insert menu options, like insert image and your live objects.
Another reason I can think of is when you alter the codes after you apply a behavior, UltraDev won't recognise the codes and it can either put a red exclamation point (<font color=red>!</font id=red>
behind the behavior or remove it entirely.
With kind regards,
Dennis van Galen
Webmaster KPN Services
Financial and Information Services
It's also worth mentioning that if you install multiple extensions at once...you could lose some of your insert menu options, like insert image and your live objects.
Another reason I can think of is when you alter the codes after you apply a behavior, UltraDev won't recognise the codes and it can either put a red exclamation point (<font color=red>!</font id=red>

With kind regards,
Dennis van Galen
Webmaster KPN Services
Financial and Information Services
Replied 19 Nov 2002 13:46:31
19 Nov 2002 13:46:31 Graham Ashford replied:
I think the latter is definitely the case, but like I said, they only disapear on my machine (which is V frustrating).
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Are you working with templates by any chance ?
It's also worth mentioning that if you install multiple extensions at once...you could lose some of your insert menu options, like insert image and your live objects.
Another reason I can think of is when you alter the codes after you apply a behavior, UltraDev won't recognise the codes and it can either put a red exclamation point (<font color=red>!</font id=red>
behind the behavior or remove it entirely.
With kind regards,
Dennis van Galen
Webmaster KPN Services
Financial and Information Services
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Are you working with templates by any chance ?
It's also worth mentioning that if you install multiple extensions at once...you could lose some of your insert menu options, like insert image and your live objects.
Another reason I can think of is when you alter the codes after you apply a behavior, UltraDev won't recognise the codes and it can either put a red exclamation point (<font color=red>!</font id=red>

With kind regards,
Dennis van Galen
Webmaster KPN Services
Financial and Information Services
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 21 Nov 2002 17:42:33
21 Nov 2002 17:42:33 Graham Ashford replied:
I've found that the problem occurs when I use hidden form fields with <CFOUTPUT> tags! I.E. <INPUT type="hidden" name="option_ID" value="<CFOUTPUT>#URL.option_ID#</CFOUTPUT>">. A bug in the program if I ever saw one!!!
Replied 21 Nov 2002 19:40:32
21 Nov 2002 19:40:32 Dennis van Galen replied:
Graham,
How are you binding these into the hidden field, do you drag them into the hidden field, do you click on bind or do you just type <cfoutput>#rsDepartments.DEPARTMENT_ID#</cfoutput> in the property inspector ?
I can't try it in Ultradev today since I only have MX at home but I never heard of this before in UDev and I use it all the time, in MX dragging in data results in code like this:
<input name="hiddenField" type="hidden" value="<cfoutput>#rsDepartments.DEPARTMENT_ID#</cfoutput>">
And the serverbehavior stays where it is. I will try to duplicate this tomorrow at work.
with regards,
Dennis van Galen
DMXzone Manager
Extension, Tutorial and FAQ's Manager
How are you binding these into the hidden field, do you drag them into the hidden field, do you click on bind or do you just type <cfoutput>#rsDepartments.DEPARTMENT_ID#</cfoutput> in the property inspector ?
I can't try it in Ultradev today since I only have MX at home but I never heard of this before in UDev and I use it all the time, in MX dragging in data results in code like this:
<input name="hiddenField" type="hidden" value="<cfoutput>#rsDepartments.DEPARTMENT_ID#</cfoutput>">
And the serverbehavior stays where it is. I will try to duplicate this tomorrow at work.
with regards,
Dennis van Galen
DMXzone Manager
Extension, Tutorial and FAQ's Manager