TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

El_Choni wrote:I think you just need to include a file named openmutex.html in your chm file.
Ahhh.. boyaa!! it works great!! Thanks El.. just keep building, and
remember what I said about eventually buying TailBite Pro from you. ;)

ps - I think it was mentioned already.. But if the Lib is already sitting
in the UserLibraries folder when you run TB, it doesn't ask again for the
name of the help file.. just an FYI

- np
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

I thought I had fixed that (twice)! Back to coding...
ps - I think it was mentioned already.. But if the Lib is already sitting
in the UserLibraries folder when you run TB, it doesn't ask again for the
name of the help file.. just an FYI
Ah, ok! No, it's not a bug, I thought of it as a feature, isn't it? You don't have to retype the help file name again and again at each compilation. If you want to change the lib name, delete the lib and call TailBite again, it'll prompt you for the help file name.
Last edited by El_Choni on Mon Apr 26, 2004 10:09 am, edited 1 time in total.
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

El_Choni wrote:I thought I had fixed that (twice)! Back to coding...
quickie question:

How do you create the .pak file that contains your source?

- np
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

I don't have it here right now, but I think the structure is more or less like this:

"DIR"+chr(0)+"src\Help"+chr(0)+"src\Help\index.html"+chr(0)+[PackedFile]+etc...

I can check the exact format when I get home, if you wish. You can also have a look at the TBManager source code part which extracts that file.

Regards,
El_Choni
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

What a great tool!

I really hope this code/tool will be part of the pb ide.
So tools (like PBDev) can make use of by default.

But... i was not able to use your current examples.
1) it seems to build the lib fine, showing a progress window.
2) The test seems to mis some exported function
_PB_Gadget_CheckReallocate@4
The MDI example does not compile on CreateTB() (etc..)
3) I enabled reload the ide with test, no progress window is shown, the mouse seems busy though.
Nothing happens.

I'm sure these are all minor glitches, i'm looking forward to a proper working tool.
A good addon for pb.

pb maybe should let us load libraries from a different location.
Maybe using a metastatment?
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

The download available from PureArea is for PB 3.80. Once installed, you have to update it from TBManager ('Check updates') to make it work with PB 3.90.

Anyway, since no more bugs have been reported for some days in the last beta, I'll send it to Andre as 'Preview Release' so it's directly downloadable from PureArea.

Thanks for the feedback, and regards,
El_Choni
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Thanks, will update the way you suggested but only once.
I don't like updates this way but i'll give it a chance :)
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

I just did, still the same errors.
(14files afaik updated)
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

TBManager 1.1 beta 0.6
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

2) The test seems to mis some exported function
_PB_Gadget_CheckReallocate@4
This is impossible with the last builds, that function is not imported by the helper libs anymore.
The MDI example does not compile on CreateTB() (etc..)
First, 'TailBite' the MyMDI.pb file. Then, restart the compiler and run teh MyMDItest.pb file.
3) I enabled reload the ide with test, no progress window is shown, the mouse seems busy though.
Nothing happens.
This option was removed a couple of builds ago. You must restart the compiler manually (in the IDE -->Compiler-->Restart Compiler).

I have sent the Preview Version to Andre, I hope it's available soon and fixes any possible problem you have. Otherwise, tell me and I'll try to find out what's happening.

Regards,
El_Choni
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Finally!

Got it running, at the mean time i demolished my pb installation but was quickly solved :)
(Did it myself, no worries)

So i now have a brand new install, installed from your purearea site.
it finally does it, but note that the mdi can not compile unless i remove
If uMsg=#WM_SIZE:UpdateStatusBar(0):EndIf
and tbcreate (or so)
These seem not to be recognized..
I don't care, i can now create libs the easy way (i guess)
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

updatestatusbar... isn't that one out the window in the latest incarnation of purebasic?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

TailBite 1.1 doesn't include the MDI sample, since it was useless after MDIGadget() was included with PureBasic. So you're using the sample from a previous TailBite installation. However, it should work making those few changes.

I'll include some more samples in next updates.

Regards,
El_Choni
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Yes, more examples would be very nice.

I'm also very pleased you wrote an example for a control ! :)
This way i can make my own gadgets.
This tool or similar should become part of the pb ide imo (as it is but integated might be better, since the lib dir might get reloaded on demand by the ide).
Very good.

Can we expect limitations though?

You where right about the MDI example, at home i saw it was missing.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Edwin Knoppert wrote: Can we expect limitations though?
The only limitation, if you call it that, is that this is only for windows. However, if creating PB libraries in windows is the same as linux...? :D
Post Reply