Search found 149 matches: confusing

Return to advanced search

Re: WebView2 sample

Dear Antonio, I want to start a new thread about this topic because the old one is getting confusing. I do not succeed trying to create the sample program 'webview.prg' which I found in FWH 22.10. The linking process terminates with following messages: Turbo Incremental ...
by Silvio.Falconi
Sun Jan 28, 2024 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1066

WebView2 sample

Dear Antonio, I want to start a new thread about this topic because the old one is getting confusing. I do not succeed trying to create the sample program 'webview.prg' which I found in FWH 22.10. The linking process terminates with following messages: Turbo Incremental ...
by Detlef
Sun Jan 28, 2024 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1066

Re: xBrowser click

... click on a cell navigates to that cell. We feel assigning a different action to single left click may be inconsistent with normal behaviour and confusing to users. Instead better to use right-click or double-click. Anyway, the decision is yours. another question is about the SetDlgGradient command, ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 784

Re: FW_SetUnicode( .T. ) 2-Byte characters

yes, this issue (bug) is very confusing. To better understand what is happening, I have adjusted the sample again: function Main()   local oDlg   local oGet   local oEdit   local oMulti   local oMemo   local cVar1 := "üäö"  ...
by frose
Thu Jun 29, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2114

Re: FW_SetUnicode( .T. ) 2-Byte characters

... As you can see, xBrowse tolerates this and displays the Unicode characters correctly, which is amazing but also a bit confusing! IMHO it would be better, to show � instead. This happens in TGet(), TEdit and TMultiGet()!
by frose
Tue Jun 27, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2114

Re: Xbrowse : Tooltips timers

... requires the programmer to write a separate function to naviato the mouse over row, pick the text and re- navicate to the current row, which is confusing and error-prone. In case of bCellToolTip, xbrowse first navigates to the mouse over row and then evaluates the codeblock with mouse over column ...
by nageswaragunupudi
Mon Jun 12, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 229

Re: Mr. Rao's samples collection.

I think this utility would be very helpful, but it is somewhat confusing on how to use it. I would like to download ALL samples, to the current ones, and be able to search for a keyword. For example, I would like to see recent RTF ( Rich Text Formatting ...
by Marc Venken
Wed Aug 10, 2022 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20322

Re: Mr. Rao's samples collection.

I think this utility would be very helpful, but it is somewhat confusing on how to use it. I would like to download ALL samples, to the current ones, and be able to search for a keyword. For example, I would like to see recent RTF ( Rich Text Formatting ...
by TimStone
Fri Aug 05, 2022 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20322

Printing RTF 22.03

... determine this. Using them, as in the first coding sample, I could then feed the data appropriately to the print routine. I hope this isn't too confusing. What we have is significant, but I think we will see this be a concern no matter what type of RTF content we ultimately decide to print. ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 550

Re: Su experiencia con Windows 11?

... "tiled" folders open .. where as W10 all your folders open as separate boxes on the task bar ... the Win 11 tiled option gets too confusing and I have found myself closing the wrong folder by accident .. Otherwise, Windows 11 seems to compile all FW 32 bit programs as in 10 and ...
by Rick Lipkin
Fri Nov 12, 2021 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Su experiencia con Windows 11?
Replies: 9
Views: 1037

Re: extract source code parts

... example, if you look inside the source code of this page and store it to your disk, you see there are some <style> TAGs which make the code confusing. Now the new function of HARBOURINO helps to extract these automatically. https://mybergland.com/fwforum/diag.jpg
by Otto
Mon Sep 13, 2021 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: extract source code parts
Replies: 1
Views: 363

Re: Xbrowse - Select sort indexes

... for that field. I need to make it so when an alternate search is applied, they can't select on the column name and change the index. It may sound confusing ... but making lSeekBar .f. does not deactivate using a colun header to select an index ( order ).
by TimStone
Wed May 12, 2021 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 958

Re: Consulta sobre sentencia c/MariaDB Connection

Many Thanks Vilian!
Good proposition
My explanation was very confusing... thanks for understanding me
by MarioG
Fri Nov 13, 2020 8:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre sentencia c/MariaDB Connection
Replies: 4
Views: 499

Re: Color en checkbox no editable

Jose I have had trouble tabbing thru check-boxes and active gets in a mix of controls was confusing to users . I found this simple code which changes the color of the Get when it gets in focus: SetGetColorFocus( rgb(209,224,252) )      // ...
by Rick Lipkin
Wed May 13, 2020 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color en checkbox no editable
Replies: 6
Views: 955

Re: To Nages : Explain me how I must make this tdatabase

... statement in the code to use the database class. A combobox, dialog, or window doesn't work either--unless you program it right. You also keep confusing the issue of converting to multi-user with using database objects. Database objects do handle opening in shared mode, locking and unlocking ...
by James Bott
Wed Mar 06, 2019 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298
Next

Return to advanced search