[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1143: Sometimes "Print" function in a Timer routine prints also a kind of \t
Benoît Minisini
gambas at ...1...
Wed Aug 23 03:04:40 CEST 2017
-------- Message transféré --------
Sujet : [Gambas Bug Tracker] Bug #1143: Sometimes "Print" function in a Timer routine prints also a kind of \t
Date : Wed, 23 Aug 2017 01:02:22 GMT
De : bugtracker at ...3416...
Pour : vuott at ...325..., g4mba5 at ...626...
http://gambaswiki.org/bugtracker/edit?object=BUG.1143&from=L21haW4-
vuott VUOTT reported a new bug.
Summary
-------
Sometimes "Print" function in a Timer routine prints also a kind of \t
Type : Bug
Priority : Medium
Gambas version : Master
Product : Unknown
Description
-----------
In Timer routine, often, "Print" function prints in console also a kind of \t.
Example:
Private tempus As New Timer As "Tempus"
Public Sub Main()
With tempus
.Delay = 1000
.Start
End With
End
Public Sub Tempus_Timer()
Print "aaaaaaaaaa"
Print "bbbbb"
End
Here results in console:
aaaaaaaaaa
bbbbb
aaaaaaaaaa
bbbbb
System information
------------------
[System]
Gambas=3.10.90 b99546d (master)
OperatingSystem=Linux
Kernel=4.11.0-14-generic
Architecture=x86_64
Distribution=Linux Mint 18.2 Sonya
Desktop=CINNAMON
Theme=Cleanlooks
Language=it_IT.UTF-8
Memory=3949M
[Libraries]
Cairo=libcairo.so.2.11400.6
DBus=libdbus-1.so.3.14.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.803.0
GTK+2=libgtk-x11-2.0.so.0.2400.30
GTK+3=libgtk-3.so.0.1800.9
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.58.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.5.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6
More information about the User
mailing list