Search found 1502 matches

by mastintin
Sun Sep 30, 2018 9:44 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Lines and rectangles
Replies: 8
Views: 2684

Re: Lines and rectangles

To make it work WITH in NSBox the box type must be NSBoxCustom = 4 . See Testgrp.prg .... Change : @ 60 ,10 LINE HORIZONTAL oline SIZE 372 OF oDlg to @ 60, 10 GROUP oline SIZE 372, 5 OF oDlg oline:setCustom() oline:setBorderType(1) oline:setBorderColor(0,255,0,100) oline:SetBorderWidth( 5 ) anyway ,...
by mastintin
Sun Jul 08, 2018 3:09 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 4987

Re: several questions about GET class

Began to develop in Leopard , It has been renewed functions deprecated until the last version Hight Sierra . My computer is from last 2009 ( 10 years old ) and the last system can run. I think you do not have to have problems with Sierra. I think there's a development for mysql ( Dolpin ) http://for...
by mastintin
Thu Jul 05, 2018 1:31 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 4987

Re: several questions about GET class

new libs for test ( copy old libs ) . Changes for numeric gets . ( in test ) https://www.dropbox.com/s/oqwygwfuao1taux/librerias.zip?dl=0 use : local nNum := 0 // nNum -> valtype numeric @ 40, 90 GET oGet1 VAR nNum OF oDlg PICTURE "9999.99" TOOLTIP "a string with cross" SIZE 250,...
by mastintin
Thu Jun 28, 2018 3:18 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 4987

Re: several questions about GET class

ok. I have tried, but is not good solution ... If the character inserted in the middle of " numeric string" It does not work as it should. It does not work with pulsations of keys like enter , down arrow, up arrow, etc. I'm going to try to change how the pre-validation is done to see if we...
by mastintin
Thu Jun 28, 2018 8:48 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 4987

Re: several questions about GET class

Ok. Is a good solutión.
I will try to implement it in the keydown of the class and that acts if the get is of numeric type.
I'll tell you something when I have it so they can do tests.
by mastintin
Sun Jun 24, 2018 10:37 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 4987

Re: several questions about GET class

The get problem is large to solve , the initial code used the style let's say "textbox". oGet2:SetNumFormat("###0.##") Then he has tried to use the GEt style with pictures, but correct operation has not been achieved .. this code @ 110, 115 GET oGet2 VAR aMaat[2] OF oDlg TOOLTIP ...
by mastintin
Sun Jun 24, 2018 9:20 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: resizing window and image control
Replies: 2
Views: 1671

Re: resizing window and image control

If I look in the source of Windows.prg there si something strnage too? Yes, I detect this , It would be easy to change it, but we would lose the retro compatibility in old programs ... I have seen the problem of the photos, is the new setsize method that overwrites setsize Tcontrol Method . I renam...
by mastintin
Mon Jun 11, 2018 9:03 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4106

Re: right mouseclick

New libs width changes...
see browse.prg in samples from repository.

new libs ...
https://www.dropbox.com/s/zr322rimlapki ... s.zip?dl=0
Regards.
by mastintin
Mon Jun 11, 2018 4:39 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4106

Re: right mouseclick

the problem is that the position where the pop is show must be passed to the handle. the code we have can pass up to 3 parameters:   function _FMH (hWnd, nMsg, hSender, uParam1, uParam2, uParam3) We would have to add one more parameter ( I do not think it creates problems ) the parameters to pass wo...
by mastintin
Sun Jun 10, 2018 1:48 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4106

Re: right mouseclick

SCREENVISIBLEHEIGHT, SCREENVISIBLEWIDTH, STATUSBARHEIGHT, GETDOCKPOSITION ,GETDOCKSIZE ISDOCKHIDDENc is implemented in this libs. Mailer is in libs , use mail app to send mails but not send files Attached ( sorry ) I have code to send mail With attached files but then do not send them automatically....
by mastintin
Sun Jun 10, 2018 6:26 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4106

Re: right mouseclick

try these libraries ( I recommend making a copy of yours in case they fail )

https://www.dropbox.com/s/7c5o9i1m0kn3v ... p.zip?dl=0

please confirm if they work.
Regards
by mastintin
Fri Jun 08, 2018 12:38 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4106

Re: right mouseclick

See last commit ( 03/06/2018 ) , browses.m change for handled rclick event .
I forgot to upload it in previous commit.
Sorry .
by mastintin
Sun Jun 03, 2018 1:50 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: send mail
Replies: 3
Views: 1877

Re: send mail

I have reviewed the matter...I will try to explain the situation Apple in an attempt to improve security to made sandbox in their applications. One application can not automatically send messages with attachments without the supervision of a user,for security reasons. Before this we have 2 options :...
by mastintin
Tue May 29, 2018 9:49 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: send mail
Replies: 3
Views: 1877

Re: send mail

missing by linking mailer.m in the makefile.
added , mailer.m throws deprecated errors. we will have to review the module.
made test as it is sent the mail but not the attached file.
Saludos.
by mastintin
Tue May 29, 2018 9:33 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: right mouseclick
Replies: 16
Views: 4106

Re: right mouseclick

in the absence of tests, I think it works..
Saludos.