Search found 41 matches

by gedumer
Mon Jul 19, 2021 10:36 pm
Forum: Linux
Topic: problem getting started on linux
Replies: 3
Views: 5414

Re: problem getting started on linux

I installed the purebasic apps and a few others and it solved the ld and lz errors. It still can't find the libwebkit stuff. Maybe the names have changed slightly. At any rate, sudo didn't succeed for those libs. Thanks for the other stuff... it got me over the hump. It would be great if an install ...
by gedumer
Mon Jul 19, 2021 3:49 pm
Forum: Linux
Topic: problem getting started on linux
Replies: 3
Views: 5414

problem getting started on linux

I am using LinuxMint V.20.2 This is the latest stable version available.

I installed the purebasic folder in my home folder as recommended. I set up the HOME environment and PATH as suggested. I clicked on purebasic in the compiler folder. The ide appeared as expected. I compiled my program and ...
by gedumer
Fri Jul 20, 2012 8:19 pm
Forum: General Discussion
Topic: Index a string?
Replies: 13
Views: 3088

Re: Index a string?

Thanks to all for the help... I think I got it:)
by gedumer
Fri Jul 20, 2012 3:26 pm
Forum: General Discussion
Topic: Index a string?
Replies: 13
Views: 3088

Index a string?

Can you index a string like you can in c/c++ and pascal etc.?

in c:

char str[10] = "hello";
...
if str[2] = 'l'
...

Can something similar be done in Purebasic?
by gedumer
Mon Jul 16, 2012 8:40 pm
Forum: General Discussion
Topic: Get file type in PB
Replies: 2
Views: 1118

Re: Get file type in PB

Thanks...
by gedumer
Mon Jul 16, 2012 5:54 pm
Forum: General Discussion
Topic: Get file type in PB
Replies: 2
Views: 1118

Get file type in PB

Can PB determine the file type (ie. Ascii, Unciode, UTF8, etc.) without hard coding the type in the program?
by gedumer
Sun May 15, 2011 2:39 pm
Forum: General Discussion
Topic: WebGadget search
Replies: 0
Views: 680

WebGadget search

Is there any way to search for text within the webgadget? I realize you can load the entire html file into a string variable using GetGadgetItemText(#WebGadget, #PB_Web_HtmlCode) and then search that string for example, but that's not practical. There's no way to know how large the file might be ...
by gedumer
Wed Sep 01, 2010 12:58 am
Forum: Announcement
Topic: GoScintilla - 2.7 (Purebasic 4.5 onwards)
Replies: 296
Views: 174007

Re: GoScintilla - 2.1 (Purebasic 4.5 only)

I just discovered GoScintilla. Looks great.

Thanks srod...
by gedumer
Wed Sep 01, 2010 12:54 am
Forum: General Discussion
Topic: Scintilla example program
Replies: 2
Views: 2177

Re: Scintilla example program

srod's GoScintilla should give you a good starting point, as it makes working with Scintilla much easier.

:arrow: http://www.purebasic.fr/english/viewtopic.php?f=14&t=40088&hilit=go+scintilla
Thanks for the tip... I DL'd GoScintilla and am looking at it now. It should certainly make Scintilla ...
by gedumer
Wed Sep 01, 2010 12:11 am
Forum: General Discussion
Topic: Scintilla example program
Replies: 2
Views: 2177

Scintilla example program

Is there a relatively complete example Scintilla PB program available for download? I would like to study the code so I can learn how to create my own Scintilla PB programs.

Thanks.
by gedumer
Thu Aug 05, 2010 6:57 pm
Forum: Linux
Topic: WebGadget & libgtkembedmoz?
Replies: 25
Views: 14901

Re: WebGadget & libgtkembedmoz?

It's Suse 11.1 / FF 3.0 and so the above given hints won't help.
Have you tried my link I already posted in this thread in response to ts-soft's posting?
There I report for OpenSuse 11.1 that installing the old package mozilla-xulrunner-181
in addition to the 1.9.x package solves this problem and ...
by gedumer
Thu May 13, 2010 3:18 pm
Forum: Linux
Topic: WebGadget & libgtkembedmoz?
Replies: 25
Views: 14901

Re: WebGadget & libgtkembedmoz?

In this case, it must force the installation packages using the karmic:

download the following packages:

libmozjs0d_1.8.1.16+nobinonly-0ubuntu1_i386.deb
libxul-common_1.8.1.16+nobinonly-0ubuntu1_all.deb
libxul0d_1.8.1.16+nobinonly-0ubuntu1_i386.deb

Type the following commands:

sudo dpkg -i ...
by gedumer
Sun May 09, 2010 1:24 am
Forum: Linux
Topic: WebGadget & libgtkembedmoz?
Replies: 25
Views: 14901

Re: WebGadget & libgtkembedmoz?

Can someone please tell me what package needs to be installed to get libgtkembedmoz.so? For Ubuntu/Kubuntu x86 installations you need the library libxul0d . You can download
and install this library with Synaptic or open a Console and type sudo apt-get install libxul0d You will have to enter your ...
by gedumer
Tue May 04, 2010 9:02 pm
Forum: Linux
Topic: WebGadget & libgtkembedmoz?
Replies: 25
Views: 14901

Re: WebGadget & libgtkembedmoz?

Hi gedumer,

I'm using opensuse 11.2 and the mozilla-xulrunner181-1.8.1.19-1.1.i586.rpm and it is working well. Now I don't know, if Ubuntu can handle rpms, but in case it can this should do it. Unfortunately I'm not sure from where I got it, I think it was the mandriva source directory. I don't ...
by gedumer
Tue May 04, 2010 3:19 pm
Forum: Linux
Topic: WebGadget & libgtkembedmoz?
Replies: 25
Views: 14901

Re: WebGadget & libgtkembedmoz?

I think libgtkembedmoz.so is for FireFox 2, but this version is no more supported and not recommended.
Also, there is no way to use webgadget on x64 linux :o

I hope there come some changes in a later release of PB.

Greetings
Thomas

If that is true, then why is that library still in the README ...