Search found 138 matches

by Muttonhead
Jun 25, 2016 10:42
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

can't repeat the behavior...:(. on my machine its looks ok... but there's a heavy bug in the update routine of listbox in v.0.85... it appears when you use the filerequester: scroll up and down and then try to go to parent directory, program will crash... i'll check this... this version is embeded i...
by Muttonhead
Jun 02, 2016 9:52
Forum: Projects
Topic: Charset2FBFont
Replies: 25
Views: 6956

Re: Charset2FBFont

Hm... as long as you want to use the BitmapFont.bi only and a bitmap, howsoever(thanks2googletransltr) it was created,... feel free to use it and earn a lot of money with it! :D I think no license needed The created Bitmap... I'm not a lawyer, the most fonts are copyrighted, take a look at the (c)'s...
by Muttonhead
May 31, 2016 7:01
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

@Petan: All Get..Val() and Set..Val() can used on a wrong gagdet type. In the german reference is a hint for this problem: don't do this !!! ok, this is not a real solution :D generally all these routines a very redundant, i know it and i don't like it. in earlier versions of sGUI i've played with s...
by Muttonhead
May 29, 2016 10:18
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

I see Petan, or someone was working on English Docs for using these routines... where might I find that? Also, what is the latest version with all the bells and whistles that Petan was working on (Dynamic windows, etc)? Is this still a work in progress? :D Yes, i can provide a kind of short referen...
by Muttonhead
May 25, 2016 5:45
Forum: Sources, Examples, Tips and Tricks
Topic: MultiPut V2.0 :-)
Replies: 39
Views: 13305

Re: MultiPut V2.0 :-)

@bcohio2001:
I have always tried to discover the secret of Multiput, there I have never succeeded ... :(
So the following snippet is more a homage to dj... great work!
but it contains exactly the feature you are looking for:
https://www.freebasic-portal.de/porticu ... -1827.html

Mutton
by Muttonhead
May 01, 2016 7:55
Forum: Projects
Topic: Charset2FBFont
Replies: 25
Views: 6956

Re: Charset2FBFont

@leopardpm: i have never made any kind of speedtests but i think my own plotting routine is much slower than DRAW STRING, many many PSETs inside :). generally I would recommend DRAW STRING to use. But the methods for manipulation have their problems with anti-aliased bitmaps, these methods work best...
by Muttonhead
Apr 30, 2016 19:06
Forum: Projects
Topic: Charset2FBFont
Replies: 25
Views: 6956

Re: Charset2FBFont

a minor change: the latest version should create codepage 437 compatible bitmap fonts, if the font support the needed glyphs

Mutton
by Muttonhead
Apr 20, 2016 19:12
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

sub MultiLineEditSubHandle(gad as Gadget ptr) dim as Gadget ptr editbox,vscrollbar,hscrollbar, arrowResize editbox=gad->subevent->GadgetList->GetFirst'get the first control off the subevent gadget list vscrollbar=cast(Gadget ptr,editbox->next_node)'look in editbox for successor in gadget list hscro...
by Muttonhead
Apr 20, 2016 5:12
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

What you want implant? A sizing symbol? Important to know is following: the "gad()" arrray not longer exists. In case of composite controls you have recognize the addresses of the subevent controls like this: dim as Gadget ptr editbox,vscrollbar,hscrollbar editbox=gad->subevent->GadgetList...
by Muttonhead
Apr 16, 2016 12:33
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

Answers founded in :"BitmapFont.bi, sGUIDrawing.bas, sGUIFont.bas, DemoFont.bas"
a dungeon walk, :D
well done *thumbup*

Mutton
by Muttonhead
Apr 11, 2016 15:57
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

much better, that works :)
by Muttonhead
Apr 10, 2016 14:49
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

@petan and off topic: did you ever successfully download data from your favorite file hoster??? :)
Mutton
by Muttonhead
Apr 04, 2016 16:32
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

Yess, and 2 rows before we save the complete Screen in gfxbackup.
i think same in MessageBox.
my goal was a dimmed Screen when FR or MB is open

Mutton
by Muttonhead
Apr 03, 2016 10:46
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 76058

Re: sGUI

Hmm, at moment its static... maybe :) Back to Checkmark: namespace sGUI declare function AddCheckMarkGadget (event as EventHandle ptr,PosX as integer,PosY as integer,SwtchSel as integer,Text as string="",textleft as integer=0) as Gadget ptr declare function CheckMarkGadgetActions(gad as Ga...