Search found 42 matches

by bender-rulez
Thu Aug 02, 2007 4:33 pm
Forum: Coding Questions
Topic: Unexpected z-order behaviour
Replies: 10
Views: 3710

I can commit that the ImageGadget under Linux with GTK2 is always on top!

Before PB 4.xx it was not!

I got the problem with a selfmade grid (generated gridimage) for drag and drop buttongadgets on it!

Fact is:
PB 4.xx -> ImageGadget is always on top
PB 3.9x -> ImageGadget z-order is like the ...
by bender-rulez
Thu Jul 26, 2007 2:05 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226055

is there a lot of Win API in them?
by bender-rulez
Thu Jul 26, 2007 1:06 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226055

Is there a Linux version??
by bender-rulez
Thu Jul 26, 2007 10:26 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 278948

Hi,

is there a Linux verison? FPDF also exist for Linux... :-)
by bender-rulez
Fri Jul 20, 2007 10:31 am
Forum: Linux
Topic: I can not make run PB 4.1 Beta
Replies: 19
Views: 7041

Hi,
the Beta works fine for me (OpenSuse 10.3)! :-)

Finally XML-Support!!! Great Work!!!
by bender-rulez
Wed Jul 11, 2007 7:24 pm
Forum: General Discussion
Topic: Purebasic for OpenMoko => Neo 1973 ?!
Replies: 14
Views: 2932

@freak:

mmmhh, ok, sorry, don`t know about the porting complexity...
I tought the compiler is written in C or C++? Therefore I thougt porting to an other linux-platform would not that difficult... :-)


Well about the other version of PB... I ever wonder why there is a V4 for Amiga... ok, I ...
by bender-rulez
Wed Jul 11, 2007 12:25 pm
Forum: General Discussion
Topic: Purebasic for OpenMoko => Neo 1973 ?!
Replies: 14
Views: 2932

yeah, ho ho ho!

ok, serious again, what would argue against porting it to that platform?

From my point of view it looks not that difficult?

As soon I got OpenMoko running on my x86 linux system, I will try to use Purebasic for develop an "hello world"-app.... => wrapping libmokoui

If this will ...
by bender-rulez
Wed Jul 11, 2007 9:05 am
Forum: General Discussion
Topic: Purebasic for OpenMoko => Neo 1973 ?!
Replies: 14
Views: 2932

Purebasic for OpenMoko => Neo 1973 ?!

Hi,

what about porting Purebasic to OpenMoko?!

Look: http://wiki.openmoko.org/wiki/Running_OpenMoko_on_PC

...Since OpenMoko applications are GTK based... :-)

This would be so fine...
by bender-rulez
Sun Jul 08, 2007 9:09 am
Forum: Linux
Topic: license issue - any workarounds?
Replies: 3
Views: 1769

Hi,

as I know, you only need to give the sources of libxine in your package?!
by bender-rulez
Tue Jul 03, 2007 3:17 pm
Forum: Feature Requests and Wishlists
Topic: Wish: RTF editor control with wordwrap
Replies: 5
Views: 2266

Is there any news about the linux version?!?!
by bender-rulez
Fri Jun 08, 2007 2:28 pm
Forum: General Discussion
Topic: What about a PureBasic Markup Language : PBML ?
Replies: 18
Views: 7590

How is the progress?

I hope there will be a linux version, that would be fine, cause I could need it very well! :-)
by bender-rulez
Fri Feb 23, 2007 12:30 pm
Forum: Tricks 'n' Tips
Topic: How to apply styles to a GTK TextGadget
Replies: 2
Views: 2184

Hi, nice Example!!! What I am looking for!

But how to save the text with the style information to a file?
And how to read it back to the editorgadget?

what I would like is a way to transfer some of the style infos to html when saving the file and vice versa....
by bender-rulez
Mon Mar 06, 2006 12:46 pm
Forum: Linux
Topic: Editor text color? (GTK/GTK2)
Replies: 4
Views: 3002

Hi, nice code!
but how to save colored text to harddisk and reload it again in that format?

how to mark text in the editor gadget and color it, specially remark it again and make it bold (in the color the text was)?

Thanks!
by bender-rulez
Fri Feb 10, 2006 10:41 am
Forum: Announcement
Topic: PureBasic v4.00 - Beta 2
Replies: 34
Views: 12147

What about a beta for Linux? :-)
by bender-rulez
Fri Feb 03, 2006 2:33 pm
Forum: Announcement
Topic: CS-Grid-Gadget: New Release V 2.3 / PB4
Replies: 66
Views: 44611

After commenting out these lines:

....
; TB_SetGadget(Gadget, CSGrid()\hWnd, @VT)
....

; Case #WM_LBUTTONUP
; If CSGrid()\InputMode <= 0
; ResetList(CSGrid())
; While NextElement(CSGrid())
; If CSGrid()\GridLock > -16 And CSGrid()\GridLock < 16
; ieventID.b = H_MoveCursorbyMouse(2)
; EndIf ...