Login
Back to forumSee the full topicGo to last reply

Posted By

Csabo
on 2012-08-08
19:33:56
 Re: Combing Text and freely placeable bitmaps on screen

With Plus4IDE, there's two separate issues.

First, there is a little bug in it. It happens if you close Plus4IDE while minimized. (Minimize it, then right-click the window on the taskbar and choose close.) When you next open it, it restores itself off screen. You can right-click the taskbar and click Maximize, that will make it visible. But to properly fix it, choose Move, press cursor down, then move your mouse. This will bring it back. I should fix this...

The other issue is that AS65 only likes lowercase code on Win7. I already added an option for this, you can toggle it in the editor. I should make a release of this as well happy

Now, for your BASIC example: the problem is that when LOAD executes, the program restarts. So basically it will be stuck in an infinite loop, it keeps executing line 10 then 20, then 10 again, etc. To solve it, you can set a variable, something like this:

10 IF A = 1 THEN 30
20 A = 1 : LOAD "TEST", 8, 1
30 REM CONTINUE HERE



Back to top


Copyright © Plus/4 World Team, 2001-2024