3 + 4
Object subclasses
Note | To check the server can be accessed from this computer, try pointing your web navigator to the URL you use to connect to the SystemServer. It should return a page indicating the server is running. |
Follow this link to open the development environment with a workspace connected to http://192.168.1.115:8088 | |
- | The link has been obtained evaluating with showIt 'http://u8.smalltalking.net/profile/aleReimondo/Swiki/tools/index.html?doIt=', '[UI8Workspace open connectTo: ''http://192.168.1.115:8088'']valueDeferred: 300' escapedchange the IP address to connect to another server |
To create a QR code image in this swiki pointing to a page, add an <IMG src="theURL"> HTML element in the page where "theURL" is the result of evaluating the following expression in a workspace UI8Workspace new qrFor: 'SwikiCodeRobot @> #(test jx8-ios)' width: 300 height: 300 |