Search found 151 matches

by plantenkennis
Mon Jun 11, 2018 5:57 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4730

Re: right mouseclick

Hello Manuel, Thanks a lot for all new functions implemented. For the popup menu I would suggest the following addaption: If the user rightclicks on a row in a browse, the pointer in that browse should go to the row where the user clicks. That way we can use the functions on that row. Now I first ha...
by plantenkennis
Sun Jun 10, 2018 12:55 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4730

Re: right mouseclick

Hello Mastintin,

Thanks, these new libs gets the rihtclick popup menu just like I want.

Are there other addaptions included in these libs, requests from previous asked questions?
by plantenkennis
Fri Jun 08, 2018 5:18 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4730

Re: right mouseclick

Hello Mastintin,
I see the modifications, but if I changes browses.m, must I build new libs?
And if so, how do i build these libs, I have never done this before, sorry.
by plantenkennis
Fri Jun 08, 2018 9:06 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4730

Re: right mouseclick

Hello Antonio, I have reviewed the modifications, but it does not work at this time. In browse there is no bRClicked method? I made the command as follows: oBrw:bMouseDown = { | nRow, nCol, oControl | ShowPop( nRow, nCol , oPopUP,ownd )} and now the popup does not show at the place where I clicks, I...
by plantenkennis
Tue Jun 05, 2018 9:44 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4730

Re: right mouseclick

Hello Antonio,
Thanks, I will review this the next days. It looks like that is what I need.
by plantenkennis
Tue Jun 05, 2018 9:41 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: send mail
Replies: 3
Views: 1989

Re: send mail

Hello Mastintin,
Thanks for reviewing. For my app, I think I need the second option, but will this work with every mail program a user has. I use Thunderbird for all my mail and not the mail program delivered by Apple.

If this is possible, it would be very handsome.
by plantenkennis
Tue May 29, 2018 9:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: GET class
Replies: 0
Views: 1525

GET class

Hello, How can I use all the methods of the GET class. I want to do the following: 1. When change the input do something or action 2. When the user hits the Enter key, perform an action. I have the following function FUNCTION RK_Input(clabel, cTitle, cText) *a personalized input window LOCAL oDlg, o...
by plantenkennis
Tue May 29, 2018 9:05 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: enable and disable a button with image
Replies: 2
Views: 1690

Re: enable and disable a button with image

OK< thank you, Looking forward to it
by plantenkennis
Fri May 25, 2018 5:58 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: screenheight
Replies: 1
Views: 1453

screenheight

I use the function ScreenHeight() in my app. But when I calculate with this there are some strange things. -When the dock is at the bottom my window and controls are placed correct http://www.plantenkennis.com/FiveMac/screen_1.png -When the dock is on the right side the window is shown full height, ...
by plantenkennis
Fri May 25, 2018 5:47 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: enable and disable a button with image
Replies: 2
Views: 1690

enable and disable a button with image

Hello, If I have a button with only text I can Enable() or Disable(0 it. However, if i put an image on the button the enable/disable gives an error. How can i enable/disable a butoon with image? This works:     @ 10,  10 BUTTON oBtnAanteken PROMPT 'Aantekeningen' OF oDlg ACTION RK_RichNotes(cAanteke...
by plantenkennis
Fri May 25, 2018 4:48 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: send mail
Replies: 3
Views: 1989

send mail

Hello, I wanted to test the mail example, but that gave some errors. Can you please revice this Undefined symbols for architecture x86_64:   "_HB_FUN_MAILADDATTACH", referenced from:       _symbols_table in libfive.a(mail.o)   "_HB_FUN_MAILCREATE", referenced from:       _symbols...
by plantenkennis
Fri May 25, 2018 4:00 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4730

right mouseclick

Hello,

How can I make a contextmenu which opens on a rightclick of the mouse. I want to use it on a browse to run some functions on a selected row.
by plantenkennis
Tue Apr 10, 2018 7:04 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Menu with several windows
Replies: 6
Views: 2868

Re: Menu with several windows

Hello Mastintin, Thank you for this sample, but it changes nothing to the problem I have. If you open the New window/dialog the oMenuDlg comes at the top, but nothing happens if you click one of the items (like 'help' or 'click on me'. I think I will work with icons oon all my dialog windows to acti...
by plantenkennis
Tue Apr 03, 2018 9:08 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Menu with several windows
Replies: 6
Views: 2868

Re: Menu with several windows

Hello Antonio, I was playing around with the menu again, but can't get it to work. I can set a new menu with a new window or diolog, but nothing happens when I click on a menuitem. I have created a little sample. #include "FiveMac.ch" static oWnd //-----------------------------------------...
by plantenkennis
Sat Mar 24, 2018 11:00 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: app disappears after screen change
Replies: 3
Views: 1737

Re: app disappears after screen change

Hello Antonio,

Thanks for the new libs, now the app stays on the screen after swiping from left to right and back.