ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Automatic Application Features (AAF) / AAF on windows
  • Overview
  • Modifying and customizing the search window
  • Overview
  • Integration in the application
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
In a window, you have the ability to perform:
  • A search for a word in a specific edit control.
    In this case, select "Find" in the context menu of the control.
  • A search for a text in the different controls of your window.
    In this case, press Ctrl + F and type the word to find.
    The search is performed:
    • before version 18: in Edit control fields and table lines.
    • from version 18: in all window fields. All the elements corresponding to the search are highlighted in yellow. The "Next" and "Previous" buttons are used to move between the selected elements.
Modifying and customizing the search window

Overview

WINDEV gives you the ability to include the search window used by the AAF in your application. You will have the ability to customize:
  • the appearance of this window (modification of skin template for example).
  • the languages supported by this window. This feature is very useful when translating this window into the different languages available in the application.

Integration in the application

To include the search window in your application:
  1. On the "Project" tab, in the "Project" group, expand "Import" and select "WINDEV elements and their dependencies".
  2. Select the subdirectory that contains the elements to import. The search window is located in the "\Programs\Data\Preset Windows\EN\AAF" subdirectory of the WINDEV installation directory.
  3. WINDEV lists the elements of the directory. This directory contains the different elements corresponding to the customizable AAFs. The elements corresponding to the search window are:
    • the "CContextSearch.wdc" class.
    • the "WinDevAAF_SearchWindow.wdw" window, for a search performed in an edit control.
    • the "WinDevAAF_SearchWindowAllWin.wdw" window, for a search performed in the entire window.
  4. Validate. The class and the window are included in the project. These elements can be modified. The modified elements will be automatically taken into account during the search performed in the window and/or in an edit control.
Remarks:
  • The imported elements must not be renamed.
  • If these elements are included in your application, you may not benefit from the improvements performed during the different updates. Don't forget to check whether they have evolved.
  • Warning: To modify these items, the corresponding files must not be read-only.. Modify the characteristics of the files in Windows if necessary.
Minimum version required
  • Version 11
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help