Search found 796 matches: selection

Return to advanced search

... WINDOW with a data BROWSE that receives tags to various records. Before the user leaves the screen they are required to either clear or write the selection away to an order. If they click OK and there are unprocessed tags I need to intercept. I have used a WINDOW due to the extra screen space ...
by GWard
Wed Feb 08, 2006 12:03 am
 
Forum: FiveWin for Pocket PC
Topic: VALID Clause For WINDOW
Replies: 8
Views: 2603

Richtext printing

... where I parse the richtext detecting rtf tokens and printing every time a font change happens. To this end, when achange is detected I do a "selection" of the text and then with REGetCharFormat I get the font and color. But ortf:SetSel() does not seem to work properly. ReGetCharFormat always ...
by reinaldocrespo
Tue Feb 07, 2006 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext printing
Replies: 11
Views: 3030

Re: Mouse behavior

... it with buildh.bat please let me know and I will post that files to a ftp site. The differences I find are as follows. If you open the first menu selection "Simple Dialog Page" a dialog opens containing 3 fields. If I left click on the second files the mouse gets positioned into the second field ...
by Vytas
Tue Feb 07, 2006 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Mouse behavior
Replies: 4
Views: 1288

Enrico; Thank you for the tip. I seldom make any contributions. Below is what I wrote. That's my 2 cents. //----------------------------------------------------------------------------// HB_FUNC( HIGHLIGHTSELECTION ) { CHARFORMAT2 cfrm; memset( ( char * ) &cfrm, 0, sizeof( cfrm ) ); cfrm.cbSize ...
by reinaldocrespo
Sun Feb 05, 2006 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichtText Class
Replies: 2
Views: 818

Re: RichtText Class

Have a look at EM_SETCHARFORMAT message, SCF_SELECTION option and crBackColor field of CHARFORMAT2 structure (remember to set dwMask field to CFM_BACKCOLOR to activate crBackColor field).

EMG
by Enrico Maria Giordano
Sun Feb 05, 2006 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichtText Class
Replies: 2
Views: 818

... usada por la impresora. La función PrinterBegin() usa el nuevo parámetro "lSelection". El fichero de cabecera Print.ch usa la nueva clausula SELECTION. * Mejora: En el fichero PrintDC.c, la estructura PRINTDLG pd se ha modificado la manera en que es inicializada. Nueva estructura estática, ...
by Antonio Linares
Mon Jan 09, 2006 9:48 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3639

FTDN new January 2006 build / nuevo build de Enero 2006

... Method End() calls PrinterEnd() to free the used printer memory. PrinterBegin() uses the new parameter lSelection. Print.ch uses the new clause SELECTION. * Enhancement: PrintDC.c, PRINTDLG pd structure has been modified the way its get initialized. New static structure used to store the printing ...
by Antonio Linares
Mon Jan 09, 2006 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3639

Spell

... Set oWDBasic = CreateObject("Word.Basic") oWDBasic.filenew oWDBasic.Insert "testdsf" oWDBasic.ToolsSpelling oWDBasic.EditSelectAll MsgBox oWDBasic.Selection() oWDBasic.FileCloseAll 2 oWDBasic.AppClose FIVEWIN #include "fivewin.ch" #DEFINE TRUE .T. #DEFINE FALSE .F. function main(strText) local ...
by ask
Tue Dec 20, 2005 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell
Replies: 4
Views: 1137

... ::nPos ) retu 0 endif if ::lReadOnly return 0 endif if ::lDrag return Super:KeyDown( nKey, nFlags ) endif ::GetSelPos( @nLo, @nHi ) // Deletes selection if nHi != nLo ::GetDelSel( nLo, nHi ) if GetKeyState( VK_SHIFT ) CallWindowProc( ::nOldProc, ::hWnd, WM_KEYDOWN, nKey, nFlags ) endif else ...
by jhncon
Thu Dec 15, 2005 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 6170

... on the first record and one on the last. > Yes, or use two comboboxes, one for "start" and the other for "end", so the user just have to do two selections and use the browse just for review items, not for select them (respecting the browse standard mouse behavior). Antonio/Enrico Thanks for ...
by GWard
Thu Dec 01, 2005 3:57 pm
 
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7396

Array Browsing using TwBrowse (Standard)

Hello All, I am developing a multi selection using two TwBrowse list box with add and remove buttons. One listbox working on table and other working on an array (containing selected items). The problem is when user presses Remove button, I ...
by Milan Mehta
Fri Nov 18, 2005 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array Browsing using TwBrowse (Standard)
Replies: 2
Views: 1253

Sample Multi-Item Selecting ListBox

Hello,

Can anybody supply me multi-item selecting listbox. There was mention about this by James Bott. But private mail to him bounces back. So I am trying in this forum.

Any suggestion for multi-item selection is welcome. I prefer to use standard controls provided by FWH.

Thanks,

Milan.
by Milan Mehta
Sat Nov 05, 2005 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Multi-Item Selecting ListBox
Replies: 0
Views: 786

MULTISELECT in LISTBOX - How long until implementation

Hello Antonio,

As subject.

I would like to know how long until I am able to include multiple selection of items in my stock system LISTBOX browses.

Will my users be able to simply drag the stylus down the browse to select consecutive rows similar to "Pocket Word"

Many thanks.
by GWard
Thu Oct 20, 2005 9:02 am
 
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7396

ComboBox vs Multi dimension Array

... understand my question. Browsing an array is not causing me any problem for now. What I want to do is use a COMBOBOX and combine two fields for selection in the drop down list. TestArr2.prg demonstrated how to browse multi dimension array. 8) Regards, Gilbert
by Gilbert Vaillancourt
Thu Oct 13, 2005 1:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: ComboBax vs Multi dimension array
Replies: 6
Views: 2764

Now registered.

Any idea how long until multiple selection will be implemented as it will be essential to the final project I am developing.
by GWard
Thu Oct 13, 2005 10:22 am
 
Forum: FiveWin for Pocket PC
Topic: Is Multiple Select Available In LISTBOX browses
Replies: 2
Views: 1389
PreviousNext

Return to advanced search