Search found 32 matches

by ptitjoz
Jun 21, 2023 7:26
Forum: Linux
Topic: under linux how create buttons and others widgets?
Replies: 5
Views: 1939

Re: under linux how create buttons and others widgets?

Thanks to everyone for your advice. That's nice of you.
I installed fltk and it works.
I will be able to move forward on my projects!

I often get some error messages... but I don't know if it's a problem
Best regards.


Here is a return of what I get :

Image
by ptitjoz
Jun 20, 2023 8:10
Forum: Linux
Topic: under linux how create buttons and others widgets?
Replies: 5
Views: 1939

under linux how create buttons and others widgets?

Hello everyone
under Linux 64 bits (derived from Debian) is it possible to create buttons, drop-down menus, checkboxes, etc? widgets? gtk? do you have any examples?

[Edit] for example Lazarus offers tools to make this type of application:

Image

Thanks in advance
Regards
by ptitjoz
Jun 19, 2023 6:52
Forum: Sources, Examples, Tips and Tricks
Topic: 3D Demo's
Replies: 28
Views: 5032

Re: 3D Demo's

dodicat wrote: May 18, 2023 17:24 Thank you.
Here's another oldie.

White Dwarf on the move with hangers on.

Hello

I tested your program (under linux) Image

it's really impressive and it works well! Thank you for this beautiful work
Regards
by ptitjoz
Jun 18, 2023 20:02
Forum: Linux
Topic: [Solved] Under Linux what are the libraries to obtain graphics?
Replies: 2
Views: 1439

Re: Under Linux what are the libraries to obtain graphics?

Is your FreeBASIC installation complete? See Installing Hi I followed this link https://www.freebasic.net/forum/viewtopic.php?t=32202 thanks for your advices. My installation was therefore not entirely complete. I just installed these packages sudo apt install libx11-dev libxext-dev libxrender-dev ...
by ptitjoz
Jun 18, 2023 19:24
Forum: Linux
Topic: [Solved] Under Linux what are the libraries to obtain graphics?
Replies: 2
Views: 1439

[Solved] Under Linux what are the libraries to obtain graphics?

Hello under dosbox with this program (see : https://www.freebasic.net/wiki/KeyPgCircle ) I get this graph: https://i.imgur.com/lBJWFQJ.png Under Linux what are the libraries to install to obtain graphics? because if I try to compile the program I have these returns: $ fbc circle.bas ld : ne peut tro...
by ptitjoz
Jun 18, 2023 7:21
Forum: Beginners
Topic: [Solved] IDE under Linux
Replies: 2
Views: 1415

Re: IDE under Linux

Thank you so much
I will look and take what suits me best
Regards
by ptitjoz
Jun 15, 2023 13:25
Forum: Beginners
Topic: [Solved] IDE under Linux
Replies: 2
Views: 1415

[Solved] IDE under Linux

Hello everyone
I return to using Freebasic - after several years - but under Linux
I installed fbc and with the Geany editor I can compile and run small programs.
However I would like to know if, under Linux, other more complete IDEs exist?
Regards
by ptitjoz
May 10, 2018 12:01
Forum: Documentation
Topic: documentation epub format or (odt)
Replies: 4
Views: 4230

documentation epub format or (odt)

Hello,
Do you have a documentation in epub format for ebooks!, (or at the format odt (for Libreoffice))
thanks if you have that.

Regards
by ptitjoz
May 06, 2018 20:11
Forum: Beginners
Topic: cannott run on lubuntu 18.04 64bits curses
Replies: 7
Views: 1615

Re: cannott run on lubuntu 18.04 64bits curses

sorry i put fpc in place of fbc
I like too FPC and I try FBC
Regards
by ptitjoz
May 05, 2018 15:51
Forum: Beginners
Topic: cannott run on lubuntu 18.04 64bits curses
Replies: 7
Views: 1615

Re: cannott run on lubuntu 18.04 64bits curses

do yo have an idea ? Whenever a lib is missing go to terminal and do sudo apt-cache search libncurses or similar. This shows a list of related packages. Mostly one with the ending "dev" is the right. Maybe "libncurses5-dev" is the right in this case. then try sudo apt-get instal...
by ptitjoz
May 05, 2018 15:07
Forum: Beginners
Topic: cannott run on lubuntu 18.04 64bits curses
Replies: 7
Views: 1615

cannott run on lubuntu 18.04 64bits curses

Hello i installed fbc fbc --version FreeBASIC Compiler - Version 1.05.0 (01-31-2016), built for linux-x86_64 (64bit) Copyright (C) 2004-2016 The FreeBASIC development team. when I try to compile a sample hello.bas print "hello.bas" i have this message (french) : fbc hello.bas ld : ne peut ...
by ptitjoz
Apr 11, 2018 12:49
Forum: Beginners
Topic: [Cancelled] Sqlite Open Pipe question
Replies: 0
Views: 1232

[Cancelled] Sqlite Open Pipe question

Hello With this code I get the good results. But what else can we do? and especially using OPEN PIPE for the output file? Thank you for your remarks. Best regards ' Executer une requête sql depuis FreeBasic et Linux" ' On prend Sqlite3 à qui l'on passe les ordres sql Const crlf =Chr(13)&Chr...
by ptitjoz
Apr 10, 2018 16:57
Forum: Beginners
Topic: function Split
Replies: 27
Views: 4496

Re: function Split

thank you very much
the xchm crash
I downloaded the pdf it's ok!
Best regards
by ptitjoz
Apr 10, 2018 14:49
Forum: Beginners
Topic: function Split
Replies: 27
Views: 4496

Re: function Split

Yes, it's true that copying and pasting does not help you to learn well. That depends also, on your preferred *way of learning*. Downloading OPC (OPC = other peoples code), isn't necessarily a *bad thing*. Provided, you study the *way its done* and, the reasons, for doing it *this way*. You might h...
by ptitjoz
Apr 09, 2018 14:18
Forum: Beginners
Topic: function Split
Replies: 27
Views: 4496

Re: function Split

Hello Many things to see to understand. This forum is rich in your contributions and it is difficult for me to understand everything (and English does not help) Yes, it's true that copying and pasting does not help you to learn well. That's why I'm doing my experiments trying to help you with the do...