Blitz Mapper - Source and Problems

Blitz3D Forums/Blitz3D Beginners Area/Blitz Mapper - Source and Problems

Apollonius(Posted 2003) [#1]
Below is the entire source,
Scroller don't work.

error found...


So if you can fix it give it a try.

NOTE: u dont have the tool bar image so it might give error :|


skidracer(Posted 2003) [#2]
Rem out your main labox and they work, so the problem is in your labox which someone has already corrected somewhere else on these forums. Maybe you could restrict your posts to beginner so it is easier to reference your problem posts.

; Main Labox for the Map
; MainLabox = CreateLabox(" Map Name",176+3,1,455-5,378,100,1,MainPanel)
; SetGadgetLayout MainLabox,1,1,1,1


Apollonius(Posted 2003) [#3]
It was a correction for the labox problem not scrollers, labox has nothing to do with the scrollers, the labox is just there for decoration :|


skidracer(Posted 2003) [#4]
I just got your sliders working and instead of thanks you argue???


CS_TBL(Posted 2003) [#5]
hm... I looked at it for a second, and since that left scrollbar was working, the problem had to be that labox thing. As I said in the other topic, many lousy bugs have their origin at the strangest places.

No offence, but this bug was a kinda obvious one imho ..


Apollonius(Posted 2003) [#6]
But why? I don't get it.......... So we cant make labox? else other stuff dont work... doesnt that just sux bad....


Apollonius(Posted 2003) [#7]
then the GUI is just fake... no? its just drawings that look like the real thing... or am I wrong...


CS_TBL(Posted 2003) [#8]
I dunno, I don't know that code, and besides that's not the issue anyway.. the original issue was debugging code.

If there're 3 scrollbars, one 'normal' one, and 2 attached to a laboxfunction, and if the scrollbars attached to that laboxfunction don't work, then where's the bug ? :)

1 in the scrollbar, coded by M.Silby ?
2 in the laboxfunction ?


Apollonius(Posted 2003) [#9]
Well I guess I cant use thoses, Mark really needs to put more option on B+'s gui... :S

I wish some of the stuff from IBasic were in Blitz+ it would be nice


CS_TBL(Posted 2003) [#10]
actually:

you don't even need to REM this line:
SetGadgetLayout MainLabox,1,1,1,1

stretch the window a bit and you can move your scrollbars.


Apollonius(Posted 2003) [#11]
I did remove it but i cant get the labox to use X,Y... man this gonna take a while to figure out, i forgot how I did it in the first place.

It seems I cant reRead my code after a month.