Search found 1193 matches

by skiman
Mon Mar 20, 2023 12:57 pm
Forum: eXpress++ Support
Topic: Buttons with rounded corners in dc_msgbox()
Replies: 10
Views: 4540

Re: Buttons with rounded corners in dc_msgbox()

Hi Roger,

This is a screenshot of a dc_msgbox() as I get it.
msgbox.png
msgbox.png (11.88 KiB) Viewed 2792 times
- Icon isn't a circle.
- Corners wrong.

Is this working correctly on your system?
by skiman
Mon Mar 20, 2023 9:06 am
Forum: eXpress++ Support
Topic: Buttons with rounded corners in dc_msgbox()
Replies: 10
Views: 4540

Re: Buttons with rounded corners in dc_msgbox()

Hi, When I try the BUTPICKER sample, the same effect comes up. AFAIK this wasn't a problem in the past? button.png In the source I see @ 0,0 DCSTATIC TYPE XBPSTATIC_TYPE_TEXT which is the parent of the buttons. I never had problems in the past with the use of XBPSTATIC_TYPE_TEXT. After changing the ...
by skiman
Mon Mar 20, 2023 8:46 am
Forum: eXpress++ Support
Topic: Buttons with rounded corners in dc_msgbox()
Replies: 10
Views: 4540

Re: Buttons with rounded corners in dc_msgbox()

Hi Roger,

dc_messagebox is using pushbuttons in _dcmsg.prg.
by skiman
Mon Mar 20, 2023 7:36 am
Forum: eXpress++ Support
Topic: Buttons with rounded corners in dc_msgbox()
Replies: 10
Views: 4540

Buttons with rounded corners in dc_msgbox()

Hi, I had a visual problem when using buttons with a radius. When a dc_messagebox was displayed, the corners were black. I changed it in de _dcmsg.prg by changing the TYPE of the DCSTATIC. @ nLine,0 DCSTATIC TYPE XBPSTATIC_TYPE_FGNDRECT instead of the XBPSTATIC_TYPE_TEXT Also the icon in the dialog ...
by skiman
Mon Mar 20, 2023 7:01 am
Forum: CXP / Web Development
Topic: PowerWeb Demo Program Attachment
Replies: 21
Views: 12003

Re: PowerWeb Demo Program Attachment

Hi,

It looks as some DLL's are missing?
by skiman
Sat Mar 18, 2023 5:31 am
Forum: eXpress++ Support
Topic: Help with Chilkat
Replies: 8
Views: 3226

Re: Help with Chilkat

Hi Bob, I always use it the following way: oGlobal := CreateObject("Chilkat_9_5_0.Global") oRec := CreateObject("Chilkat_9_5_0.JsonObject") oGlobal:UnlockBundle(CHILKAT_CODE) I don't have the DLL in my project file and the DLL isn't in my application directory. The directory where the msi file is av...
by skiman
Mon Mar 13, 2023 12:48 am
Forum: eXpress++ Support
Topic: Google Calendar
Replies: 8
Views: 3292

Re: Google Calendar

Hi Bob,

If you are using Chilkat there are some samples on their site.
by skiman
Tue Mar 07, 2023 12:56 am
Forum: eXpress++ Support
Topic: What could be the reason for such an error?
Replies: 20
Views: 8486

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

Keep in mind that this is a provocation
What happens in Ukraine is a provocation with millions as a victime. The fact that you write this says a lot to me.
by skiman
Mon Mar 06, 2023 5:53 am
Forum: eXpress++ Support
Topic: Codejock Skinframework
Replies: 12
Views: 11389

Re: Codejock Skinframework

Hi,

Maybe something with the version of codejock? You can use the function cj_version() to set the version.
by skiman
Mon Mar 06, 2023 1:15 am
Forum: Zen and the art of Software Maintenance
Topic: My Wordle sentence of the week
Replies: 4
Views: 4272

Re: My Wordle sentence of the week

Hi, In my opinion Chat GTP is more that a genious tool. It can really help in your work. I'm using it to ask questions and to talk/discuss with it. It remembers what it 'said' to you, so in a 'discussion' you can refer to previous answers you got and ask for clarification. In my software I have sinc...