Page 2 of 8 <12345>Last »
Topic Options
#86709 - 2002-07-13 04:30 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
neon orange, what's your? [Big Grin]
_________________________
!

download KiXnet

Top
#86710 - 2002-07-13 04:40 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, what about the menubox? or selectbox or something...

GUYS, new build, new func.
I've implemented memory for the settings.
in previous builds all your settings were resetted on start.
now it memorizes them.

cheers,
_________________________
!

download KiXnet

Top
#86711 - 2002-07-13 04:41 PM Re: bbChecker II - rc1
Shawn Administrator Offline
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
#86712 - 2002-07-13 04:46 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
new build.
be sure you have the 21 build of kixforms (from same location)

new func: on doubleclick over listbox shows the topic.

cheers,
_________________________
!

download KiXnet

Top
#86713 - 2002-07-13 05:22 PM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
You going to write one of those Installer packages for BBChecker (like you did for BBCodeParser) ... that was sweet ! No need to worry about WinHHTP,Kixforms install.. created shortcut for yeah, started using wkix32 ... yap ...
Top
#86714 - 2002-07-13 05:28 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
when there was this xmlhttp thingie, I thought I would not need it, but now...
I will do that.

I'll also make uninstall package.
_________________________
!

download KiXnet

Top
#86715 - 2002-07-13 08:55 PM Re: bbChecker II - rc1
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
heh that xmlhttp refresh bug hit me too.... [Smile]

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
#86716 - 2002-07-13 08:58 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
bryce, what that syncmode does have inside?

I was not able to find such info on msdn...
_________________________
!

download KiXnet

Top
#86717 - 2002-07-13 09:10 PM Re: bbChecker II - rc1
Bryce Offline
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 [Big Grin]

Bryce

[ 13 July 2002, 21:13: Message edited by: Bryce ]

Top
#86718 - 2002-07-13 09:14 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
bryce, I did check exactly the same things you did.
I even suspected somekind of cache thing but as could not find any switch for that in the object, gave up.

so, diggin' again...
_________________________
!

download KiXnet

Top
#86719 - 2002-07-13 10:38 PM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
testing ... 123 ... bbcheckerII/kixformsTNG ... testing .... jooel ... do you have an extra "blank line" in your buddies list ?
Top
#86720 - 2002-07-13 10:42 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
there seems to be extra line in buddy and historylist...
uttleast in buddylist.
don't know how it gets there, but there it is.
_________________________
!

download KiXnet

Top
#86721 - 2002-07-13 10:50 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
fixed that one.
_________________________
!

download KiXnet

Top
#86722 - 2002-07-13 10:51 PM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Yeah, me to, added a IF $USER ...

You want to give KixformsTNG a quick try ? Still extreme beta mind you ...

-Shawn

Top
#86723 - 2002-07-13 10:58 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I'm too fizzy to play with the golf stuff right now...
so, if I could get a glance of the tng code, I would be pleased.
how much it interfiers with the existing?
I understood that the object is .2 so it should work with both, right?
_________________________
!

download KiXnet

Top
#86724 - 2002-07-13 11:06 PM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
I have it right now set to "kixtart.form", like kixforms1 is, i've just been registering the one I want to use, at any give time, eg:

regsvr32 kixforms.dll ; for kixforms1

kixforms.exe -install ; for kixformsTNG

I can change it to kixtart.form.2 if you would rather, yeah ?

-Shawn

Top
#86725 - 2002-07-13 11:06 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
btw,
my fixie was:
$bl.removeitem($bl.listcount-1)

wonder, which one gets the lowest golf score?
actually, I don't care of the golfscrore as long as the perfomance and system load is kept in limits...
_________________________
!

download KiXnet

Top
#86726 - 2002-07-13 11:14 PM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
k - let me just grab your latest bbchecker and make sure it works ok - the OptionBox won't work yet, because it only supports one form right now ... but would like to let you have boo at it and hear your thoughts ...
Top
#86727 - 2002-07-14 01:59 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
waiting...
going to bed in some minutes but waiting for your reply...
_________________________
!

download KiXnet

Top
#86728 - 2002-07-14 03:08 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawnie, what you think, should we go for xmlhttp and setting users settings for smaller package?
_________________________
!

download KiXnet

Top
Page 2 of 8 <12345>Last »


Moderator:  Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart 
Hop to:
Shout Box

Who's Online
2 registered (morganw, mole) and 414 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.075 seconds in which 0.024 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org