Search found 5 matches

by ShieldsOnTour
Wed Feb 06, 2008 11:13 am
Forum: Linux
Topic: trouble just installing Revolution on linux
Replies: 8
Views: 10527

Hi Joseph, What version of Rev for Linux did you download? If it was 2.6.1 then there will be a Revolution.x86 file. As BIX mentioned, you may need to change permissions on it to make it executable : chmod a+x revolution.x86 If you have downloaded one of the 2.9 beta's there will be no revolution.x8...
by ShieldsOnTour
Wed Oct 31, 2007 10:48 am
Forum: Linux
Topic: 2.7 + linux builds
Replies: 41
Views: 51854

Hi Dan, Thanks for that info - that does seem to confirm our suspicions that it is related to the locale, so we work towards a fix for the DP-2 release. In the mean time, if you look at bug report 5408 in the RQCC, one of the other users who had this problem has found that then can get round the pro...
by ShieldsOnTour
Tue Oct 30, 2007 3:33 pm
Forum: Linux
Topic: 2.7 + linux builds
Replies: 41
Views: 51854

Hi dany, This is a known problem with DP-1 that we are trying to track down at the moment - however, we have not been able to reproduce it yet. Could you give me more information about your linux setup please? More specifically, what language and locale are you using? We think it _may_ have somethin...
by ShieldsOnTour
Mon Oct 22, 2007 5:10 pm
Forum: Linux
Topic: runrev needs 24bit display for start
Replies: 3
Views: 6343

Re: runrev needs 24bit display for start

I just made my first tests with runrev 2.9 beta on linux (after having finished a project and now have a bit of time). My display of the linux was configured in 16bit color display. Then runrev avoided starting with the message "this application needs 24bit color display " or so. After reconfigurin...
by ShieldsOnTour
Thu Aug 30, 2007 5:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: List Field (boxes)
Replies: 6
Views: 6293

You know, that was the first thing I tried to do with rev too :-) Anyway, assume you have a field you have called "MyField" To add data to it put "Hello world" & return after field "MyField" To get the currently selected item from the list, have a look at selectedText in the docs. Hope this helps.