Search found 151 matches

by plantenkennis
Mon Oct 21, 2019 11:19 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: make error after upgating to MacOs Catalina
Replies: 6
Views: 2440

Re: make error after upgating to MacOs Catalina

Hello antonio, I tried this, but gives the same error: make dyld: Symbol not found: _OBJC_IVAR_$_NSFont._fFlags   Referenced from: /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit   Expected in: /S...
by plantenkennis
Sat Oct 19, 2019 7:34 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: make error after upgating to MacOs Catalina
Replies: 6
Views: 2440

Re: make error after upgating to MacOs Catalina

Hello Antonio and Manuel,

Thank you for looking into this problem.

BTW, i am using xcode version 9 (version 9.4.1) because some users of my software use an older version of MacOs and they got an error when I compiled with xcode 10 (software not suitable for this version)
by plantenkennis
Mon Oct 14, 2019 10:01 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: make error after upgating to MacOs Catalina
Replies: 6
Views: 2440

make error after upgating to MacOs Catalina

Hello group, Last week I updated my Macboork to MacOs 10.15 (Catalina). Now when I try to compile my program I get an error that my path is not set correctly: Symbol not found: _OBJC_IVAR_$_NSFont._fFlags Referenced from: /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/V...
by plantenkennis
Fri May 31, 2019 12:03 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing on portrait or landscape paper
Replies: 7
Views: 5518

Re: printing on portrait or landscape paper

Hello Manuel,

Thank you very much, with the new libs it works perfect. :D

Another question: Can we also set the papersize to A5 or A3 (portrait and landscape)?
by plantenkennis
Thu May 30, 2019 8:58 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing on portrait or landscape paper
Replies: 7
Views: 5518

Re: printing on portrait or landscape paper

Hello Manuel,

That looks perfect. I assume I need a new lib for this function? I dod not see one on BitBucket...
by plantenkennis
Wed May 29, 2019 6:00 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing on portrait or landscape paper
Replies: 7
Views: 5518

Re: printing on portrait or landscape paper

Hello Manuel,

This looks good I think. But how if we print in a large fontsize? Is it possible to set the nSetrowPerPage just like set PageOrientation?
by plantenkennis
Tue May 28, 2019 6:16 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing on portrait or landscape paper
Replies: 7
Views: 5518

printing on portrait or landscape paper

Hello, While printing we can set the oriantation of the paper to portrait or landscape. But the number of rows we can print stay the same, Look at this sample. As you change oPrn:SetPagOrientation(0) to oPrn:SetPagOrientation(1) there are still 37 lines on the paper, but the spacing between the line...
by plantenkennis
Fri May 24, 2019 6:00 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: ChooseFile with more options
Replies: 2
Views: 1480

Re: ChooseFile with more options

Hello Antonio,

Yes, perfect. This does the trick.
by plantenkennis
Wed May 08, 2019 5:28 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: ChooseFile with more options
Replies: 2
Views: 1480

ChooseFile with more options

Hello,

I use the ChoosFile function to get a filename:

Code: Select all

ChooseFile( 'Select a photo', 'jpg' )
But is it possible to set more extentions in this function. Something like:

Code: Select all

ChooseFile( 'Selecteer een foto', {'jpg', 'jpeg'} )
This however does not work, now a user can pick any kind of file.
by plantenkennis
Fri Dec 28, 2018 5:13 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: defining columns in browse
Replies: 0
Views: 1961

defining columns in browse

Hello, I use a lot of browses in my program. I use these browses with arrays. Now I want to define the visible columns with variables. This is my code now: @ 30, 10 BROWSE oBrwMain ;     FIELDS "", "", "", "", "", "", "", "&q...
by plantenkennis
Tue Nov 13, 2018 9:03 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 8354

Re: printing several pages

Hello Antonio and Manuel, Thanks a lot for all the help with printing. This week I have released a new version of my software, including several printing options. I want to share some code with you and everybody. My software is a digital plant encyclopedia and users (landscapers) can make garden pla...
by plantenkennis
Sun Nov 04, 2018 9:31 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: MacExec not working?
Replies: 3
Views: 1800

Re: MacExec not working?

Hello Antonio, With only 1 parameter it does not work. However I will take another approach: I used the MacExec to copy files> With the package I distribute I can put new files in folder /Users/shared/. With the 'MoveFiles.sh I move the files from Shared to ˜USER/plantenkennis. Now I will put the ne...
by plantenkennis
Fri Nov 02, 2018 3:54 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: MacExec not working?
Replies: 3
Views: 1800

MacExec not working?

Hello group, I am finally ready with a new update for my program but looking at the next problem: I my app I have the next line: MacExec( "/bin/sh", ResPath()+"/MoveFiles.sh", ) , but on that line the program hangs. I f I put the next code in terminal it works correct: /bin/sh Mo...
by plantenkennis
Sat Oct 27, 2018 3:04 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 2312

Re: SaveFile function

Hello Manuel, Thank you for this guideline. Very simple to implement and it's working great. Instead of de.lproj I used nl.iproj to show every menu in Dutch. P.S. I am addepting my program with the new print functions and they are also working perfect. As soon as I am ready with all the changes, I w...
by plantenkennis
Thu Oct 25, 2018 6:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 2312

SaveFile function

Hello,

I found the SaveFile() function and it is usefull for me. But how can I set this function to show the screen on Dutch, like my Mac? Now it is in English