sdfsdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Function GetData | |
Dim bunkerAuth As New HttpBasicAuthenticator | |
bunkerAuth.Setup Username:="admin", Password:="admin" | |
Dim bunkerClient As New WebClient | |
bunkerClient.BaseUrl = "https://6daf82faac72d8bdbe867abb93a78ae553db8caefb9603b2c19dae629d8c85.resindevice.io/" | |
bunkerClient.Authenticator = bunkerAuth | |
Dim getResponse As WebResponse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://dl.dropbox.com/u/10615176/properties.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rfapp id="3F8-279A" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://developer.redfoundry.com/rfml.xsd"> | |
<property name="enable-layout-debugging">NO</property> | |
<property name="enable-debug-console">NO</property> | |
<views> | |
<view> | |
<actions> | |
<set on="appeared"> | |
<values> | |
<property name="siteID">[form:siteID]</property> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<rfapp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://developer.redfoundry.com/rfml.xsd"> | |
<views> | |
<view> | |
<widgets> | |
<RFUserWidget id="Rating1"> | |
<property name="load-from">RatingsWidget.xml</property> | |
<property name="max-rating">5</property> | |
<property name="icon-width">50</property> | |
<property name="icon-height">50</property> |