Search found 128 matches

by SlavkoDam
Wed Apr 16, 2025 11:52 pm
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 24
Views: 38268

Re: Windows 10 progress bar api

Hi, I created a new function ProgDlg() in my PowerUtl library, using Alaska CAPI and WinAPI interface IProgressDialog. This interface doesn't has a graph display option. Here is an example on Windows 8. ProgDlg.JPG @Jimmy. I can't run your demo PPROGRES.EXE on Windows 8, what could be a problem?
by SlavkoDam
Wed Apr 16, 2025 11:17 pm
Forum: Announcements
Topic: New library PowerPar for parallel programming
Replies: 1
Views: 30778

Re: New library PowerPar for parallel programming

Hello, I added a new functionality in the library. A function to run in parallel can be not only from the current XPP application, but also from an external XPP application. This is achieved with an additional parameter in the ProcExe() function, which defines the name of the application in which is...
by SlavkoDam
Mon Apr 07, 2025 10:23 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 24
Views: 38268

Re: Windows 10 progress bar api

Joe,

I don't have a sample solution in Xbase++. As I said, it would be like the Jimmy's code in his test() function.
In Xbase++ 2.0, CAPI documentation is in the file xpp-dev.chm, topic Specific APIs->The Xbase++ C-API.
In Xbase++ 1.9, CAPI documentation is in the file xppcapi.hlp.

Slavko
by SlavkoDam
Mon Apr 07, 2025 2:36 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 24
Views: 38268

Re: Windows 10 progress bar api

Hi,

IProgressDialog shell interface can be created in Xbase++ with Xbase++ CAPI interface. The same code as in Jimmy's Harbour example, can be used. The code can be upgraded with SetAnimation and SetLine methods.
by SlavkoDam
Thu Mar 27, 2025 11:33 pm
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 24
Views: 38268

Re: Windows 10 progress bar api

Hi,

PowerWin library contains ProgBar() function, which is based on Windows API for displaying progress bar. Works for all Windows and Xbase++ 1.9 and 2.0. Download PowerWin demo and try it.
by SlavkoDam
Tue Feb 18, 2025 3:57 am
Forum: Announcements
Topic: New library PowerPar for parallel programming
Replies: 1
Views: 30778

New library PowerPar for parallel programming

Hi, I developed a new PowerPar library for parallel (concurrent) application development, with the following features: - Multi-processor-threading - Execute multiple processes (UDFs) on multiple logical processors in parallel. Each process is executed in its own thread. - Process synchronization - C...
by SlavkoDam
Tue Feb 18, 2025 3:35 am
Forum: Announcements
Topic: New feature of PowerCrp library: Certificate Store
Replies: 0
Views: 5527

New feature of PowerCrp library: Certificate Store

Hi, I developed a new feature in the PowerCrp library, Certificate Store Management with the following functionalities: - Add/delete certificate to/from certificate store - Import/export certificate and certificate key to/from certificate store - Retrieve certificate and certificate key from certifi...
by SlavkoDam
Mon Feb 17, 2025 6:44 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX
Replies: 5
Views: 6922

Re: DCCOMBOBOX

By your description, the cause of the problem is in dcbrowse and not in dccombobox???? You should handle dcbrowse keys and not dccombobox keys.
by SlavkoDam
Sun Feb 16, 2025 7:35 am
Forum: Xbase++ 2.0
Topic: Help please - Una ayuda por Favor
Replies: 4
Views: 78016

Re: Help please - Una ayuda por Favor

Hi, You can move to the column Cantidad Entregada and enter into it with this: oBrw:right():right():right():right():right():right():keyboard(xbeK_ENTER):refreshCurrent() or oBrw:keyboard(xbeK_END):keyboard(xbeK_ENTER):refreshCurrent() You can put zero in a cell of the column Cantidad Entregada with ...
by SlavkoDam
Thu Feb 13, 2025 11:29 pm
Forum: Xbase++ 2.0
Topic: Help please - Una ayuda por Favor
Replies: 4
Views: 78016

Re: Help please - Una ayuda por Favor

Your archive file is damaged and cannot be opened.