Search found 50 matches

by buchacho
Wed Oct 28, 2015 10:39 pm
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Re: Trouble with Shell Command

I also tried a .bat to .exe converter to create a test. exe to call from LiveCode. It works when I double-click the .exe in the Windows GUI, however, shell or launch LiveCode commands do not work with the "test. exe " either. For some reason the way LiveCode makes the shell or launch call is not all...
by buchacho
Wed Oct 28, 2015 10:32 pm
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Re: Trouble with Shell Command

What is the string returned from the function? Unfortunately no string is returned when I attempt to run the test.bat file with the LiveCode shell command. There is just a blinking cursor, like it is waiting for something to happen. Does the command work in Window's shell? Yes, the output from the ...
by buchacho
Wed Oct 28, 2015 8:46 pm
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Re: Trouble with Shell Command

Any way I can troubleshoot what is going on with the cmd shell? As far as I can tell at the moment, there is a bug with the shell command.
by buchacho
Fri Oct 23, 2015 12:11 am
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Re: Trouble with Shell Command

Is there any way I can monitor what is happening? I am stuck here.
by buchacho
Wed Oct 21, 2015 12:40 am
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Re: Trouble with Shell Command

Is that second argument a file path? If so it may need quotes around it. I believe it is a command. If I try "C:/PROGRA~2/PICO~1/PICOS~1/Ps.com /a ?" I get the same non-result. With that command, it should output a list of commands. Also, you can hide console windows by setting the hideConsoleWindo...
by buchacho
Tue Oct 20, 2015 11:37 pm
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Re: Trouble with Shell Command

SparkOut wrote:get shell(quote & tCommand & quote)
put it
Thanks for the suggestion. If I do this, the response I get is "The system cannot find the path specified.".
by buchacho
Tue Oct 20, 2015 11:21 pm
Forum: Windows
Topic: Trouble with Shell Command
Replies: 11
Views: 11440

Trouble with Shell Command

I am trying to get some text output from a shell command. My script is something like this: put "C:/PROGRA~2/PICO~1/PICOS~1/Ps.com /a M.CSV?" into tCommand put shell (tCommand) When I run the script, the shell window opens, but there is no output (just a blinking cursor). I have to close the window ...
by buchacho
Thu Mar 19, 2015 7:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Play sound with different pitches
Replies: 9
Views: 5995

Re: Play sound with different pitches

That's too bad!! I know a lot of old stacks use this feature, including tone dial, so that would affect conversions to LiveCode. Can this please be added as a feature request?
by buchacho
Wed Mar 18, 2015 9:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Play sound with different pitches
Replies: 9
Views: 5995

Play sound with different pitches

I remember in HyperCard you could do something like "play boing" with other parameters to change pitch and note duration. Is there any equivalent way of doing this in LiveCode? So far I have a stack that can play sounds in a folder I specify, but I would like to also play the sounds at different pit...
by buchacho
Wed Jan 21, 2015 12:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot open 6.x stacks in version 7
Replies: 4
Views: 3360

Re: Cannot open 6.x stacks in version 7

No password protection. I downloaded what was recommended by the download splash page, 7.0.0. I guess I'll wait until 7.0.2 is stable before transitioning to the new release.
by buchacho
Tue Jan 20, 2015 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot open 6.x stacks in version 7
Replies: 4
Views: 3360

Cannot open 6.x stacks in version 7

I downloaded the latest version of LiveCode today and tried opening some stacks I was working on a few months ago and they could not be opened. The error I got was something it was not a stack. I downgraded to the stable 6.7.1 and was able to open them. Is there something I need to do to make these ...
by buchacho
Tue Jul 22, 2014 1:40 am
Forum: Raspberry Pi
Topic: Raspberry Pi GPIO
Replies: 18
Views: 23731

Re: Raspberry Pi GPIO

hedgehao wrote:I've wrote a prorotype using C external in livecode to control GPIO and successfully light up the LED
Very nice! :D Do you have more info on making a C external and its source code? I am not at all familiar with C externals.
by buchacho
Sat Jun 21, 2014 12:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Get the names of all object type within a group
Replies: 3
Views: 3431

Get the names of all object type within a group

I am trying to come up with a method to automatically get and send all the contents of different fields and store them in a database. It would be for something like storing persistent values based on who is using the program. I was thinking if I can put all the fields in a group, and get all the nam...
by buchacho
Thu Jan 23, 2014 10:34 pm
Forum: Internet
Topic: Web crawler
Replies: 1
Views: 2930

Web crawler

Is anyone aware of a LiveCode web crawler? I have a website I am interested in backing up and want to have it do things with the data it crawls, such as categorizing, tagging, storing in a database structure, etc based on the content. I don't have a really concrete idea of what it will do, I am wond...
by buchacho
Mon Oct 21, 2013 6:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SQLite - Checking for a duplicate entry before adding it
Replies: 2
Views: 2555

Re: SQLite - Checking for a duplicate entry before adding it

Are you saying that you are able to do an INSERT in SQL... but you don't know how to do a... SELECT ? ! :roll: Not exactly :D I like to ask here since I am not too familiar with SQL and am looking for efficient ways to input user data. It is very time consuming to design the user input aspect with ...

Go to advanced search