Page 1 of 1

PB 3.81 have native Winamp functions :)

Posted: Tue Mar 09, 2004 5:12 am
by Shannara
I didnt notice this before now, but I use jaPBe as my editor, and there is a winamp function called KeyWinamp(para1). ... Now, I know this is not listed in the PB manual anywhere...

I do not know if this is a bug in jaPBe, or it was accidently left out of the manual, or what... but.. i found that interesting :)

Posted: Tue Mar 09, 2004 5:36 am
by cykotic
I believe GPI bundles extra definitions and includes with his editor.. check the preferences to see options on for them.

Posted: Tue Mar 09, 2004 6:52 pm
by GPI
See in the calltip: Ther stand the Include-File in [].

You found this file in the "japbe\include\"-Directory. You can link this file in the projekt-options. After you linked the file, you can use this commands.

Little Tip: When you use the include-files, call the "cutter"-plugin, befor you create a executable. This plugin removes all unneeded Procedures.

When you often use some of your procedures: Create a file and save it in the japbe\include\-directory (the name should be beginn or end with "_", so no conflict with future-include-packs will happen. For Example ("_myRoutines.pbi" or "myRoutine_.pbi"). When you want to have calltips, look in the definitions-folder.

To link always some includes with new files, look in the preferences.

Posted: Tue Mar 09, 2004 7:12 pm
by Shannara
That... is sweet :) Thanks for the info :)