CODE block test page

Tuesday, May 1, 2007 by RomanDA | Discussion: WinCustomize Site Issues

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


RomanDA
Reply #1 Tuesday, May 1, 2007 12:33 PM
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.
RomanDA
Reply #2 Tuesday, May 1, 2007 5:18 PM
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


CerebroJD
Reply #3 Tuesday, May 1, 2007 5:58 PM
I didnt have the problem with line breaks before... they worked properly.  I have seen the duplicate blocks though...
andrew_
Reply #4 Thursday, May 3, 2007 9:11 AM
We're aware of the issues, thank you for reporting.

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01