Tuto WINDEV Mobile 25
164 Part 5: Android and iOS: Developing an application Window test Before running the window test, we are going to modify the "WIN_List_of_products_Advanced" window to directly open the from window that was just created. ▶ To open the window with swipe from the list of products: 1. Display the window "WIN_List_of_products_Advanced" in the editor (click its name in the bar of opened documents). 2. Display the WLanguage events related to the Looper control. 3. In the event "Selecting a row ... ", replace the WLanguage code: HReadSeek(Product,ProductID,QRY_Products.ProductID) OpenMobileWindow(WIN_Product_form) by: HReadSeek(Product,ProductID,QRY_Products.ProductID) OpenMobileWindow(WIN_Product_form_Advanced) ▶ We are going to test the operating mode of project in the simulator: 1. Click among the quick access buttons. 2. In the Looper control that is displayed, click a product to display its form. 3. Click the product form and move the mouse to the right or to the left. The product form automatically changes.
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==