Search found 20 matches

by qbasic
Jan 25, 2012 3:34
Forum: Projects
Topic: MultiPut[DES],[x],[y],SRC,[xScale],[yScale],[Rotate],[Trans]
Replies: 63
Views: 25042

Re: MultiPut[DES],[x],[y],SRC,[xScale],[yScale],[Rotate],[Tr

Thanks for your reply counting_pine.
I used your option 3 and have no problems at the present.
I will try option 2 when I get my head round what is needed.
Brains a bit slow these days.
Cheers
Bill.
by qbasic
Jan 22, 2012 12:19
Forum: Projects
Topic: MultiPut[DES],[x],[y],SRC,[xScale],[yScale],[Rotate],[Trans]
Replies: 63
Views: 25042

multiput

Hi everyone. I am trying to use multiput in a view port but it dose not seem to recognize the boundaries. Is this not possible or am I doing it wrong . This is what I am trying. screen 21,32 #include once "multiput1.bas" dim shared as any ptr map dim shared as double xzoom,yzoom,rotates di...
by qbasic
Jun 03, 2011 16:04
Forum: Beginners
Topic: files
Replies: 8
Views: 2540

files

Thanks very much fxm.
Bill
by qbasic
Jun 03, 2011 14:09
Forum: Beginners
Topic: files
Replies: 8
Views: 2540

Hi, can you give a quick code example to show what you're trying? This is basically what i tried. dim as integer points,xpos,ypos dim as integer pointe,xpo,ypo,counter(10),count(10) dim as string s(10),s1(10),filename screen 18 filename="file.sav" 'Set values points=100 xpos=200 ypos=300 ...
by qbasic
May 30, 2011 13:40
Forum: Beginners
Topic: files
Replies: 8
Views: 2540

files

Could some body show me how to save mixed data types to file please.
When I try it says invalid data type.
Any help will be welcome.
Bill.
by qbasic
Sep 03, 2010 10:21
Forum: Beginners
Topic: Chain command
Replies: 9
Views: 2454

Thanks for your reply MichaelW.
Sorry to be a bit thick but
I do not understan exactly what you mean.
Should it work or should it not work.
Also What does IMO stand for.
Bill.
by qbasic
Sep 01, 2010 7:48
Forum: Beginners
Topic: Chain command
Replies: 9
Views: 2454

Hi there. I am running Windows xp pro This code chains testchain and has the same problem . Click the fullscreen button in testchain and it minimizes to the taskbar. screen 18,32 dim as string key #define chain1 "testchain.exe" print "Press any key to run chaintest" do until key<...
by qbasic
Aug 31, 2010 6:22
Forum: Beginners
Topic: Chain command
Replies: 9
Views: 2454

Chain command

Hi everybody. Could someone help me with the chain command. If I chain an .EXE file that I have compiled in freebasic it works fine till I click the fullscreen button. It then minimizes to the taskbar an will not maximize again. If I use the run command it's ok but on close it closes both programs ....
by qbasic
Feb 26, 2010 19:18
Forum: Beginners
Topic: passing images to subs
Replies: 6
Views: 1968

Cheers Vince .
It seems simple now you have shown me.
I tried allsorts and could not get it to work.
Thanks a lot.
Billythebarge.
by qbasic
Feb 26, 2010 17:49
Forum: Beginners
Topic: passing images to subs
Replies: 6
Views: 1968

passing images to subs

Hi everyone.
In my program I have 4 arrays each containig 4 images created
using imagecreate. Is it possible to send one of these arrays as
requierd to a subroutine that moves the 4 images around the screen.

Thanks for taking the time to help.
Billythebarge.
by qbasic
Jan 16, 2010 18:21
Forum: Beginners
Topic: Full screen
Replies: 5
Views: 1705

full screen

I am using screenres 656,544,32 for this program.
I was going to re-write it so it can be run in
full-screen as well as a window.
Bill
by qbasic
Jan 16, 2010 17:11
Forum: Beginners
Topic: Full screen
Replies: 5
Views: 1705

full screen

Thanks for that Vince
I tried Alt enter and it dose not work.
I guess the video card dose not support it.
Cheers.
Bill.
by qbasic
Jan 16, 2010 13:08
Forum: Beginners
Topic: Full screen
Replies: 5
Views: 1705

Full screen

Hi everybody
Is it possible to use the full-screen button
in the top right corner of a window .
If so please could you show me how.
Thanks for your time.
Bill
by qbasic
Dec 07, 2009 13:03
Forum: Beginners
Topic: bsave arrays
Replies: 2
Views: 1096

bsave arrays

Thanks very much.
Works fine
Billythebarge
by qbasic
Dec 06, 2009 11:33
Forum: Beginners
Topic: bsave arrays
Replies: 2
Views: 1096

bsave arrays

Could someone show me how to BSAVE an image
aquiered using the get statement.
All i've managed to so far is save the whole screen.

Billythebarge.