Benoit
I need to display in FileView files "* .desktop" with icon associated with
each application.
example
Gambas3.desktop
Icon = gambas3
gwenview.desktop
Icon = gwenview
And do not show a text file as it currently does.
I personalize MyFileView Control
But I would like to FileView of Gambas
Le 22/06/2015 20:07, herberth guzman a écrit :
> Hi Benoit
>
> I want to show an image associated fileview file icon "* .desktop"
> DesktopMime.FromFile understand how it works, use that code to the menu
> "open with"
>
> For Each df In DesktopFile.FromMime (DesktopMime.FromFile (sPath) .Type)
Hi Benoit
I want to show an image associated fileview file icon "* .desktop"
DesktopMime.FromFile understand how it works, use that code to the menu
"open with"
For Each df In DesktopFile.FromMime (DesktopMime.FromFile (sPath) .Type)
Inc i
Item_Menu_Link = New Menu (mnuOpenwith) As "
Le 24/05/2015 20:35, herberth guzman a écrit :
> Hi Benoit
>
> Benoit, Fabien created a class called DesktopApps, that class is what
> allows me to show my panel applications ("Innova").
I don't know what that class is.
>
> I am a rookie and I find it hard.
> My work is slow and long.
> I want t
Hi Benoit
Benoit, Fabien created a class called DesktopApps, that class is what
allows me to show my panel applications ("Innova").
I am a rookie and I find it hard.
My work is slow and long.
I want to convert ("Innova") at a Desktop in the future.
To display the contents of my Desktop unify C
Le 05/03/2012 16:14, Bill-Lancaster a écrit :
>
> Gambas 3
> 1) Is it possible to adjust the column width in code?
Not directly. But you can search in FileView.Children to find the
ColumnView and modify its columns.
It's just a bit dangerous, because I can decide to use a GridView
instead of a
Gambas 3
1) Is it possible to adjust the column width in code?
2) Can the date format be changed?
Bill Lancaster
--
View this message in context:
http://old.nabble.com/Fileview-tp33444102p33444102.html
Sent from the gambas-user mailing list archive at Nabble.com.
-