Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
some questions
#3
Thanks.

Now I have also tested 0.11.
But why can I not run SCREEN 12 programs in Window mode?
With 0.11 it is no loger so, that SCREEN 12 programs abort. But they go automatical in fullscreenmode (on my computer) and it is not possible to bring them in window-mode.
With SCREEN 13 programs there existing not the problem. They run first in window-mode and with ALT-Enter it is possible to switch between window and fullscreen. But with SCREEN 12 it is not possible. Do anybody know why?

And do anybody know, if there is a command (or option) to write Text on any position in a graphic-window?
For example
WPRINT (12,12), "hello"
where 12,12 is the pixel-position where the text begins.
would be nice.

And as a third point I want to say, that programs which use a lot of dim space abort.
But the problem is not the size itself.
If for example
Dim a(700*800*5) as integer
is possible
and
Dim a(700*800*10) as integer
is aborts, than
Dim a(700*800*5) as integer, b(700*800*5) as integer
is also _not_ possible.

And as a third question, I want to know, how to make the mouse-cursor in the graphical fullscreenmode visible.
The GETMOUSE-example runs on my computer perfect. But if I switch with ALT+Enter to fullscreen, it runs also perfect, but I can't see the mouse-cursor itself. I see "only" the results in numbers, were it is.


Greatings
theuserbl
Reply


Messages In This Thread
some questions - by theuserbl - 01-31-2005, 05:46 PM
some questions - by na_th_an - 01-31-2005, 06:10 PM
some questions - by theuserbl - 02-01-2005, 06:06 PM
some questions - by relsoft - 02-02-2005, 11:14 AM
some questions - by v3cz0r - 02-02-2005, 11:00 PM
some questions - by Sterling Christensen - 02-03-2005, 02:25 AM
some questions - by helium - 02-03-2005, 04:44 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)