English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 31 December 2018, 22:16   #1
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
AmigaGuide: How to Add Images and URL in Nodes?

Hi all!

I'm finally writing an AmigaGuide for AmiModRadio and I would like to add images and URLs into nodes, to mimic essentially its Web page (for example here) .

How can I do that?

I can't find much information about using datatypes and embedding datatypes into nodes: I would rather not open a new Window if possible!

Cheers and happy new year!
tygre is offline  
Old 01 January 2019, 01:17   #2
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,186
http://code.iamkate.com/articles/amigaguide/ should help. I bookmarked this ages ago but never used it.
Samurai_Crow is offline  
Old 01 January 2019, 01:23   #3
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi Samurai Crow and thanks!

Unfortunately, I already read it through and it does not quite help

Also, I can't get MUI v3.8 to play nice with AmigaGuide... I added

Code:
MUIA_HelpNode, "MainAbout",
to some of my gadget declarations and

Code:
@node "MainAbout" "MainAbout"
Display the version of this instance of AmiModRadio.
@endnode
to my AmigaGuide file but calling the HELP key shows "Cannot open MainAbout" (translated from French )

What am I doing wrong?

Happy new year!
tygre is offline  
Old 01 January 2019, 11:46   #4
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
"link" and/or "alink" doesn't work as expected? Alternative PowerGuide should be able doing it.
daxb is offline  
Old 01 January 2019, 19:05   #5
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Thanks Daxb but I would rather be compatible with "standard" AmigaGuide... Also, I think that I'm missing/misunderstanding something
tygre is offline  
Old 01 January 2019, 19:34   #6
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,186
What are you using for the header? I know every AmigaGuide file must start with an @DATABASE tag but I'm running out of ideas.
Samurai_Crow is offline  
Old 01 January 2019, 19:35   #7
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
I had a look into DOpusMagellan II guides. The multiview version (powerguide version exists too) has some images included and it is done this way:
Code:
@{" Show image " link "Path/to/pics/PIC.002/Main"}
"/Main" at the end seems to be necessary? There are link nodes named "Main". Sorry, I do not know how AmigaGuide works.
daxb is offline  
Old 01 January 2019, 23:18   #8
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi there!

Thanks for your help! Yes, indeed, it seems that AmigaGuide was not made to include any datatype (like an image) in a node, but only through a link... Okay! Not a problem really

My remaining problem though is the "connection" between MUI and AmigaGuide Any ideas what I am doing wrong?

Cheers!
tygre is offline  
Old 02 January 2019, 04:39   #9
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

Okay, mystery solved but not very satisfying answer!
The "connection" between MUI and AmigaGuide works if and only if the node ID are in lowercase!

The following works:

Code:
MUIA_HelpNode, "main-about",
with

Code:
@node "main-about" "About"
Display the version of this instance of AmiModRadio.
@endnode
Any other combination of casing break the connection

Anyways, it is working

Cheers!
tygre is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
What was the url for JAMBO! in 1999? caffeinekid Amiga websites reviews 2 26 July 2008 10:36
Looking for a URL Washac Retrogaming General Discussion 2 28 January 2005 14:53
stumbled on this URL dirkies Nostalgia & memories 1 21 May 2004 05:38
AmigaGuide Iron Butterfly request.Apps 7 17 July 2003 09:23

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:31.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.21480 seconds with 15 queries