forked from SiriusDely/Cascades-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
45 lines (35 loc) · 1.83 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SOAP and XML
========================================================================
Sample Description.
This sample shows how to access a SOAP service using QTSoap and handle the XML response.
You will learn how to:
- Interface with a SOAP C++ library
- Register C++ classes for use in QML documents
- Use both DockLayout and StackLayout
- Use a DropDown menu
- Execute different code for a Button onClicked based on the selected item in a DropDown menu
- Use a custom control to notify when there is network activity
- Use a C++ object's members
- Use Javascript to control visibility of different parts of the UI
- Style text using textStyle property of a Label
- Create a custom control
- Create an ActivityIndicator
- Create Javascript functions for setting the title, starting and stoping the ActivityIndicator
========================================================================
Requirements:
BlackBerry 10 Native SDK
========================================================================
Running the example:
1. Clone the Sample repository.
2. Launch BlackBerry 10 Native SDK, and from the File menu, select Import.
3. Expand General, and select Existing Projects into Workspace. Click Next.
4. Browse to the location of your sample directory, and then click OK.
5. The sample project should display in the Projects section.
Click Finish to import the project into your workspace.
6. In the Project Explorer pane, Right-click the project (for example hellocascades)
and select Build Project.
7. In the Project Explorer pane, Right-click the project (for example hellocascades)
and select Run As > BlackBerry C/C++ Application.
8. The application will now install and launch on your device if not you might
have to set up your environment:
http://developer.blackberry.com/cascades/documentation/getting_started/setting_up.html