Search found 268 matches

by DavJans
Thu May 17, 2018 6:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upgrading to 9.0
Replies: 9
Views: 5412

Re: Upgrading to 9.0

I didn't know that, thank you.

Livecode 8.1.9
Livecode 8.1.9.JPG
Livecode 9.0
Livecode 9.0.JPG
by DavJans
Thu May 17, 2018 5:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upgrading to 9.0
Replies: 9
Views: 5412

Re: Upgrading to 9.0

Livecode 8.1.9
Image

Livecode 9.0
Image
by DavJans
Thu May 17, 2018 4:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upgrading to 9.0
Replies: 9
Views: 5412

Upgrading to 9.0

I am stuck using version 8 because if I upgrade to 9 the font in all my stacks says its the same size but doesnt fit in the space they used to fit in. Is there an easy way to fix it.
by DavJans
Fri Apr 27, 2018 8:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: put the dgHilitedLines of group "DataGrid 7" into theLineS
Replies: 2
Views: 2158

Re: put the dgHilitedLines of group "DataGrid 7" into theLineS

I fixed it but I don't understand why it didn't work in the first place. I replaced this code: put the dgData of group "DataGrid 7" into theDataA put the dgHilitedLines of group "DataGrid 7" into theIndexes put empty into tData repeat for each item theIndex in theIndexes if tData is empty then put t...
by DavJans
Fri Apr 27, 2018 8:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: put the dgHilitedLines of group "DataGrid 7" into theLineS
Replies: 2
Views: 2158

Re: put the dgHilitedLines of group "DataGrid 7" into theLineS

I deleted the datagrid and recreated it. I still have the same problem.
by DavJans
Fri Apr 27, 2018 6:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: put the dgHilitedLines of group "DataGrid 7" into theLineS
Replies: 2
Views: 2158

put the dgHilitedLines of group "DataGrid 7" into theLineS

I'm having a problem with this grabbing the correct amount of lines but but not the correct lines. This only occurs if the data has been sorted by a column. of no sorting is done the correct lines are selected. Is there any way to fix this issue?
by DavJans
Thu Apr 05, 2018 3:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing property of grouped buttons
Replies: 11
Views: 5921

Re: Changing property of grouped buttons

dunbarx wrote:
Wed Apr 04, 2018 10:19 pm
Works for me as well.

The error indicates perhaps that you have misnamed the group?

Craig Newman
Correct. My apologies for wasting all of your time.
by DavJans
Wed Apr 04, 2018 9:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing property of grouped buttons
Replies: 11
Views: 5921

Re: Changing property of grouped buttons

button"A4": execution error at line 5 (Chunk: can't find background), char 25 What did I do wrong? Is it because I created all the buttons before I grouped them? global selLOC on mouseUp lock screen repeat with i = 1 to the num of btns of grp "LOC Group" set the backgroundcolor of btn i of grp "LOC ...
by DavJans
Wed Apr 04, 2018 8:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing property of grouped buttons
Replies: 11
Views: 5921

Re: Changing property of grouped buttons

Thank you Klaus.

The repeat will work.

My problem with setting the backgroundcolor of the group is the buttons are all empty except the one clicked. using the group color doesn't change the color of the last button pushed back to empty.
by DavJans
Wed Apr 04, 2018 8:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Is There a way to command..to open and close a CD tray?
Replies: 13
Views: 7186

Re: Is There a way to command..to open and close a cd?

Something like this?

Code: Select all

on rawKeyDown pKey
   --F1
   if pKey is "65470" then
   go to next card
   --or go to card "card name"
   else
      pass rawKeyDown
   end if
end rawKeyDown
by DavJans
Wed Apr 04, 2018 8:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing property of grouped buttons
Replies: 11
Views: 5921

Changing property of grouped buttons

Is there a way to do something like this?

Code: Select all

set the backgroundcolor of all the buttons in group "group1"
Thank you
by DavJans
Wed Mar 21, 2018 9:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looking for datagrid multi line selection advice
Replies: 5
Views: 3102

Re: Looking for datagrid multi line selection advice

Thank you for the help, I got the following to work. Shift Button on mouseUp if the backgroundcolor of me is blue then set the backgroundcolor of me to empty set the textcolor of me to black put empty into allLines else Set the backgroundcolor of me to blue set the textcolor of me to white set the b...
by DavJans
Mon Feb 12, 2018 5:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looking for datagrid multi line selection advice
Replies: 5
Views: 3102

Looking for datagrid multi line selection advice

In order to select specific lines or multiple lines, you need as far as i know to hold either control or shift on the keyboard. On a windows tablet this is doable, but only with the keyboard visible. This hides half the app. Is there anyway to do it without the keyboard? Can I create a button or che...
by DavJans
Fri Jan 19, 2018 12:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Could not compile application class
Replies: 7
Views: 5925

Re: Could not compile application class

Thank you, all fixed, just needed to get rid of JDK 1.8.0_162 and install JDK1.8.0_144.
by DavJans
Wed Jan 17, 2018 11:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Could not compile application class
Replies: 7
Views: 5925

Re: Could not compile application class

https://ibb.co/giubwm https://ibb.co/gLwLp6 Not sure why these images don't work, but if you right click and open in a new tab they work. If you don't trust my external links... 1. Location of Android development SDK root: C:/Users/Davidj/AppData/Local/Android/sdk JDK Path: C:\Program Files\Java\jd...

Go to advanced search