This site requires JavaScript, please enable it in your browser!
Greenfoot back

bourne's Comments

Back to bourne's profile

I repeatedly got a time out exception for when checking if storage is available (while logged in). It seems it got past it this load.. (though not running as I expected, hoping I can now debug) greenfoot.util.GreenfootStorageException: Error connecting to storage server: Operation timed out
Is the UserInfo Storage Server full?
Good start. Are you doing any sort of depth search yet?
Anti-aliasing *
Don't know why, when exported, fonts don't have antiasing and fontmetrics seem to be less accurate. Or is it just me? (don't remember it always looking this way).
Learn something everyday, on mac, fn-delete is same as 'Del'. Also fn-ctrl, fn-alt. (These Key Names are missing from the Greenfoot API by the way). Already finished: * Listbox to have generics * 'del' functioning for Textbox * Textbox doesn't accept Enter when on password setting. * limited Textbox to not accept ctrl and alt combinations (for now). Gonna update code comments and see if there's some more polishing I can do before updating.
I don't believe ctrl, command, or alt combinations are captured by Greenfoot, nor do those keys alone seem to be accepted by the Textbox. I did realize that Enter was counted as a character for the password setting, which should be suppressed, but I think having a "log in"/"Enter" sort of button accompanying the Textbox, that has acceptance on Enter key press will be suitable (which I will include next).
Oh, forgive me I don't have that key on my keyboard and didn't realize greenfoot listened for it. Will account for it in next update.
I can't relate to what you mean by "pressing delete makes a space"