Search found 3 matches

by jad albert
Fri Oct 14, 2016 10:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: making checkboxes and radio buttons bigger
Replies: 12
Views: 12091

Re: making checkboxes and radio buttons bigger

Hi Jad Albert

To cook a btn with hilite you need two images
One for icon and one for hiliteicon.
You can create an image using "import snapshot" from a control
I use group because you can drawing an image with controls (fields, images, grcs).

Please try this (pseudo code)
Create a grc oval ...
by jad albert
Mon Oct 10, 2016 9:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: making checkboxes and radio buttons bigger
Replies: 12
Views: 12091

Re: making checkboxes and radio buttons bigger

Hi Ben,
Is there any way to make the native checkbox and radio buttons bigger ?
Yes, You can have a checkbox or radiobutton with the dimension as you want.

I do that like this:
1. Build an group as icon
2. Import snapshot of this group for the icon image
3.Change the look of group for hiliteicon ...
by jad albert
Mon Oct 10, 2016 9:51 am
Forum: Using Externals
Topic: mergZXing and related tools in LiveCode 8
Replies: 1
Views: 33242

Re: mergZXing and related tools in LiveCode 8

Is there a recommended guide on how to update some of Monte's mergExt tools that are now part of LiveCode 8? Specifically, mergAV, mergZXing, and mergDoc. How do I replace the tools? Is there an API reference that discusses substitutions for the old calls?

I had the mergBanner plugin working fine ...