Search found 350 matches: mark

Return to advanced search

Re: Filter on Xbrowse

Hello Mark, The program also works with WEBVIEW2, directly as a FIVEWIN-EXE. Here you have a source. This is just a quick test with a dummy JSON. Normally the JSON would come from the server. However, I would prefer to do the ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: combobox color

... item text and the last item text I do understand your Problem, but do you understand Ownerdraw ? it is much more complicate than using a bitmap to mark a Item in Combobox or LIstbox using different Font and Color
by Jimmy
Sun Apr 28, 2024 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 623

Re: error to show pdf on dialog

Hello Mark,
you can call

Code: Select all  Expand view
@echo off
start msedge --app="file:///path/to/your/file.pdf"
 


Best regards,
Otto
by Otto
Fri Apr 19, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 731

Re: Google Graph extra graphic ? (Navaro)

... Can it be added to the FWH Lib ? Mr. Navaro ? https://developers.google.com/chart/interactive/docs/gallery/gauge Sorry dear Mark I didn't see the message when it was posted. Google removed support for google charts/images as you can see in the link I attached, although my ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2930

Re: New FTDN February 2024 (FWH 24.02)

... diálogo FWH. * Mejora: Se han modificado las DLL de webview para que no modifiquen la resolución de la aplicación. * Nuevo: Nuevo ejemplo samples\mark.prg. Muestra cómo usar una webview como otro control de diálogo, para que pueda interactuar con ella desde su cuadro de diálogo. * Mejora: En los ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 227

New FTDN February 2024 (FWH 24.02)

... using a TWebView object from a FWH dialog. * Enhancement: webview DLLs have been modified so they don't modify the app resolution. * New: samples\mark.prg shows how to use a webview as another dialog control, so you can interact with it from your dialog box. * Enhancement: In TTaskPanel objects ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 227

Re: Google Graph extra graphic ? (Navaro)

Dear Mark,

well done!

Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.

I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
by Antonio Linares
Thu Feb 22, 2024 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2930

Re: Mark field as required

Hello, In my case I had to modify the TGet class to achieve the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for radio ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1786

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1786

Re: Mark field as required

There is a serious issue when making fields required. If the user doesn't have that information, they will likely just put anything in the field so they can save the record. An alternative is to allow the user to save the record even if some of the "required" data is unknown. You could the...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1786

Re: Fwh 23.10 TGet another problem

... ::hWnd, WM_CHAR, ASC( "?" ), 0 )         return 0  In fwh 23.10 version, when the nKey variable is 286, a question mark is printed on the screen as per the action in this code. As seen in both versions, the FW_Unicode() function Even though it is defined as .F., ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55047

Re: Fwh 23.10 TGet another problem

Antonio Linares wrote:Dear Hakan,

> Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )

Was this working fine with FWH 23.07 ?

Yes.
by Horizon
Wed Nov 15, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55047

Re: Fwh 23.10 TGet another problem

Dear Hakan,

> Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )

Was this working fine with FWH 23.07 ?
by Antonio Linares
Wed Nov 15, 2023 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55047

Re: Fwh 23.10 TGet another problem

... I can see the previously entered Turkish character data. Only when I type Turkish characters on the keyboard while entering data, a question mark appears. I should also say that there is no Turkish entry problem in GET MEMO fields.
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55047

Fwh 23.10 TGet another problem (UNSOLVED)

Hi,

Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )

any help?
by Horizon
Mon Nov 06, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55047
Next

Return to advanced search