Jump to content
UBot Underground

Just upgraded to Pro (Think will become DEV very soon)


Recommended Posts

Just upgraded to Pro (have to wait for confirmation)

 

Looking forward to see what I can do with flash using pro :D

 

I have a few ideas :D

 

Most likely will upgrade to DEV today too!

 

Have looked at some UI elements that I wish to use in my software, but am currently clueless on how to add to my software :)

 

Have seen the UI elements bot for sale here at $97 but will want to do it myself so that I have full control and learn how to do myself!

 

Does anyone here have some good resources or guides to add my own buttons and switches to my software?

 

Thanks to all in advance :D

Link to post
Share on other sites

welcome to the club... try bootstrap itself http://getbootstrap.com/   it is easy to use and learn, or  this tool from around here http://www.ubotstudio.com/forum/index.php?/topic/14778-sell-super-simple-ui-builder-drag-drop-with-bootstrap-plugin/ , also built with bootstrap...

 

have fun.

  • Like 1
Link to post
Share on other sites

@macster

 

LOL I have been spending this afternoon playing with Twitter Bootstrap3, will check your links in a bit :)

 

Have a small problem tho....

 

Am using switches as my checkboxes and not able to get them to work with variables :(((

 

Dunno what I am doing wrong, got all other bootstrap elements working correctly just checkboxes need sorting....

<div id="label-switch" class="make-switch"  data-on="primary" data-off="info" data-on-label=" Program " data-off-label="Documents">
<input type="checkbox" checked>
</div>

The above is my code for one of my switches, tried adding variable to it but showes variable value as 'on' no matter if switch switch :)

 

ANY help would be appreciated... Have seen lazybots plugin but would rather learn first before using tools :)

(have not checked if he has working checkbox, may have another look, after my dinner)

 

Here is a little sneak preview of what my UI panel may look like :)

 

Still making a few changes, but you get the jist :)

 

http://software.iwebx.info/img/gm-scraper-8.png

Link to post
Share on other sites

Damn should have bought Lazy bots tool yesterday it was $25 now $35 LOL

 

Seems he has not created a switch tho, from what I can see :)

 

I really want the switch working, as it looks great and is more modern...

 

Have also been reading this http://izpack.org/documentation/user-input.html

But it does not seem to help me, or am doing something wrong!

Link to post
Share on other sites

<div id="label-switch" class="make-switch" data-on="primary" data-off="info" data-on-label=" Program " data-off-label="Documents">

<input variable="#checked" type="checkbox" checked>

</div>

...most of the UI elements need the variable="#name" inside it and some won't work without the ... if {$true} or {$false} or {$nothing}... depends on your code... you'll figure out.

 

hope it help :)

Link to post
Share on other sites

Had already tried that, but seems that it does not work with my bootstrap :(

 

The value of the variable stays as 'on'

 

Works fine if I remove the DIV tag around the INPUT tag....

 

Without the DIV I get normal values 'true' and 'false'

 

Thanks for trying to help, I may have to modify the bootstrap :(

 

Supprised nobody has used toggle switches yet, or maybe they have and just not sharing :P

Edited by UBOTEM
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...