Search found 166 matches
- Sat Jul 01, 2023 1:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWin on Apple/Mac works great
- Replies: 10
- Views: 1184
Re: FiveWin on Apple/Mac works great
The libs are already quite complete. I don't have any problems with building good working programs with this software (FiveMac). So I hope more people are going to use this software and support FiveTech with new developments.
- Fri Jun 30, 2023 3:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWin on Apple/Mac works great
- Replies: 10
- Views: 1184
FiveWin on Apple/Mac works great
Hello group,
I want to share my results with FiveMac, a perfect programming language for the use of Harbour on Mac computers. Antonio and Manuel (Mastintin) have made a great tool.
I use the software for making a program that landscapers use to make gardenplans for theire custumers. In this ...
I want to share my results with FiveMac, a perfect programming language for the use of Harbour on Mac computers. Antonio and Manuel (Mastintin) have made a great tool.
I use the software for making a program that landscapers use to make gardenplans for theire custumers. In this ...
- Tue Mar 22, 2022 9:28 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: compiling program on M1 chip
- Replies: 0
- Views: 6922
compiling program on M1 chip
Hello,
I have bought a new laptop with a M1-chip. Now when I run 'make' I get the following error:
xcrun: error: unable to load libxcrun (dlopen(/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005): tried: '/Applications/Xcode.app/Contents/Developer/usr/lib ...
I have bought a new laptop with a M1-chip. Now when I run 'make' I get the following error:
xcrun: error: unable to load libxcrun (dlopen(/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005): tried: '/Applications/Xcode.app/Contents/Developer/usr/lib ...
- Tue Mar 22, 2022 9:25 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
using Ctrl-Enter in Getq
Hello Antonio en Manuel,
I discovered the following problem. If I define a Get and want to start on a new line in the Get, one can use the Alt-Enter and the Ctrl-Enter. However, if one uses Ctrl-Enter the value can't be saved. The GetText is empty.
Is there a solution for this?
I discovered the following problem. If I define a Get and want to start on a new line in the Get, one can use the Alt-Enter and the Ctrl-Enter. However, if one uses Ctrl-Enter the value can't be saved. The GetText is empty.
Is there a solution for this?
- Wed Dec 01, 2021 3:15 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
change position of say, get and button
Hello,
If one resizes the window I want to be able to place the labels (say), get, buttons and browse on another position. How is this possible. I tried with SetPos(), but that did not do the trick.
Also I want to be able to change the size (height and width) of a browse when the main window is ...
If one resizes the window I want to be able to place the labels (say), get, buttons and browse on another position. How is this possible. I tried with SetPos(), but that did not do the trick.
Also I want to be able to change the size (height and width) of a browse when the main window is ...
- Sun Nov 28, 2021 11:05 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: don't close window with Escape
Hello,
Thank you very much, that was the trick
Thank you very much, that was the trick
- Fri Nov 26, 2021 2:08 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
don't close window with Escape
Hello,
It has been a long time since I had the oppurtunity to work on my program, due to personal problems.
I have some questions:
When in the Window definition I don't use the VALID option, the user can close the Window with the Escape key. I have set a VALID in this way:
VALID ( IF( ...
It has been a long time since I had the oppurtunity to work on my program, due to personal problems.
I have some questions:
When in the Window definition I don't use the VALID option, the user can close the Window with the Escape key. I have set a VALID in this way:
VALID ( IF( ...
- Tue Jun 22, 2021 6:28 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: defining a key to a function
Hello Antonio,
Thanks, that works. The GoLeft has number 63234 and the GoRight has 63235. I use the bKeyDown on a window instead of a browse. The window that is opened has seven tabs and on 4 of them there are browses. It also works on Get's
Thanks, that works. The GoLeft has number 63234 and the GoRight has 63235. I use the bKeyDown on a window instead of a browse. The window that is opened has seven tabs and on 4 of them there are browses. It also works on Get's
- Sun Jun 20, 2021 9:21 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
defining a key to a function
Hello,
I have a browse with all plantnames. If I doubleclick on a row a new window is opened that shows all the details of that plant. On this window I have two buttons to go to the previous row or the next row.
Now i want to do this by clicking on the keyboard with the go-left or go-right button ...
I have a browse with all plantnames. If I doubleclick on a row a new window is opened that shows all the details of that plant. On this window I have two buttons to go to the previous row or the next row.
Now i want to do this by clicking on the keyboard with the go-left or go-right button ...
- Thu Jun 10, 2021 3:04 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: problems after update to MacOs 11.1 (Big Sur)
Hello Antonio,
I have managed to solve the problem with the GET where the characters were shown in the opposite order. What I did was that everytime the user enters a character in the GET there was a function launched that searched in a browse and placed the pointer at the right position. I also ...
I have managed to solve the problem with the GET where the characters were shown in the opposite order. What I did was that everytime the user enters a character in the GET there was a function launched that searched in a browse and placed the pointer at the right position. I also ...
- Wed May 26, 2021 3:09 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: adding special characters in a get
Hello Antonio,
I have made an example.
If I use the oGet:setutf8Text( cText ) all the richtext formatting is shown and I can't put in characters like ä,é...
If I use the oGet:SetAttributedString(cText) the richtext formatting is NOT shown (so this is correct) but I still can't put in characters ...
I have made an example.
If I use the oGet:setutf8Text( cText ) all the richtext formatting is shown and I can't put in characters like ä,é...
If I use the oGet:SetAttributedString(cText) the richtext formatting is NOT shown (so this is correct) but I still can't put in characters ...
- Sun May 23, 2021 3:16 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: adding special characters in a get
Hello Manuel and Antonio,
I have made the suggested changes to the files and rebuild the libs. However in the get I see all the special characters from the RichText. And I am still not able to put in characters like ä, é ....
Here is my code:
FUNCTION RK_EditRichNotes(cTekst) LOCAL oDlg ...
I have made the suggested changes to the files and rebuild the libs. However in the get I see all the special characters from the RichText. And I am still not able to put in characters like ä, é ....
Here is my code:
FUNCTION RK_EditRichNotes(cTekst) LOCAL oDlg ...
- Tue May 18, 2021 1:18 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: adding special characters in a get
Hello Manuel,
Thanks for your reply. Yes the cTekst is a string with RTF content.
Do I need to rebuild the libs after the suggested changes? Because now I get an error:
Thanks for your reply. Yes the cTekst is a string with RTF content.
Do I need to rebuild the libs after the suggested changes? Because now I get an error:
Code: Select all | Expand
Message not found: TMULTIGET:SETUTF8TEXT
- Fri May 14, 2021 2:18 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
adding special characters in a get
Hello Antonio and Manuel,
I have a function to add a richtext, but in this function I can not type any special characters like ä, é
Is there a solution for it?
Here is my code:
FUNCTION RK_EditRichNotes(cTekst) LOCAL oDlg, cText := '' LOCAL oGet DEFINE DIALOG oDlg TITLE 'Aantekening ...
I have a function to add a richtext, but in this function I can not type any special characters like ä, é
Is there a solution for it?
Here is my code:
FUNCTION RK_EditRichNotes(cTekst) LOCAL oDlg, cText := '' LOCAL oGet DEFINE DIALOG oDlg TITLE 'Aantekening ...
- Fri May 14, 2021 2:13 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic:
- Replies: -1
- Views:
Re: problems after update to MacOs 11.1 (Big Sur)
Hello Antonio,
Today I updated my OS to MacOs 11.3.1 and the problem with the setting SetSel() is back again
Any suggestions?
Today I updated my OS to MacOs 11.3.1 and the problem with the setting SetSel() is back again
Any suggestions?