Page 1 of 8 12345>Last »
Topic Options
#86689 - 2002-07-13 02:23 AM bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
bbChecker II is a GUI enabled bulleting board checker for new posts etc...
Current build is downloadable from:
www.gwspikval.com/jooel/scripts/bbchecker II

Current version is RC-1
-IE 5 or higher
-nt based os

before actual release, I will have to apply:
-opening links in same window rather than spawning them.
-change the interval setting not to allow 0 (don't want the bb server to crash, want we)

the code is maintained by me and for support, you can turn to bb or e-mail me.
I'm trying to keep up 24 hour response time limit.

current features:
-show posts submitted to bb
-show users logged on
-show history of submitted posts
-show logged on users profile
-show logged on users recent posts
-show/hide switches for history and user functions
-dynamic interval on new posts for catching better posts on traffic time.
-autominimize if no focus and new post arrives
-on-top slider which informs of the new posts if checkers window is not the active one.
-behaviour settings:
-beep on/off
-new posts check interval
-option for disabling your own post being notifyed

for build history and related discussion see:
http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=13;t=000178 (kixforms - bbchecker II)
http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=13;t=000192 (kixforms - setfocus)

version 1.5:
http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=3;t=000195

kindest regards,

[ 31 July 2002, 17:10: Message edited by: Lonkero ]
_________________________
!

download KiXnet

Top
#86690 - 2002-07-13 02:34 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, found the xmlhttp-object noworky.
until I get it fixed, last working build is in
subdir "not IE5"
_________________________
!

download KiXnet

Top
#86691 - 2002-07-13 02:42 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
there seems to be a refresh problem in xmlhttp.

it gives me nicely the same page without actually getting it!

I'll have to investigate on this...
_________________________
!

download KiXnet

Top
#86692 - 2002-07-13 03:00 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
bryce is offcourse sleeping...

shawnie, this is pretty weird object.

I can't get it to get the page again even if I use .abort and reinitialize it!
_________________________
!

download KiXnet

Top
#86693 - 2002-07-13 03:07 AM Re: bbChecker II - rc1
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Lonk,

D/l'ed the new version.. Like the functions you have implemented.

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#86694 - 2002-07-13 03:12 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
so thank shawn [Razz]

he has had suggestions for this almost as much I have been begging for new kixforms functionality.

back to business.
shawn, it seems that the object needs to be recreated on every time.
uttleast for what I found on devguru and msdn.

still checking. but if this is true, it reduces the performance...
_________________________
!

download KiXnet

Top
#86695 - 2002-07-13 03:14 AM Re: bbChecker II - rc1
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Ruh Roh Rorge!

It just sits there on my home system - "Loading Elements" and never goes away..

Hmmm....

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#86696 - 2002-07-13 03:18 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
kent,
which version you are using?

if the main, do you have IE5 installed?
if the former version, what is the winhttp version?
also, check the kixforms version.

cheers,
_________________________
!

download KiXnet

Top
#86697 - 2002-07-13 03:24 AM Re: bbChecker II - rc1
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Lonk,

D/l the new version of kixforms.dll and the non ie5 version of the script works great.

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#86698 - 2002-07-13 03:26 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, the xmlhttp does not seem the right way to go.
I have in every bbcheck loop these lines:
code:
 $httpObj = createobject("microsoft.xmlhttp") sleep 0.2
$httpObj.open("GET", "http://kixtart.org/cgi-bin/ultimatebb.cgi?", -1)
$httpObj.send
while $httpObj.readystate <> 4 sleep 0.05 loop
$data=$httpObj.Responsetext
$httpObj = 0

and still, all it does is refresh the stuff from the previous query.
ha [Mad]
_________________________
!

download KiXnet

Top
#86699 - 2002-07-13 03:31 AM Re: bbChecker II - rc1
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Have not played with that object as of yet..

Do have a suggestion..

In the History list, can you set it up do a double-click to open the topic?

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#86700 - 2002-07-13 03:35 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
if I can't I'll add it to wishlist for shawn.

found possible problem cause.

the ms xmlhttp which comes with IE5 is version 2.0
the one in winHTTP is same service with version of 4.0

still scanning...
_________________________
!

download KiXnet

Top
#86701 - 2002-07-13 04:17 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn,
the onlostfocus...
it trickers even when the objects inside form get the focus.
so to solve does the form have focus, i would need to query for all buttons etc...
not so nice.
_________________________
!

download KiXnet

Top
#86702 - 2002-07-13 04:47 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
abandoned branch3 (xmlhttp) due to malfunction.
even recreating the object did not reload the page.
stupid.
_________________________
!

download KiXnet

Top
#86703 - 2002-07-13 04:50 AM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
yeah, i was playing with the IE version - wouldn't work properly - went back to older version.

that OnLostFocus thingy is interesting ... guess its mostly used for controls on forms, not the form itself ... have to think about that one ... wonder how VB deals that one out ?

-Shawn

-edit-

Jooel, might want to put "Break On" at top of script ...

[ 13 July 2002, 05:01: Message edited by: Shawn ]

Top
#86704 - 2002-07-13 11:24 AM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, might but it does not work [Wink]

it hasn't worked even once with wkix32.

and why should put it on as my script hasn't hanged yet even once.
_________________________
!

download KiXnet

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

Registered: 2001-06-05
Posts: 22346
Loc: OK
kent, doubleclick-event is not supported by listboxes (shawn?)...
_________________________
!

download KiXnet

Top
#86706 - 2002-07-13 03:53 PM Re: bbChecker II - rc1
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
If you go to my website - http://kentldyer.com I do a similar thing, but with JavaScript.. However, it is only single-click and not double-click.. If it is not doable, no biggie. Just throwing out ideas here for you.

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#86707 - 2002-07-13 03:59 PM Re: bbChecker II - rc1
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
yes.
listbox support only click.
I could implement it with memorizing the first click for say 0.5 secs but the code would be getting too much code for little thingie.

I struggling now with the settings form...
how to adjust listbox to current shown number.

I have this now:
$fl = $f.listbox(0,150,178,40,15)
for $c=10 to 99 $fl.additem($c,-1) next
$fl.listindex = $looptime-11

so I get the times there and I get them back when users change the times, but the selection does not happen on just fiewing the list.
user will have to select the currently shown number.
selection can't be forced either.
there is no menubox-method ( SHAWN? ) in kixforms so can't do a selection list either...

this is minor thing, but don't really want users to be able by acsident make the loop time to 0 or 50000000000
_________________________
!

download KiXnet

Top
#86708 - 2002-07-13 04:28 PM Re: bbChecker II - rc1
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Just adding OnDblClick now ... writing a funky listbox listbox script ... lonkero, whats your favorite color ? kent ?
Top
Page 1 of 8 12345>Last »


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

Who's Online
1 registered (Allen) and 466 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.072 seconds in which 0.023 seconds were spent on a total of 12 queries. Zlib compression enabled.

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