Make a ListIcon column editable

Linux specific forum
Ulix
User
User
Posts: 48
Joined: Wed Jan 23, 2008 12:45 pm
Location: France, Montpellier

Re: Make a ListIcon column editable

Post by Ulix »

Translation from Google!

Hello everyone !
I just tested the code (copy in the post Shardik of Tue Oct 21, 2014 8:31 am)
This code works well, no particular difficulties!

I'm Linux Ubuntu, Version 16.04.3 LTS (Xenial Xerus) 64-bit
Linux kernel 4.4.0-94-generic x86_64, environment: MATE 1.12.1

Just 2 remarks:

1 °) Is it possible to reduce the area of etition to the width of the column?
2) Is it possible to position the editing area at the same position as the cell?

Manifique code! For what is it native in PureBasic! :evil:
Thank you for sharing !

Ulix :lol:


En francais :

Bonjour a tous !

Je viens de tester le code (copier dans le post Shardik du Tue Oct 21, 2014 8:31 am)
Ce code marche bien, pas de difficultés particuliére !


Je suis Linux Ubuntu, Version 16.04.3 LTS (Xenial Xerus) 64-bit
Noyau Linux 4.4.0-94-generic x86_64, environnement : MATE 1.12.1

Juste 2 remarques :

1°) Est-il possible de réduire la zone d'étition a la largeur de la colonne ?
2°) Est-il possible de positionné la zone dédition a la même position que la cellule ?


Manifique code ! Pour quoi cela n'est-il en natif dans PureBasic ! :evil:
Merci pour le partage !

Ulix :lol:
Oma
Enthusiast
Enthusiast
Posts: 312
Joined: Thu Jun 26, 2014 9:17 am
Location: Germany

Re: Make a ListIcon column editable

Post by Oma »

Hello Ulix,
thanks for the feedback.
1 °) Is it possible to reduce the area of etition to the width of the column?
2) Is it possible to position the editing area at the same position as the cell?
The most common method on Linux is that the GtkEntry has the position and size of the cell.
I believe it is at the used window manager (such as Openbox) if this is different.
If it is possible to manipulate this behaviour by code in your application, it is complex.
Maybe, someday I will try to find a way to manipulate the 'Editable', in a quiet, rainy and cold hour (or week)

Imho if someone decides to use a certain Linux, he must live with the peculiarities - as on Windows :wink:

Regards, Charly
PureBasic 5.4-5.7, Linux: (X/L/K)Ubuntus+Mint - Windows XP (32Bit)
PureBasic Linux-API-Library & Viewer: http://www.chabba.de
Post Reply