Search found 974 matches: course

Return to advanced search

Re: Talking to your apps

... 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: 3869

Re: To Nageswrao Del Objs on TscrollPanel

...  HB_ADel( oPanel:aControls, nItem, .t. )   oPanel:Refresh()return .t. https://imagizer.imageshack.com/img922/4639/fQsA8H.gif Of Course your test run ok But I tried to erase all buttons except one , then I press the scrollbar of panel scroll and I had this https://i.postimg.cc/G34Z81nn/1.png ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 664

Re: How to include hbCurl?

Otto wrote:Hello friends,

How to include hbCurl? Is it working in xHarbour, too?

Best regards,
Otto


Hi Otto,

Yes, it is working with xHarbour too. You have to link hbcurl.lib and libcurl.lib. Then you must have libcurl.dll in the same folder of the EXE (or in the path, of course).
by Enrico Maria Giordano
Sun Mar 03, 2024 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2947

Re: UrlLnk with Popup menu

Antonio Linares wrote:Have you tried this ?

ACTIVATE POPUP oMenu WINDOW oPanel AT aPoint[1], aPoint[2]


Yes of course
Probabile i made an error because before i saw a menu on down, far from panel but then It Is not showed anywhere
by Silvio.Falconi
Sat Feb 24, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 247

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Thankfully, FWH has given us tools to take advantage of those web services we do need. Of course, I was asking a question about an existing control, and I only wanted to know if it now worked with resources. I don't have to use it. My clients are fine with a checkbox ...
by TimStone
Fri Feb 09, 2024 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 814

Re: TCWeb - filemanager with mod harbour

... will only cause problems in the future. __________________________________________________ With the preprocessor and patcher (HARBOURINO), I of course have a good framework. Here, without knowing ChatGPT, I was lucky. It is optimal for collaboration with ChatGPT. My program is modular, so I ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 580

Re: Backups into blu rays

Elvira, what I do: Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive(USB) Exclusive for backup copies of my systems. And of course, I store (backup) everything important in my file cloud: Elvira, lo que hago: Siempre 2 DISCOS DUROS de 500 megas o más. 1 Pendrive(USB) Exclusivo para ...
by karinha
Tue Jan 02, 2024 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3400

Question about deleting files and the trash

Hello,

If I delete a file in my application, of course, the file is gone.
But is there a possibility to delete file in a way that the deleted files can be restored from the trash?
Moving to $Recycle.Bin doesn't seem to be enough.

Thank you.
by driessen
Thu Dec 21, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1187

Re: add a line in the print report

... >I understand Silvio may not favor this, but the forum isn't solely for addressing Silvio's questions. yes of course BUT WHY YOU always reply with other topics below my questions ? > We're dealing with a reporting issue, and HTML seems to be the only viable ...
by Silvio.Falconi
Tue Dec 12, 2023 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 544

Re: Crear librerias de Harbour BCC74 Me genera error

Si claro eso hice.
Pero aparece el archivo pero no tiene activo el link para hacer la descarga.

Yes, of course, that's what I did.
But the file appears but does not have the link to download it active
by ruben Dario
Tue Nov 28, 2023 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6867

Re: Calculate total pages

nageswaragunupudi wrote:One caution.
Length of the WideString ( utf16le ) should not change.


Of course.
by Enrico Maria Giordano
Mon Nov 27, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5873

Re: load png from rpreview

... PROMPT "Three"  https://imagizer.imageshack.com/v2/xq70/923/BBmxed.png Yes of course but Then i have problems with zoom buttons because have two pngs Hbitmap1 and hbitmap2
by Silvio.Falconi
Wed Nov 15, 2023 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 397

Re: DBF Repair Tools

... something embedded in there because the filter doesn't work. I would write a routine to replace all the fake blank fields with all real blanks. Of course, you first need to find out which non-blank characters are showing visually as blanks. Finally, you can add a routine to check for those offending ...
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 775

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... From now on, I no longer have to worry about the encoding. No more conversions between the code pages HB_OemToAnsi()/HB_AnsiToOem(). Of course also no AnsiToUtf8()/UTF8ToAnsi(). No more 'garbled' characters due to incorrect conversion. No loss of characters due to different character ...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: xBrowse - Dates - FWH 2310

... new installs ( within past 60 days ), and using all of the current install files, it also works on the ARM. So this is really tricky to solve. Of course, we expect that with software .... and Windows Tim
by TimStone
Wed Nov 08, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1448
Next

Return to advanced search