Search found 138 matches

by Muttonhead
Mar 28, 2024 14:18
Forum: Sources, Examples, Tips and Tricks
Topic: Cairo animated spiral
Replies: 11
Views: 468

Re: Cairo animated spiral

Yes it works :) , thanks for testing/using it.
Mutton
by Muttonhead
Dec 09, 2023 19:27
Forum: General
Topic: Chess Engines
Replies: 10
Views: 1375

Re: Chess Engines

it was to be expected that the embedded version of the sGUI in Archviv is definitely no longer the "latest" one. but a spontaneous switch to this one was not successful either... i'll keep following this up, stay tuned. your all found a solution, but if there is a general problem with the ...
by Muttonhead
Jan 29, 2023 17:15
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 75636

Re: sGUI

update,
*PullDownMenu added
*BitmapFont Printing Routine added
https://www.freebasic-portal.de/downloa ... 2-401.html
by Muttonhead
Jan 02, 2023 10:24
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 75636

Re: sGUI

important, not compatible with the previous version! sGUI2... only available as an appetizer at the moment. mainfeatures: *no english comments/documentation/references. *oops* *still: native FB screen, still single thread, some static sized window magic, some bitmap font support check out the demos....
by Muttonhead
Mar 07, 2022 17:22
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 75636

Re: sGUI

Thanks for the hint. For v0.8.4 quite a few adjustments are necessary to get the whole thing running with the current compiler, there were some other errors besides the SCREENINFO one. I will upload an executable package as soon as possible. A little patience :) As for all its successors... sGui has...
by Muttonhead
Jun 13, 2021 16:17
Forum: Projects
Topic: Charset2FBFont
Replies: 25
Views: 6914

Re: Charset2FBFont

I am neither able nor do I want to educate anyone here :)
maybe i've misunderstand you

Mutton
by Muttonhead
Jun 12, 2021 16:33
Forum: Projects
Topic: Charset2FBFont
Replies: 25
Views: 6914

Re: Charset2FBFont

This would allow me not to have to generate and store hundreds of files for different fonts in different heights and options. ;) thats why vector font was invented, but seriously: under these circumstances, there are good reasons for using the Freetype library directly for the output, and not to ta...
by Muttonhead
Apr 13, 2021 17:07
Forum: General
Topic: FreeBASIC Programming (or any programming)?
Replies: 5
Views: 894

Re: FreeBASIC Programming (or any programming)?

type calculator buffer as string op as string valueA as double valueB as double display as string errorlock as integer rewritebuffer as integer declare constructor declare sub initvalues declare sub AddDigitToBuffer(digit as string) declare function FindDotPos as integer declare sub show declare su...
by Muttonhead
Dec 30, 2020 16:51
Forum: Community Discussion
Topic: FreeBASIC 1.07 Release Discussion
Replies: 107
Views: 28308

Re: FreeBASIC 1.07 Release Discussion

https://1drv.ms/u/s!AsTPhVzcfzRriKsoTCS ... Q?e=ZtvOpR
even if starting the executable from an explorer window, the program is behind it.

ps: screen centered but always behind explorer

Mutton
by Muttonhead
Jun 21, 2020 18:03
Forum: General
Topic: notepad++ comment line bug :(
Replies: 2
Views: 1318

Re: notepad++ comment line bug :(

I built the highlighter myself as a "user defined language". the block comment via menu works. It doesn't always work perfectly, but I'm happy with it: Save this as "userDefineLang.xml" in the "userDefineLangs" folder and restart notepad: <NotepadPlus> <UserLang name=&q...
by Muttonhead
Jun 20, 2020 10:44
Forum: General
Topic: Squares
Replies: 8041
Views: 771507

Re: Squares

*cough*...very early in the morning staring sleepily at the bathroom floor tiles...
https://1drv.ms/u/s!AsTPhVzcfzRriKZsb10 ... Q?e=tCxPQc
https://1drv.ms/u/s!AsTPhVzcfzRriKZtcVQ ... A?e=PF7436
Hmmm....
by Muttonhead
Jun 06, 2020 21:16
Forum: General
Topic: Optimum sum of a set of numbers
Replies: 18
Views: 2847

Re: Optimum sum of a set of numbers

as far as I can tell, this problem is known as the "bin packing problem". The "best fit decreasing" approach often gives good results, but not in every case. 1.sort all sizes (or values) in descending order. 2. open a container with the appropriate fixed size 3. put the value in ...
by Muttonhead
May 06, 2020 16:18
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 75636

Re: sGUI

thanks for testing. Also CPU cores usage is too high - more then 87-95% in all demos,.... no good news. In general the CPU load is a bit higher, the GUI is now rebuilt in every frame. But I can't reproduce this high CPU load here. I only have 3% here (win10). To the "WinDemo_WINDOWMESSAGE.bas&q...
by Muttonhead
May 05, 2020 17:26
Forum: Libraries & Headers
Topic: sGUI
Replies: 250
Views: 75636

Re: sGUI

(Asked previous year - solution is keyword 'window') unfortunately completely incompatible to the previous version, but already more than an attempt. the complete functionality of the "old" sGUI has not yet been reproduced. https://1drv.ms/u/s!AsTPhVzcfzRriKUMvhQX3t9xR8Marw?e=JVKyi9 Mutton
by Muttonhead
Apr 13, 2020 16:19
Forum: General
Topic: puzle [1980] : change for a euro
Replies: 3
Views: 1055

Re: puzle [1980] : change for a euro

oops, I guess that didn't quite work out
Mutton