Search found 50 matches: tiles

Return to advanced search

Re: Windows 10 Icons of program

In this sample uses the notification API: https://code.msdn.microsoft.com/windowsapps/Simple-Live-Tiles-575b1d66
Maybe the code of toast can be updated to be used in it.
by AntoninoP
Mon Sep 12, 2016 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 Icons of program
Replies: 4
Views: 1332

Windows 10 Icons of program

... to create a 'Full Bleed' icon for a FWH-program like described in https://msdn.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets Now I link a 32x32 icon in my RC-file, and if I connect it to windows 10 start-menu, I get somethink like the left ...
by Marc Vanzegbroeck
Sun Aug 28, 2016 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 Icons of program
Replies: 4
Views: 1332

Re: Live Tiles (Metro) Examples.

... \fwh\samples\metrptst.prg This looks and works like Windows 8.1 start screen and is also fully touch compatible. We are planning to provide live tiles support in the next release and improve it to make the look and functionality even closer to Windows 10. If there is need we can hasten the work ...
by nageswaragunupudi
Sun May 15, 2016 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Live Tiles (Metro) Examples.
Replies: 3
Views: 842

Re: Live Tiles (Metro) Examples.

... have it working (kind of). I am using the class "tMetro" in fivewin. I add buttons to my Metro class and they look very similar to the tiles I am speaking about, but I don't see an option to make one of the buttons / tiles to behave like a "Live Tile" where it displays information ...
by byron.hopp
Sun May 15, 2016 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Live Tiles (Metro) Examples.
Replies: 3
Views: 842

Re: Live Tiles (Metro) Examples.

Byron,

Do you mean a Windows Universal app or a desktop app ?

What connection protocol do you use for the barcode scan ? Does it emulate a keyboard ?
by Antonio Linares
Sun May 15, 2016 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Live Tiles (Metro) Examples.
Replies: 3
Views: 842

Live Tiles (Metro) Examples.

Anybody sees any code with Live Tile Examples for a Metro Style app. I am attempting to build a scan app (barcode scan) for a Microsoft Surface.

Thanks,

Byron ...
by byron.hopp
Sun May 15, 2016 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Live Tiles (Metro) Examples.
Replies: 3
Views: 842

Re: Windows Toast notifications - second try

Antonio, Thanks for all the hard work on this. I might suggest two action items might be: 1) Getting toasts to appear in the Action Center 2) Providing on-click actions Also, I found some good links for more info on toast programming: Toast Notification and Action Center Overview for Windows 10 http...
by James Bott
Mon Apr 25, 2016 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 23340

Re: Windows Toast notifications - second try

Antonio, I don't know C++, but I did a little web searching and found this article: Quickstart: Handling toast activations from Win32 apps in Windows 10 https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/10/16/quickstart-handling-toast-activations-from-win32-apps-in-windows-10/ I...
by James Bott
Wed Apr 13, 2016 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 23340

Desktop app converter Preview

... microsoft release desktop app converter preview, with this, we can (maybe), convert an win32 app to UWX (Windows store) and Interact with live tiles, and more. https://www.microsoft.com/en-us/download/details.aspx?id=51691 documentation : https://msdn.microsoft.com/windows/uwp/porting/desktop-to-uwp-root ...
by norberto
Fri Apr 08, 2016 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop app converter Preview
Replies: 9
Views: 2410

Re: Toast Alert vs (my) TdesktopAlert

Silvio, yes
In testoast, the example appears with the 4 types of notifications
And do not confuse Tiles with Toast

Please, Help me to complete the class
As we have commented, to the TToast class still has some things to improve
Image
by cnavarro
Sat Apr 02, 2016 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Alert vs (my) TdesktopAlert
Replies: 9
Views: 2897

Resize gradient with Dialog Resize

To All I am re-sizing a dialog and am using the SetGradient() function to color my dialog box. When I re-size the dialog .. the gradient just tiles itself ( repeats ) and does not flow with the resize. Any suggestions .. here is the code Rick Lipkin LightYellow()DEFINE DIALOG oDlg RESOURCE ...
by Rick Lipkin
Fri Oct 02, 2015 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize gradient with Dialog Resize
Replies: 9
Views: 2040

Re: Metro Class

Dear Antonio,

>Yes Keyboard is not supported

I saw on WINDOWS 8 that you can navigate inside tiles with the scroll buttons.
Antonio, do you plan to extend Metro class.

Best regards,
Otto
by Otto
Thu Sep 17, 2015 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class
Replies: 4
Views: 1042

Re: German and Italian translations help required

... verticalmente","Vertikal anordnen","Titolo verticale" },; { "Vertical arranges the windows as nonoverlapping tiles", "Organiza las ventanas verticalmente", "Organise les fenêtres verticalement", "Organiza as janelas verticalemente","Vertikal ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4198

Re: Visual Studio 2013 download

... to compete with the ipad mini and galaxy note. and it as a time for us, Metro/Modern likes, as a time to think: Metro is more than the "tiles", is a programming concept, a concept that applications use interconnected research, data exchange, cloud, sandbox, and more things , no ...
by norberto
Thu Jun 27, 2013 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 download
Replies: 13
Views: 4091

TMetroPanel Class bug fix

The TMetroPanel class has a bug that prevents tiles from wrapping correctly. The maximum number of columns of tiles in a group should be three large tiles (this could be a combination of large and small tiles). Sometimes the columns exceed this ...
by James Bott
Tue Jun 18, 2013 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMetroPanel Class bug fix
Replies: 1
Views: 633
Next

Return to advanced search