Page 6 of 7 « First<34567>
Topic Options
#86459 - 2002-07-11 09:16 PM Re: Kixforms - BBChecker II
Kdyer Offline
KiX Supporter
*****

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

Grabbed the new version..

Found the other part of my issue..
Installed IIS on my XP System.. Noticed it installs a WINTTP.DLL (version 5.1.2600.1039) is installed via the IIS install and WINHTTP5.DLL (version 5.0.2613.0) is from the SDK which you had referenced.. BBChecker II now works proper (position is correct).

It works great now!!

Kent

[ 11 July 2002, 21:19: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#86460 - 2002-07-11 09:23 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
kent good to hear [Roll Eyes]

just don't use it too much as I want to be the fastest one to reply on board [Wink]
_________________________
!

download KiXnet

Top
#86461 - 2002-07-11 09:24 PM Re: Kixforms - BBChecker II
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Yeah, it just let me know your responded..

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

Top
#86462 - 2002-07-11 09:29 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
so let's try again. perhaps there is inner bug!

do, you have any wishlist to add for new features?
perhaps autopost/reply? [Big Grin]
_________________________
!

download KiXnet

Top
#86463 - 2002-07-11 09:30 PM Re: Kixforms - BBChecker II
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Yeah.. One thing that I would like to see would be if IE is already running say at http://kixtart.org, it would go to that window rather than spawning a new instance of IE.

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

Top
#86464 - 2002-07-11 09:35 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
that's actually something I've been thinking of.
just not sure...
with the code inside that show topic-button in historylist it might be done...
but not with the label link...
as it does not use ie. it uses explorer [Razz]

pingpong,
_________________________
!

download KiXnet

Top
#86465 - 2002-07-11 11:26 PM Re: Kixforms - BBChecker II
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
nearly it becomes the topic with most reactions.
only Golf Tournament contains at the moment more, but with this speed it will bypass this value
very soon.
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#86466 - 2002-07-11 11:34 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
well, this has only 125 posts (when counted with the related setfocus topic)...
if I recall correctly the golf had something like twice that much...
_________________________
!

download KiXnet

Top
#86467 - 2002-07-11 11:56 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, don't see you here so suppose no help today. going to work in 5 hours so will be going to sleep...
if I can.

I made a timelimit for myself before and I would still want to keep that.
we will see that before next monday.

good evening to you. for me in finland, it's early morning.

cheers,
_________________________
!

download KiXnet

Top
#86468 - 2002-07-12 12:12 AM Re: Kixforms - BBChecker II
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Jooel, sorry, I'm here - just getting home and settled in ... did you get your OptionBox running ?
Top
#86469 - 2002-07-12 02:24 AM Re: Kixforms - BBChecker II
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
ok

Download:


Kixforms Build 20

New property:

$n = $Form.WindowState

where $n equals modes as defined for the Show(Mode) method, ie:

1 = NORMAL
2 = MINIMIZED
3 = MAXIMIZED

heres some code:

code:
Break On

$Form = CreateObject("Kixtart.Form")

$Form.Caption = "Kixforms..."

$Form.MaxButton=1
$Form.MinButton=1

$Exit.Center
$Form.Show

While $Form.Visible
Sleep(0.5)
$=Execute($Form.DoEvents(1))
?"WindowState=" $Form.WindowState
Loop

Exit 1

Should be good ...

[ 12 July 2002, 02:24: Message edited by: Shawn ]

Top
#86470 - 2002-07-12 10:00 AM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I'll try it when get to work.
why is my miscellaneous button loosing it's text when pressed?
_________________________
!

download KiXnet

Top
#86471 - 2002-07-12 01:54 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
window state code not implemented yet.
the option to disable beep has been added.

also changed the readme.html to reflect the current requirements list.
Readme.html

found out also that can't release before next kix-update.

ok, continuing...
_________________________
!

download KiXnet

Top
#86472 - 2002-07-12 02:49 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
kent, do the links work correct (your privatemessage related question)?
_________________________
!

download KiXnet

Top
#86473 - 2002-07-12 04:44 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
new build.
saved last one as stable.

new feature, get's users profile.

cheers,
_________________________
!

download KiXnet

Top
#86474 - 2002-07-12 05:07 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
it had a little "and" buggie. fixed.
_________________________
!

download KiXnet

Top
#86475 - 2002-07-12 07:03 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, seems that it has only 0,1,2...
sadly.

trying with the focus things, but would be ok if full screen application comes over it, it would minimize or just for the time of slide.

now, when this is not applied, if fullscreen app is activated, no info at all comes to your knowledge. not even with setfocus.

will be looking...
_________________________
!

download KiXnet

Top
#86476 - 2002-07-12 09:14 PM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
newist build shows recent posts too.
same www.gwspikval.com/jooel/scripts/bbchecker and under beta II

shawn, have you cookies disabled?
you don't show up in logged on users list.

cheers,
_________________________
!

download KiXnet

Top
#86477 - 2002-07-13 12:27 AM Re: Kixforms - BBChecker II
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I don't know about you guys but when I changed my display properties had problems with the layout...

could be also my versio mixup but. will be looking. implemented allready is the "don't show own posts" option.

cheers,
_________________________
!

download KiXnet

Top
#86478 - 2002-07-13 12:32 AM Re: Kixforms - BBChecker II
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Did you change your display properties while BBChecker was running ? - Without stopping and restarting the script ?
Top
Page 6 of 7 « First<34567>


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.074 seconds in which 0.027 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