Search found 2956 matches: doesn

Return to advanced search

Re: Another for Btnbmp

Silvio

FLAT NOROUND GDIP

When these attributes are used, it doesn't work.
I have done tests without them, then it works.
There are so many ifs in the class that it would seem better to me to make a new one without all this legacy.
Best regards,
Otto

I used: C:\fwh2023\source\classes\btnbmp.prg
by Otto
Sun Mar 24, 2024 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 602

Re: How to include hbCurl?

... + '/tags --user anystring:' + cApi + ' -d ' + CHR(34) + cJsonPayload + CHR(34) + ' > clogrooms.txt'  Your request doesn't appear to be valid JSON: Parse error on line 1: tags: { name: tag1, ^ Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: How to include hbCurl?

... JSON data by using `""`. Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure that it doesn't have spaces or special characters that might break the JSON format. If you have multiple tags to add, you would expand the `tags` array like ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: Another for Btnbmp

... += nBmpHeight   endreturn nil// FIN / END - kapiabafwh@gmail.com  Regards, saludos. I don't understand... do you think that changing the colors doesn't do the same thing? I don't understand... I want the same colors that I put in and they must have the border with the color that I put in, why ...
by Silvio.Falconi
Tue Mar 19, 2024 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 602

Re: Add a new taskPanel on Explorerbar ( on line)

New Release https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 148

Re: Create a Panel width a text

... 20      next      //refresh      oExbar:Refresh() Jimmy, It seems strange to me that if Nages said to use the fw_saytext function then it doesn't work, because initially in the section_advice() function the fw_saytext function works well in fact it shows the initial message then if you ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2912

Re: Create a Panel width a text

... in the Texplorerbar class to refresh the panels because the ntop has changed, I tried to create this refresh with the following commands but it doesn't work for n= 1 to Len( oExbar:aPanels )          oExbar:aPanels[n]:nBodyHeight += oExbar:aPanels[n]:nHeight ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2912

Data exchange between PC and Android device on the same loca

... from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Which means it doesn't find the appropriate SERVER side headers uhttpd/CGI Module PROBLEM: I require to be able to change the headers either in the CGI module or perhaps ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Pragmatic Concept: A Practical Approach to Everyday Challeng

... with Mod Harbour. I also use different languages in the programs, such as PHP. It's because there are already many solutions available, and it doesn't pay off to rewrite them in Mod Harbour. For example, for file uploads, I call a PHP function from the frontend on the backend and then, within ...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 117

Re: FW_SaveImage

... Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 350

Re: Scroll Down en un combobox

Enrico:

Sure, I'll prepare it.

BTW, the mouse wheel doesn't work either

Regards
by Armando
Mon Feb 12, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Down en un combobox
Replies: 4
Views: 418

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

A response is given to look at TSwitch control.
A further response is given that the control is incomplete because it doesn't have a prompt ability, nor does it have resource implementation
by TimStone
Fri Feb 09, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 622

Re: RAO advice on using Mysql

...        :Source  := cNewSelectWithWhere          :ActiveConnection := oServer         :Open()ENDoBrw:Refresh()    But this doesn't work . Is there a solution or is it better to close xBrowse and reopen it? Regards Maurizio
by Maurizio
Tue Feb 06, 2024 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 856

Re: TWebView window size

Dear Antonio,
thank you, it works well.

This Webview2 is incredible. It opens up so many possibilities. One doesn't even know where to start.
Best regards,
Otto
by Otto
Sun Feb 04, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 758

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" ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1585
Next

Return to advanced search