Search found 33 matches

by vascoribeiro
Sun Dec 30, 2018 5:43 pm
Forum: Raspberry Pi
Topic: Looking for a volunteer...
Replies: 14
Views: 13438

Re: Looking for a volunteer...

You'r welcome, I like to be of some help in here since most (if not all) of the times I'm being helped out in here :lol:

I also think that some of the trouble in using standalone software from Lc in RPi may be due to the Linux...
by vascoribeiro
Sat Dec 29, 2018 2:48 pm
Forum: Raspberry Pi
Topic: Looking for a volunteer...
Replies: 14
Views: 13438

Re: Looking for a volunteer...

Ok, then I will say that sounds like a fail, it should allow you to execute it. I've given it one more shot, If this fails I'll lay out the experiment I was performing, maybe someone with more knowledge than I have about the internal workings of Lc can explain the failure. Here is the re-saved vers...
by vascoribeiro
Fri Dec 28, 2018 9:51 pm
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

Interesting, I never needed sudo to start a standalone. Did you install the IDE "for all users" or "for you only"? I just defined the permissions for all users... strangely only worked with "sudo chmod" :lol: , but still everything works exactly the same way. Its a mystery that one day (when I'm a ...
by vascoribeiro
Fri Dec 28, 2018 9:47 pm
Forum: Raspberry Pi
Topic: Looking for a volunteer...
Replies: 14
Views: 13438

Re: Looking for a volunteer...

Hm. Save as standalone in ARMv6-HF This particular file shouldn't have to be saved as anything, it should be an executable on Pi? All you should have to do is save it to your say, desktop from within the OS of the Pi, then open the folder and click on it. Or I don't understand what is happening at ...
by vascoribeiro
Fri Dec 28, 2018 9:17 pm
Forum: Raspberry Pi
Topic: Looking for a volunteer...
Replies: 14
Views: 13438

Re: Looking for a volunteer...

I don't think you did anything wrong at all, the first attempt I expected to fail. If you don't mind trying again, I've changed what I expected to cause it to fail and put up a new version . Thank you again for the attempt(s). It didn't work again... :( What I now do to run is: Save as standalone i...
by vascoribeiro
Fri Dec 28, 2018 1:15 am
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

Bah, this was a fast one... I remembered that I would need something to run it... sudo... so, the command sudo ./APPNAME just run the god damn Hello World test. I'll try it now with my app and with the app from the other topic https://forums.livecode.com/viewtopic.php?f=76&t=31961 Thank you very muc...
by vascoribeiro
Fri Dec 28, 2018 1:08 am
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

Oh sorry, I didn't mean to bother you with work!
Thank you so much, if I find out something new I'll post it here.
Happy new year. ;)
by vascoribeiro
Fri Dec 28, 2018 12:31 am
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

On which Raspi type are you and which OS are you running on it? Are you doing any OS access from your stack in the IDE? I have no problems here with RaspiA /Raspi 2B+ /Raspi 3, running Debian or Lubuntu. Please try to compile with a simple "Hello World" button and field only, so that we can isolate...
by vascoribeiro
Fri Dec 28, 2018 12:14 am
Forum: Raspberry Pi
Topic: Looking for a volunteer...
Replies: 14
Views: 13438

Re: Looking for a volunteer...

I will try in a second. ;) EDIT: Ok, here is my result... pi@raspberrypi:~/Desktop/helloTest $ sudo chmod +x Rasberry_Hello pi@raspberrypi:~/Desktop/helloTest $ ./Rasberry_Hello Startup error - unrecognized section encountered My equipment: Pi 2 Model B v1.1 Raspbian GNU/Linux 9 (stretch) - I may ha...
by vascoribeiro
Thu Dec 27, 2018 1:24 pm
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

You assume it right! It runs nicely, its quite a simple program to read data from an Arduino, but it would nice if it would work as a standalone so if I have people around and I'm giving some class or workshop they don't change the code :D
by vascoribeiro
Thu Dec 27, 2018 12:23 pm
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

It is indeed 7.0.4

I also tried to save as standalone in pi and also in my mac (in a newer version of Lc) but got the same error. :?
by vascoribeiro
Thu Dec 27, 2018 3:54 am
Forum: Raspberry Pi
Topic: Standalone apps on Pi
Replies: 19
Views: 20054

Re: Standalone apps on Pi

Hello everyone!
I have a question...
I got a raspberry pi to learn about it and to run my apps made with livecode. So... This may be a dumb question but I cannot figure out how to run the apps.

I try to run and nothing happens. I try ./myApp and I get:
Exec format error

Can anyone help?
Thank you!
by vascoribeiro
Sat Sep 29, 2018 5:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Managing math with many fields
Replies: 3
Views: 2775

Re: Managing math with many fields

Amazing Klaus!

Thank you so much for your feedback. I'll give feedback latter on as usual.

:D
by vascoribeiro
Sat Sep 29, 2018 4:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Managing math with many fields
Replies: 3
Views: 2775

Managing math with many fields

Hello! I'm sure there must be a simpler way to code the operations I'm trying to do but I didn't discovered it... So, if someone could help or give me ideias would be wonderful. My intention would be to do something like this: put (field "time1" - field "time2")/2 into tTime1 put (field "time2" - fi...
by vascoribeiro
Tue Sep 11, 2018 8:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Array average
Replies: 12
Views: 6194

Re: Array average

Just a follow up... I solved my issue like this: repeat with x=1 to the number of fields in group "grp0" if field x of group "grp0" is not "" then put field x of group "grp0" into tArrayPT[x] end if end repeat With this I can do means and stdev of the array correctly :) Thank you for your help guys.

Go to advanced search