CODE block test page

Ok,

I tried this before to see how it worked, and it didnt.

Sample DX code: (copy/pasted from DX to here)

Code: vbscript
  1. Sub Object_OnMouseEnter
  2. Call ShowToolTip("This is my Tool-Tip","Info")
  3. End Sub
  4. Sub Object_OnMouseLeave
  5. Call HideToolTip()
  6. End Sub


1,991 views 4 replies
Reply #1 Top
ok, its doing what it did to me before.. putting EVERYTHING in the CODE block into 1 line.

If i add all the < br >'s at the end of every line (which SUCKS) it looks like:

Code: vbscript
  1. Sub Object_OnMouseEnter
  2. Call ShowToolTip("This is my Tool-Tip","Info")
  3. End Sub
  4. Sub Object_OnMouseLeave
  5. Call HideToolTip()
  6. End Sub


I put a < br > at the beginning of every line in the CODE block.
Reply #2 Top
another bug i am posting 2 different things in the 2 code blocks below:

below is:
Sub Object_OnMouseEnter
Call ShowToolTip("This is my Tool-Tip","Info")
End Sub

Code: vbscript
  1. Sub Object_OnMouseLeave
  2. Call HideToolTip()
  3. End Sub


2nd code block here:

Sub Object_OnMouseLeave
Call HideToolTip()
End Sub

Code: vbscript
  1. Sub Object_OnMouseLeave
  2. Call HideToolTip()
  3. End Sub


Reply #3 Top
I didnt have the problem with line breaks before... they worked properly.  I have seen the duplicate blocks though...
Reply #4 Top
We're aware of the issues, thank you for reporting.