Search found 16 matches: getsel

Return to advanced search

Re: New FTDN May/Mayo 2017 (FWH 17.05)

May 2017 (revised build) ======== * Fix: MultiGet methods GetSel() and Copy() were not Unicode compatible. Fixed * FWMARIADB: Recommended way to obtain connection to Server is to use command syntax FWCONNECT oCn <clauses>, which translates to maria_Connect(...) ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2431

Richedit Control

... function Test( oRich, oDlg ) IF oRich:IsSelection() oRich:SetText( "test" + cvaltochar(oRich:GetSel()) ) ELSE Msginfo( 'Nothing selected! ') END RETURN ( nil ) ----------------------testrich.rc------------------------------------------ #include ...
by ryugarai27
Tue Dec 20, 2011 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit Control
Replies: 1
Views: 835

Unicode + RichEdit

... object, such as: greek small letter alpha := &#x03B1; greek small letter beta := &#x03B2; ... ... I tried Str2Hex(AnsiToWide( oRich:GetSel() )) but FWH raises an error "hb_xgrab can't allocate memory" and terminates the application. Is there a function in FWH to rerieve ...
by ryugarai27
Fri Jul 09, 2010 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode + RichEdit
Replies: 0
Views: 465

Re: Problemas con TRichEdit

... ) DEFINE BUTTON RESOURCE "Cut" OF oBar GROUP ; MESSAGE "Cut" TOOLTIP "Cut" NOBORDER ; WHEN ( ! Empty( oRTF:GetSel() ) .and. ! oRTF:lReadOnly ) ; ACTION ( oRTF:Cut(), oRTF:SetFocus() ) DEFINE BUTTON RESOURCE "Copy" OF oBar ; MESSAGE "Copy" ...
by triumvirato
Fri Dec 11, 2009 7:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4775

Re: listbox 2nd line

Otto,

Don't use WS_VSCROLL in the listbox. Paint the up and down as bitmaps, beside the listbox, and use them to oListBox:Select() the previous or next item (oListBox:GetSel()) :-)
by Antonio Linares
Mon May 04, 2009 12:35 am
 
Forum: FiveWin for Pocket PC
Topic: listbox 2nd line
Replies: 6
Views: 1118

... it seems that the following info appears to be relevant... The class has seven methods dealing with loading and saving data, GetSel(), LoadRTF(), LoadAs RTF(), LoadFromRTFFile(), SetText(), and SaveAsRTF(), SaveToFile() that should be looked at closely. They seem to offer ...
by Roger Seiler
Mon Nov 10, 2008 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: richedit class
Replies: 6
Views: 1419

... entre barra y barra ) ::nPos := 1 ::SetPos( 1 ) ELSEIF ! ::lDentro .AND. (cText == "0" .OR. Empty(::Value)) ::nPos := 1 ::SetPos( 1 ) ELSE ::GetSelPos( @nLo, @nHi ) ::oGet:pos = nHi + 1 ::nPos = ::oGet:pos IF ! ::lDentro .AND. Valtype( ::Value ) = "C" .AND. Empty(::GetSel()) .AND. !Empty(cText) ...
by antolin
Mon Oct 27, 2008 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: carga de datos en get
Replies: 3
Views: 766

Some Progress

... doesn't take it into account at this stage. We need to fix SetPos() and SetSel() before we fix the operation of selection which will require a GetSel() function. Regards Doug (xProgrammer)
by xProgrammer
Sun Mar 30, 2008 12:10 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: GET Class
Replies: 6
Views: 1597

... GETGETSEL ) to gets.c based on gboolean gtk_editable_get_selection_bounds (GtkEditable *editable, gint *start, gint *end); with a corresponding GetSel() method in your TGet class which could be called as part of the BackSpace and Otherwise clauses of the DO CASE in KeyDown( nKey ). If I am right ...
by xProgrammer
Fri Mar 28, 2008 11:44 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: GET Class
Replies: 6
Views: 1597

TGet problems

Hi all, Starnge things are happening with some METHOD in TGet. 1. GetSel() always returns `` 2. GetSelPos() Always return nHi = 10, nLo = 10 so trying to use Copy(), Cut() and Paste() methods results in no results. 3. Application crashes with NO EXP. METHOD ...
by Gilbert
Tue Mar 06, 2007 2:07 pm
 
Forum: FiveWin for CA-Clipper
Topic: TGet problems
Replies: 2
Views: 1338

Frank,

I have tried using EM_GETSEL to know what portion is selected but without success.
by Antonio Linares
Mon Nov 20, 2006 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DtePick
Replies: 1
Views: 782

TMultiGet overstrike capability

Tmultiget seems to be frozen in insert mode regardless of user's pressing of the insert key. So I created a workaround that simulates Clipper's oGet:Overstrike() for TMultiget as follows, similar to usage in TGet... // Insert in methods declarations for TMultiGet of Mget.prg... // Simulate a Clipper...
by Roger Seiler
Sun Aug 20, 2006 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet overstrike capability
Replies: 10
Views: 2939

... CODE 000A:43A6 00857H TGET CODE 000A:4BFE 00058H EDITUPDATE CODE 000A:4C56 00053H CTEXT CODE 000A:4CAA 0005BH CTEXT CODE 000A:4D06 0006FH GETSEL CODE 000A:4D76 00071H GETSEL CODE 000A:4DE8 0004CH GETSELPOS CODE 000A:4E34 000BBH GETDELSEL CODE 000A:4EF0 0009EH COPY CODE 000A:4F8E 0009EH ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3528

GPF, como buscar el Error

... CODE 000A:43A6 00857H TGET CODE 000A:4BFE 00058H EDITUPDATE CODE 000A:4C56 00053H CTEXT CODE 000A:4CAA 0005BH CTEXT CODE 000A:4D06 0006FH GETSEL CODE 000A:4D76 00071H GETSEL CODE 000A:4DE8 0004CH GETSELPOS CODE 000A:4E34 000BBH GETDELSEL CODE 000A:4EF0 0009EH COPY CODE 000A:4F8E 0009EH ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3528

RePrint -- richtext

... rtf text to a region of a trpinter object. Or just add rtf printing to tprinter. Something like: oprn:RtfPrint( ntop, nLeft, nbottom, nRight, oRTF:GetSel() ) ::rtfPrint would print the selected text with its attributes --that is font, color, background color, etc... I'm hoping some of the Guru's ...
by reinaldocrespo
Sun Feb 05, 2006 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RePrint -- richtext
Replies: 8
Views: 2046
Next

Return to advanced search