Re: [MSEide-MSEgui-talk] tterminal again

2011-10-21 Thread Sieghard
Hallo Martin,

Du schriebst am Thu, 20 Oct 2011 17:45:25 +0200:

 So no progress display? Strange the missing linefeeds.

That's probabely because pacman gets fed its input by pipe - I said already
that it has such a flaw (IMO) concerning redirections.

It's sufficient to pass it a response by pipe to make it suppress the
progress display as well as the newline after the input prompt. It does
this even when called directly in a terminal.

Maybe it switches the terminal to raw input, although it does not use
single key control - perhaps yet, possibly?

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---

___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tterminal again

2011-10-21 Thread Martin Schreiber
On Friday 21 October 2011 20.58:35 Sieghard wrote:
 Hallo Martin,
 
 Du schriebst am Thu, 20 Oct 2011 17:45:25 +0200:
  So no progress display? Strange the missing linefeeds.
 
 That's probabely because pacman gets fed its input by pipe - I said already
 that it has such a flaw (IMO) concerning redirections.
 
ptytee should make an exact copy of the data into the file, so there is 
something wrong because the file and the xterml input are not the same.

 It's sufficient to pass it a response by pipe to make it suppress the
 progress display as well as the newline after the input prompt.

In theory current ptytee and tterminal should use a PTY on input and output so 
there is something wrong again.

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] set background color of stringgrid cell

2011-10-21 Thread Martin Schreiber
On Friday 21 October 2011 22.09:38 Patrick Goupell wrote:
 How can I set the background color of a stringgrid cell in program code?
 
 sgMyGrid.datacols [column][row] . ??? := cl_green;
 
Not supported because  of the big per cell memory consumption.
MSEgui has symbolic color settings for row colors (t*grid.rowcolors, 
t*grid.rowcolorstate, can be switched off for a column by resetting 
tdatacol.options1 co1_rowcolor) and color settings for columns (t*col.color*). 
In order to define the color of single cells use tdatacol.onbeforedrawcell and 
update the cellinfo values.

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk