![[Jaffa Software]](./img/jaffasoft.gif)
|
This page hopes to answer frequently asked questions about our products - most are about WimpWorks (our integrated development environment).
HEAPSIZE returns a greater value than I wanted from
CLAIM.
CLAIM
has to round up to the next boundary. Suffice to say, you will
always (assuming the memory is available) get at least the amount of
space requested.
2. I don't want an iconbar icon for my application (like Chars), how do I get this?
This will delete the icon in the window -2 (the iconbar) whose handle is equal to that of our iconbar icon. Note that WimpWorks will still create the icon, so the info in the Task Editor still needs to be valid (ie. a "real" sprite name etc.) 3. Is there a Zap or StrongEd mode for WimpWorks? The lack of coloured syntax highlighting is a major omission...
ModeWhen file:
4. I try and use LOADFILE but when I run my code I get
Unknown function or procedure call.
LOADFILE shows it is "...supplied by Starter Pack
WEM..."). Open the Task Editor and open the WEMs to include
menu and ensure that Starter Pack is ticked. Resave your application.
5. READ doesn't get the proper stuff from DATA.
RESTORE +0 before you try and do the first READ
as this will start reading the data from the first DATA statement after
the RESTORE.
© Jaffa
Software 2000. All rights reserved. |