~suwro


#455 gioui component textfield doubleclick example 2 years ago

Ticket created by ~suwro on ~eliasnaur/gio

Hello,

I need a small example how to handle doubleclick on a textfield component.

When doubleclicked to select everything in that textfield, like normal behaviour of textfield.

I didn’t found on gio-example any doubleclick handler.

please help me with this and put it also in gio-example thank you.

#401 Ambiguous imports on example/notify 2 years ago

Comment by ~suwro on ~eliasnaur/gio

if you start a new project and in it you request gioui.org/x/notify the error will appear

I removed it to emulate new project without writing something - since it is already there I just go mod init it!

whatever - the error is still there - the dilema is now why there are 2 notify versions?

#401 Ambiguous imports on example/notify 2 years ago

Comment by ~suwro on ~eliasnaur/gio

Hi - just got the same error on my new project.

after cloning the gio-example go mod tidy works fine,

go clean -cache -modcache -i -r rm go.mod go.sum go mod init

it will appear, it's something on gioui.org/x version I suppose!