Search found 1193 matches

by skiman
Mon Mar 06, 2023 12:58 am
Forum: eXpress++ Support
Topic: Codejock Skinframework
Replies: 12
Views: 12059

Re: Codejock Skinframework

Hi, I tried it years ago and removed it after some months. But here is how I did it. In the main of my software. oAppDesktop :=AppDeskTop() @ 0,0 DCACTIVEXCONTROL oSkin SIZE 1,1 PIXEL ; CLSID 'Codejock.SkinFramework.13.3.1' parent oAppDeskTop // + CJ_Version() cSkin := '.\basisdoc\abo2022.styles' DC...
by skiman
Mon Mar 06, 2023 12:51 am
Forum: eXpress++ Support
Topic: What could be the reason for such an error?
Replies: 20
Views: 10350

Re: What could be the reason for such an error?

Hi Tom, The question was also on my lips for some time. I have a freelancer since years which is from Russia. I asked him the same question some days after Russia attacked Ukraine. He was against that war and meanwhile he has left Russia. He is trying to continu his work while he is searching for a ...
by skiman
Fri Mar 03, 2023 3:38 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 18722

Re: Problem with disabled windows on Terminal Server

Tom,

To be clear, the solution of Roger is not a joke, it is simple and efficient.

It reminds me to the joke because with his experience he solved it in an hour once he could test it and saw what happened.
by skiman
Fri Mar 03, 2023 3:03 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 18722

Re: Problem with disabled windows on Terminal Server

Hi, This solution reminds me of a joke. A large ship was docked in the port of Antwerp. The engines would not start and every day this breakdown cost tens of thousands of euros. All the engineers were called in and no one found the solution. The last hope was an old engineer who was asked to look in...
by skiman
Thu Mar 02, 2023 9:46 am
Forum: eXpress++ Support
Topic: SONIC SKINNER ACTIVEX
Replies: 4
Views: 2426

Re: SONIC SKINNER ACTIVEX

Maybe you can try the following. This was how I used it in the past for Codejock. I don't know if the method applyWindow (or something similar) exists in your control.
DCREAD GUI ;
PARENT @oDlg
TITLE 'Menu Demo' ;
FIT ;
ADDBUTTONS EVAL {|o| oSkin:applyWindow(oDlg:getHwnd()) }
by skiman
Tue Feb 28, 2023 10:47 am
Forum: Xbase++ 2.0
Topic: Sending email with image in the body
Replies: 12
Views: 8300

Re: Sending email with image in the body

Hi Roger, The difference is that when the image is an external URL the image won't be shown, unless the user clicks to load the image. With the Chilkat method, the image is embedded in the mail, and is always shown. I looked at the Xbase++ documentation and I don't know if there is any method availa...
by skiman
Tue Feb 28, 2023 3:56 am
Forum: Xbase++ 2.0
Topic: Sending email with image in the body
Replies: 12
Views: 8300

Re: Sending email with image in the body

Hi Roger, I don't know if this can help. I'm using Chilkat and there I have the following to embed images. oEmail:AddRelatedFile2(cImage, cImageID) cImage is the source of the image. This is a local path as c:\chris\image.jpg. cImageId is a name/ID for the image as image001. In the message i have a ...
by skiman
Fri Feb 24, 2023 1:37 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 18722

Re: Problem with disabled windows on Terminal Server

Hi,

I did the test and the error remains.

Procedure:
- Change of code
- New dclipx.dll
- Restarted server
- Login on server with RDP
- Start the sample and open the modal dialog.
- Disconnect from server.
- Login on server with RDP
- Error is on screen.
by skiman
Thu Feb 16, 2023 9:03 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 18722

Re: Problem with disabled windows on Terminal Server

Hi, I did also the test and I'm getting the error. I did the following: - start an RDP session on a Windows 2019 server. - start the testprogram and click on test button. The modal screen appeared. - disconnected from the server. - started the rdp session again. The error appears as soon as the conn...
by skiman
Thu Feb 16, 2023 1:17 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 18722

Re: Problem with disabled windows on Terminal Server

Hi Tom,
This is not the code of my application. ;)
Oh, I thought it was your application. :lol: