-------- 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 : bugtrac...@gambaswiki.org
Pour : vu...@yahoo.it, g4m...@gmail.com

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




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to