Search found 1454 matches: simply

Return to advanced search

Re: Create solid color bitmap array

If not, can someone suggest a BMP editor that will allow me to simply change the existing color to the value I need. I have a few tools but none of them want to cooperate. FWH provides the best tool, i.e., the function FW_MakeYourBitmap(...) function ColorBmps()  ...
by nageswaragunupudi
Tue Jul 11, 2023 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 325

Create solid color bitmap array

... background of the control because I need to show the array values in the dropdown. If not, can someone suggest a BMP editor that will allow me to simply change the existing color to the value I need. I have a few tools but none of them want to cooperate. Thank you.
by TimStone
Tue Jul 11, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 325

Re: Fancy Dashboard

Dear Marc,

Fixed, thanks. Simply add the folder path to the manifest files:

testdock01.rc
Code: Select all  Expand view
#include <windows.h>
#include <commctrl.h>

#ifndef __64__
  1 24 "winxp/WindowsXP.Manifest"
#else
  1 24 "winxp/WindowsXP.Manifest64"
#endif
by Antonio Linares
Wed Jul 05, 2023 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 789

Re: Webview question

I think with webview2, it is now possible to develop a single user interface for both the web and the desktop . Simply by replacing the function 'SendToFWH' with an AJAX call, one can change the access: either web browser or webview2.
by Otto
Tue Jul 04, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2934

Re: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... first. Afterwards, you can pass the prompt to the ChatGPT window using the "Clipboard Go ChatGPT" button. Once the ChatGPT window opens, simply paste the prompt using "Paste" and submit the question. Here is the link for testing: https://winhotel.space/ajaxbstable_crud_dbf/pe.prg ...
by Otto
Mon Jun 26, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 452

Re: HASH vs single variables

... partially replace local variables. It somehow feels safer to me when making changes to old source code. I don't need to declare the variables. I simply assign a value to the key, and then I have access to it throughout the prg. Xbrowse(h) Lists, for example, all the "variables" used ...
by Otto
Wed Jun 07, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1105

Re: Program is frozen

I have already written - there are no error messages. The program simply stops responding (for different users).
by Natter
Sun Jun 04, 2023 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 503

Re: flashing SAY

Dear Yuri,

Simply use a TIMER and change the colors of the SAY object
by Antonio Linares
Thu May 25, 2023 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flashing SAY
Replies: 7
Views: 461

Re: RTF Spell Checker

... words, but not offer suggested alternatives. Has anyone actually used this control and seen it display the properly spelled words ? Or am I simply the only one currently using RTF with Harbour/ FWH / MSVC ++ ???
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

hb_out.. exe crashed...

... oBarSub:setfocus()  )  WHEN !empty(ddatacambio). I need to make disable this button when ddatacambio is empty ddatacambio is a simply get BTN_INTERNET is a resource of a png file BTN_INTERNET  10 "table/internet_16.png" the error Called from GDIP_DELETEIMAGE(0)Called ...
by Silvio.Falconi
Sat May 20, 2023 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 408

Re: ChatGPT

Hello,
Yes, it's as you say.
Are you familiar with the plugins?

Do you think it's possible to not install a plugin but simply copy and paste the source code into ChatGPT on a case-by-case basis?
Best regards,
Otto
by Otto
Thu May 18, 2023 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1234

Re: U-Dbu

... to do I did look at the forum setup for it, but everything is in Spanish and translation is possible, but takes a long time and thus I cannot simply browse for answers. I wish that forum had the ability to auto translate. I'm sorry that at the moment it is only in English. We started a group ...
by Carles
Sat May 13, 2023 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1200

Re: U-Dbu

... it ? I did look at the forum setup for it, but everything is in Spanish and translation is possible, but takes a long time and thus I cannot simply browse for answers. I wish that forum had the ability to auto translate. Thank you.
by TimStone
Fri May 12, 2023 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1200

Re: Copy several files to the clipboard

From the next version FWH2305 onwards, you can simply call:
Code: Select all  Expand view
FW_CopyToClipboard( aFiles ) --> lSuccess
by nageswaragunupudi
Fri May 12, 2023 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy several files to the clipboard
Replies: 9
Views: 451

Re: Using Excel/FW under Remote Desktop

... run from 2 - 20 computers on a network, all sharing the same set of data files. Some use a true server with Windows Server software. Others simply designate one of their normal workstations, running Windows 10 or 11, as a server. They run the client software on the same computer, but all ...
by TimStone
Thu May 11, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 403
PreviousNext

Return to advanced search