Search found 12 matches

by thierry94
Wed Dec 11, 2013 11:35 am
Forum: Linux
Topic: gtklabel structure (pb 4.20) is different gtklabel.h
Replies: 3
Views: 10354

Re: gtklabel structure (pb 4.20) is different gtklabel.h

thx

how modified bit fields in PB Structures
by thierry94
Wed Nov 13, 2013 5:27 pm
Forum: Linux
Topic: gtklabel structure (pb 4.20) is different gtklabel.h
Replies: 3
Views: 10354

gtklabel structure (pb 4.20) is different gtklabel.h

hi.

why the gtklabel structure of purebasic 4.20 is different of /usr/include/gtk-2.0/gtk/gtklabel.h ?
How corrected the structure ?

thx

Structure GtkLabel
misc.GtkMisc
*label
packed_flags.l
mnemonic_keyval.l
*text
*attrs.PangoAttrList
*effective_attrs.PangoAttrList
*layout.PangoLayout ...
by thierry94
Tue May 28, 2013 3:42 pm
Forum: Linux
Topic: help ListIcon Justify Column Right
Replies: 7
Views: 5323

Re: help ListIcon Justify Column Right

i have found

i have replaced

Code: Select all

 g_object_set_double(g_list_nth_data_(*CellRenderers, i), "xalign", AlignmentFactor, #Null)
by

Code: Select all

        *Cellule.GtkCellRenderer = g_list_nth_data_(*CellRenderers, I)
        *Cellule\xalign=AlignmentFactor
 
by thierry94
Mon Feb 25, 2013 11:24 am
Forum: Feature Requests and Wishlists
Topic: Wishlists listicongadget
Replies: 0
Views: 590

Wishlists listicongadget

Hi,

Posts for developers, these options would be very useful

Code: Select all

AddGadgetColumn
#PB_ListIcon_JustifyColumnLeft
#PB_ListIcon_JustifyColumnCenter
#PB_ListIcon_JustifyColumnRight
#PB_ListIcon_AutoSize


Frame3DGadget 
#PB_Frame3D_JustifyLeft
#PB_Frame3D_JustifyCenter
#PB_Frame3D_JustifyRight
thx
by thierry94
Fri Feb 22, 2013 4:15 pm
Forum: Linux
Topic: help ListIcon Justify Column Right
Replies: 7
Views: 5323

Re: help ListIcon Justify Column Right

thx

please, how to get around this problem or how to use a different code

gtk2-devel-2.18.9-10.el6.x86_64
gtk2-2.18.9-10.el6.x86_64
by thierry94
Wed Feb 20, 2013 9:17 am
Forum: Linux
Topic: help ListIcon Justify Column Right
Replies: 7
Views: 5323

help ListIcon Justify Column Right

hi,

this code is ok on purebasic 4.30 RHEL 5 (x86)

but on purebasic 5.10 RHEL 6.3 (x64)
[ERROR] line: 85 : g_object_set_double(g_list_nth_data_(*CellRenderers, i), "xalign", AlignmentFactor, #Null)
[ERROR] Invalid memory Access.


EnableExplicit
CompilerSelect #PB_Compiler_OS
CompilerCase #PB ...
by thierry94
Wed Oct 26, 2011 9:59 am
Forum: Linux
Topic: How do I make the Enter key behave as a Tab key
Replies: 4
Views: 1837

Re: How do I make the Enter key behave as a Tab key

For information

gtk_widget_child_focus_(gtk_widget_get_toplevel_(GadgetID(GetActiveGadget())), #GTK_DIR_TAB_FORWARD)
by thierry94
Wed Oct 12, 2011 5:33 pm
Forum: Linux
Topic: How do I make the Enter key behave as a Tab key
Replies: 4
Views: 1837

Re: How do I make the Enter key behave as a Tab key

hi

But how know the next gadget to activate, the window contain 100 gadgets.
I think we should use the APIs to retrieve the list of gadgets in the container, and find the gadget activated and activate the following.
or
trap key enter et send key tab
by thierry94
Wed Oct 12, 2011 1:13 pm
Forum: Linux
Topic: How do I make the Enter key behave as a Tab key
Replies: 4
Views: 1837

How do I make the Enter key behave as a Tab key

Hi,

How do I make the Enter key behave as a Tab key in all gadgets ?


Thanks.
by thierry94
Mon Oct 15, 2007 1:55 pm
Forum: Linux
Topic: i search missing_functions pb linux 3.94
Replies: 3
Views: 2249

thx walker

thx walker
by thierry94
Mon Oct 08, 2007 12:40 pm
Forum: Linux
Topic: i search missing_functions pb linux 3.94
Replies: 3
Views: 2249

i search missing_functions pb linux 3.94

hello

i search missing_functions.pb on home.accor.de for purebasic linux 3.94

because on the site it is the version pb 4

thx

courrier@a5m.fr