This is a class i've found in my old archives :-)
' Gambas module file
Public Sub Main()
Dim i As Integer
Dim s As String
For i = 1 To 25
s &= String(80, " ") & "\n"
Next
vt100.SetAttribute([42])
Print s
Print "e"
VT100.SetAttribute([1])
VT100.SetColor(VT100.Yellow,
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #23 by Moviga TECHNOLOGIES:
I also use Chrome.
I found this in ~/.config/kdeglobals
[Icons]
Theme=breeze
and it changes when I change the icon theme. That should be it.
---
http://gambaswiki.org/bugtracker/edit?object=BUG.783&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@list
http://gambaswiki.org/bugtracker/edit?object=BUG.783&from=L21haW4-
Benoît MINISINI reported a new bug.
Summary
---
Sometimes newline are duplicated in comments
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Bugtracker
Description
---
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #22 by Benoît MINISINI:
If you don't have kde5-config or kde4-config, the KDE theme configuration
cannot be detected.
Do you have something that looks like that? For example, just "kde-config"?
Without that program, t
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #21 by Fabien BODARD:
I use Chrome.
And Sometime like now Chrome on android
--
___
Gambas-user mail
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #20 by Benoît MINISINI:
Why the bugtracker would do that? It never does with me and Firefox. Which
browser do you use?
--
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #19 by Moviga TECHNOLOGIES:
According to this[0], there is no dedicated KDE5 config folder, it just places
everything in ~/.config.
[0]https://bbs.archlinux.org/viewtopic.php?id=185428#2
--
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #18 by Fabien BODARD:
I had the same problem... The cgi add lines in one of my message.
--
___
Gamb
You can use escape codes too :
Local Echo (Keyboard Send-Receive)
This mode selects local echo, which causes every character transmitted
by the terminal to automatically appear on the screen. Therefore, the
computer does not have to transmit (echo) the character back to the
terminal for display.
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4-
Comment #17 by Moviga TECHNOLOGIES:
I have no idea I re-copied it, and now it looks sane :)
--
___
Gamb
Yes exactly, it’s the way that I've found to restore the terminal.
Thank you
—
Olivier Cruilles
Le October 1, 2015 à 13:18:31, Tobias Boege (tabo...@gmail.com) a écrit:
On Thu, 01 Oct 2015, Yahoo wrote:
> About gb.ncurses, when I say the terminal become unusable I mean that the
> Carrier
On Thu, 01 Oct 2015, Yahoo wrote:
> About gb.ncurses, when I say the terminal become unusable I mean that the
> Carrier Return does not work after closing my program, so press on the enter
> key does not create to a new line and the prompt is written on the same line,
> at the location where is
Thank you for all explications. I never thanked that what this way to do it.
So, I put your code in my project and it work as expected and fine.
About gb.ncurses, when I say the terminal become unusable I mean that the
Carrier Return does not work after closing my program, so press on the enter
On Thu, 01 Oct 2015, Yahoo wrote:
> Hello all,
>
> Since few day I work on a little project that consist to a cli program
> written in Gambas3 where the first task is to ask to the user to enter a
> password but of course, all written character must be hidden.
>
> I try to use INPUT instruction
Le 01/10/2015 17:31, Yahoo a écrit :
> Hello all,
>
> Since few day I work on a little project that consist to a cli
> program written in Gambas3 where the first task is to ask to the user
> to enter a password but of course, all written character must be
> hidden.
>
> I try to use INPUT instructio
Hello all,
Since few day I work on a little project that consist to a cli program written
in Gambas3 where the first task is to ask to the user to enter a password but
of course, all written character must be hidden.
I try to use INPUT instruction but all characters entered are automatically
w
http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4-
Comment #4 by Benoît MINISINI:
Sorry, this is not well documented. If the initial position of a window is
(0,0), it is automatically centered.
Fixing that (i.e. allowing the initial position of a window to actually be 0,0)
is p
http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@list
http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4-
Comment #3 by Zainudin AHMAD:
I don't understand what do you mean, this code
Public Sub _new()
Me.Top = 80
Me.Left = 80
End
can work with gambas version : 3.1.1 and 3.5.4 and 3.7.1 and 3.8.1 and trunk
this problem wit
20 matches
Mail list logo