Search found 185 matches

by enform
Jul 24, 2021 12:39
Forum: Projects
Topic: Compile And Run : Replace a Linux terminal or Geany with a Gui tool
Replies: 8
Views: 1979

Re: Compile And Run : Replace a Linux terminal or Geany with a Gui tool

something like :

CompileBas = GetGadgetText(9)
If InStr(CompileBas," ") Then
' replace each space with "\ "
CompileBas = ReplaceString(CompileBas," ","\ ",1,1)
EndIf
by enform
Jul 23, 2021 19:44
Forum: Projects
Topic: Compile And Run : Replace a Linux terminal or Geany with a Gui tool
Replies: 8
Views: 1979

Re: Compile And Run : Replace a Linux terminal or Geany with a Gui tool

about spaces in a path name , mmmhhh , you know , I am a specialist in ... nothing ! ha ! Isn't usual to get problems with spaces in a path name ? and sending the same command directly from your terminal is ok ? In the source code , we call the terminal , give it the path name as is , and ... what c...
by enform
Jul 22, 2021 12:42
Forum: Projects
Topic: Compile And Run : Replace a Linux terminal or Geany with a Gui tool
Replies: 8
Views: 1979

Re: Compile And Run : Replace a Linux terminal or Geany with a Gui tool

1) Doesn't work with spaces in the path
please , where ?
2) There is no option to install a terminal. For example, I have gnome-terminal
I will try from the ini file
3) Dimensions of gadgets in height
with the same font ? ( size 10 in the code )
by enform
Jul 21, 2021 19:01
Forum: Projects
Topic: Compile And Run : Replace a Linux terminal or Geany with a Gui tool
Replies: 8
Views: 1979

Re: Compile And Run : Replace a Linux terminal or Geany with a Gui tool

If you don't know

window9.bi or FbGui for windows 2 in Libraries , also at sourceforge.net

https://freebasic.net/forum/viewtopic.p ... 40#p282607
by enform
Jul 21, 2021 16:25
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Hi Vanya , Thank you for the new version , its' a pleasure to work with it ! thanks to RNBW for the work++ of translation . Simply reading the gtk3.bi file is FFFFFFFFF !!! ... courageous coders ... you are , guys . I have adapted to Linux Xubuntu at least one code now ! And I have just uploaded it ...
by enform
Jul 21, 2021 15:41
Forum: Projects
Topic: Compile And Run : Replace a Linux terminal or Geany with a Gui tool
Replies: 8
Views: 1979

Compile And Run : Replace a Linux terminal or Geany with a Gui tool

Hello , I have the pleasure to propose this tool that replaces Geany or a terminal for compilation and launching binaries in my Xubuntu . The tool has been coded with window9.bi , it works like in FbEdit with : the choice of 1 or more fbc stored in a combo ( for Linux only 1 fbc AFAIK ) . the choice...
by enform
Feb 12, 2021 10:29
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Ok , i understand , gtk doesn't look funny at first glance ... ( to me ...) . another thing : about health , bad virus and bad bacteria : i discovered in 2016 " colloidal silver " or " ionic silver " , do you know this product ? It is made by electrolysis of 2 electrodes of pure ...
by enform
Feb 11, 2021 14:46
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Hi Vanya ! Glad to see you are working again on the great lib ! Courage ++ !!! I have switched to Xubuntu now with wine . But not deleted my w7 . I have coded a ' simple ' EditorGadget but under Linux i am a bit annoyed without GetFirstVisibleLineEditor () ... Is it possible for you to implement thi...
by enform
May 01, 2020 14:54
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Hi VANYA !

Yes I'm ok with your code , i already made the same thing in the past , but i expected a possibility with PM_REMOVE in order to
clean up a bit the messages queue .
it may be impossible to tame Windows.
by enform
May 01, 2020 10:03
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Hi all, Windows sends several messages for a single click, it's annoying if the processing to do is important. In the code below, I added a PeekMessage ... PM_REMOVE but that doesn't solve the problem. You can see that the same message is sent 3 times, but it can be more. Does anyone have the soluti...
by enform
Oct 10, 2019 9:27
Forum: Linux
Topic: window9.bi on Lubuntu
Replies: 1
Views: 1292

window9.bi on Lubuntu

Hi , I installed window9.bi in Lubuntu with the following libraries for a successful compilation: libcairo2-dev libgtkgl-2.0-dev libwebkitgtk1.0-0 ( is it made autom' by the next lib......-dev ? : ) libwebkitgtk-dev libxrender-dev libxrandr-dev libext-dev libx11-dev libncurses-dev libgl1-mesa-dev li...
by enform
Oct 09, 2019 16:46
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Hi RNBW ,
you deserve great thanks ! And VANYA too ...
No problems to read the chm after the download , here .
by enform
Jun 08, 2019 9:48
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

Hi Vanya ! I see you have replaced Functions by Subs in the case of AddListBoxItem and SetItemLstBoxText , but AddListBoxItem returned the item number in the default mode AddListBoxItem(1,"String") and SetItemLstBoxText returned Zero in case of error , I think . A bit annoying in some case...
by enform
Apr 27, 2019 21:21
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

The good answer , sir .
Greetings
by enform
Apr 27, 2019 15:47
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269667

Re: FBGUI library for Windows 2

RNBW is courageous ... but in French ??? ha , ha , ha ... no demand for that this post about CreateCopyImageRect ( ListBox => ImageGadget ), i expected that the drawing shows the text copied from a ListBox but it is not the case , it shows only the V and H Scrolls . Is there a solution . Again , tha...