Page 2 of 3 <123>
Topic Options
#104314 - 2003-09-03 06:22 PM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
See your e-mail - PM.KIX is sent...

Same message at work.

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

Top
#104315 - 2003-09-03 06:57 PM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

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

Uninistall does not remove the Program folder and Start Menu Locations.

Install does not associate .ICO file (bbChecker and Slider Editor) to programs(KiX files with Wkix32.EXE)..

In the Setup.EXE, are you incorporating the INTEGRITY Checker (we have previously discussed)?

Thanks,

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

Top
#104316 - 2003-09-03 07:05 PM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Using the SETUP.EXE and removing BBChecker..

Start SETUP.EXE again and prompted to "Update" or "Remove"..

Restarted (with BBChecker removed) and still prompted to "Update" or "Remove".

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

Top
#104317 - 2003-09-03 07:16 PM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
hmm...
wonder what is wrong in your setup [Wink]
in your file, line six is commented out one!

either kixtart has a bug or something is screwing up in your wksta.
also, no problems with the install with any other ppl.

the integrity check kinda is there but not really.
it had no use in it's form.
the remove fails to remove the folder (files removed) and does not remove startmenu items.

what comes to binding ico-files, not sure what you mean.
my icons do show up correctly.
_________________________
!

download KiXnet

Top
#104318 - 2003-09-03 07:56 PM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
The error only occurs when I try to send..

About line 57 (maybe line 60 instead of 6???)

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

Top
#104319 - 2003-09-03 07:58 PM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
lol.
you not sure what kixtart reports? [Wink]
_________________________
!

download KiXnet

Top
#104320 - 2003-09-03 08:01 PM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok,
does it tell anything about the line there?
going back to check...
_________________________
!

download KiXnet

Top
#104321 - 2003-09-03 09:04 PM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
now as you started searching bugs.
try the settings.
should crash it too [Big Grin]
_________________________
!

download KiXnet

Top
#104322 - 2003-09-03 11:56 PM Re: fixed beta setup.exe
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
J,

Only the uninstall icon is shown correctly. If I manually try to change the icon I got "bb.ico" not found.

"Setting - Quit without saving" minimizes checker.

In checker when using tab, I cannot see which button has the focus.

PM's aren't send by checker anymore, correct?

Try this: start checker, move it to center of screen, close it and start it again right away. Here it flashes from the old position to the new one...

I prefer the "grey" checker, should we vote???

Running WXP SP1 dutch...
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#104323 - 2003-09-05 02:14 PM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

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

More digging..

It seems that the message is centered around -
code:
 if $$reply
$$return=load('ubb=submit_pm_reply&'+$$to+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker '+$version+'[/i]'),1)
else
$$return=load('ubb=submit_private_message&u='+$$to+'&topic_subject='+$$subject.value+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker '+$version+'[/i]'),1)
endif

And.. Most especially -
code:
  $$return=load('ubb=submit_private_message&u='+$$to+'&topic_subject='+$$subject.value+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker '+$version+'[/i]'),1)

I found some older code, and replaced with -
code:
 if $$reply
$$return=load('ubb=submit_pm_reply&'+$$to+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker$version[/i]'),1)
else
$$return=load('ubb=submit_private_message&u='+$$to+'&topic_subject='+$$subject.value+'&msg_icon=1&message='
+URLencode($$message.value+'@@crlf @@crlf[i]-------------------------------@@crlf
Brought to you by bbChecker$version[/i]'),1)
endif

Just sent you a PM, which appears fine..

Kent

[ 06. September 2003, 06:59: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#104324 - 2003-09-05 02:27 PM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
that's just weird.
only difference is that I took the bbchecker version added there and outside string...
weird...
need to check that.

pat, for not getting the whole form change color, indeed the grey seems better now.

les also asked the show-hide buttons for history and buddies back...

what comes to tabs, well.
it's by forms, not by my code.
and I won't start making it otherwise for 2 reasons.
1) I don't want to you to see the focused button as it can change by itself.
see, it's way of control in the trash.
the need might have changed with the new kixforms but not sure
2) it looks ugly having one button different. period

what else...
think we should vote indeed.
the GUI is after all just a simple add-on to the underlying code.
it is fully customizable.
and even writable by someone else! [Big Grin]
_________________________
!

download KiXnet

Top
#104325 - 2003-09-05 03:18 PM Re: fixed beta setup.exe
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
That's why I still use my own slider...
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#104326 - 2003-09-05 03:49 PM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
btw, the setup.exe might need to have an optional part updater...
something like checkbox "update also slider" and alike...
_________________________
!

download KiXnet

Top
#104327 - 2003-09-06 03:51 AM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

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

Did not get a chance to dig into this at work today. We have been slammed..

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

Top
#104328 - 2003-09-06 03:57 AM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
that's no good.
I would like a nice little spanking now though [Big Grin]
_________________________
!

download KiXnet

Top
#104329 - 2003-09-06 04:04 AM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
I don't think I will go there.
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#104330 - 2003-09-06 05:32 AM Re: fixed beta setup.exe
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
quote:
and even writable by someone else!
HeHee

I tried that before and upset the master. [Big Grin]

Now I don't look the gift horse in the mouth and just ask for changes rather than roll my own.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#104331 - 2003-09-06 06:43 AM Re: fixed beta setup.exe
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ja, I remember what you did [Wink]
you commecnted out a line [Big Grin]
and when that line was gone in next version you were upset [Big Grin]
_________________________
!

download KiXnet

Top
#104332 - 2003-09-06 06:53 AM Re: fixed beta setup.exe
Kdyer Offline
KiX Supporter
*****

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

I also don't want to "kick a gift horse in the mouth." However, I hope that I can help in the Development process. I don't want to go in a change code around, but if it helps the process along, I hope you are not offended. [Wink]

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

Top
#104333 - 2003-09-06 06:55 AM Re: fixed beta setup.exe
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Cripes!! a moderator posting long lines! tsk, tsk
Where's the long line police when you need them?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
Page 2 of 3 <123>


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

Who's Online
1 registered (Allen) and 1198 anonymous users online.
Newest Members
M_Moore, BeeEm, min_seow, Audio, Hoschi
17883 Registered Users

Generated in 0.086 seconds in which 0.033 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