|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The principle of windows with arrow is straightforward... |
|
|
|
|
|
|
|
| To develop a WINDEV Mobile application for iPhone/iPad, you need: |
|
|
|
|
|
|
|
| The development of an iPhone/iPad application is performed in 2 steps: |
|
|
|
|
|
|
|
| Indicates whether the code is run in the iOS emulator (iPhone, iPad). |
|
|
|
|
|
|
|
| A non-maximized window can occupy a section of the screen only... |
|
|
|
|
|
|
|
| Action Bars replace the title bar of a window and display different types of information... |
|
|
|
|
|
|
|
| Websites can be displayed on many devices (Android, iPhone, etc.)... |
|
|
|
|
|
|
|
| When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled... |
|
|
|
|
|
|
|
| You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile. |
|
|
|
|
|
|
|
| Several steps must be performed to develop an iPhone/iPad application: |
|
|
|
|
|
|
|
| Excludes a file from iCloud backup. |
|
|
|
|
|
|
|
| Apple has recently released an SDK to natively compile iOS applications for MacOS... |
|
|
|
|
|
|
|
| Lists the resources integrated to the application.
|
|
|
|
|
|
|
|
| Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
|
| In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.). |
|
|
|
|
|
|
|
| Signing an application is mandatory from Xcode 8... |
|
|
|
|
|
|
|
| Selects an appointment in a Scheduler control. |
|
|
|
|
|
|
|
| Deselects an appointment from a Scheduler control. |
|
|
|
|
|
|
|
| Replaces all the cookies stored for a domain:
by HTTPRequest.
by HTTPSend.... |
|
|
|
|
|
|
|
| Triggers the vibrations of the device. |
|
|
|
|
|
|
|
| Deletes a voice command previously added with SpeechRecognitionAddCommand. |
|
|
|
|
|
|
|
| Changes one of the animation parameters used for:
an animated image (in an Image control),... |
|
|
|
|
|
|
|
| The Anchor property sets the anchors of a control in a window, page or report. |
|
|
|
|
|
|
|
| The windows represent the main interface of a WINDEV application...... |
|
|
|
|
|
|
|
| The Zoom property gets or sets the zoom value:
in an Image control.
in a Map control.... |
|
|
|
|
|
|
|
| The GranularityMovement property is used to get and change the size of the grid to move:... |
|
|
|
|
|
|
|
| The WorkingHourStart property is used to get and change the start time of working hours used:... |
|
|
|
|
|
|
|
| The WorkingHourEnd property is used to identify and change the end time of working hours used:... |
|
|
|
|
|
|
|
| The Contact structure is a preset structure of WLanguage (no declaration is required)...... |
|
|
|
|
|
|
|
| The MovementAPT property allows you to know and specify whether users can move appointments... |
|
|
|
|
|
|
|
| The PeriodSelection property is used to determine and specify if the user can select a time period... |
|
|
|
|
|
|
|
| The FullName property is used to find out the full name:
of a control.
of a window.... |
|
|
|
|
|
|
|
| Reinitializes:
the Contact structure.
a Contact variable.... |
|
|
|
|
|
|
|
| List of print functions... |
|
|
|
|
|
|
|
| The Group property is used to:
find out whether the control belongs to a group of controls.... |
|
|
|
|
|
|
|
| The ZOrder property gets and sets the Z-order of an element. |
|
|
|
|
|
|
|
| Retrieves the information about the last known device position. |
|
|
|
|
|
|
|
| Retrieves the activation status of the geolocation provider or asks to be notified when the status... |
|
|
|
|
|
|
|
| Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
|
| The ScrollWithFinger property is used to:
Determine if the content of a control can be moved... |
|
|
|
|
|
|
|
| Returns the activation status of the NFC sensor found on the device. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|