I have not offended anyone ... just played around with you, I know you (virtually) to how long? (10 years?) I can't make a joke with friends?
I have not offended anyone ... just played around with you, I know you (virtually) to how long? (10 years?) I can't make a joke with friends?
You are welcome Norberto ![]()
Yes, we are very good friends. All of us. Thats why we should pay exquisite attention to the way we communicate each other...
Antonio, sorry if offended you, my apologies, since you have given freedom, here another joke, the last:
ask your fellow countryman, the Spanish Fernando Alonso, if he wants to leave Ferrari and go for the STR, he also manages to drive any car, but would rather stay where he can win titles, support, and money too ...
best regards, my friend.
Norberto,
Fernando started winning with Renault, for two consecutive years
Then he did 3rd with McLaren-Mercedes, etc...
If there weren't competitors with different cars, there wouldn't be a F1 championship...
Competence is very healthy ![]()
So lets keep an open mind to all of them. We all have to learn very much from each other...
Looking for that side, we have very similar to Fernando:
Renault = DOS = Fivedos, Fivewin 16 bits
McLaren = Windows Xp ~ 7 = FWH (x)Harbour
Ferrari = Windows 8 = FiveMetro? or FiveModernUI?
![]()
Many times I have discussions with people and sometimes they interpret what I say differently. Sometimes people think I am confrontational when I am just being passionate or just being devils advocate. If you think about it, some of the best learning and ideas comes from vigorous discussions.
As far as Metro with or without WinRT or the same code running on any platform, I don't really think that is the answer.
It is just like any company, many people have many different roles. You do not want or need the same screen doing AP as Email. You cannot expect to do the same spreadsheet on a desktop with a 23" monitor/mouse and a Windows phone with 7" screen/touch. So why would we need the same code to run on both or need the same type of interface?
I went back a year or more and was looking at some of the posts on this board. There was a big push to get ribbon working with backstage because of Office 2010. The same people that wanted that interface then now say that only Metro interface is the way to go. What will be the next must have interface. In the meantime real work gets done with and without the newest interface. The more things change the more they stay the same ![]()
WinRT is a new set of APIs that have the following properties:
It implements the new Metro look.
Has a simple UI programming model for Windows developers (You do not need to learn Win32, what an HDC, WndProc or LPARAM is).
It exposes the WPF/Silverlight XAML UI model to developers.
The APIs are all designed to be asynchronous.
It is a sandboxed API, designed for creating self-contained, AppStore-ready applications. You wont get everything you want to create for example Backup Software or Hard Disk Partitioning software.
The API definitions is exposed in the ECMA 335 metadata format (the same one that .NET uses, you can find those as ".winmd" files).
Antonio,
We would have to see how many people here on the forum really wants to migrate, develop for Windows 8RT , Windows phone 8, even for you to see the possibility of creating a fivert.
create a support group, to help and test. see in the harbour forum has been interested, etc.
but I think we should wait for the launch of Windows 8, from a few days to get those numbers.
Regards
Norberto
There is not even a console (terminal, command window) in WinRT... ![]()
There is one on Android, and I am very interested about it. Not sure if the same concept could be taken to WinRT.
I don't see the point of having to code in a different operating system to build for a platform, i.e.:
For iOS, you have to develop from Mac OSX.
For Android, you have to develop from Windows, Mac or Linux (using Eclipse and Java).
For WinRT, you have to develop from Windows desktop.
A complete operating system would be self contained...
(just brain storming...) ![]()
What I mean is:
We should be able to execute Harbour from a terminal in WinRT. Compile a PRG and make it run from WinRT itself.
Simplicity. Isn't it the point ? ![]()
in windows 8 tablets running on ARM, has no console mode, but Windows 8 running on x86 (desktop or tablet), has the old cmd (console), we have to test the program on x86.
many are confusing the windows 8 and Windows 8 for ARM, the second has no console mode and only runs on ARM tablets and comes already installed, it is not possible to buy separate.
we have :
Windows 8 x86 (desktop / tablet/ slate) : run win32 appl in console mode / run winrt appl (Metro)
Windows 8 RT ARM (tablets) : run winrt appl only (metro), desktop appl only from Microsoft, no console
Norberto
Norberto,
I mean a console running as a WinRT app.
I plan to do some tests... ![]()
What I mean is:
We should be able to execute Harbour from a terminal in WinRT. Compile a PRG and make it run from WinRT itself.
Simplicity. Isn't it the point ?