Search found 1865 matches: shows

Return to advanced search

New FTDN April/Abril 2023 (FWH 23.04)

... phind.com API is discontinued for now. * New: samples\autogpt.prg is an extension of great chatgpt.prg example from Carlos Gallego. This example shows how to keep a context when using OpenAI and also implements a Class TOpenAI that you can use from your FWH apps. * New: Class TWindow METHODs ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1825

Re: How to make Slide to Unlock alike iPhone (unlock)?

Dear Antonio, Does it use with Dialog? I try but it shows an error Path : D:\V6\EZ4FO\RELEASE\==========================Path and name : D:\V6\EZ4FO\Release\EZ4FO6.EXE (32 bits)Sizes :  10,717,696 bytesTime from start : 0 hours 0 mins 18 secs ...
by dutch
Fri Apr 14, 2023 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 531

Using FastReports FRH change memo2 from Memo1

... Memo2.text contents will be changed but not displayed. Anyone has an idea how to update preview so that Memo2 shows new data changed on event OnPreviewClick of memo1? Thank you, Reinaldo.
by reinaldocrespo
Sat Apr 08, 2023 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using FastReports FRH change memo2 from Memo1
Replies: 2
Views: 329

Re: Bad look btnbmp disable()

... appear when the btnbmp is disabled. I am trying to say the appearance of disabled png images differ when GDIP clause is used and not used. This shows the difference: function testbtnpaint()   local oDlg, aBtn, n   local cPngPath := "..\bitmaps\pngs\"  ...
by nageswaragunupudi
Thu Mar 30, 2023 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 765

Re: Notepad++ / Harbour

Yes, notepad++ is pretty good. But I think nothing beats VsCode. It already has a harbour extension. You not only do your editing, it has code complete, harbour syntax checker, shows errors on the fly, code completion, etc... but you can also compile, run, and debug inside the editor.


Renaldo.
by reinaldocrespo
Tue Mar 21, 2023 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notepad++ / Harbour
Replies: 8
Views: 1505

Re: problem in Mdi

Dear Silvio, First is shown, then it does not shows I guess it must be related to having the menuitems at right I had already said this thing to Cristobal for two years I think, and before the error did not Generally I create a Help menu (with ...
by Silvio.Falconi
Thu Jan 19, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem in Mdi
Replies: 10
Views: 677

Re: problem in Mdi

Dear Silvio,

First is shown, then it does not shows

I guess it must be related to having the menuitems at right
by Antonio Linares
Thu Jan 19, 2023 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem in Mdi
Replies: 10
Views: 677

HASH vs single variables

... First, I define a hash. Then, when I need a variable somewhere, I insert a new key to be able to access it throughout the program. An xBrowse(h) shows all keys - variables - used in the program with their current value. This function shows all the "variables" used, the keys and values. ...
by Otto
Tue Jan 17, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1304

Re: TFolderEx: How to change the background colour of a tab's pr

... method causes the highlight on the tab when hovering or when a tab is selected to not appear. Anyone has any solution to that? Also can someone shows the syntax to create a brush from resource instead of ReadBitmap() a file? TIA https://i.postimg.cc/6pV4x69h/folderex2.jpg FUNCTION ...
by hua
Wed Jan 04, 2023 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx: How to change the background colour of a tab's pr
Replies: 3
Views: 410

New FTDN December/Diciembre 2022 (FW 22.12)

... samples\skin3.prg and skin3.rc. A new theme Windows 11 style has also been implemented. Thanks to Master Lailton! * New: samples\webiew2.prg shows how you can use scripts from your html code using a TWebView object. * Fix: Recent DLL.CH changes were not including changes for DLL32 FUNCTION ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1297

Re: MDI child window appearance

... the user wanting to resize the dialog can do it but with difficulty because unlike the normal dialog when you approach the mouse to the edges fwh shows the cursor (arrows) to enlarge or shrink, with Tskin a effects myself I find it difficult to enlarge or shrink a dialog . I still don't understand ...
by Silvio.Falconi
Fri Dec 30, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4720

Re: MDI child window appearance

... even in the dialog there is some error if for example I use a resizable dialog with a folder inside it gives me an error in the sense that it shows the interface incorrectly as you can see below https://i.postimg.cc/rpcNdRqF/dialog-er.png dialog source #include "fivewin.ch"#include ...
by Lailton
Thu Dec 29, 2022 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4720

Re: MDI child window appearance

... even in the dialog there is some error if for example I use a resizable dialog with a folder inside it gives me an error in the sense that it shows the interface incorrectly as you can see below https://i.postimg.cc/rpcNdRqF/dialog-er.png dialog source #include "fivewin.ch"#include ...
by Silvio.Falconi
Wed Dec 28, 2022 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4720

Re: Fighting Xbrowse and lozing !!!

... this also. The program is working ok, In normal way I would not even know that I do it wrong, but putting a debug array/message in a function it shows how many times it is executed. Then you start to know that you are doing stuff wrong. In debug mode, I now have a second screen/monitor open with ...
by Marc Venken
Thu Dec 22, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1812

Re: milliseconds()

Dear Antonio,
I found a workaround:
If I subtract a number from seconds() and add it back, it shows decimal places.

hData[ 'seconds' ] := 10 + seconds()-a -10


Best regards,
Otto
by Otto
Sat Dec 17, 2022 5:02 pm
 
Forum: mod_harbour
Topic: milliseconds()
Replies: 3
Views: 568
PreviousNext

Return to advanced search