Compilation on morphos

Find quick help here to get you started with Hollywood
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Compilation on morphos

Post by airsoftsoftwair »

Ok, I've had a look at your code. The problem is that Treeviewcolumn.Width needs MorphOS 3.10 to work correctly. Unfortunately, MorphOS 3.10 still hasn't been released. So you just need to remove Treeviewcolumn.Width from your code. Then it will work. E.g. change your XML like this:

Code: Select all

            <column title="BIRIOTI ANCESTRY"/>
            <column title="Lifespan"/>
            <column title="Married"/>
            <column title="Photograph"/>
            <column title="Information"/>
Also, when posting code or XML to this forum please use the

Code: Select all

 tag so that the formatting looks better. I've just edited your original post to use [code].
delbourg
Posts: 21
Joined: Tue Jun 20, 2017 6:07 am
Location: Tasmania

Re: Compilation on morphos

Post by delbourg »

Thank you so much for your explanation. I will remove the width specification therefore for the morphos version. I look forward to getting version 3.1 in due course so that I can reinstate the width.
Post Reply