Search found 103 matches

by ctoas
Sat Feb 06, 2021 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 2965

Re: Color palette (solved)

Hello guys.

Some adjustments are still missing, but it's perfect!

Image
by ctoas
Thu Feb 04, 2021 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Hello João. This way I already do it and in a much simpler way. SHELLEXECUTE(GETACTIVEWINDOW(),"open","https://tawk.to/chat/590bc71f64f23d19a89b0d0d/default")   I would like to open it within a system dialog, it would be more professional. I've looked at a lot of ActiveX but for ...
by ctoas
Wed Feb 03, 2021 6:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Hello guys

Regarding activex, would anyone have any ideas?

Thank you
by ctoas
Wed Feb 03, 2021 6:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Hello Otto.

I use http://hostoo.io Cloud hosting

You must add some add-on to the server, right?

I'll see what you sent me.
by ctoas
Wed Feb 03, 2021 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Otto, the development of the site is stopped, I will enjoy testing and learning ModHarbour. What would be the path of stones to start?

Enviado de meu moto g(6) play usando o Tapatalk
by ctoas
Wed Feb 03, 2021 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Hello Otto. I use WordPress and did not know ModHarbour.

Enviado de meu moto g(6) play usando o Tapatalk
by ctoas
Tue Feb 02, 2021 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Hello Karinha, thanks for replying!

Talk.to is a free chat support system that works on both PC and mobile. If you take the link and send a message, I get it online. (do the test)
by ctoas
Tue Feb 02, 2021 1:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Re: Talk.to chat in ActiveX

Hi Antonio, thanks for replying! Follow the code. #INCLUDE "FIVEWIN.CH" *************************************************************************************************** FUNCTION TESTE() ***************************************************************************************************  ...
by ctoas
Tue Feb 02, 2021 3:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 8171

Talk.to chat in ActiveX

Hello friends.

I'm trying to open a Talk.To chat page using ActiveX, but it has an error and I didn't find the solution.

Has anyone done this?

The error is this:
Error: tawk: Unable to get undefined or null reference 'prototype' property

Thanks
by ctoas
Tue Jan 26, 2021 5:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 4557

Re: Use PNG image

Hello Nages.

I managed to put the image in the empty dialog without problems, but I would like to put the image on the tTITLE class and I'm not getting it. Could you give me this help?
by ctoas
Mon Jan 25, 2021 9:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 2965

Re: Color palette

Thank you, perfect!
by ctoas
Mon Jan 25, 2021 9:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 4557

Re: Use PNG image

If you want to use it in any image control or other control like TBitmap, TImage, XBrowse, etc you can use the resource name in the place where you use an image or bmp file name. If you want to just display the image on any window, dialog, control, you can use oWnd:DrawImage( cResource, { nTop, nLe...
by ctoas
Mon Jan 25, 2021 9:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 4557

Re: Use PNG image

Hello ukoenig .... I discovered this by accident, the tBTNBMP class can read a PNG image inserted in the resource file as DATA. #INCLUDE "FIVEWIN.CH" FUNCTION TESTE()     PRIVATE oWnd, oBar         DEFINE WINDOW oWND FROM 0,0 TO 16,60 TITLE "TESTE" NOZOOM NOICONIZE BORDER NONE   ...
by ctoas
Sun Jan 24, 2021 11:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 4557

Use PNG image (Solved)

Hello guys...

At BTNBMP I can use PNG images just by adding data to the resource file and calling this resource in the code, how to do this in the rest of the code?

Thanks.
by ctoas
Sun Jan 24, 2021 10:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 2965

Color palette

Hello guys...

I am looking for a solution to create a color palette for the user to select. Has anyone done?

Image

Thanks