Member
Last active 4 years ago
@oliver@osswald.com you have the HTTPClient (where you set the host) and the Request (where you set the path on the host)
on Request (I named it getjson) you have an event called NewValue that is called when the HTTPClient.Request is run (in my example from Window1.WillShow)
for dharma.ch/myip you just have to change the host and path in HTTPClient and Request. and display the value instead of value['ip'] (as in my example the output is a JSON)
hope it helps
here is a quick demo that gets your IP and displays on screen
is there a roadmap for supporting iOS 11 ? especially Wireless Deployment (possible now via ios-deploy)
also any plans on supporting existing Apple stuff (HomeKit, MusicKit, ...) ?
@marco in b7 how can see the PostBuild output/errors ? the build window disappears and cannot check why ios-deploy fails (trying to deploy via WiFi instead of USB, which works via command line)
or Object:Function:LineNumber
tip: click on error line to jump to exact line in code
on second thought, just to be able to delve in Gravity Maps in the Logs window – to allow "print" debugging until Creo support Debug mode.
and yet another request - Console.log and dir (a la Javascript) for debugging running code.
I found about Console.write() before getting no output using System.print() (duh!)
I think for start is enough. XCode list (http://help.apple.com/xcode/mac/8.0/#/itcaec37c2a6 ) it is waaaay biggger, but a lot of them are not applicable for Creo.
it would speed up a lot if we can have a post build script to be run after the Build is done.
I am using ios-deploy command line tool and it is blazing fast (thanks for the tip in the Creo docs)