Search found 151 matches

by plantenkennis
Fri Dec 30, 2016 5:29 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 4335

Re: a few questions about browse

Hello Antonio, I need a little more help with my browse. I have a browse with an array. In column one I have a name, in column two I have a bitmap to delete that name. With the oBrw:oChange I can get the column where there is clicked, but only if the row is also changed. If the row is selected and I...
by plantenkennis
Wed Dec 21, 2016 7:16 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 4335

Re: a few questions about browse

Hello Antonio,

Wow, every time I am surprised by the speed you addept the libs. Both functions are working great. I am very happy with this.
by plantenkennis
Tue Dec 20, 2016 9:37 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 4335

a few questions about browse

Hello Antonio, I have two question about browse: 1. Is it possible to get the column number where I click in. I want to have a browse for an array, where in the first column there is a value and in the second column i have a bmp to delete that row. AADD(aName, { 'first name', 'delete.bmp'}) AADD(aNa...
by plantenkennis
Mon Dec 19, 2016 7:27 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Re: Printing routine

Hello Antonio,

Thank you, this function does exactly what I want. It is a great programming language.
by plantenkennis
Sun Dec 18, 2016 8:25 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Re: Printing routine

Helo Antonio,

Thanks for this (very quick :D ) solution. I think it is just what I need. I will test it tomorrow.
by plantenkennis
Sun Dec 18, 2016 10:46 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Re: Printing routine

Hello Antonio,

Yes, it looks like that is what I ment. Thanks for looking in to this.
by plantenkennis
Sat Dec 17, 2016 4:13 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Re: Printing routine

Hello Antonio, What I mean is: can I calculate how wide a text string is when printed or showed. Example: 'this is a string' can fit on one line in my example 'this is a very long string that does jot fit on one line' does not fit on one line so I must increase the height of the say to show itmon tw...
by plantenkennis
Fri Dec 16, 2016 5:00 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Re: Printing routine

Hello Antonio, I am able to print a lot of information now. You can se the result at the next link: http://www.plantenkennis.com/downloads/Print_Plantenkennis.pdf For the part on the leftside of the picture I use this code:     FOR n = 1 TO LEN(aGegevens)         IF LEN(ALLTRIM(aGegevens[n,1])) > 0 ...
by plantenkennis
Wed Dec 14, 2016 6:18 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Re: Printing routine

Hello Antonio,

Again thanks for the very quick reply. Now the sample works perfect.

Almost ready with the first version of my program. Hope to distribute it next month.
by plantenkennis
Tue Dec 13, 2016 10:37 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 4301

Printing routine

Hello Antonio, Can you please revise the printing routine. If I compile testprn3 I get an error. Undefined symbols for architecture x86_64:   "_HB_FUN_PRNINFOPAGSETBOTTOMMARGIN", referenced from:       _symbols_table in libfive.a(printer.o)   Maybe this must be PRNINFOPAG E SETBOTTOMMARGIN...
by plantenkennis
Sun Dec 04, 2016 12:51 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Cmd-C and Cmd-V in get
Replies: 9
Views: 3288

Re: using Cmd-C and Cmd-V in get

Hello Antonio and Manuel,

Thank you for this. IT works perfect.
by plantenkennis
Wed Nov 30, 2016 2:44 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Cmd-C and Cmd-V in get
Replies: 9
Views: 3288

Re: using Cmd-C and Cmd-V in get

Hello Antonio,

Thanks!

Is there alo a possibilty to use other hotkey functions, like Cmd-P for a printing function.
by plantenkennis
Wed Nov 30, 2016 12:11 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Cmd-C and Cmd-V in get
Replies: 9
Views: 3288

Re: using Cmd-C and Cmd-V in get

Hello Antonio,

At my system this does not seem to work. Check with the registration app I posted last week. I only get a beep when i select the value of the get.
by plantenkennis
Tue Nov 29, 2016 10:15 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Cmd-C and Cmd-V in get
Replies: 9
Views: 3288

using Cmd-C and Cmd-V in get

Hello,

How can I use Cmd-C and Cmd-V in a oget. I can rightclick on a get and select copy/past, but I would like to use the keys for this.
by plantenkennis
Tue Nov 29, 2016 10:13 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: saving logical variable in plist
Replies: 0
Views: 7338

saving logical variable in plist

Hello, I am able to save strings and array;s in a plist, but is it possible to save a logical value? When I edit the plist I can select boolean, but when I save my variable to this, the type is set to string.     oPList:SetItemByName( 'RegistrationKey', cRegKey, .T. )     oPList:SetItemByName( 'Toon...