Search found 151 matches
- Thu Feb 11, 2021 7:05 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: SaveImageFromImage() function with high resolution
- Replies: 1
- Views: 7547
SaveImageFromImage() function with high resolution
Hello Antonio, Last week I noticed that the SaveImageFromImage() is not working like acpected when I compile my program in high resolution (see post http://forums.fivetechsupport.com/viewtopic.php?f=5&t=39486 . When I compile and run the program in high resolution and I rescale an image to 1000 ...
- Sun Jan 24, 2021 5:12 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: problems after update to MacOs 11.1 (Big Sur)
- Replies: 8
- Views: 10371
Re: problems after update to MacOs 11.1 (Big Sur)
Hello Manuel, Thank you for this information. I have added the next lines to my makefile. SDKPATH=$(/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk) FRAMEPATH=$(SDKPATH)/System/Library/Frameworks It seems I have to use the 10.14 sdk, because the 10.13 could not be found. But how do I chec...
- Sat Jan 23, 2021 11:21 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: problems after update to MacOs 11.1 (Big Sur)
- Replies: 8
- Views: 10371
problems after update to MacOs 11.1 (Big Sur)
Hello Antonio and Manuel, After I updates MacOs to 11.1 some functions works different. I have a GET where users can type some characters in and after typing one character (bKeyDown) I launch a functio to search in the database and the focus must be back to the GET, behind the last typed character. ...
- Fri Nov 06, 2020 2:52 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: display of fonts used in browses
- Replies: 6
- Views: 3753
Re: display of fonts used in browses
Hello group, Thanks to a lot of great work from Manuel we now can also create the Info.plist with a makefile. And it looks that there are much more options that we can set in the Info.plist. Here is a copy of my makefile that is made by Manuel: # makefile for Plantenkennis, sample (c) FiveTech Softw...
- Sun Nov 01, 2020 9:15 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: display of fonts used in browses
- Replies: 6
- Views: 3753
Re: display of fonts used in browses
Thanks to the work of Manuel we have the solution for the blurry fonts. In the app-folder there should be a file named Info.plist. When building an app with the build.sh command this file is added automatically. But this file needs the next lines: echo ' <key>NSHighResolutionCapable</key>' >> $1.a...
- Wed Oct 21, 2020 6:08 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: display of fonts used in browses
- Replies: 6
- Views: 3753
Re: display of fonts used in browses
Hello Antonio, I don't think that the SetFont is the solution. I have tried several fonts in my browse, but it makes no difference. I als played with the smoothing option as mentioned on you link, but that also makes no difference. Check the images: No smoothing: http://www.plantenkennis.com/FiveMac...
- Mon Oct 19, 2020 6:49 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: deleting files from app
- Replies: 2
- Views: 2514
Re: deleting files from app
Hello Antonio,
Yes, I include the path when deleting a file, but all function return .F. So they can't delete the file. I have complete read/write access to the files.
Yes, I include the path when deleting a file, but all function return .F. So they can't delete the file. I have complete read/write access to the files.
- Mon Oct 19, 2020 9:52 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: deleting files from app
- Replies: 2
- Views: 2514
deleting files from app
Hello Antonio,
Next question: How can I delete a file from within my program? I have tried next commands without success:
Next question: How can I delete a file from within my program? I have tried next commands without success:
- FERASE
- DELETEFILE
- MOVETOTRASH
- Fri Oct 16, 2020 2:04 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: display of fonts used in browses
- Replies: 6
- Views: 3753
display of fonts used in browses
Hello Antonio, The last day I got some complaints about the sharpness of the fonts used in browses and on buttons. If you look carefully to the sharpness of the font in a browse it is not so sharp as the font in the menu or the statusbar. Is there anything I could do about this. http://www.plantenke...
- Tue Feb 25, 2020 6:05 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: printing constants
- Replies: 3
- Views: 7218
Re: printing constants
Hello Antonio and Manuel, thank you for your reply. Do I need a new lib for this, because I have replaced the function in printers.m but now get the next results: A5 > 566 400 A3 > 566 400 A4 > 813 576 So it seems in my case the A3 size does not work properly? And your printsizes are different than ...
- Sun Feb 23, 2020 3:28 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: printing constants
- Replies: 3
- Views: 7218
printing constants
Hello, I am working on a routine where the user can design his own prints. While testing some things I saw the next strange behaviors: When I set the oPrn:setPaperName("A4") and ask the GetPrintableWidth() and GetPrintableHeight() I get values like 576 and 813. When I set the oPrn:setPaper...
- Fri Nov 22, 2019 4:16 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: changing header in bowse
- Replies: 0
- Views: 2946
changing header in bowse
Hello Antonio, Can I change the headers of a browse programmaticaly? I have a browse with headers {"Header1", "Header2", ''Header3","Header4"} and in the program the user can rename this headers like {"Column1", "Column2".....} Also a user can c...
- Tue Nov 19, 2019 6:58 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: Printing image with fixed width en height
- Replies: 2
- Views: 2822
Re: Printing image with fixed width en height
Hello Antonio,
Thank you, this does it for me
Thank you, this does it for me
- Sun Nov 17, 2019 4:22 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: Printing image with fixed width en height
- Replies: 2
- Views: 2822
Printing image with fixed width en height
Hello group, I want to print images on paper, but they must be all the same sizes without looking if its portrait or landscape. So I want to stretch them. Is this possible? Also I noticed that some methods of the IMAGE don't work. In the source I see a AutoResize, but if I use it, this gives an erro...
- Mon Oct 21, 2019 12:18 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: make error after upgating to MacOs Catalina
- Replies: 6
- Views: 3780
Re: make error after upgating to MacOs Catalina
Hello Antonio,
YES, thank you. Back on track again.
YES, thank you. Back on track again.