Search found 35 matches

by lakomet
Sun Oct 18, 2015 12:54 pm
Forum: Linux
Topic: Register extensions and make menu-entry for PB
Replies: 20
Views: 86365

Re: Register extensions and make menu-entry for PB

If the script is in the folder distribution
# check environment var
if [ "$PUREBASIC_HOME" == "" ]
then
echo "Exec=${HOME}/purebasic/compilers/purebasic" >> PureBasic.desktop
echo "Icon=${HOME}/purebasic/logo.png" >> PureBasic.desktop
else
echo "Exec=${PUREBASIC_HOME}/compilers/purebasic ...
by lakomet
Mon Aug 26, 2013 5:41 am
Forum: Feature Requests and Wishlists
Topic: [Linux] Settings PB IDE
Replies: 0
Views: 831

[Linux] Settings PB IDE

Make the ability to save(default) settings in the -> "/home/user/.config" or "~/$XDG_CONFIG_HOME"
Standart XDG http://standards.freedesktop.org/basedi ... atest.html
by lakomet
Mon Aug 19, 2013 7:53 am
Forum: Announcement
Topic: Reworking Tips and Tricks forum section
Replies: 62
Views: 22561

Re: Reworking Tips and Tricks forum section

My suggestion is this:

Turn Tip's and Tricks into just a forum, section/category.

Under that make sure there is at least 3 sub forums called something along the lines of:

* Tips & Tricks *

*** PureBasic 5.20 LTS *** (Tested/works on 5.20 LTS)

*** Current *** (The latest Development versions ...
by lakomet
Thu May 23, 2013 4:03 pm
Forum: Feature Requests and Wishlists
Topic: HTTPS Support in NetworkConnection
Replies: 8
Views: 2432

Re: HTTPS Support in NetworkConnection

SSL/TLS library http://axtls.sourceforge.net/, license BSD. Can make on the basis of this library? Or make someone a wrapper?
by lakomet
Wed Apr 24, 2013 2:49 pm
Forum: Feature Requests and Wishlists
Topic: Bugfix release 5.12
Replies: 23
Views: 6735

Re: Bugfix release 5.12

Fred
IDE in Unicode will be?
by lakomet
Wed Dec 26, 2012 2:44 pm
Forum: Linux
Topic: PanelGadget-SplitterGadget Warning
Replies: 13
Views: 4402

Re: PanelGadget-SplitterGadget Warning

BorisTheOld wrote:We're still finding it impossible to place a PanelGadget on a SplitterGadget without GTK warnings occurring and the program hanging.
LinuxMint 13(Mate) x86, 5.10b1 - there are no warnings, everything works.
by lakomet
Mon Dec 03, 2012 12:49 am
Forum: Feature Requests and Wishlists
Topic: FTPS support for FTP Lib
Replies: 16
Views: 6601

Re: FTPS support for FTP Lib

+1

P.S. libCurl good, but native functions better.
by lakomet
Tue Sep 04, 2012 2:34 pm
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 228252

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

You apparently have to rightclick on the executable and select "allow to execute as program" or something like this. Not sure why you have to do that...

Have you changed the properties (attributes) of formdesigner to executable?
Yes.

http://storage6.static.itmages.ru/i/12/0904/s_1346765297 ...
by lakomet
Tue Sep 04, 2012 2:06 pm
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 228252

Re: Form Designer for Mac/Windows/Linux -5.00b2 (update!)

Polo
Form Designer which here ->http://www.gdpcomputing.co.uk/formdesigner.html does not work in Linux. Form Designer which is located in the distribution 5.00b2 -> works. :?
by lakomet
Wed Aug 15, 2012 6:50 am
Forum: Linux
Topic: [Done] PB V4.70B1 - No luck with the WebGadget()
Replies: 11
Views: 7511

Re: PB V4.70B1 - No luck with the WebGadget()

XUbuntu 12.10 kernel 3.5.0-5 PureBasic 4.70b1 - The WebGadget() work !
log
[14:43:33] Waiting for executable to start...
[14:43:33] Executable type: Linux - x86 (32bit, Unicode)
[14:43:33] Executable started.
[14:43:50] The Program execution has finished.
by lakomet
Fri May 25, 2012 5:09 am
Forum: Linux
Topic: [Solved]Help save Pixbuf on the disk
Replies: 2
Views: 2350

Re: Help save Pixbuf on the disk

ts-soft
Thank you!
by lakomet
Fri May 25, 2012 4:13 am
Forum: Linux
Topic: [Solved]Help save Pixbuf on the disk
Replies: 2
Views: 2350

[Solved]Help save Pixbuf on the disk

The Pixbuf it ImageID(Nb_Image)?
How to know the number of the Image - "Nb_Image", to save on the disk?
ExamineDesktops()
x = 0
y = 0
w = DesktopWidth(0)
h = DesktopHeight(0)
If OpenWindow(0, x, y, w, h, "2D Drawing Test", #PB_Window_Invisible)
*src.GdkDrawable = gdk_window_lookup_(gdk_x11_get ...