#179931 - 2007-08-29 12:14 PM
Re: Korg now running 7.2.2
[Re: Lonkero]
|
Witto
MM club member
   
Registered: 2004-09-29
Posts: 1828
Loc: Belgium
|
About the code scroll boxes I like the approach like on the Microsoft website nowadays with "+", "-", "Expand All" and "Collapse All". Per example: Word Enumerated Constants
|
Top
|
|
|
|
#179950 - 2007-08-29 09:04 PM
Re: Korg now running 7.2.2
[Re: Jochen]
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11625
Loc: CA
|
LOL - Not till you just said it Jochen. But that actually is a new FEATURE (a few people are complaining about it) but now it's a bit difficult to overcome it as the system periodically checks and updates based on post count. An upcoming version is supposed to allow an Admin a choice on how that works. I didn't like their new offering either and have asked/suggested a more granular approach to it but not sure yet if they will implement or not.
I'll look around and find the code and fix the Titles again. Might have to run a scheduled task to keep them updated
|
Top
|
|
|
|
#180020 - 2007-08-31 10:50 AM
Re: Korg now running 7.2.2
[Re: NTDOC]
|
Witto
MM club member
   
Registered: 2004-09-29
Posts: 1828
Loc: Belgium
|
Spoiler test
Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 Line 17 Line 18 Line 19 Line 20 ;Script Options If Not @LOGONMODE Break On Else Break Off EndIf Dim $RC $RC = SetOption("Explicit", "On") $RC = SetOption("NoMacrosInStrings", "On") $RC = SetOption("NoVarsInStrings", "On") If @SCRIPTEXE = "KIX32.EXE" $RC = SetOption("WrapAtEOL", "On") EndIf |
;Script Options
If Not @LOGONMODE
Break On
Else
Break Off
EndIf
Dim $RC
$RC = SetOption("Explicit", "On")
$RC = SetOption("NoMacrosInStrings", "On")
$RC = SetOption("NoVarsInStrings", "On")
If @SCRIPTEXE = "KIX32.EXE"
$RC = SetOption("WrapAtEOL", "On")
EndIf
Why does a spoiler need a scrollbar at the right hand side? Can it be changed so that we can paste our long postprepped code in it?
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 323 anonymous users online.
|
|
|