Progress bar from XbpPack2

This forum is for posting of useful information
Message
Author
User avatar
GeneB
Posts: 158
Joined: Sun Jan 31, 2010 8:32 am
Location: Albuquerque, New Mexico, USA
Contact:

Re: Progress bar from XbpPack2

#11 Post by GeneB »

I have window flicker with DCPROGRESS but cure it by using EVERY 2
GeneB

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Progress bar from XbpPack2

#12 Post by rdonnay »

Here is an updated PROGRESS.PRG.

Make sure to put it into a new directory under \exp19\samples name XbpPack because it will reindex files from a directory that is relative to it.
Attachments
progress.zip
(33.31 KiB) Downloaded 901 times
The eXpress train is coming - and it has more cars.

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: Progress bar from XbpPack2

#13 Post by hz_scotty »

thank you Roger for your update :clap:

can i use your programstructure for .NTX also?
(if i change and replace the "Ordsetfocus" and the "Ordcreate" Command)
best regards
Hans

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: Progress bar from XbpPack2

#14 Post by BruceN »

I*'d like to play with it, but i don't have the xpppack2.ch file. Where can I get that from?
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
RDalzell
Posts: 205
Joined: Thu Jan 28, 2010 6:57 am
Location: Alsip, Illinois USA

Re: Progress bar from XbpPack2

#15 Post by RDalzell »

With your current Alaska subscription, downloaded from the Alaska site.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: Progress bar from XbpPack2

#16 Post by BruceN »

Guess I can't use it then... don't have subscription. My loss. 355 was the end of mine and in this economy can't afford to renew - well I could, but then the kids would only eat once a day :)
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Progress bar from XbpPack2

#17 Post by rdonnay »

I wonder if Alaska would allow me to redistribute the XbpPack2.Dll provided that I don't redistribute the .Lib or source files. In my sample, the XbpPack2.Dll is loaded dynamically, so the .Lib and source are not needed.
The eXpress train is coming - and it has more cars.

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Progress bar from XbpPack2

#18 Post by rdonnay »

The reindexing sample will work just as well with .NTX files.

The only change you need to make is to the array.

The first element of each subarray is the index file name.
Use the same name as the file name for the tag name.
The eXpress train is coming - and it has more cars.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Progress bar from XbpPack2

#19 Post by skiman »

Roger,

Yes, In my opinion you can redistribute that DLL. If you create a software which is using this option you even need to redistribute it. If you have a sample progressbar.exe, you need to zip that DLL. Evryone who want to evaluate your sample, will get that DLL.

It is also in the Xbase++ licence, without the right to distribute the DLL files, Xbase++ would be useless.
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Progress bar from XbpPack2

#20 Post by rdonnay »

Chris -

I know that I can distribute dlls to end users, but I wasn't sure about distributing them to programmers.
I am going to assume I can do that so here it is (attached).

Roger
Attachments
xbppack2.zip
(30.79 KiB) Downloaded 953 times
The eXpress train is coming - and it has more cars.

Post Reply