How to use widgets

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
wookielover
Posts: 2
Joined: Tue Jan 12, 2016 3:38 pm

How to use widgets

Post by wookielover » Tue Jan 12, 2016 3:46 pm

So im kind of at a loss as to how I can use the widgets that are in the toolbox. The one i am trying to use at the moment is the mobil header widget. So i added a couple of extra options to the widget. One a setttings icon and the other the plus icon to add new. Then there is the three lines icon on the left that usually is for a menu or something on mobile. ANd then i am lost. How do i add a click event for the added icons and how do I add items to the menu on the left? I couldn't find any good documentation on the widgets or how to actually use one.. The tutorials online are a little outdated.

I have been trained in C++ and understand how to read code, but its been 15 years since I coded anything and decided LC would be a great place to start so I might as well be a complete newb at this point in time. Help!

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to use widgets

Post by Klaus » Tue Jan 12, 2016 5:47 pm

Hi wookielover,

1. welcome to the forum! :D
2. If you are using LC 8 DP 12, please download an earlier version, since the dictionary is broken in DP 12 :(
Get it here: http://downloads.livecode.com/livecode/

Then open the dictionary (Menu: Help) and select the widget you want to see the syntax for from the pop up on the topleft.


Best

Klaus

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to use widgets

Post by Klaus » Tue Jan 12, 2016 5:50 pm

And here, especially for you!
Maybe you already know, but nevertheless :D
Chewbakka_Loreal.jpg

wookielover
Posts: 2
Joined: Tue Jan 12, 2016 3:38 pm

Re: How to use widgets

Post by wookielover » Tue Jan 12, 2016 7:48 pm

Ah ..... made my day with that picture. :-)

Ya know i read through thread after thread but couldn't figure this out. Yes that is the version that I have. I will download another version.

Post Reply