Search found 498 matches: pressing

Return to advanced search

Re: Fivewin Setkey(ALT + F2, {|| ...} ) ?

Pressing F1 you get this call by default (Class TWindow):

Code: Select all  Expand view
  // Generated by pressing F1 on an open Menu

   METHOD Help() INLINE ::HelpTopic()

So all you need is to redefine the Method Help()
by Antonio Linares
Mon Oct 31, 2022 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Setkey(ALT + F2, {|| ...} ) ?
Replies: 10
Views: 596

Search for a number on xbrowse and highlight it

... a single number or "N +" if he wants to color all numbers equal to the one selected The user can delete the colors from the browse by pressing "X" https://i.postimg.cc/KzgxL5Zy/ff.png the colors to highlight the number (or numbers) are taken on the basis of ...
by Silvio.Falconi
Tue Oct 11, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 633

Re: Shortcut keys to access menu

Thanks for the prompt reply Antonio :) 1. In this module (exe) of mine, pressing Alt+F works to immediately open the menu https://i.postimg.cc/QdYHqSGW/inv.gif 2. In this one, pressing Alt+F doesn't work. I have to press Alt first, then 'File' ...
by hua
Thu Sep 29, 2022 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut keys to access menu
Replies: 2
Views: 214

Shortcut keys to access menu

My main window has a menu. User should be able to press Alt+F to open the File menu
In one of my module, pressing Alt+F will not work. I instead have to press Alt then only press 'F' to open it using the keyboard.
What could be the possible cause?

TIA
by hua
Thu Sep 29, 2022 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut keys to access menu
Replies: 2
Views: 214

Re: Browse edit of cell with brush

... Here is the real bug. This has nothing to do with colors or brushes. Bug: When the user edits a cell in the last row and then exits the Get by pressing Enter key or UpArrowKey, there is no problem at all and everything works correctly as expected. But if the user exits the Get by pressing Down ...
by nageswaragunupudi
Sun Sep 25, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 589

Re: empty date in xBrowse column

If the original value is empty date, even after dtpicker is activated, pressing Esc restores the original value of empty date. Also, please add this code: oCol:bKeyDown := { |k,f,br,col| If( k == 32, ( col:VarPut( CTOD( "" ) ...
by nageswaragunupudi
Sun Sep 25, 2022 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: empty date in xBrowse column
Replies: 2
Views: 249

Re: Example appWeb (html)

Sirs

I use xHarbour, and pressing the right mouse button the window is blank, content does not appear and inspecting the page.

Tanks
Ari
by Ari
Wed Aug 24, 2022 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example appWeb (html)
Replies: 5
Views: 455

Save from Image -> go to print

... the Italian lottery https://i.postimg.cc/gkXdsWXr/ok.png but this applies to a model, Is it possible to save an x, y coordinate by pressing on the screen in an x, y point with the mouse inside an image? the coordinates must be saved so that a pixel can be printed at the same coordinate ...
by Silvio.Falconi
Thu Jun 30, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save from Image -> go to print
Replies: 0
Views: 250

Re: Help for scrollBar

... more the hand but the arrow If I move all the way to the left, the track won't let me take it with the mouse if I move with the cursor keys or by pressing ">" in the scrollbar and moving to the position of the hand I can resume the track with the mouse. How do you think I can solve ...
by Silvio.Falconi
Wed Apr 20, 2022 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for scrollBar - Resolved -
Replies: 10
Views: 541

Re: Tecla TAB desde codigo

...  @ 130,30 GET n3 SIZE 100,30 PIXEL OF oDlg RIGHT   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil  Pressing Tab key always skips the second get. Please build and test this sample. If you still have problems, let us know and also inform your FWH version.
by nageswaragunupudi
Mon Apr 18, 2022 4:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tecla TAB desde codigo
Replies: 10
Views: 419

Re: Xbrowse Error

Scrolling mouse wheel while pressing Ctrl-Key is used to Zoom and Unzoom xbrowse. We are looking into the problem reported by you. For this purpose, we are trying to recreate the problem at our end but unable to recreate this error here. ...
by nageswaragunupudi
Thu Mar 31, 2022 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 847

Xbrowse Error

hi all Pressing the CTRL key and rotating the mouse wheel displays this error : Application =========== Path and name: D:\Biella\Soci.exe (32 bits) Size: 6,222,848 bytes Compiler version: Harbour 3.2.0dev (r2103311837) FiveWin ...
by mauri.menabue
Wed Mar 30, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 847

a new idea to create a dialog

... but the controls must be disabled except the first and first button (red circle) https://i.postimg.cc/hP4vz7M6/dd.png By pressing this button the user can view a table with the archive and select a record. @   3,  58 BUTTONBMP oBtn1 PROMPT "..." SIZE  9,  9.6 ...
by Silvio.Falconi
Mon Feb 14, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new idea to create a dialog
Replies: 0
Views: 212

New FTDN November/Noviembre (FWH 21.11)

... controls, when valid is executed. * TControl (applies to all controls): Unhandled Ctrl-S key is forwarded to the container window. * datarow.prg: Pressing Ctrl-S in any control, saves data. * memoedit.prg: - Fix: Due to the changes made in version FWH2012, the functions FW_MemoEdit( cText, .. ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

New FTDN June/Junio (FWH 21.06)

... aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Fix: Exiting the dialog by pressing Esc key was not returning 0. Fixed - Last parameter oFont added. By default, if the application has a main window, the font of the main window ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2120
PreviousNext

Return to advanced search