Search found 23 matches

by ChrisM
Fri Feb 17, 2017 9:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Screen Position (RESOLVED)
Replies: 2
Views: 2403

Re: Screen Position

Dixie wrote:

Code: Select all

on preOpenStack
   set the right of me to item 3 of the screenRect -20
   set the bottom of me to item 4 of the screenRect -20
end preOpenStack
dixie
Thanks Dixie, that works perfectly
by ChrisM
Fri Feb 17, 2017 8:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Screen Position (RESOLVED)
Replies: 2
Views: 2403

Screen Position (RESOLVED)

Hi,

Im building a little Windows desktop app, but looking to place it at the bottom right of the screen above the taskbar, I can get it to open on my screen that way but need to it work across resolutions, does anyone know how to do this, or have a code snip that does this?
by ChrisM
Sun Jul 31, 2016 4:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Browser Widget ERR_CACHE_MISS (SOLVED)
Replies: 1
Views: 3062

Browser Widget ERR_CACHE_MISS (SOLVED)

Got it, I was missing the Internet Permission
by ChrisM
Sun Jul 31, 2016 4:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Browser Widget ERR_CACHE_MISS (SOLVED)
Replies: 1
Views: 3062

Browser Widget ERR_CACHE_MISS (SOLVED)

Hi,

I have been working on an app that needs to open a website inside it, but I keep getting:-

net::ERR_CACHE_MISS

If I open the page inside Livecode it works on PC, this problem only seems to happen on android for some reason, does anyone know how to resolve this.

Thanks
by ChrisM
Wed Mar 16, 2016 6:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Connect to Wifi
Replies: 0
Views: 1727

Connect to Wifi

Hi,

Does anyone know if its possible to an app to connect to a specific wifi connection when the app opens.

I want my app to connect to specific wifi when its in the building (without user interaction)

Thanks
by ChrisM
Thu Feb 04, 2016 7:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Re: Looping through a table - SOLVED

Hi Klaus,

Perfect that works a charm, and great info to know for future, I only really use Livecode for making command line scripts look nice to they can be handed to end users/customers, so I'm sure info will come in handy again in future.

Thanks everyone for their help.

Chris
by ChrisM
Thu Feb 04, 2016 8:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Re: Looping through a table - SOLVED

Hi, Its a little program to perform mass Subfolder moves between document libraries in SharePoint, but only specific ones, not all - and since onedrive for business is unreliable, and sharepoint gives no fast way to do it, im using WebDAV to connect to sharepoint, then using a shell command to move ...
by ChrisM
Wed Feb 03, 2016 11:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Re: Looping through a table

I think I have it:- on mouseUp put the number of lines of field movetable into field counter put field movetable into tmovetable repeat for each line L in tmovetable Put word 1 of tmovetable into tOLD Put word 2 of tmovetable into tNEW Put word 3 of tmovetable into tOUT ## get shell("command1" & tOL...
by ChrisM
Wed Feb 03, 2016 11:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Re: Looping through a table

Yes, I'm taking an excel sheet with 3 columns, but number of rows will change every time. Then based on what's in the 3 cells of each row (word 1, 2 and 3 of livecode field) I'm building a shell command and running it, then I'm hoping it loops to the next line and does the same thing over and over, ...
by ChrisM
Wed Feb 03, 2016 11:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Re: Looping through a table

Basically I'm trying to build the shell commands based on word 1, 2 and 3 of a field, each line to be to a separate command, so it builds and runs a shell command based on line 1, then loops to line 2, 3 and so on, and counts down as it completes them --This Part so I can count the number of lines o...
by ChrisM
Wed Feb 03, 2016 10:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Re: Looping through a table

ok, so basically what I have is the following, which looks like it works, just need to work out how to get it loop through all the lines of field MoveTable on mouseUp put the number of lines of field movetable into field counter Put word 1 of Line 1 of field movetable into tOLD Put word 2 of Line 1 ...
by ChrisM
Wed Feb 03, 2016 8:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looping through a table - SOLVED
Replies: 10
Views: 5834

Looping through a table - SOLVED

Hi, Looking for a little help with something. Basically I want to be able to copy and paste from an excel table into a Livecode table (so far no problem with that) the tablet is made up of 3 columns, but the amount of rows will change every time its ran, what I'm looking to do is create a command ba...
by ChrisM
Thu Nov 19, 2015 9:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Read txt Files and populate a Table
Replies: 3
Views: 2382

Read txt Files and populate a Table

Hi, I'm looking for some help, and hoping someone here will have a clue on where to start with this. what I'm trying to do is read separate text files that are in over 200 folders on a UNC patch, its the same filename in each folder IE:- \\server01\TEST\Folder1\test.txt \\server01\TEST\Folder2\test....
by ChrisM
Mon Sep 14, 2015 6:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change folder/file display
Replies: 1
Views: 1763

Change folder/file display

Hi, Anyone know how to change the display of folders and files to give a sort of Windows 8/10 look and feel, Ideally I'm looking for something along the lines of the following:- Lookup Folderlocation and put into field If Type is "Folder" then display a custom button with the folder name in the cent...
by ChrisM
Tue Aug 11, 2015 6:02 pm
Forum: Off-Topic
Topic: Recently we've been investing ....[SOLVED?]
Replies: 112
Views: 70550

Re: Recently we've been investing ....[SOLVED?]

Livecode isn't the only software going subscription model, just look at Adobe, and Microsoft Office 365 - everyone is starting to move to the model for the recurring revenue, its also good for business in that you get to remove the limitation on the price of software and can lease it instead which l...

Go to advanced search