Search found 35 matches

by zolifree
Tue Jan 26, 2021 2:31 pm
Forum: eXpress++ Support
Topic: App minimize problem
Replies: 2
Views: 3421

Re: App minimize problem

Working well.
Thank You!
by zolifree
Tue Jan 26, 2021 3:08 am
Forum: eXpress++ Support
Topic: App minimize problem
Replies: 2
Views: 3421

App minimize problem

Hi Roger, I strated to use exp 267, and I found a problem, I cannot solve. I can show it in the xdemo.exe Start this menu: Applications/Documentator - Xdoc then maximise the new sub window then minimse the xdemo main window When restoring the main window, the objects disappars in the sub window. In ...
by zolifree
Wed Feb 20, 2019 6:13 am
Forum: eXpress++ Support
Topic: NOEXITVALID problem
Replies: 1
Views: 5166

NOEXITVALID problem

Hi Roger! I wanted to use the NOEXITVALID in DCGET, but it caused error. I found in DCDIALOG.CH what caused it: This line is wrong: #translate NOEXITVALID <cb> => VALID {|o,lExit|iif(!lExit,Eval(<cb>,o),TRUE)} Replaced with this, and everything working well: #translate NOEXITVALID <cb> => VALID {|o,...
by zolifree
Wed Mar 14, 2018 5:43 pm
Forum: Xbase++ 2.0
Topic: Problem with DbCommit
Replies: 5
Views: 13897

Re: Problem with DbCommit

I know what is this error. I searched the cause for months 2 years ago, as many client reported the same error. It turned out the ESET antivirus programs like NOD32 causes it. You have to set the folder as exception in the antivirus program. Later I found maybe other antivirus programs can cause thi...
by zolifree
Sat Feb 03, 2018 2:55 pm
Forum: eXpress++ Support
Topic: Vertically centered get line problem
Replies: 11
Views: 19583

Re: Vertically centered get line problem

Hi Roger,

I still waiting for a solution to this problem.
Can You help me?

Zoltan
by zolifree
Sat Jan 20, 2018 7:58 pm
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP bitmap align problem
Replies: 1
Views: 6674

DCPUSHBUTTONXP bitmap align problem

Hi Roger, I need buttons with caption and bitmap. And I want the caption on the left and the bitmap on the right on the buttons. But it is not works well. The DCPUSHBUTTONXP ... BITMAP ... ALIGN not works at all, if I use the ALIGN part. If try XBPALIGN_RIGHT or XBPALIGN_LEFT, it is not works as sup...
by zolifree
Sun Sep 03, 2017 6:42 am
Forum: eXpress++ Support
Topic: Vertically centered get line problem
Replies: 11
Views: 19583

Re: Vertically centered get line problem

Hi Roger,

please help me with this problem. I think it is solvable by 10-20 lines of code in the express++ source.
I just not find the exact point where.

Zoltan
by zolifree
Sun Aug 20, 2017 6:37 am
Forum: eXpress++ Support
Topic: Vertically centered get line problem
Replies: 11
Views: 19583

Re: Vertically centered get line problem

The problem only solveable with different get positions if I use the same font that was used at the programming time. But my program uses different defaut font sizes calculated from the window height and the monitor resolution. And the users can set any kind of font and size instead of deafult. The ...
by zolifree
Sat Aug 19, 2017 3:10 pm
Forum: eXpress++ Support
Topic: Vertically centered get line problem
Replies: 11
Views: 19583

Vertically centered get line problem

Hi Roger! I have a very big problem with the get system. I am not able to create vertically aligned get lines with different objects. I tried everything to find a solution, but I was not able to find any. You can see the problem on the attached pictures. My program is used by thousands, and I have t...
by zolifree
Sun May 21, 2017 6:35 am
Forum: eXpress++ Support
Topic: Tooltip error corrections
Replies: 1
Views: 5334

Tooltip error corrections

Hi Roger, I use tooltips almost everywhere in my program. My program is used on thousands of computers, and I started to send automatically the error logs over the internet to me, to be able to see if an error occurs. Many of the errors was connected to tooltips, and it was very frequent, happened o...