CODE block test page
Tuesday, May 1, 2007 by RomanDA | Discussion: WinCustomize Site Issues
I tried this before to see how it worked, and it didnt.
Sample DX code: (copy/pasted from DX to here)
- Sub Object_OnMouseEnter
- Call ShowToolTip("This is my Tool-Tip","Info")
- End Sub
- Sub Object_OnMouseLeave
- Call HideToolTip()
- End Sub
Reply #2 Tuesday, May 1, 2007 5:18 PM
below is:
Sub Object_OnMouseEnter
Call ShowToolTip("This is my Tool-Tip","Info")
End Sub
- Sub Object_OnMouseLeave
- Call HideToolTip()
- End Sub
2nd code block here:
Sub Object_OnMouseLeave
Call HideToolTip()
End Sub
- Sub Object_OnMouseLeave
- Call HideToolTip()
- End Sub
Reply #3 Tuesday, May 1, 2007 5:58 PM
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!







Reply #1 Tuesday, May 1, 2007 12:33 PM
If i add all the < br >'s at the end of every line (which SUCKS) it looks like:
I put a < br > at the beginning of every line in the CODE block.