Search found 498 matches: pressing

Return to advanced search

Re: Another for Btnbmp

... image https://i.postimg.cc/SQtdWJWq/hhhh.gif ¿Ves que después de presionar se forma un borde interno negro? Do you see that after pressing, a black internal border forms? Please see my test sample #include "fivewin.ch"Function test()   local oDlg,oFont,oBold  ...
by Silvio.Falconi
Thu Mar 21, 2024 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 584

WebView resize

Dear Antonio, When I use h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been resized. Here's the relevant ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 309

Re: Data exchange between PC and Android device on the same loca

Hello Arturo, I can't quite remember. But I believe I tested it at the beginning. Since my pressing issues were the development of screens and the flow of the program, I did not look into it further. Also, one loses focus if one experiments too much. I also tested CGI ...
by Otto
Wed Feb 21, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 537

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... oGet_1:hWnd ) -----> .T. <--------- It should not be. after ACTIVATE DIALOG oDlg ? IsUtf8( xACIK ), ListAsc(xACIK) pressing Ğ is result is .T. and 196, 158 I think my problems start with TGet object Unicode is .T.
by Horizon
Sun Feb 04, 2024 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52143

Re: Inserting a string with CRLF into a single-line TGet.

... 1. This is working with ANSI gets only. Not working reliably with Unicode gets. We are looking into it. 2. This works if the user pastes by pressing Ctrl-V. Does not work if the user pastes by selecting "Paste" menu option in the popup context menu. This needs modification of HandleEvent ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 726

Re: Inserting a string with CRLF into a single-line TGet.

... the text. And substitution by itself is a simple one line code. The user copies some text from some other window or application or a webpage by pressing Ctrl-C or by selecting Copy from the context And as a programmer you do not know what text the user will copy. And when the user wants to paste ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 726

Re: Convert a print to Rtf or doc

... object oBrw is used to display the data from aData in a tabular view. Users can see and edit this data in the GUI. 4. Generating a Report By pressing a button in the dialog, the Report function is invoked. This function reads HTML templates and constructs a structured report that includes ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

Re: Fwh 23.10 TGet another problem

... 1but My Get problem is still continue. What we are looking for? I do not any problem with displaying turkish characters (for examle TSay()) I have pressing Turkish characters in TGet() class. I do not use unicode, so there is FW_SetUnicode(.f.) at first lines of my application. I just wanted to ...
by Horizon
Wed Nov 15, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52143

Re: Cut & Paste limit

... it with my client. He is the only one complaining about this problem, and I expect he is just pointing the cursor at the middle of the field and pressing paste, which, as was explained, leaves half the field with blank spaces and limits the paste. Thank you so much for that answer. It also explains ...
by TimStone
Fri Sep 08, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 520

Re: need Help with oBro:bSeek

... of Excel ? Yes, you can. Clicking on header to sort the column and incremental seek/filter works just like any other datasource. Inline Cell Edit: Pressing Enter key starts inline cell edit, if the cell is editable. [A reason why we should not disturb the internal behavior of XBrowse by assigning ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 204

Re: ayuda con edicion en xbrowse

Inline Edit Behavior: During inline edit of a cell, by default, the changes are saved if the user confirms the changes either by pressing enter or any arrow keys. During the edit, if the Get loses focus, either by clicking another cell or changing focus to another window/dialog, the Get ...
by nageswaragunupudi
Sun Aug 13, 2023 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con edicion en xbrowse
Replies: 3
Views: 227

Re: FOXPRO GET PICTURE "@m Printer, File"

shrifw wrote:Dear Rao Sir ,

This is working but AFTER ENTER Key the cursor/focus is not moving to the next GET. To move cursor I am pressing TAB key. Could you please help on this.


Thanks
Shridhar

Ok. I will check this and get back to you.
by nageswaragunupudi
Mon Aug 07, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1293

Re: FOXPRO GET PICTURE "@m Printer, File"

Dear Rao Sir ,

This is working but AFTER ENTER Key the cursor/focus is not moving to the next GET. To move cursor I am pressing TAB key. Could you please help on this.


Thanks
Shridhar
by shrifw
Mon Aug 07, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1293

Re: Xbrowse: Allow spacebar to to toggle checkbox column

Natively pressing space bar when the column has focus, toggles the value.
by nageswaragunupudi
Sat Aug 05, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse: Allow spacebar to to toggle checkbox column
Replies: 1
Views: 198

Re: Create help system with F1

... way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it should ask for it and allow to edit it. Once defined the help for the ...
by Marc Venken
Tue Jul 11, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 727
Next

Return to advanced search