Help needed with Documentview
Posted
#1
(In Topic #321)
Regular

Have downloaded an example from the farm but can't extract it.(No suitable plugin found. Ark does not seem to support this file type).
Any help would be appreciated
Posted
Regular

Posted
Guru

I don't think the files on the Farm are empty! I have Downloaded the documentView example and put it in a format I hope you can read. Let us know how you get on.
EDIT (2019-10-15 01:30GMT)
I notice that Ark is discontinued as a distribution, why not try Kubuntu, that will have no trouble opening files on the Farm.(No suitable plugin found. Ark does not seem to support this file type)
I have taken some of the code from the example program to make a simple example of my own.
Just start a new 'Graphical Application' add the component 'gb.pdf' and run this code.
Code (gambas)
- ' Gambas class file
- DocumentView1 As DocumentView
- SetUp
- Start
- DocumentView1.Count = hDoc.Count
- .Height = 800
- .Width = 1000
- .Arrangement = Arrange.Vertical
- .Padding = 5
- DocumentView1.column = 1
- DocumentView1.Refresh
Posted
Regular

I'm using Kubuntu 18.04 and Ark is the only option that I'm ware of and presumably the error is caused by an empty zip file.
Thanks again
1 guest and 0 members have just viewed this.


