#86711 - 2002-07-13 04:41 PM
Re: bbChecker II - rc1
|
Shawn
Administrator
Registered: 1999-08-13
Posts: 8611
|
k - build 21 with DblClick on ListBox. Heres the script I used to test.
code:
Break On $Form = CreateObject("Kixtart.Form")
$Form.Caption = "Kixforms..." $Form.Width =230 $Form.Height = 270
$Form.PrintXY(10,5,"Double Click on Item:") $ListBox = $Form.ListBox(,10,20,200,200) $ListBox.FontName = "Courier New"
$ListBox.AddItem("Shawn ..... Green") $ListBox.AddItem("Lonkero ... Orange") $ListBox.AddItem("Kyder ..... Blue")
$ListBox.OnDblClick = "ListBox_DblClick"
$Form.Center $Form.Show While $Form.Visible $=Execute($Form.DoEvents) Loop Exit 1
Function ListBox_DblClick
Select Case $ListBox.ListIndex = 0 $ListBox.BackColor = &099CC99 Case $ListBox.ListIndex = 1 $ListBox.BackColor = &00099FF Case $ListBox.ListIndex = 2 $ListBox.BackColor = &0CC9933 Case 1 EndSelect EndFunction
-Shawn
|
Top
|
|
|
|
#86715 - 2002-07-13 08:55 PM
Re: bbChecker II - rc1
|
Bryce
KiX Supporter
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
heh that xmlhttp refresh bug hit me too....
code:
if readvalue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings","SyncMode5") <> 3 dim $yesno $yesno = messagebox('This program uses parts of IE5 to gather it's' + @crlf + 'information. For increased performance it is' + @crlf + 'recommended that the settings for' + @crlf + '"Temporary Internet files", be set to "Every' + @crlf + 'Visit to a page".' + @crlf + @crlf + ' Would you like me to make this change now?',"Attention!",48+4) if $yesno = 6 $nul = writevalue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings","SyncMode5","3","reg_dword") if @error = 0 $nul = messagebox("Change to IE was successful","Attention!",48) else $nul = messagebox("Unable to make change to IE","Attention!",48) endif else $nul = messagebox("Change was not made","Attention",48) endif endif
Bryce
|
Top
|
|
|
|
#86717 - 2002-07-13 09:10 PM
Re: bbChecker II - rc1
|
Bryce
KiX Supporter
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
i found this.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q201535
I was against a wall when I got this bug, I was trying everything unde the sun, kill and restart the object, even used the .abort... nothing!! I was always getting the same page.
As I was sitting there glairing at the screen trying to get it to work.. (one computer was working fine the other was not) My roomate walks in slurping down a Coke, and says "have you checked that internet file cache thing?" takes a swig of his coke and walks out.... leaving me staring at the screen slack jawed
Bryce [ 13 July 2002, 21:13: Message edited by: Bryce ]
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
0 registered
and 539 anonymous users online.
|
|
|