Search found 151 matches

by plantenkennis
Fri Mar 23, 2018 2:09 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Menu with several windows
Replies: 6
Views: 2918

Re: Menu with several windows

Hello Antonio,

This simple command does the trick. Thanks
by plantenkennis
Fri Mar 23, 2018 2:08 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Timed MsgInfo
Replies: 4
Views: 1866

Re: Timed MsgInfo

Hello Antonio,

Thank you very much, this is exactly what I meant. This will be a function that I will use very much for simple messages to the users. Then they don't have to take any action on it.
by plantenkennis
Fri Mar 23, 2018 9:07 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Timed MsgInfo
Replies: 4
Views: 1866

Re: Timed MsgInfo

Hello Antonio,

The example you give has two buttons (yes and no). What I meen is a window without any buttons, but just with a message. The window must close automatically after the given seconds and not appear anymore. Is that possible?
by plantenkennis
Thu Mar 15, 2018 7:07 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Menu with several windows
Replies: 6
Views: 2918

Menu with several windows

In my main window I have a menu that is visible at the top of my screen. When I create another window in my program I can set a menu for this window, which replaced the first menu. But when I close the second window, how do I get my first menu visible again.
by plantenkennis
Thu Mar 15, 2018 7:04 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: app disappears after screen change
Replies: 3
Views: 1786

app disappears after screen change

When my program is opened and visible, I can swipe to another window (3 fingers on touchpad and swipe to left or right). When I swipe back my program is no longer visible, but still opened. When I clck on the icon in the dock it is visible again. How can I set that my program is still visible after ...
by plantenkennis
Thu Mar 15, 2018 7:01 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Timed MsgInfo
Replies: 4
Views: 1866

Timed MsgInfo

Hello, After a long absence I finally have some time to work on my program again. I have the following questions, each one I will put in a new topic. Can I create a sort of timed msginfo window. Something like TimedMsg('this is a message', 2) where 2 is the time in seconds that the msgbox automatica...
by plantenkennis
Tue Jun 27, 2017 9:09 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Making a installer package for distribution
Replies: 1
Views: 2189

Making a installer package for distribution

I want to share my experience with making a installer package for an app, made with FiveMac. There are a few steps you need to take if you want to distribute your app to other users. I use this constants the app is put/installed in the program folder the databases is put in the $USER folder the pack...
by plantenkennis
Fri Apr 14, 2017 11:46 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: macexec with variable
Replies: 9
Views: 3262

Re: macexec with variable

Hello Antonio,

Yes, you're right. Forgot the path, with the path it works!
Thanks again both for the help.
by plantenkennis
Thu Apr 13, 2017 6:28 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: macexec with variable
Replies: 9
Views: 3262

Re: macexec with variable

Hello Mastintin, Thanks for your suggestion, but this does not work. What I want is the following: I use packages to make a pkg from my app. This pkg installs the program in folder programs and databases in folder users/shared/plantenkennis. Now I want to run a .sh script which makes folder plantenk...
by plantenkennis
Wed Apr 12, 2017 7:56 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: macexec with variable
Replies: 9
Views: 3262

macexec with variable

Hello,
Is it possible to add a 'variable' to the MacExec() command?

What I want is the following:
From my program I want to run a .sh file to make directories and move files.

So I want to use the next command: MacExec( "terminal" MoveFilesLite.sh )
by plantenkennis
Wed Mar 01, 2017 7:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: path command to libary
Replies: 2
Views: 1779

path command to libary

Hello, It has been a while that i was working on my app, a lot of other things to do. I am prepering a package to install my app. I think it is wise to put the app in the application folder and the database in the llbary folder. Is there a command that I can use to get the libary folder. I use Path(...
by plantenkennis
Sat Jan 14, 2017 10:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: making a installation package
Replies: 4
Views: 3155

Re: making a installation package

Hello Antonio,

I think packages is just what I need. With the online help I was able to build a pkg file. Thanks.
by plantenkennis
Fri Jan 13, 2017 5:08 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: making a installation package
Replies: 4
Views: 3155

making a installation package

Hello, Maybe this is not the place to ask this, but I try. My app is nearly finished and now I want to distribute it. I think I need to make a pkg file, but I don't know how. This is the requirement: the app must be placed in the /program/ folder the database I want to put in the users/USERNAME/plan...
by plantenkennis
Sat Dec 31, 2016 9:48 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 4335

Re: a few questions about browse

Hello Antonio,

Again, thank you very much. This is excactly what I mean.

HAPPY NEWYEAR :D
by plantenkennis
Fri Dec 30, 2016 7:13 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 4335

Re: a few questions about browse

Hello Antonio,

But the bAction only reacts on a doubleclick, and I want the delete action just when I click on it.