Page 2 sur 2

Re: TextEditGadgetEx

Publié : mar. 03/mai/2011 6:05
par idle
@Dayvid

Thanks, I develop on Linux and can only test it on windows XP in a VM, so it's news to me.
is the bug still present?

Merci, je développe sous Linux et ne peut le tester sur Windows XP dans une machine virtuelle, il est donc nouvelles pour moi.
est le bug toujours présent?

nouvelle version

http://www.purebasic.fr/english/viewtop ... 12&t=45669

v 0.56a
tab
mouse selection
clipboard function for text only copies and pastes unformated text to from external apps
copies and pastes formated text internally between gadgets
Select all ctrl+ A
copy ctrl + C
paste ctrl + V

Re: TextEditGadgetEx

Publié : mar. 03/mai/2011 13:11
par dayvid
Idle Hello!

I'm sorry but this does not always :(
It's still the same problem :cry:

Re: TextEditGadgetEx

Publié : mar. 03/mai/2011 22:00
par idle
Comment out line 999
setfocus_(windowid(*this\win))

it may be the problem on vista and 7

the problem will be in the ProcessEvents it's ugly but that's the price of a quick dirty hack!

Re: TextEditGadgetEx

Publié : ven. 06/mai/2011 5:17
par idle
Changed it to use the new canvas gadget PB 4.60
by the time it's finished we'll all be on 4.60 final so may as well do it now!

http://www.purebasic.fr/english/viewtop ... 12&t=45669

Re: TextEditGadgetEx

Publié : sam. 07/mai/2011 6:59
par idle
Added a glyph cache to speed up resizing.
fixed reverse selection copy.

http://www.purebasic.fr/english/viewtop ... 12&t=45669