Search found 337 matches

by keram
Fri Jan 23, 2015 3:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: toggle the text color in a field
Replies: 5
Views: 4247

toggle the text color in a field

Hi, Here is a very basic task that I want to accomplish: Toggle the color of the text line in a field. Trying with the code below but it doesn't work. on mouseUp if the textColor of (clickLine()) = "blue" then set the textColor of (clickLine()) to "red" else set the textColor of (clickLine()) to "bl...
by keram
Thu Jan 22, 2015 5:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: possible bug in Data Grid with a checkbox
Replies: 4
Views: 3276

possible bug in Data Grid with a checkbox

Hello, I'd like to get some feedback on this annoying behavior in the Data Grid with a checkbox - it's probably a bug of the DG itself. When the text in a row is long and part of it (even 1 line) is not visible, is below the bottom edge of the Data Grid then when selecting its checkbox the row jumps...
by keram
Wed Jan 21, 2015 5:16 pm
Forum: iOS Deployment
Topic: Stop a scroller in motion
Replies: 8
Views: 5032

Re: Stop a scroller in motion

Hi Simon,

Just came across your post with the sample stack and tested it on my Android tablet.
When scrolling down it does not go all to the bottom of the text (see the screen shot) - there are still many lines below the bottom edge.
Any idea why?

keram
by keram
Wed Jan 21, 2015 3:32 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to auto refresh favorites selection in data grid
Replies: 1
Views: 1806

Re: how to auto refresh favorites selection in data grid

Hi, I've got it working OK, thanks to TerryL :D Created another command, deleteFavorites which is identical with refreshFavorites except the 1 line: answer "Sorry, but you must select at least..." and that new command I have put in the Row Behavior of the data grid: on mouseUp pMouseBtnNum --user cl...
by keram
Wed Jan 14, 2015 2:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to auto refresh favorites selection in data grid
Replies: 1
Views: 1806

how to auto refresh favorites selection in data grid

Hello, I moved this post from Beginners section to this one since no one there could offer any help. I've noticed there are more questions related to Data Grid in this section so hopefully someone can answer the following. I have a display of a number of text lines using a data grid with a checkbox....
by keram
Wed Oct 15, 2014 1:48 am
Forum: Off-Topic
Topic: Automatic email notifications on posted replies do not work.
Replies: 1
Views: 3178

Automatic email notifications on posted replies do not work.

Hi,
Automatic email notifications on posted replies do not work.
Could someone from the admin fix it, please?
Thanks.
by keram
Tue Oct 14, 2014 10:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 19052

Re: Radio buttons to show/hide group

Also in the last commented line above there is (tNr +1). Can someone tell me what the +1 is for ? I'm away from the computer and LiveCode for a few weeks but if I remember right tNr when chosing the 1st radio button would be 1 (2nd radio button 2, etc) and so you want to show group 2 because group ...
by keram
Sun Oct 12, 2014 7:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 19052

Re: Radio buttons to show/hide group

Thanks Hermann for your comments - very valuable.
The only thing that I don't understand is the text in your signature :?
by keram
Sun Oct 12, 2014 12:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 19052

Re: Radio buttons to show/hide group

I'd recommend not using semicolons to concatenate two lines of code. I actually never do it in my real project. This time I did it since you've mentioned somewhere using just one line of code so I thought 'let's make it as short as possible' so It is TERRIBLE to append multiple lines of code that w...
by keram
Sat Oct 11, 2014 9:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Radio buttons to show/hide group
Replies: 42
Views: 19052

Re: Radio buttons to show/hide group

I was playing with this little bit and came up with: on mouseUp repeat with x = 2 to the number of grps of this cd -- start with grp 2 since grp 1 is the radiobuttons hide grp x end repeat put label of target into tNr; show grp (tNr +1) end mouseUp see the attached stack Maybe that's what Jacque mea...
by keram
Wed Oct 08, 2014 4:02 pm
Forum: iOS Deployment
Topic: Mac OX running inside a Virtual Box on Windows
Replies: 10
Views: 6756

Re: Mac OX running inside a Virtual Box on Windows

FourthWorld wrote:I've found that used or discontinued Macs make an affordable option for legally running OS X.
Of course, and that's what I've been searching for during the last hour or so, looking on various websites for used Macs in good shape.
by keram
Wed Oct 08, 2014 2:30 pm
Forum: iOS Deployment
Topic: Mac OX running inside a Virtual Box on Windows
Replies: 10
Views: 6756

Re: Mac OX running inside a Virtual Box on Windows

So I stumbled on the answer on my original question: https://forums.virtualbox.org/viewtopic.php?f=22&t=31104 It says: "Due to license restrictions the new Mac OS X as Guest feature is only available to users with Apple/Mac hardware, and only for "Mac OS X Server" installations as a guest OS. Any ot...
by keram
Mon Sep 29, 2014 11:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Custom Mobile Scroller
Replies: 8
Views: 5028

Re: Custom Mobile Scroller

Hi Will,
William Jamieson wrote:I hope this helps anyone else who has been frustrated with trying to get smooth and responsive scrolling of large groups on mobile devices.
Will your scroller work with any group, like Data Grid?

I'm mainly interested in making the Data Grid scrolling more responsive and faster.

keram
by keram
Wed Sep 10, 2014 5:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems printing a field copied from a datagrid [SOLVED]
Replies: 7
Views: 5653

Re: Problems printing a field copied from a datagrid

Hi Mike,

Try this:
DG properties.png
In the DG properties under the Colors & Patterns chose:
Hilited Text - black
Background - white
Alternate rows - white
Selection hilites - white

keram

Go to advanced search