Utilización Del Portapapeles


Goto page Previous  1, 2, 3

Subject: Re: Utilización Del Portapapeles
Ni mucho menos, chikilicuatre, todas las pruebas que has hecho nos ayudan a los demás, no debes disculparte ni mucho menos, sino al contrario.

Salu2, crack, e iremos observando a ver de donde puede venir este problema.

Profile PM  
Subject: Re: Utilización Del Portapapeles
Efectivamente estamos ante un bug.

Habría que saber si ese bug ya está reportado (no se donde mirar eso) y si no avisar a Benoit con la siguiente información:

Citar:
¡Bug in clipboard class!

private sub Form_Open
DIM txt1 as new textbox(me)
DIM txt2 as new textbox(me)
txt1.text="áéíóúÑñ"
txt2.drop=true
end

'starting drag
PUBLIC SUB txt_MouseDrag()
txt1.Drag(txt1.text)
END

PUBLIC SUB Txt2_Drop()
Txt2.text = Txt2.drop
END

Clipboard class doesn't use locales. Everything is translated to en_US.UTF-8 so and spanish characters are not translated ok. If you drag & drop from txt1 to txt2 you will get different text1 and txt2 txtboxes.


Y a eso habría que añadir el resultado de correr el script que publicó JGuardón
Información del sistema

El camino correcto para notificar un bug está detallado aquí y en la práctica con poner el texto anterior e indicando si usais gb.qt o gb.gtk sería suficiente.
Reportar BUG en Gambas

Y os digo que lo hagais vosotros porque yo uso Debian estable con gambas 2.7 por lo que es mucho mejor que lo hagais vosotros con gambas 2.18. Mi gambas es muuuy viejo je je je

Un saludo

Profile PM  
Subject: Re: Utilización Del Portapapeles
Yo he actualizado a gambas 2.19, por lo que quizá debería reportarlo Chikilicuatre para la 2.18, y yo probaré con la 2.19 por si sigue fallando. Si en la 2.19 sigue fallando, reporto yo el error.

Salu2, cracks

Profile PM  
Subject: Re: Utilización Del Portapapeles
Hola,
el script en mi equipo:
-----------------------------------------------------------------------
[OperatingSystem]
OperatingSystem=Linux
KernelRelease=2.6.28-17-generic
DistributionVendor=ubuntu
DistributionRelease="Ubuntu 9.04"

[System]
CPUArchitecture=x86_64
TotalRam=3993764 kB

[gambas]
Gambas1=Not Installed
Gambas2=2.8.2
Gambas2Path=/usr/bin/gbx2
Gambas3=Not Installed
-----------------------------------------------------------------------
Usando gb.qt
No tengo ni idea lo de mirar si esta reportado ni como mandarlo pero empezaré a mirar.

Last edited by CHIKILICUATRE on Monday, 18 January 2010, 22:47; edited 1 time in total
Profile PM  
Goto page Previous  1, 2, 3

Page 3 of 3


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Design by DiDiDaDo

Generation Time: 0.102s (PHP: -42% SQL: 142%)
SQL queries: 23 - Debug Off - GZIP Enabled