Search found 47 matches: caret

Return to advanced search

Re: HTML report sample

... The first report generator that I used for my WINHOTEL version 1.0 (1995) was CA-Ret, which was part of VO. https://mybergland.com/fwforum/caret.jpg After CA-Ret was discontinued, I also tested with the RTF format, among other things. It's very similar to HTML. But MS then started to ...
by Otto
Mon Jul 19, 2021 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1541

Re: How to make memo edit in dialog automatic selectnone?

... lSet)  This is right code. After leaving the multiget i change to old mode. I have also tested with ::gotfocus and ::lostfocus to Change the caret. Antonio, as the multiget cannot switch off the insert-mode, the caret should be always shown as block on this control.
by byte-one
Sun Aug 27, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make memo edit in dialog automatic selectnone?
Replies: 5
Views: 998

New FTDN May/Mayo 2016 (FWH 16.05)

... bKeyDown assigned by the user is replaced by SetArray() method. (16.03 and 16.04). Fixed * Fix: a GET with a tooltip was wrongly positioning the caret when VK_END was pressed and the tooltip had been previously shown: http://forums.fivetechsupport.com/viewtopic.php?p=190987 * Enhancement: XBROWSER ...
by Antonio Linares
Mon Jul 04, 2016 10:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2016 (FWH 16.05)
Replies: 0
Views: 1457

New FTDN November/Noviembre 2015 (FWH 15.11)

... system: Dropdown menus are being painted right aligned on Windows Server 2012. Fixed SCINTILLA / FIVEDIT: - Implemented Cursor Width - Implemented Caret type: block, normal, invisible - Changes Menus Popup Contextual Editor and margins - Bug Fixed List Functions HB_FUNC - Search selected text ( ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2730

Re: Mejoras para scintilla

----------------------------------- NEW VERSION 20/12/2015 --------------------------------- - Implemented Cursor Width - Implemented Caret type: block, normal, invisible - Changes Menus Popup Contextual Editor and margins - Bug Fixed List Functions HB_FUNC - Search selected text ( menu contextual ...
by cnavarro
Sun Dec 20, 2015 10:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839034

Looking for a PRINT-sample ( invoices )

... the same : only listings using TITLE HEAD DATA-area FOOTER some horizontal / vertical lines a pagebreak on bill-number the used REPORT ( from old CARET.exe ) http://www.pflegeplus.com/IMAGES/Report1.jpg best regards Uwe :?:
by ukoenig
Mon Sep 07, 2015 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for a PRINT-sample ( invoices )
Replies: 19
Views: 5800

Re: fuentes de CreateCaret(),ShowCaret()

Noe,

Estan implementadas en FWH\source\winapi\caret.c e incluidas en FiveHC.lib
by Antonio Linares
Thu May 21, 2015 7:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuentes de CreateCaret(),ShowCaret()
Replies: 1
Views: 374

fuentes de CreateCaret(),ShowCaret()

Saludos

Retomando sobre el aspecto del cursor en los gets, y la forma del mismo y color...
las funciones CreateCaret() ShowCaret()... caret().... bienen en alguna clase de FWH o ya implementadas en alguna lib?

Gracias.
by noe aburto
Thu May 21, 2015 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuentes de CreateCaret(),ShowCaret()
Replies: 1
Views: 374

Re: xBrowse Default Edit fields OverStrike vs Insert mode

Mr Rick

Please set TGet():lChangeCaret := .f. somewhere towards the beginning of your Main() function.

You will see only the Thin Caret in all Gets whether in Insert Mode or OverWrite Mode.
by nageswaragunupudi
Thu May 21, 2015 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Default Edit fields OverStrike vs Insert mode
Replies: 7
Views: 1658

Re: TEdit V TGet

David, James,

In FWH 14.11 there is already a CLASSDATA to do that :-)

Simply do:

TGet():lChangeCaret = .F.

and all your GETs will not modify the standard WIndows caret behavior :-)
by Antonio Linares
Tue Dec 09, 2014 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

TEdit V TGet

... but when the cursor lands on text in the Get, it will overwrite a character and not insert it. Is there a way of changing the ugly blocky/black caret to a standard cursor, when entering insert mode?? There has not been much discussion on this forum about the behaviour, so may be I have missed ...
by David Williams
Mon Dec 08, 2014 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

New FTDN september 2014 (FWH 14.09)

... * Enhancement: Added CLASSDATA lChangeCaret into Class TGet: It enables or disables the change of the caret shape when pressing Ins.
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1109

TGET in insert mode

Is it possible to have a get control in insert mode when focused, along with the normal caret? In other words not having to press the insert key with the resulting blocky caret.

TIA
David
by David Williams
Wed Nov 13, 2013 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET in insert mode
Replies: 9
Views: 1385

Re: Problem with TGET class in FWH 13.08

... the same behavior. More over, if you test it from PellesC resources editor, you will see that if you add some spaces to the end of the text, the caret goes to the end of the spaces. So the only way not to have that behavior is that the variable have NO spaces at the end. Maybe I am missing something...
by Antonio Linares
Tue Oct 01, 2013 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5549

Re: Problem with TGET class in FWH 13.08

Antonio,

Antonio Linares wrote:If we do that, then it will not be Windows standard.


As far as I know, it is Windows standard behavior to put the caret after the last non-space character. Am I wrong?

EMG
by Enrico Maria Giordano
Tue Oct 01, 2013 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5549
Next

Return to advanced search