The main screen contains the folowing four objects:
1) A Wine Label on the left containing information that you would find on a wine label (name, vintage, producer, area etc)
2) A Collection Card on the right containing information about your wine collection (amount, purchace information, location etc)
3) A window containing the first three lines of your Notes. You can access the entire text by tapping in the window or by pressing Ctrl-N.
4) A Find Field is placeed in the bottom right corner for performing searches in the Wine Collection.
There is also access to:
5) You can open the Summary Information window by pressing Ctrl-S.
6) You can access the Define Where Clause window by pressing Ctrl-W.
7) An Area Rating is always automatically looked up.
Each of these objects are described in detail in the following sections.
Createing and Deleting Wines
You can create new entries directly from the main screen by pressing Ctrl-Shift-N.
When creating a new entry you will be asked if you want the information on the current wine to be copied to the new entry. This will over rule the default values specified in section 3 and 4.
You can delete the current wine directly from the main screen by pressing Ctrl-Shift-D or just pressing the Del key.
The Wine Label is the left part of the screen framed like a label.
By pressing Ctrl-L, Space or tapping on the label you open the Wine Label window.
Here you can maintain information that you would usually find on a wine label:
Name.
Vintage (default value: current year minus 3, if the wine has no vintage leave this field empty - the program will put "NV" on the label).
Producer.
Classification (1. cru, reserva etc).
Area (write all relevant areas from the most specific to the name of the country, ex: "Saint-Julien, Haut-Medoc, Bordeaux, France", this will match searches on all specified areas).
Quantity (in ml, default value 750).
Alcohol % (default value 12).
Wine Type (Wine types are stored separately letting you define short codes for each wine type to facilitate your searches on wine types. Ex: "RTW, Red Table Wine", this code will let you search for red table wines using the search criteria "RTW").
Read more about Wine Types in section 7.
The Collection Card is placed on the right side of the screen.
You can access the Collection Card window by tapping anywhere on the Collection Card or by pressing Ctrl-C or Enter.
There is one Collection Card for each Wine Lable. The Collection Card contains information about you private wine collection:
Amount (the number of bottles of the related label, default value 1 bottle).
My Price (the price you have paid for the wine. If you buy more bottles at different prices you will have to specify an average price as it will be impossible to distinguish the bottles on the shelf).
Ordinary Price (the current market price of the wine).
Purchased From.
Purchase Date date of purchase (default value current date, so you should register your wine right there in the shop when you buy it :-)).
Ready Year (specification of when you think the wine will be ready to drink).
Rating (your own short rating of the wine, ex: "16/20", "87/100", "Very Good" etc. Details about the rating should be specified in the Tasting Note Book).
Location (this field should contain a shelf specification or some other way of indicating where to find the wine).
Three lines of the Tasting Note Book can be seen from the main screen (left bottom).
You can activate the Tasting Notes Book page related to the current wine by pressing Ctrl-E.
Here you can type in narrative notes on the related wines. When did you drink it? What have you heard about it? What did you eat with it? Who did you drink it with? What do you think about the color? Sent? Taste?
You can simply browse around your wine collection using the left (previous), right (next), home (first) and end (last) buttons. You can also use the List View (Shift-Ctrl-L) to browse through your titles. More advanced browsing can be done using the Find Field and Define Where Clause. You can also get Summary Information on your wine collection.
Find Field
The Find Field is found on the bottom right corner of the screen.
You can activate the Find Field by pressing Ctrl-F.
When activated the Find Field lets you type in a search criteria. Submit the search criteria by pressing Enter and the main screen will show first occurence of a wine containing that criteria in one of its text fields (not including the Tasting Notes nor the Wine Type description).
You can browse around the wines matching the entered search criteria using the up (previous), down (next), pgup (first) and pgdn (last) keys. The left and right keys can still be used to browse through all the wines.
Define Where Clause
If you have a little knowledge of SQL you can define the where clause to be used.
You can access the Define Where Clause window by pressing Ctrl-W.
Here you can specify the where clause of the view being used. An empty where clause selects all wines.
You should not specify the "where" token here, just what is to follow it.
Here are some examples of strings you could specify:
1) "amount > 0"
2) "amount > 0 and ryear <= '1998'"
3) "amount > 0 and area like '*Portugal'"
Note, if you enter an "a" as the first character of the where clause it will be interpreted as "amount>0". This means that you can write the following where clause:
"a and readyyear < '1998'"
The names of the fields are shown at the bottom of the Define Where Clause window.
From the Define Where Clause window you can access the Where Clause List window by pressing Ctrl-L. Here you can maintain named where clauses for reuse.
You can also use the Define Where Clause to specify an order by clause.
Define Where Clause can be used together with the Find Field. Up and down keys will browse through wines matching both settings while left and right keys will browse through wines matching the where clause.
List View
From the main screen you can open the List View window by pressing Shift-Ctrl-L.
This window will show you the list of titles that match your where clause. The list will also be sorted as specified in the where clause.
From the List View window you can:
- create a new entry
- delete an entry
- edit an entry
- select the entry to be viewed in the main window.
Get summary information
From the main screen you can open the Summary Information window by pressing Ctrl-S.
This window will show:
1) The number of bottles in your collection
2) The number of different wines in your collection (number of lables with at least 1 bottle)
3) The price you have paid for the entire collection
4) The value of the entire collection
5) The difference between the value of the collection and what you have paid for it (surplus)
6) The average bottle price
7) The average bottle value
8) The surplus as a percentage of your spendings
The summary is based on the current Find Field and Where Clause. If the current Find Field and Where Clause are empty the Summary Information will be based on the entire collection.
Wine types are registered in a separate table containing two fields:
1) Wine type sort code
2) Wine type name
A wine type sort code will be stored with every wine lable. The related wine type name is looked up and showed on the Wine Lable on the main screen.
The sort key can be used to sort the records. This will allow you to specify the band's real name as the Wine Type name without having to think about how it will be sorted. Ex:
Wine Type Name: Red Table Wine
Sort key: 010
You can activate the Wine Type Selection window from the main screen by pressing Ctrl-Shift-T.
The Wine Type Selection window lets you perform the following tasks:
Select
Returns the current wine type as a new value for the current wine label (shown on the main screen)
Edit code and name of the current wine type.
Note! If you change the wine type code all wine lables marked with this code will be changed as well.
Create a new wine type.
Delete
Delete the current wine type.
Note! If no other wine type with the same code exists all wines with the same wine type will be updated with no wine type.
If you wish to delete an existing wine type you should first change the code to one used by another wine type. By doing that all wines of the type to be deleted will obtain the other wine type instead of having no wine type.
I would like to thank the following persons for helping me out:
Al Richey, for the very usefull EventDemo
Chris Pope, for his collection of clipart images
Jeff Johnstone, for his long list of good enhancement requests and programming tips.
and of course...
Vibeke and Sasha de Oliveira for putting up with me!
You can import and export collection information to/from ascii files using the Import/Export utility.
Activate the Import/Export utility by pressing Ctrl-Shift-E.
1) Import an ascii file by pressing the import button (Ctrl-M) from the Import/Export window.
2) Generate an export file by pressing the Export button (Ctrl-X) from the Import/Export window.
The Import/Export window prompts you for a file name. The Import/Export window also lets you access five other windows:
1) The Set window (Ctrl-S) lets you define format sets for import and/or export. If the file export.dbf does not exist (eg first time you start the program) sets for Sheet and HTML exports are created for you.
2) The Form window (Ctrl-F) lets you specify the format of the current Set:
Format: List or Form. List reads/produces simple import/export files only containing field values and separators. Form produces export files containing both field values and field prompts. Note that you cannot import files in Form format.
File Head: The string to be placed in the beginning of the file. This string is only placed once in each import/export file.
File Foot: The string to be placed in the end of the file. This string is only placed once in each import/export file.
Before Record: The string to be placed before each collection item in import/export files. Strings of more or less than one character are extended with a new line character.
After Record: The string to be placed after each collection item in import/export files. Strings of more or less than one character are extended with a new line character.
End With After Record: If checked, the After Record separator is also placed after the last collection item of the import/export file. If unchecked, the After Record separator is only placed between records.
Field separator: The string to be placed between all fields. An empty field separator is implemented as a new line character.
End with field separator: If checked, a field separator is added to the end of each record (after the last field). If unchecked, the field separators are only placed between fields.
Before Field: A string to be placed before each field. This is used to enclose the fields.
After Field: A string to be placed after each field. This is used to enclose the fields.
3) The Lable fields (Ctrl-L) window lets you specify the order of the Lable Item fields. Low sequence numbers are placed before high numbers. Fields without sequence numbers are not imported/exported at all.
4) The Collection fields (Ctrl-C) window lets you specify the order of the Collection fields. Low sequence numbers are placed before high numbers. Fields without sequence numbers are not imported/exported at all.
5) The Notes (Ctrl-N} window lets you setup the output format of the Notes field.
As for 2) and 3) you can specify the sequence numer of the Notes field. Again an empty field specifies that you do not want the Notes included in the import/export.
The No Of Lines field lets you specify a fix number of lines to be generated for Notes. If the actual notes take less lines that what you have specified blank lines will be added to m
ach your setting. If the notes cannot fit within the specified number of lines the text will be truncated. If you set the No Of Lines field to "0" all text will be included in the export and no extra lines will be added.
The Line Width field is used to specify a maximum line width to be used for Notes. This will assure that no line will be wider than Line Width characters. If you have <new line> characters in your notes, some lines might get shorter than the specified width.
All wines registered in the Wine Collection are looked up in the Ratings.dbf file. Here a rating is returned based on the vintage and area of the wines.
You can set up your preferred rating scale from the Preference window (Ctrl-K).
You can maintain the Ratings.dbf file using the Area Rating window (Ctrl-A). I shall be updating the file from time to time and sending it to everybody having registered the program.
Sketch
ffVUU
VUUef
ffUUQ
oYE D
&Paint.app
- The Wine Collection by Marc de Oliveira & PocketIQ lets you organize your wine collection and tasting notes.
- You can register the following types of information:
1) wine information (name, vintage, area, producer etc)
2) information about your collection (amount, prices, purchace information, location etc.)
3) tasting notes
- You can import/export data into/from the Wine Collection through ascii text files. The layout of the import/export files is completely user defined.
- You can even export your collection directly to the internet in HTML format.
- The Wine Collection displays counts and sums of your wine collection.
- You can perform searches based on combinations of all fields.
- All wines are automatically rated based on their vintage and area.
Registering the program will give you the following benefits:
1) The register window will not pop up on startup
2) You get free support via e-mail (Pythia@PocketIQ.com)
3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
Pricing:
Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs.
How to register
Pocket IQ applications can be registered exclusively through Palmscape, the leading online store for the EPOC platform.
To register this product simply visit the Pocket IQ internet site and follow the registration instructions.
Alternatively you can register directly with Palmscape in any of the following ways:
Online Orders:
Purchase online via Palmscape's secure online service. Simply visit www.palmscape.com, and select the "Buy now" link. Palmscape accept most major credit cards (see below).
Telephone \ Fax orders:
Palmscape accept telephone orders via the United Kingdom office which can be reached on +44 (0)1234 353970.
Postal Orders:
Payment can be made by UK Cheque, Cash or Credit Card direct to the Palmscape office, located at:
44 Harpur Street
Bedford
Bedfordshire
MK40 2QT
England.
Please mark clearly that you wish to purchase this application.
Payment types:
Palmscape accept major Credit cards, Switch, Delta as well as UK Cheque, Eurocheque and Cash. If you are paying in any currency other than GB Pounds please add 10% to cover conversion fees.
1. About this application7
3. The Wine Label7
2. Main Screen7
12. How to register5
4. The Collection Card7
11. Future versions7
Future versions of the Wine Collection will include the following functionality:
1) Formated output for printing
2) More overview screens with statistics.
Any additional ideas are welcome.
10. Acknowledgment7
6. Finding Information7
5. Tasting Notes Book7
8. Import/Export?
Arial
7. Wine Type?
Arial
9. Area Ratings7
0. Wine Collection5
1998-2000 Marc de Oliveira & PocketIQ
Internet: http://www.PocketIQ.com
E-mail: Pythia@PocketIQ.com
The Pocket IQ End User Licence Agreement (EULA) is a legal agreement between you and Pocket IQ Limited. By downloading or installing this SOFTWARE, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, remove this SOFTWARE immediately.
Pocket IQ END USER LICENCE AGREEMENT (EULA)
This licence refers to any product which is distributed by Pocket IQ.
GRANT OF LICENCE
This Pocket IQ Licence Agreement ("Licence") permits you to use one copy of this product, on multiple machines which may include user documentation provided in electronic form ("SOFTWARE"), providing it is for the sole, exclusive use of the registered user. The SOFTWARE is licensed as a single product. Its component parts may not be separated for use on more than one computer or by more than one user at any one time.
COPYRIGHT
The SOFTWARE (including any images and text incorporated into the product) is owned by Pocket IQ and the independent application author, or its suppliers and is protected by English copyright laws and international treaty provisions.
REVERSE TRANSLATION
The SOFTWARE, including all related program files may not be altered in any way. Reverse Translation is expressly forbidden without written permission of the Pocket IQ and the independent application author.
LIMITED WARRANTY
To the maximum extent permitted by applicable law, Pocket IQ and the independent application author disclaims all warranties, either express or implied, including but not limited to warranties of merchantability and fitness for a particular purpose. In no event shall Pocket IQ, the independent application author or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use or inability to use this Pocket IQ product.
The SOFTWARE is supplied 'as is' and no advice or technical support is guaranteed from Pocket IQ or any third party.
@Wine Collection 2.7.2 for the Psion Series 5(mx) (C) Marc de Oliveira & PocketIQ 1998-2000
If you are upgrading from Personal Wine Cabinet or a version of Wine Collection prior to 2.3 read the Upgrade section below.
Installation from SIS file:
1) Execute the wine.sis file on your pc or Psion.
2) Choose C or D drive for the installation (make sure that there is enought disk space).
3) The program will install itself.
Installation from ZIP file:
1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
2) Using PsiWin copy the files PYTHIA.OPO, CABINET.OPO, EXPORT.OPO, PIQInfo.OPO, PIQInfo.RSC and PIQInfo.MBM to the folder \system\opl (you might have to create the folder)
3) Go into \System\Apps on C: or D: and make a new folder called "Wine"
4) Using PsiWin, copy the following files to the new \System\Apps\Wine folder:
wine.app
wine.aif
wine.mbm
wine.hlp
ratings.dbf
4) Copy the file sysram1.opx in the folder \system\opx
5) A new icon should appear on your Extras bar
Upgrade from Personal Wine Cabinet:
--------
To upgrade from Personal Wine Cabinet to Wine Collection:
1) Upgrade your Personal Wine Cabinet to version 1.3. Version 1.3 can be downloaded from http://www.PythiaInformation.com. Do not try to upgrade from any other version of Personal Wine Cabinet.
2) Make a complete export off all wines from Personal Wine Cabinet in List format (do not use Form format). Make sure that all seperators/ enclosers do not exist as part of your fields. A good choice of seperators/enclosers might be:
Record seperator: @@@
Field seperator: ###
Field encloser: $$$
Make sure that all fields are included in the export (that none of the fields have a blank sequence number).
Make a note of the sequence numbers of all fields (this note will be used on step 5).
To make sure that your tasting notes are not truncated use the following settings for notes:
No of lines: 0
Max line length: 9999
3) Rename the existing system\apps\wine directory (you might call it PWC). Keep this copy of the old files until the upgrade is complete.
4) Install Wine Collection as explained in the Install section.
5) Import the export file that you generated in 2). Make sure that the import format match the export format and that all fields have the same sequence numbers as they had during the export.
6) Be aware that the file "Ratings.dbf" contains the Area/Vintage ratings. If you maintained this file yourself you should be careful not to overwrite it when installing Wine Collection. If you did not maintain the Area/Vintage ratings yourself you should always use the newest version of the file.
When upgrading from Personal Wine Cabinet to Wine Collection you can copy the "Ratings.dbf" from your Personal Wine Cabinet installation (the two programs use the same "Ratings.dbf" file structure).
7) The wine type descriptions are not included in the export file, so while importing all wine types will be created with a wine type description which is the same as the wine type code.
After import you will have to change the wine type descriptions using Shift-Ctrl-T. All the wines are still imported with the correct wine type so will not have to update the individual wines.
8) Make sure that everything has been imported correctly.
9) Remove the Personal Wine Cabinet folder (system\apps\PWC).
Upgrade from version prior to version 2.3:
--------
1) Backup the .DBF and .INI files of all your Collection Suite applications.
2) Perform the installation as described above. Do NOT over write or remove the files with the extention .DBF or .INI.
3) Make sure that no Collection Suite applicat
ion is being run.
4) Copy the CabUpg23.opo to any directory and execute it by double tapping on it's icon. The program will upgrade all your Collection Suite .DBF files.
5) Delete the CabUpg23.opo file.
6) All your Collection Suite applications are now upgraded to version 2.3. Note, you only need to perform this upgrade once. You should not try to upgrade each Collection Suite application individually.
Problems
--------
1. Read only files
Some times files become read only while being installed. None of the files should be read only. If you get any errors like the program is unable to write information to your Psion go through the program files to see if some of them are read only.
In the system-view you can open the file property window by selecting (highlighting) a file and pressing Ctrl-P. In the property window you can see and set/clear the read only checkbox.
2. Copying between C and D
Be very careful when you move or copy applications between the C and D drives. It seems that the Psion is not correctly updated when applicaions are copied from C to D or vice versa.
Always delete the application directory from one drive before reinstalling on the other drive.
3. Low on battery
When starting up this program for the first time a lot of writing is done to the disk. If your machine is low on battery these writes can go wrong and turn the application files bad. This should only be an issue when running the application the first time.
4. Not enough memory
This program needs up to 300 Kb of free memory on the C drive. If you try to run the program with less than 300 Kb of free memory on the C drive it may not behave as expected.
Usage:
------
Press Ctrl+Shift+H to see help file.
Bugs:
-----
Registering:
------------
Registering the program will give you the following benefits:
1) The register window will not pop up on startup
2) You get free support via e-mail (Pythia@PocketIQ.com)
3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
Pricing:
Collection Suite programs are registered using either individual code or a Collection Gold Code. This code is valid for all present and future Collection Suite programs.
How to register
Go to the PocketIQ home page at:
http://www.PocketIQ.com
Here you can register using credit card or cheque.
After receiving your registering fee I will mail you a Key that you can use to register the program.
Made by:
--------
Marc de Oliveira
for Pythia Information & PocketIQ
Web: http://www.PocketIQ.com
E-mail: Pythia@PocketIQ.com
History:
--------
1998.05.10: Version 2.0
- The Cabinet Suite started on version 2.0 because Personal Wine Cabinet is considered version 1 of The Cabinet Suite.
1998.05.14: Version 2.0.1
- Palmscape splash screen shown during startup.
1998.05.18: Version 2.0.2
- Cabinet Gold Code enabled
- Fixed: When toolbar is hidden fields disappear
1998.05.21: Version 2.0.3
- Export/Import bug fixed
- Summary fails if no amounts have been entered: fixed
- Position marker can now show more than 2 digit positions.
1998.05.25: Version 2.0.5
- Bugs connected to very long wine names, areas, producers etc fixed
- Multiline alert boxes implemented (for long messges)
1998.06.08: Version 2.1
- New utility (Find Note) to search through the Cabinet Notes
- Serious increase of size for the Where Clause specification from about 30 charaters to about 220 characters. Now you can really make advanced searches
- Faster
- Some bug fixes
1998.07.03: Version 2.2
- New utility to store sql queries for reuse.
- To make advanced searches easier a list of all field names are now shown on the Where Clause window.
1998.07.06: Version 2.3
- The main screen has been changed to allow for a three line view of your notes. By tapping on the three-line window you open the Notes Editor.
- The time used to move from one element to another has been reduced significantly.
- Find Previous/Next keys are moved from Ctrl-O/Ctrl-P to Ctrl-I/Ctrl-J to follow Psion standard.
- Database files are now only compacted if they have been changed. This makes the shutdown of the application faster when you have not updated it.
- Wine types are now sorted alphabetically.
- The program no longer crashes when old version of ps.opo is used.
- Import/Export bug fixed.
1998.10.01: Version 2.4
- A new Element List (Shift-Ctrl-L) lets you browse through your collection items quickly. The Element List is based on your current query criteria and sort command.
1999.01.07: Version 2.5
- The Import/Export uility has been extended with enough parameters to make it possible to export cabinet information in HTML format for direct upload on the world wide web.
- Multible import/export settings can be stored for different types of import/export.
1999.02.25: Version 2.5
- The Import/Export uility has been extended with enough parameters to make it possible to export cabinet information in HTML format for direct upload on the world wide web.
- Multible import/export settings can be named and stored for different types of import/export.
- The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
- The date format used in the program can be defined in the system control panel.
- Wine Cabinet is renamed to Wine Collection.
- No Palmscape logo during startup
- New Palmscape logo in the About box.
1999.03.28: Version 2.5.1
- Geofox enabled: Screen no longer reacts when the mouse passes over a field.
16. Readme.txt
Video Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1998-1999
To upgrade from a version of Video Collection prior to version 2.3 see the Upgrade section.
Installation from SIS file:
1) Execute the video.sis file on your pc or Psion.
2) Choose C or D drive for the installation (make sure that there is enought disk space).
3) The program will install itself.
4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
Installation from ZIP file:
1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
2) Using PsiWin copy the files PYTHIA.OPO, EXPORT.OPO, CABINET.OPO, PSCAPE.OPO and PSCAPE.MBM to the folder \system\opl (you might have to create the folder)
3) Go into \System\Apps on C: or D: and make a new folder called "Video"
4) Using PsiWin, copy the following files to the new \System\Apps\Video folder:
video.app
video.aif
video.mbm
video.hlp
upg21.opo
upg22.opo
4) Copy the files systinfo.opx and sysram1.opx in the folder \system\opx
5) A new icon should appear on your Extras bar
Upgrade from version prior to 2.0.2:
--------
1) Backup your old Video Cabinet files.
2) Install the new files as described in the Installation section. Do not remove old .ini and .dbf files as they contain your settings and data.
3) Copy the file upgvc202.opo to a folder on your Psion.
4) Make sure that Video Cabinet is not running.
5) Execute the upgvc202.opo.
6) Remove the upgvc202.opo file.
Your video.dbf file is now upgraded to version 2.0.2.
Upgrade from version prior to 2.3
----------
1) Backup the .DBF and .INI files of all your Collection Suite applications.
2) Perform the installation as described in the installation paragraph. Do NOT over write or remove the files with the extention .DBF or .INI (these are data and setup files).
3) Make sure that no Collection Suite application is being run.
4) If you are upgrading from a version prior to 2.1 execute the upg21.opo file by double tapping on it's icon.
5) If you are upgrading from a version prior to 2.2 execute the upg22.opo file by double tapping on it's icon.
6) Copy the CabUpg23.opo to any directory and execute it by double tapping on it's icon. The program will upgrade all your Collection Suite .DBF files.
7) Delete the CabUpg23.opo file.
8) All your Collection Suite applications are now upgraded to version 2.3. Note, you only need to perform the CabUpg23.opo upgrade once. You should not try to upgrade each Cabinet Suite application individually.
Problems
--------
1. Read only files
Some times files become read only while being installed. None of the files should be read only. If you get any errors like the program is unable to write information to your Psion go through the program files to see if some of them are read only.
In the system-view you can open the file property window by selecting (highlighting) a file and pressing Ctrl-P. In the property window you can see and set/clear the read only checkbox.
2. Copying between C and D
Be very careful when you move or copy applications between the C and D drives. It seems that the Psion is not correctly updated when applicaions are copied from C to D or vice versa.
Always delete the application directory from one drive before reinstalling on the other drive.
3. Low on battery
When starting up this program for the first time a lot of writing is done to the disk. If your machine is low on battery these writes can go wrong and turn the application files bad. This should only be an issue when running the application the first time.
4. Not enough memory
This program needs up to 300 Kb of free memory on the C drive. If you try to run the program with less than 300 Kb of free memory on the C drive it may not behave as expected.
Usage:
------
Press Ctrl+Shift+H to see help file.
Bugs:
-----
Registering:
------------
Registering the program will give you the following benefits:
1) The register window will not pop up on startup
2) You get free support via e-mail (Pythia@Palmscape.com)
3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
Pricing:
Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
How to register
Go to the Palmscape home page at:
http://www.Palmscape.com
Here you can register using credit card or cheque.
After receiving your registering fee I will mail you a Key that you can use to register the program.
Made by:
--------
Marc de Oliveira
for Palmscape & Pythia Information
Web: http://www.Palmscape.com
E-mail: Pythia@Palmscape.com
History:
--------
1998.05.17: Version 2.0
- The Cabinet Suite started on version 2.0 because Personal Wine Cabinet is considered version 1 of The Cabinet Suite.
1998.05.21: Version 2.0.1
- Export/Import bug fixed
- Summary fails if no amounts have been entered: fixed
- Position marker can now show more than 2 digit positions.
1998.06.08: Version 2.1
- Tape List is added with Tape Lenth and Lent To information.
- Find Space utility added to search for best available space on your tapes.
- Find Note utility added to let you search the Cabinet Notes.
- Alert box can handle longer messages.
- Summary Information bug fixed.
- Lent To field on Cabinet Card removed (it is more correct to use the Tape List).
1998.07.03: Version 2.2
- New utility to store sql queries for reuse.
- To make advanced searches easier a list of all field names are now shown on the Where Clause window.
1998.07.06: Version 2.3
- The main screen has been changed to allow for a three line view of your notes. By tapping on the three-line window you open the Notes Editor.
- The time used to move from one element to another has been reduced significantly.
- Find Space now only looks for space on tapes that are home (not lent out).
- Database files are now only compacted if they have been changed. This makes the shutdown of the application faster when you have not updated it.
- Find Previous/Next keys are moved from Ctrl-O/Ctrl-P to Ctrl-I/Ctrl-J to follow Psion standard.
- The program no longer crashes when an old version of ps.opo is used.
- Video medias are now sorted alphabetically.
- Find Space no longer crashes when you have less than five tapes defined.
- Export/Import bug fixed
1998.10.01: Version 2.4
- A new Element List (Shift-Ctrl-L) lets you browse through your collection items quickly. The Element List is based on your current query criteria and sort command.
1999.02.20: Version 2.5
- The Import/Export uility has been extended with enough parameters to make it possible to export cabinet information in HTML format for direct upload on the world wide web.
- Multible import/export settings can be named and stored for different types of import/export.
- The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
- The date format used in the program can be defined in the system control panel.
- Video Cabinet is renamed to Video Collection.
- No Palmscape logo during startup.
- New Palmscape logo in the About box.
1999.03.28: Version 2.5.1
- Geofox enabled: Screen no longer reacts when the mouse passes over a field.15. Readme.txt
Stamp Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1999
1) Execute the stamp.sis file on your pc or Psion.
2) Choose C or D drive for the installation (make sure that there is enought disk space).
3) The program will install itself.
4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
Installation from ZIP file:
1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
2) Using PsiWin copy the files PYTHIA.OPO, EXPORT.OPO, CABINET.OPO, PSCAPE.OPO and PSCAPE.MBM to the folder \system\opl (you might have to create the folder)
3) Go into \System\Apps on C: or D: and make a new folder called "Stamp"
4) Using PsiWin, copy the following files to the new \System\Apps\Stamp folder:
Stamp.app
Stamp.aif
Stamp.mbm
Stamp.hlp
4) Copy the files sysram1.opx and systinfo.opx into the folder \system\opx
5) A new icon should appear on your Extras bar
Problems
--------
1. Read only files
Some times files become read only while being installed. None of the files should be read only. If you get any errors like the program is unable to write information to your Psion go through the program files to see if some of them are read only.
In the system-view you can open the file property window by selecting (highlighting) a file and pressing Ctrl-P. In the property window you can see and set/clear the read only checkbox.
2. Copying between C and D
Be very careful when you move or copy applications between the C and D drives. It seems that the Psion is not correctly updated when applicaions are copied from C to D or vice versa.
Always delete the application directory from one drive before reinstalling on the other drive.
3. Low on battery
When starting up this program for the first time a lot of writing is done to the disk. If your machine is low on battery these writes can go wrong and turn the application files bad. This should only be an issue when running the application the first time.
4. Not enough memory
This program needs up to 300 Kb of free memory on the C drive. If you try to run the program with less than 300 Kb of free memory on the C drive it may not behave as expected.
Usage:
------
Press Ctrl+Shift+H to see help file.
Bugs:
-----
Registering:
------------
Registering the program will give you the following benefits:
1) The register window will not pop up on startup
2) You get free support via e-mail (Pythia@Palmscape.com)
3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
Pricing:
Collection Suite programs are registered using either individual codes or a single Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
How to register
Go to the Palmscape home page at:
http://www.Palmscape.com
Here you can register using credit card or cheque.
After receiving your registeri
ng fee I will mail you a Key that you can use to register the program.
Made by:
--------
Marc de Oliveira
for Palmscape & Pythia Information
Web: http://www.Palmscape.com
E-mail: Pythia@Palmscape.com
History:
--------
1999.02.14: Version 2.5
- The Stamp Collection started on version 2.5 to synchronize with the other Collection Suite applications.
1999.03.28: Version 2.5.1
- Geofox enabled: Screen no longer reacts when the mouse passes over a field.15. Readme.txt
Music Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1998-1999
To upgrade from version 2.3 see the Upgrade section.
Installation from SIS file:
1) Execute the music.sis file on your pc or Psion.
2) Choose C or D drive for the installation (make sure that there is enought disk space).
3) The program will install itself.
4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
Installation from ZIP file:
1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
2) Using PsiWin copy the files PYTHIA.OPO, EXPORT.OPO, CABINET.OPO, PSCAPE.OPO and PSCAPE.MBM to the folder \system\opl (you might have to create the folder)
3) Go into \System\Apps on C: or D: and make a new folder called "Music"
4) Using PsiWin, copy the following files to the new \System\Apps\Music folder:
music.app
music.aif
music.mbm
music.hlp
4) Copy the files systinfo.opx and sysram1.opx in the folder \system\opx
5) A new icon should appear on your Extras bar
Upgrade
-------
1) Perform the installation as described above. Make sure not to remove your Music.dbf and Music.ini files.
2) Copy the file upg231.opo to anywhere on your psion.
3) Execute the upg231.opo file.
4) After execution you can delete the upg231.opo file.
Problems
--------
1. Read only files
Some times files become read only while being installed. None of the files should be read only. If you get any errors like the program is unable to write information to your Psion go through the program files to see if some of them are read only.
In the system-view you can open the file property window by selecting (highlighting) a file and pressing Ctrl-P. In the property window you can see and set/clear the read only checkbox.
2. Copying between C and D
Be very careful when you move or copy applications between the C and D drives. It seems that the Psion is not correctly updated when applicaions are copied from C to D or vice versa.
Always delete the application directory from one drive before reinstalling on the other drive.
3. Low on battery
When starting up this program for the first time a lot of writing is done to the disk. If your machine is low on battery these writes can go wrong and turn the application files bad. This should only be an issue when running the application the first time.
4. Not enough memory
This program needs up to 300 Kb of free memory on the C drive. If you try to run the program with less than 300 Kb of free memory on the C drive it may not behave as expected.
Usage:
------
Press Ctrl+Shift+H to see help file.
Bugs:
-----
Registering:
------------
Registering the program will give you the following benefits:
1) The register window will not pop up on startup
2) You get free support via e-mail (Pythia@Palmscape.com)
3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
Pricing:
Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
How to register
Go to the Palmscape home page at:
http://www.Palmscape.com
Here you can register using credit card or cheque.
After receiving your registering fee I will mail you a Key that you can use to register the program.
Made by:
--------
Marc de Oliveira
for Palmscape & Pythia Information
Web: http://www.Palmscape.com
E-mail: Pythia@Palmscape.com
History:
--------
1998.08.15: Version 2.3
- The Music Cabinet started on version 2.3.
1998.09.24: Version 2.3.1
- Recordings are sorted by Band (sort code) and release year as default.
- Help file updated in relation to band sort keys.
- Bug concerning changing of sort keys fixed.
1998.10.01: Version 2.4
- A new Element List (Shift-Ctrl-L) lets you browse through your collection items quickly. The Element List is based on your current query criteria and sort command.
1999.02.25: Version 2.5
- The Import/Export uility has been extended with enough parameters to make it possible to export cabinet information in HTML format for direct upload on the world wide web.
- Multible import/export settings can be named and stored for different types of import/export.
- The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
- The date format used in the program can be defined in the system control panel.
- Music Cabinet is renamed to Music Collection.
- No Palmscape logo during startup
- New Palmscape logo in the About box.
1999.03.28: Version 2.5.1
- Geofox enabled: Screen no longer reacts when the mouse passes over a field.15. Readme.txt
Home Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1999
2) Choose C or D drive for the installation (make sure that there is enought disk space).
3) The program will install itself.
4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
Installation from ZIP file:
1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
2) Using PsiWin copy the files PYTHIA.OPO, EXPORT.OPO, CABINET.OPO, PSCAPE.OPO and PSCAPE.MBM to the folder \system\opl (you might have to create the folder)
3) Go into \System\Apps on C: or D: and make a new folder called "Home"
4) Using PsiWin, copy the following files to the new \System\Apps\Home folder:
Home.app
Home.aif
Home.mbm
Home.hlp
4) Copy the files systinfo.opx and sysram1.opx in the folder \system\opx
5) A new icon should appear on your Extras bar
Problems
--------
1. Read only files
Some times files become read only while being installed. None of the files should be read only. If you get any errors like the program is unable to write information to your Psion go through the program files to see if some of them are read only.
In the system-view you can open the file property window by selecting (highlighting) a file and pressing Ctrl-P. In the property window you can see and set/clear the read only checkbox.
2. Copying between C and D
Be very careful when you move or copy applications between the C and D drives. It seems that the Psion is not correctly updated when applicaions are copied from C to D or vice versa.
Always delete the application directory from one drive before reinstalling on the other drive.
3. Low on battery
When starting up this program for the first time a lot of writing is done to the disk. If your machine is low on battery these writes can go wrong and turn the application files bad. This should only be an issue when running the application the first time.
4. Not enough memory
This program needs up to 300 Kb of free memory on the C drive. If you try to run the program with less than 300 Kb of free memory on the C drive it may not behave as expected.
Usage:
------
Press Ctrl+Shift+H to see help file.
Bugs:
-----
Registering:
------------
Registering the program will give you the following benefits:
1) The register window will not pop up on startup
2) You get free support via e-mail (Pythia@Palmscape.com)
3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
Pricing:
Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
How to register
Go to the Palmscape home page at:
http://www.Palmscape.com
Here you can register using credit card or cheque.
After receiving your registering fee I will mail you a Key that you can use to register the program.
Made by:
--------
Marc de Oliveira
for Palmscape & Pythia Information
Web: http://www.Palmscape.com
E-mail: Pythia@Palmscape.com
History:
--------
1999.02.20: Version 2.5
- The Home Collection started on version 2.5 to synchronize with the other Collection Suite applications.
1999.03.28: Version 2.5.1
- Geofox enabled: Screen no longer reacts when the mouse passes over a field.
1999.06.09: Version 2.5.2
- To avoid a OPL bug the where clause is now cleared when you create a new record.
1999.06.29:
Version 2.6
- The application has been updated to work on both the Psion 5 and 5mx.