04-30-2022, 10:11 AM
here is a gui made only with freebasic commands. it would be nice to adapt the code to qb64 :
https://www.freebasic-portal.de/download...i-356.html
https://www.freebasic-portal.de/download...i-356.html
Simple GUI
|
04-30-2022, 10:11 AM
here is a gui made only with freebasic commands. it would be nice to adapt the code to qb64 :
https://www.freebasic-portal.de/download...i-356.html
04-30-2022, 05:52 PM
A man with a mission, maybe not Impossible, "Good luck, Jim" ;-))
b = b + ...
06-06-2022, 12:06 PM
06-06-2022, 12:24 PM
this is windows only ...look into source code
micro(A)developer
http://basic4us.epizy.com/forum/index.php
06-06-2022, 03:01 PM
I use this a lot for quick and dirty GUI coding in Freebasic. I have even rewritten it to use shorter GUI keywords. But it has a major drawback in that it does not register the main window. I'm not sure why, but I understand that this is considered unsafe. In practice, I've not found it to be a problem, but what is going on in the background.....
If someone more knowledgeable than myself could resolve this, the library is very useful.
06-07-2022, 11:11 AM
it would take someone very motivated to adapt this code to qb64. i could have done it but i really don't have the time. that's why i quoted this library in this post. qb64 on linux lacks a simple gui. it doesn't have to be heavy, just the necessary with window display, some widgets, input fields, management of different size fonts. this would be an additional advantage for qb64
06-08-2022, 12:35 AM
Doesn't INFORM work on Linux? I was pretty certain it was cross-platform compatible.
06-08-2022, 03:53 AM
InForm was not Windows only bplus.
06-08-2022, 06:32 AM
Can you show us then Inform example which work on linux
micro(A)developer
http://basic4us.epizy.com/forum/index.php |
« Next Oldest | Next Newest »
|