Welcome, Guest. Please login or register.

Author Topic: How do I get Multiview/Amigaguide to open at a particular screen resolution?  (Read 1682 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Hi, I run a pretty hi-res workbench desktop (something like 1920x1080), but when I open documents in AmigaGuide format with Multiview, the text is too small to read comfortably.
I would like MultiView to open AmigaGuide documents on a lower resolution screen (i.e. interlace 640x480) so the text appears bigger.
Does anyone know how I can make it do that?  I checked the setting "open on separate screen" but that just creates a screen that is the same resolution as my Workbench.

Also, there are icon tooltypes (Icon/info) in the Multiview icon for FONTNAME, FONTSIZE, and SCREEN, but I don't know what to enter there. I tried adding various parameters like:

FONTNAME=topaz
FONTSIZE=14
SCREEN=Hi Res Laced

..but none of them made a difference.

Can anyone help with this?  Thanks.
« Last Edit: April 25, 2020, 05:26:22 PM by Ral-Clan »
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline TribbleSmasher

PUBSCREEN is supposed to get the name of an open screen as argument. So you must open one first. You can do that with PSI (MUI) or the screen manager from the StormC package, for example, or with AREXX i assume.

edited
« Last Edit: April 26, 2020, 03:50:29 PM by TribbleSmasher »
 

Offline OldAmigan

So have you had a look to see what these settings are as standard?

You could perhaps just adjust the fontsize up from what you see there. SCREEN should presumably say WORKBENCH
 

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
So have you had a look to see what these settings are as standard?

You could perhaps just adjust the fontsize up from what you see there. SCREEN should presumably say WORKBENCH

They don't say anything by default. They are just bracketed out exactly like this in the icon tooltypes:

(SCREEN=)
(FONTNAME=)
(FONTSIZE=)

I unbracketed them and put a known font (that I had in my directory) and known font size after the equal signs, save and restarted a document in Multiview. There was no change.
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline Steady

When tooltypes are in brackets they are essentially commented out. Try putting .font at the end of the font name you want. For example, topaz.font
 

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Unfortunately this had no effect:

FONTNAME=courier.font
FONTSIZE=24

This also doesn't work:

FONTNAME=courier

I'm using the instructions listed here:
http://www.amigahistory.plus.com/multiview.html

I would like to try to get Multiview to open on it's own lower resolution screen, but do not know how to find out the screen ID for a generic 640x480 or 640x240 native resolution screen.

« Last Edit: April 26, 2020, 03:13:12 PM by Ral-Clan »
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2280
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Have you tried making a public screen using PSI from the MUI directory?
 

Offline TribbleSmasher

I just tried my method and it works, both from CLI and also via tooltype. I used PSI to create and open a 640x512 size screen and Multiview happily jumps onto it. You just have to set the PUBSCREEN=mynewscreen argument. Note here i previously stated SCREEN, but this was not correct.
Also, you must give the screens name, not its title, which might differ.

PUBSCREEN is supposed to get the name of an open screen as argument. So you must open one first. You can do that with PSI (MUI) or the screen manager from the StormC package, for example, or with AREXX i assume.

edited
 

Offline kolla

A pub screen handler program akin to PSI is something that should be provided with the OS, IMO.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline ktadd

  • Newbie
  • *
  • Join Date: Apr 2010
  • Posts: 8
    • Show only replies by ktadd
@Ral-Clan
Just tried this and it works fine on AmgiaOS4.

Use the Screens applications found in Prefs and add a screen of your chosen resolution and name it MultiView.
Set the MultiView tooltype PUBSCREEN=MultiView.
Now MultiView will open up on the specified screen when started.

I also just tried setting MultiView ToolType FONTSIZE=32 and it opened the document with the default font in the bigger size on workbench. No need to set FONTNAME.

Mind you this is on AmigaOS4. You may get different results on OS3 if that's what your using.
« Last Edit: April 27, 2020, 02:16:04 AM by ktadd »