Search found 4 matches

by JaniH
Wed Feb 13, 2008 9:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Custom PUT routine to screen 12
Replies: 1
Views: 3810

Custom PUT routine to screen 12

Hi! I have created a 18*18 pixels image and saved it with bsave in screen 12. Is there way to draw that picture pixel by pixel from memory after bloading it? For example drawing only 10*10 pixels instead 18*18 pixels. Anyway, I know how to do that in screen 13, but I don't know how to get it work in...
by JaniH
Wed Apr 26, 2006 11:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with creating moveable windows for my GUI
Replies: 4
Views: 7629

Fantastic! Thank's to Nixon, I finally know how this thing works!..:) Now i can get back to programming my GUI..:D Thank you Nixon!..:)
by JaniH
Mon Apr 24, 2006 4:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with creating moveable windows for my GUI
Replies: 4
Views: 7629

By "messed up" i mean that when i move window, background doesn't get redrawn. Is there any way to do page flipping or similar technique for screen mode 12 without using libraries? I've been examining others source code for trying to learning how to drag windows, but with no luck.
by JaniH
Mon Apr 24, 2006 2:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with creating moveable windows for my GUI
Replies: 4
Views: 7629

Help with creating moveable windows for my GUI

Hi! I'm creating GUI with qBasic 4.5, using screen mode 12 and I need help with creating windows which can be dragged all around desktop with mouse. I created couple programs, but they only mess up the screen. I only get it work when i move windows with keyboard..:lol: Could anyone help me with this...