Re: Cursor Color LyX 2.0RC2

2011-03-30 Thread Pavel Sanda
Greg Kise wrote: Second, did we lose the ability to change the cursor color? I see that cursor is absent from the color preferences. Any way to change the cursor color like before? i see it here. pavel

Re: Cursor Color LyX 2.0RC2

2011-03-30 Thread Pavel Sanda
Greg Kise wrote: Second, did we lose the ability to change the cursor color? I see that cursor is absent from the color preferences. Any way to change the cursor color like before? i see it here. pavel

Re: Cursor Color LyX 2.0RC2

2011-03-30 Thread Pavel Sanda
Greg Kise wrote: > Second, did we lose the ability to change the cursor color? I see that > "cursor" is absent from the color preferences. Any way to change the cursor > color like before? i see it here. pavel

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Richard Heck
On 03/03/2011 11:09 PM, Greg Kise wrote: Hi, Any way to increase the cursor size--or improve visibility in LyX 2 beta4? I would love to have a cursor that is easier to find. This is controlled by Qt4 configuration, however that is done on your platform. rh

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Abdelrazak Younes
On 03/04/2011 02:01 PM, Richard Heck wrote: On 03/03/2011 11:09 PM, Greg Kise wrote: Hi, Any way to increase the cursor size--or improve visibility in LyX 2 beta4? I would love to have a cursor that is easier to find. This is controlled by Qt4 configuration, however that is done on your

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Pavel Sanda
Abdelrazak Younes wrote: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. pavel

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Jean-Marc Lasgouttes
Le 04/03/11 17:04, Pavel Sanda a écrit : Abdelrazak Younes wrote: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. Or some code that

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Marcelo Acuña
No, this is hardcoded in LyX, in GuiWorkArea.cpp, 2 pixel wide for Windows platform and 1 pixel for the rest of the world: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif Abdel. Thanks! I changed 1 by 4, compiled and I get the wanted cursor.

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Richard Heck
On 03/03/2011 11:09 PM, Greg Kise wrote: Hi, Any way to increase the cursor size--or improve visibility in LyX 2 beta4? I would love to have a cursor that is easier to find. This is controlled by Qt4 configuration, however that is done on your platform. rh

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Abdelrazak Younes
On 03/04/2011 02:01 PM, Richard Heck wrote: On 03/03/2011 11:09 PM, Greg Kise wrote: Hi, Any way to increase the cursor size--or improve visibility in LyX 2 beta4? I would love to have a cursor that is easier to find. This is controlled by Qt4 configuration, however that is done on your

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Pavel Sanda
Abdelrazak Younes wrote: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. pavel

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Jean-Marc Lasgouttes
Le 04/03/11 17:04, Pavel Sanda a écrit : Abdelrazak Younes wrote: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. Or some code that

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Marcelo Acuña
No, this is hardcoded in LyX, in GuiWorkArea.cpp, 2 pixel wide for Windows platform and 1 pixel for the rest of the world: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif Abdel. Thanks! I changed 1 by 4, compiled and I get the wanted cursor.

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Richard Heck
On 03/03/2011 11:09 PM, Greg Kise wrote: Hi, Any way to increase the cursor size--or improve visibility in LyX 2 beta4? I would love to have a cursor that is easier to find. This is controlled by Qt4 configuration, however that is done on your platform. rh

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Abdelrazak Younes
On 03/04/2011 02:01 PM, Richard Heck wrote: On 03/03/2011 11:09 PM, Greg Kise wrote: Hi, Any way to increase the cursor size--or improve visibility in LyX 2 beta4? I would love to have a cursor that is easier to find. This is controlled by Qt4 configuration, however that is done on your

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Pavel Sanda
Abdelrazak Younes wrote: > #ifdef Q_WS_WIN > int const CursorWidth = 2; > #else > int const CursorWidth = 1; > #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. pavel

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Jean-Marc Lasgouttes
Le 04/03/11 17:04, Pavel Sanda a écrit : Abdelrazak Younes wrote: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. Or some code that

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Marcelo Acuña
> No, this is hardcoded in LyX, in GuiWorkArea.cpp, 2 pixel > wide for > Windows platform and 1 pixel for the rest of the world: > > #ifdef Q_WS_WIN > int const CursorWidth = 2; > #else > int const CursorWidth = 1; > #endif > > Abdel. Thanks! I changed 1 by 4, compiled and I get the wanted

No cursor in LyX

2002-08-21 Thread Steven van Dijk
Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have a cursor anymore in the main text area. Cursors in dialogs and such are still there. I tried this with LyX 1.2.0 (the latest Win32

Re: No cursor in LyX

2002-08-21 Thread Andre Poenitz
On Tue, Aug 20, 2002 at 02:35:36PM +0200, Steven van Dijk wrote: Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have a cursor anymore in the main text area. Cursors in dialogs

Re: No cursor in LyX

2002-08-21 Thread Steven van Dijk
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... main text area. Cursors in dialogs and such are still there. I tried this with LyX 1.2.0 (the latest Win32 version) and LyX 1.0.0 (running remotely on a Sun). My X-Server is Exceed 7.0. I don't really think this is LyX related.

Re: No cursor in LyX

2002-08-21 Thread Andre Poenitz
On Wed, Aug 21, 2002 at 10:54:44AM +0200, Steven van Dijk wrote: I am thinking of building the native Win32 port of Ruurd, but the last time I tried that I failed miserably. [Never tried that... does that work under Wine?] I don't know if I want to go down that road again... How far off are

Re: No cursor in LyX

2002-08-21 Thread Steve Litt
On Wednesday 21 August 2002 02:51 am, Andre Poenitz wrote: On Tue, Aug 20, 2002 at 02:35:36PM +0200, Steven van Dijk wrote: Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have

No cursor in LyX

2002-08-21 Thread Steven van Dijk
Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have a cursor anymore in the main text area. Cursors in dialogs and such are still there. I tried this with LyX 1.2.0 (the latest Win32

Re: No cursor in LyX

2002-08-21 Thread Andre Poenitz
On Tue, Aug 20, 2002 at 02:35:36PM +0200, Steven van Dijk wrote: Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have a cursor anymore in the main text area. Cursors in dialogs

Re: No cursor in LyX

2002-08-21 Thread Steven van Dijk
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... main text area. Cursors in dialogs and such are still there. I tried this with LyX 1.2.0 (the latest Win32 version) and LyX 1.0.0 (running remotely on a Sun). My X-Server is Exceed 7.0. I don't really think this is LyX related.

Re: No cursor in LyX

2002-08-21 Thread Andre Poenitz
On Wed, Aug 21, 2002 at 10:54:44AM +0200, Steven van Dijk wrote: I am thinking of building the native Win32 port of Ruurd, but the last time I tried that I failed miserably. [Never tried that... does that work under Wine?] I don't know if I want to go down that road again... How far off are

Re: No cursor in LyX

2002-08-21 Thread Steve Litt
On Wednesday 21 August 2002 02:51 am, Andre Poenitz wrote: On Tue, Aug 20, 2002 at 02:35:36PM +0200, Steven van Dijk wrote: Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have

No cursor in LyX

2002-08-21 Thread Steven van Dijk
Hi, Since I changed to a new videocard (Radeon 7000) and LCD monitor, I am having troubles with LyX (and only with LyX). The problem is simply that I do not have a cursor anymore in the main text area. Cursors in dialogs and such are still there. I tried this with LyX 1.2.0 (the latest Win32

Re: No cursor in LyX

2002-08-21 Thread Andre Poenitz
On Tue, Aug 20, 2002 at 02:35:36PM +0200, Steven van Dijk wrote: > Hi, > > Since I changed to a new videocard (Radeon 7000) and LCD > monitor, I am having troubles with LyX (and only with LyX). The > problem is simply that I do not have a cursor anymore in the > main text area. Cursors in

Re: No cursor in LyX

2002-08-21 Thread Steven van Dijk
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > main text area. Cursors in dialogs and such are still there. I > > tried this with LyX 1.2.0 (the latest Win32 version) and LyX > > 1.0.0 (running remotely on a Sun). My X-Server is Exceed 7.0. > I don't really think this is LyX

Re: No cursor in LyX

2002-08-21 Thread Andre Poenitz
On Wed, Aug 21, 2002 at 10:54:44AM +0200, Steven van Dijk wrote: > I am thinking of building the native Win32 port of Ruurd, but > the last time I tried that I failed miserably. [Never tried that... does that work under Wine?] > I don't know if I want to go down that road again... How far off

Re: No cursor in LyX

2002-08-21 Thread Steve Litt
On Wednesday 21 August 2002 02:51 am, Andre Poenitz wrote: > On Tue, Aug 20, 2002 at 02:35:36PM +0200, Steven van Dijk wrote: > > Hi, > > > > Since I changed to a new videocard (Radeon 7000) and LCD > > monitor, I am having troubles with LyX (and only with LyX). The > > problem is simply that I