Search found 347 matches: mark

Return to advanced search

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: 2814

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: 191

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: 191

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: 2814

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: 1765

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: 1765

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: 1765

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: 54080

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: 54080

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: 54080

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: 54080

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: 54080

Re: xHarbour.org updated!

karinha wrote:I also noticed that the size of the DAUGHTER WINDOW was a little smaller than the one compiled with the BCC74 version. As shown in the image, look at the bottom of the window to understand.


Sorry, I don't understand. Can you mark the place of the problem, please?
by Enrico Maria Giordano
Sat Sep 16, 2023 9:39 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37308
Next

Return to advanced search