Search found 41 matches: unwanted

Return to advanced search

Re: Talking to your apps

... to use, or NOT use, voice. Maybe a default on setup, and/or a hot key to toggle it. That way we don't always have a live microphone picking up unwanted comments. Of course, this is a developers task, not something FiveWin needs to handle. Thanks for the idea.
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3874

Re: TGet() - UTF8 encoding fails [Unsolved]

Dear Mr. Nageswara Rao,

can you confirm the unwanted change of the encoding?
If so, do you plan to correct this behavior?

Many greetings
Frank
by frose
Fri Oct 06, 2023 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1732

Re: conversion of a string

Silvio, You can preprocess the string to remove unwanted characters. StrTran() This is a Clipper/Harbour function. See the Clipper Reference Guide here: https://harbour.github.io/doc/clc53.html Note that you can look for a substring ...
by James Bott
Fri Jan 21, 2022 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: conversion of a string
Replies: 2
Views: 272

Re: Latest FWH upgrade, performance issues, larger EXE

... only those modules (not entire library) containing the functions used by the application. So, removing a few libs or adding some more libs, even unwanted, to the link script does not change the size of the exe even by a single byte. I have noticed that the EXE are over 1 MB larger than before. ...
by nageswaragunupudi
Sun Jul 15, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4989

Re: xBrowse report oLbx:Report

The only way is to hide the unwanted columns and call :Report(). This also means that Report() method prints what we see in the browse by default. Total records printed is oBrw:nLen. By using the 4th parameter bSetup, you get the full flexibility ...
by nageswaragunupudi
Sat Jul 14, 2018 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse report oLbx:Report
Replies: 6
Views: 893

Do you know how to use iconv.dll?

I have a question. convert from ansi characters to UTF8 Converting from UTF8 to ANSI characters Occasionally, unwanted broken characters stick behind. example) ansi-> utf8    cStr: = AnsiToWide (cStr)    cStr: = HB_TRANSLATE (cStr, "UTF16LE", "UTF8") utf8-> ...
by kkwan
Mon May 07, 2018 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Do you know how to use iconv.dll?
Replies: 3
Views: 730

Re: Mr. Rao's samples collection for Xbrowse

... 1. select a forum to import data 2. select for import data a author or ( *.* ) = all 3. import toppics from range topic no. or date :!: 4. delete unwanted topics ( right mouseclick change from green to red ) 5. import complete or append :!: 6. select any of the the import files before import :!: ...
by ukoenig
Sat Jan 27, 2018 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20682

Re: Unwanted sound

Ok, thank you.

EMG
by Enrico Maria Giordano
Mon Jul 10, 2017 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sound
Replies: 2
Views: 614

Re: Unwanted sound

Use a BTNBMP instead of a BUTTON

I have tried other ways without success :-(
by Antonio Linares
Mon Jul 10, 2017 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sound
Replies: 2
Views: 614

Unwanted sound

In the following sample, try to hit a key on the keyboard and you will hear a sound. Is there any way to avoid it? #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    DEFINE DIALOG oDlg    @ 1, 1 BUTTON "Test";        &n...
by Enrico Maria Giordano
Sun Jul 09, 2017 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sound
Replies: 2
Views: 614

Printer Setup Dialog Unwanted

all, It seems that the print system in FiveWin automatically displays a Printer Setup dialog if the program calls to a printer not found on the workstation. I believe this makes sense, you are attempting to print so you should select a valid printer. However my printer setup dialog seems to come up ...
by byron.hopp
Tue Sep 27, 2016 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer Setup Dialog Unwanted
Replies: 1
Views: 451

Re: Unwanted system-popup on xBrowse-right-cellmouseclick

ukoenig wrote:Cristobal,

Anyhow a multiline-GET used as xBrowse works and shows this GET-popup effect.

thank You

regards
Uwe :oops:


Yes, it is very curious
by cnavarro
Mon Jul 25, 2016 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sys-popup on xBrowse-right-cellclick (solved)
Replies: 7
Views: 1808

Re: Unwanted system-popup on xBrowse-right-cellmouseclick

Cristobal,

I searched inside the code for a error and didn't notice the wrong control ( GET ) inside folderpage 4.
Corrected and is working now.
Anyhow a multiline-GET used as xBrowse works and shows this GET-popup effect.

thank You

regards
Uwe :oops:
by ukoenig
Mon Jul 25, 2016 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sys-popup on xBrowse-right-cellclick (solved)
Replies: 7
Views: 1808

Re: Unwanted system-popup on xBrowse-right-cellmouseclick

Uwe, TOUR3 DIALOG -17, -94, 618, 283 STYLE WS_CHILD FONT 10, "Arial" { EDITTEXT 110, 17, 18, 397, 239, ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_BORDER | WS_VSCROLL | WS_TABSTOP } Not is XBROWSE control Menu popup is the Edit Control USE "PFLEGER" NEW SHARED ALIAS "...
by cnavarro
Mon Jul 25, 2016 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sys-popup on xBrowse-right-cellclick (solved)
Replies: 7
Views: 1808
Next

Return to advanced search