• skip to content

CommandFusion Wiki

Documentation Resources

User Tools

  • Login

Site Tools

  • Recent changes
  • Media Manager
  • Sitemap
Trace:

example-gui-projects

Search

You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.

Results

Quick Start Guide - guiDesigner & iViewer: 64 Hits
ubpages for your project are shown.\\ {{:software:gui-designer:projects_tree.png?nolink|}} ==== Theme Manager ==== This ... themes that will be used for all objects in your GUI.\\ {{:software:gui-designer:theme_manager.png?nol... allows you to use pre-defined themes within your projects. These themes can be created and shared by anyone... make sharing easier in the future.\\ {{:software:gui-designer:theme_library.png?nolink|}} ==== System
iViewer for iOS Release Notes: 61 Hits
th expression library * Autoscaling for smaller GUI projects on larger devices (iPhone 5 projects will scale to fit iPhone 6/7) ===== Version 4.0.... igned to a digital join to show status within the GUI via button state for example. * Feedback from systems with values in hex byt... ers as semi-transparent to show it overlaying the GUI, rather than the default grey look. ==== Bug Fix... the code ==== Bug Fixes ==== * Fixed bug where GUI File cache would be lost after updating iViewer t
guiDesigner Basics: 47 Hits
the web server, and use the complete URL of the .gui file. For example, if your website is at www.example.com , your project file is called tutorial.gui, and is placed in a folder called cf, the url will be www.example.com/cf/tutorial.gui.\\ \\ If you do not have access to a web server, then you can use the upload service bu... using the upload service, you do not include the .gui file name in the URL. For the GUI designer to wor
GUI Archive: 47 Hits
====== GUI Archive ====== A GUI Archive is a .zip file which contains one or more guiDesigner projects. This includes the .gui file along with any assets such as graphics, s... g the logical height of the device, prefixed by ''GUI-''. For example logical resolution of iPhone XR is 414w x 896h, so it will look for a filepath matching ''GUI-896h''. - Check for a filepath matching the next smallest logical height, eg. ''GUI-812h''. - Check for a filepath matching ''GUI'' - If still
iViewer Settings: 33 Hits
ny assets that may be missing from the cache. For example: if you reload the GUI Layout, and the new layout includes a new, uncach... till attempt to cache this image even when Reload GUI Assets its off.\\ Therefor, Reload GUI Assets is ... missing from the cache will be requested from the GUI File URL and cached. **//If you have edited an image file, you need to have Reload GUI Assets enabled to force iViewer to recache the asset. Otherwi
Tokens: 21 Hits
retrieve data from at runtime in your guiDesigner projects. A token has a name and a value. ===== Token Nam... important 80%> NOTE: Data is not persisted across GUI reloads. Each time the GUI is reloaded (when Reload GUI Layout is enabled in [[software:iviewer:settings|iViewer Settings]]), global token values wil... ddress since iOS7 onwards. === Attached to every GUI object === * ''[join]'' - The join number and j
Automatic GUI Update Module: 19 Hits
====== Automatic GUI Update Module ====== This JavaScript module allows you to implement automatic GUI updating features into your projects. This way you can store your guiDesigner projects in remote location such as dropbox (or similar) then any time the project GUI file (or project archive) changes, you can present a notification to ask the user to update or ignore the update. ===== Example Application ===== Implement an automatic update checker into your GUI, allowing your clients to be automatically notified when an update to their GUI is available. ===== Usage ===== Simply add the autoupdate.js file to your project and instantiate it in your own main.js file for your projects. You can can use the main.js file included in this demo as a sample on how to use it within your projects. ===== Recommended Project Storage ===== We recommend either using your own web server to store the project, or a service like DropBox. Always use project archives (zip files) when storing on services like dropbox to ensure asset files for your GUI will be loaded correctly. ===== Demo ===== Download the project via the below Link and add your iViewer license to the project in guiDesigner, then load it onto your licensed device running iViewer. <WRAP leftalign round info 20%> Please note that the demo GUI will not be able to force a GUI update on the server if you do not apply a license. </WRAP> In this demo you can see the auto update feature in action. It allows you to trigger an update on a GUI file on our servers, you can then either hit the ''Check for Updates'' button, or wait for the GUI to auto check (occurs every 1 minute) then notify you that an update is available. The zip archive includes all required JavaScript files. <wrap leftalign round download 20%> [[http://cmdf.us/autoupdater|Download The Demo Project Here]] </wrap> ===== GitHub ===== You can also view the project [[https://github.com/CommandFusion/DemoUserInterfaces/tree/master/AutoUpdate|on our GitHub.]] ===== Remote Hosting ===== You can learn more about [[software:knowledge-base:hosting-gui-projects|remote hosting of GUI projects here.]]
Password Lock/Protection Module: 15 Hits
b]]. ====== Another Approach ====== {{:software:gui-designer:example-gui-projects:passwordprotect.gui.zip|Passwordprotect.gui.zip}} Note: You must enter your registration code into the GUI when open i
iViewer Protocol: 14 Hits
combined with a join number (starting at 1). For example ''d12=0\x03'', where the join number is 12. ====... al join 1 to a value o f 1 (high). The following GUI elements make use of Digital joins: - Buttons ... nalog join 23 to a value of 54677. The following GUI elements make use of Analog joins: - Gauges ... f ‘Hello World!’ (without quotes). The following GUI elements make use of Serial joins: - Text
Animations Module: 14 Hits
dback Parsing. ===== Downloads ===== {{:software:gui-designer:example-gui-projects:anim.gui.zip|Animation Demo guiDesigner Project}}... ge frame we want to show in the animation. In the example, the command sends 'loading=loading_[load].png'. ... ).\\ So the first time the command is sent in our example, it will actually send 'loading=loading_1.png'. ... click on the page/subpage name in the [[software:gui-designer:project-tree|project tree]] and choose '
Page 3 - JavaScript Modules: 13 Hits
Interface System - Page 3** All information and GUI's in this case study are by Barry Gordon himself.... design are Barry's own and should be looked as an example, CommandFusion recommends you design a system tha... isplay Pages]] - a detailed look at the iViewer 4 GUI - [[case-studies:barry-gordon:residential-ipad-... t code function to perform the work. An excellent example of this is the handling of TCP communications for
Residential iPad User Interface System: 12 Hits
permission of Barry Gordon. All information and GUI's in this case study are by Barry Gordon himself.... design are Barry's own and should be looked as an example, CommandFusion recommends you design a system tha... isplay Pages]] - a detailed look at the iViewer 4 GUI - [[.:barry-gordon:residential-ipad-system-page... ionality. You can change the state of a light for example; from an iPad, from the ISY994, from Homeseer, an
Creating Theme Library Entries: 11 Hits
n create your own library files for use in future projects, or to share with others. Basically, a theme libr... ary file is just a specially formatted [[software:gui-designer:gui-file|GUI File]] - in other words, a ... rary name and author details are grabbed from the GUI File [[software:gui-designer:project-properties|P... xist, the Theme Library will draw the appropriate GUI object based on the theme details alone. ==== Gr
Statusbar Example: 9 Hits
isibility. ===== Downloads ===== - {{:software:gui-designer:example-gui-projects:statusbar.gui.zip|Statusbar Demo GUI}} ===== Controlling the Status Bar ===== You can show, hide and toggle the statu... u could activate the digital join as per the demo GUI above, or any of the following ways: - Via the ... ' property within a Command (this is how the demo GUI does it) - Send the command as the Startup Co
Interlocking Module: 9 Hits
Script Modules & Example GUI Projects: 7 Hits
Wake On LAN (WOL): 4 Hits
XBMC Control Integration Module: 4 Hits

Page Tools

  • Show pagesource
  • Old revisions
  • Backlinks
  • Back to top
  • Export PDF
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki