Search found 277 matches

by Giorgio Garabello
Fri Oct 21, 2016 10:17 pm
Forum: Links to QL Services and Websites
Topic: Sinclair Retro BBS online!
Replies: 96
Views: 90392

Re: Sinclair Retro BBS online!

I tried to use your script
The host connection is working, but by mistake at the 2040 line (invalid parameter)
any ideas?
by Giorgio Garabello
Fri Oct 21, 2016 9:07 am
Forum: Links to QL Services and Websites
Topic: Sinclair Retro BBS online!
Replies: 96
Views: 90392

Re: Sinclair Retro BBS online!

janbredenbeek wrote:Got Telnet working on the QL!

Code: Select all

2020   chan=FOP_IN("tcp_"&host$&":23")

I imagine to have the device tcp_ need some extension, which one?
by Giorgio Garabello
Fri Oct 14, 2016 5:42 pm
Forum: General QL Chat
Topic: Autumn -> Winter = QLTime
Replies: 4
Views: 2880

Re: Autumn -> Winter = QLTime

Winter is coming :-D
by Giorgio Garabello
Fri Sep 23, 2016 6:52 am
Forum: Software & Programming
Topic: SMSQ\E on Gold Card
Replies: 7
Views: 3525

Re: SMSQ\E on Gold Card

mk79 wrote:SMSQ/E can be downloaded from the official site: http://www.wlenerz.com/smsqe/
..and just LRESPR the SMSQE_GOLD file

:-D
by Giorgio Garabello
Thu Sep 22, 2016 10:20 pm
Forum: Software & Programming
Topic: Sliding image
Replies: 6
Views: 2725

Re: Sliding image

1) to scroll or pan the image i need to have scrollbars... how can draw it? Check MAWBARR Ok 2) this work if the X/Y size of the application subwindow menu is known ..but i'vea resizable menu..there's any function that returs these value? Check PVAL - allows you to get to the size of a window Tobia...
by Giorgio Garabello
Thu Sep 22, 2016 3:08 pm
Forum: Software & Programming
Topic: Sliding image
Replies: 6
Views: 2725

Re: Sliding image

Very clear, thanks! I've done some preliminar test writing few rows COM_CH% = FOPEN ("CON_") MDRAW #COM_CH%,WIN3_MENU_men COM_ADDRESS = L_WSA(WIN3_TEST_pic,X_SIZE%,Y_SIZE%) WSARS #COM_CH%,COM_ADDRESS \ 200,80,0,0,0,0 REPEAT CR_MAIN RETCODE = MCALL(#COM_CH%) IF RETCODE = -6 EXIT CR_MAIN END...
by Giorgio Garabello
Thu Sep 22, 2016 10:24 am
Forum: Software & Programming
Topic: Sliding image
Replies: 6
Views: 2725

Re: Sliding image

Prepare a window save area on the heap with WSAIN and proper size (can be bigger than the screen) Ok this is clar [*]Load the full image into memory (not to the screen, use L_WSA) ok [*]copy what fits into your window from memory into your application window (use WSARS) ok [*]when the user scrolls,...
by Giorgio Garabello
Wed Sep 21, 2016 8:31 pm
Forum: Software & Programming
Topic: Sliding image
Replies: 6
Views: 2725

Sliding image

I'm writing a SBASIC and EasyPTR4 program. I need to load an image into a menu (or, better, in a part of the menu) The image can be more big in the menu themselve, in which case I have to have the ability to view the scrollbar. I know there are programs in SBASIC who do it (like BMP D. Jones), then ...
by Giorgio Garabello
Wed Sep 21, 2016 8:23 pm
Forum: Software & Programming
Topic: Loading SCR to screen
Replies: 14
Views: 6143

Re: Loading SCR to screen

OK, fine.
But I need to load an image in a specific area of an existing menu, the image is larger than the space available and would like to be able to scroll the image ...
But this is a different request from Tim, maybe I should open a separate topic.
by Giorgio Garabello
Wed Sep 21, 2016 8:09 pm
Forum: Software & Programming
Topic: Loading SCR to screen
Replies: 14
Views: 6143

Re: Loading SCR to screen

you can upload a picture in a EASYPTR menu, if the image is larger than the same menu or window?