JAM-Software / RibbonFramework

Delphi wrapper and standalone Designer for the Windows Ribbon Framework
Other
202 stars 57 forks source link

Preview button does not work #107

Closed carlosbfeitozafilho closed 5 years ago

carlosbfeitozafilho commented 5 years ago

The preview button is not working on the last RibbonDesigner.exe version, shipped with the last zip file downloaded here at GitHub.

The log says

STARTING THE RIBBON COMPILER...

UICC.exe found: Using D:\Desenvolvimento\Windows SDK\bin\x86\UICC.exe Header file generation successful: 'D:\Desenvolvimento\Delphi\Componentes\RibbonFramework\Samples\High Level\07 Text Pad with Action List\Ribbon\RibbonMarkup.h'. Ribbon markup file validation successful: 'D:\Desenvolvimento\Delphi\Componentes\RibbonFramework\Samples\High Level\07 Text Pad with Action List\Ribbon\RibbonMarkup.xml'. Ribbon resource file generation successful: 'D:\Desenvolvimento\Delphi\Componentes\RibbonFramework\Samples\High Level\07 Text Pad with Action List\Ribbon\RibbonMarkup.rc'. RC.exe found: Using D:\Desenvolvimento\Windows SDK\bin\x86\rc.exe Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17336

Copyright (C) Microsoft Corporation. All rights reserved.

Setting content to + D:\Desenvolvimento\Delphi\Componentes\RibbonFramework\Samples\High Level\07 Text Pad with Action List\Ribbon\RibbonMarkup.pas Ribbon pascal markup file generation successful: 'D:\Desenvolvimento\Delphi\Componentes\RibbonFramework\Samples\High Level\07 Text Pad with Action List\Ribbon\RibbonMarkup.pas'

STARTING DELPHI COMPILER... Embarcadero Delphi for Win32 compiler version 32.0 Copyright (c) 1983,2017 Embarcadero Technologies, Inc.

RibbonMarkup.dpr(1) RibbonMarkup.dpr(1) RibbonMarkup.dpr(7) 8 lines, 0.05 seconds, 32384 bytes code, 15816 bytes data.

RIBBON COMPILED SUCCESSFULLY!

In other words, everything is fine, but the preview form is not show, in fact, the Build ant the Preview buttons are doing the same thing, what can I do to fix it? Or you will fix it?

PS.: I used the old RibbonDesigner.exe to replace the new one and it works as should, so, there really are a problem with the last RibbonDesigner.exe. Well, I do not know if there are bugfixes on the last RibbonDesigner.exe, if not so, I would use the old version. Let me know please