929 new features in WINDEV, WEBDEV and WINDEV Mobile 2024

010 N e w f e a t u r e W D W B WM GUIDED TOUR: NEW KEYWORD The new MyGuidedTour type is used to access the current Guided Tour: access properties, add or delete steps, change steps. Benefit of this new feature in version 2024 : More and more features 011 N e w f e a t u r e W D W B WM PROGRAMMATICALLY DEFINE MORE ACTIONS THAN THOSE AVAILABLE IN THE WIZARD All the options in the Guided Tour wizard can be manipulated pro- grammatically. Many additional options are available: • Show or hide Back/Next buttons and Close icon • Highlight a group of controls • How often the Guided Tour appears (version number, monthly, when the app is started a given number of times, etc.) • Array of steps • Code to be executed before/after each step • The tooltip of a control can appear only when the user enters another control • Ability to populate controls according to a user action in the tooltip • Markdown support Reminder: Guided Tours use the same WLanguage code in WINDEV, WEBDEV or WINDEV Mobile. Benefit of this new feature in version 2024 : Powerful programming 012 N e w f e a t u r e W D W B WM CODE SNIPPET Example of code generated by the wizard: General settings of the Guided Tour and first step: NewFeatures is GuidedTour // Guided Tour settings NewFeatures .Identifier = "ERP TOUR" // Add steps to the Tour AStep is GuidedTourStep AStep .Target = BTN_Share ..Name AStep .Title = "Share button" AStep .Description = "Quick action for sharing the document across other platforms" NewFeatures .Step. Add ( AStep ) ... // Start the Guided Tour NewFeatures . Start () Example of custom code for setting effects: NewFeatures .Effect.Type = gtHalo NewFeatures .Effect.Shape = gtsCircle NewFeatures .Effect.AnimationDuration = 1s NewFeatures .Effect.Opacity = 80 Benefit of this new feature in version 2024 : Many programming possibilities 013 N e w f e a t u r e W D W B WM GUIDED TOUR: TOOLTIP CUSTOMIZATION The tooltip displayed by the Guided Tour is fully customizable. Simply use an Internal Window or an Internal Page. Several tem- plates are provided. You can add controls, etc. Benefit of this new feature in version 2024 : Modern, powerful tooltips MODERN UI: USE GUIDED TOURS IN YOUR APPS AND WEBSITES N e w f e a t u r e s i n W I ND E V 2 0 2 4 WE B D E V 2 0 2 4 W I ND E V Mo b i l e 2 0 2 4 6

RkJQdWJsaXNoZXIy NDQ0OA==