Search found 3 matches

by zomtex2003
Sun Aug 15, 2004 7:42 pm
Forum: Tricks 'n' Tips
Topic: Eventhandling for the SysDateTimePick32 (DatePicker)
Replies: 0
Views: 1386

Eventhandling for the SysDateTimePick32 (DatePicker)

Hi,

this code shows how you can work with the events from the SysDateTimePick32. I hope is usefull!


; Eventhandling DatePicker (SysDateTimePick32)
; Forum : German
; Author: zomtex2003 (Michael Eberhardt)
; Date : 18.08.2004

#MCM_GETCURSEL = $1001

#DTN_DATETIMECHANGE = #DTN_FIRST + 1 ...
by zomtex2003
Thu Jan 15, 2004 2:43 pm
Forum: Linux
Topic: SUSE 9.0 and PB3.81 Problem
Replies: 11
Views: 4928

you should try to compile your program like this:

Code: Select all

pbcompiler myprogram.pb -e myprogram
the outputfile should be in the same directory as the sourcefile

Greez

Michael
by zomtex2003
Tue Jan 13, 2004 1:01 pm
Forum: Linux
Topic: SUSE 9.0 and PB3.81 Problem
Replies: 11
Views: 4928

Hi PWS32,

I think you are using Gnome as desktop envirenment, right? instad of KDE2 btw KDE3. The path to the gtk-config is in your installation at this one:

/opt/gnome/bin/gtk-config

Could it be, that the pbcompiler search for the gtk-config file in the KDE diretory like this:

/opt/kde2/bin ...