Search found 74 matches

by Rob van der Sloot
Wed Feb 24, 2016 8:58 am
Forum: Data Grid Helper
Topic: Deleting a datagrid
Replies: 3
Views: 6387

Deleting a datagrid

Hi all, I am in the proces of developing an app where many datagrids are used to present data from a sql database. In the developing proces I often like to delete a datagrid and start over again with a new one. This works much nicer then to work the whole datagrid around all the time. But deleting a...
by Rob van der Sloot
Fri Jan 22, 2016 9:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: !!! Stack File Corrupt?
Replies: 8
Views: 5848

Re: !!! Stack File Corrupt?

Yesterday I had same problem. Worked all day on a stack, saved it many times, but when I quit LiveCode, the substack I had been working on did not close. So I had to force close it. I fortunately had a backup, which I could continue with, only 4 hours work loss. But what I would like to have is a in...
by Rob van der Sloot
Wed Dec 09, 2015 9:01 pm
Forum: Linux
Topic: Livecode file is suddenly font file
Replies: 4
Views: 4690

Re: Livecode file is suddenly font file

NO, I tried to open it from within LiveCode. Later I tried to open it by double clicking, which of course also did not work. But now the whole file is gone. So I think it has somethoing to do with Linux. It often happend that LiveCode suddenly stops, the same with Firefox. I think that there is a ca...
by Rob van der Sloot
Wed Dec 09, 2015 4:57 pm
Forum: Linux
Topic: Livecode file is suddenly font file
Replies: 4
Views: 4690

Livecode file is suddenly font file

I made an app in Livecode in Linux.
It is still there with the extension .livecode
But the logo shows that its a font file.
When I want to open it Livecode does not recognise it anymore.
Does someone knows how to make it a Livecode file again?

Thanks
Rob van der Sloot
by Rob van der Sloot
Mon Jul 13, 2015 3:58 pm
Forum: LiveCode University
Topic: Datagrid clicking problem
Replies: 1
Views: 5112

Datagrid clicking problem

I have set up a nice working app. where I use quite a lot of datagrids as lists. From these datagrids the user can select a record by clicking on it and then gets a screen with all details about that record. If I set the clicking on 1 click (on mouseUp), I get a problem with the scrollbar. Everytime...
by Rob van der Sloot
Tue May 12, 2015 1:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make a stack close (or hide) after a click in a datagrid
Replies: 1
Views: 1557

Make a stack close (or hide) after a click in a datagrid

I have a question regarding closing or hiding a stack When clicking in a field, a stack (called ClickLists) is openend. On every card of that stack is a datagrid with items the user can click on. Clicking on a line of the list puts that choice into the field, from where the stack was openend. After ...
by Rob van der Sloot
Sun Dec 14, 2014 10:28 pm
Forum: LiveCode University
Topic: How to determine if a field is filled or not
Replies: 4
Views: 7647

How to determine if a field is filled or not

I am retrieving data from a database into LC fields In one field there is not always a value, so that field remains empty. The database does that perfect. How can I determine if this field has been filled with a string or has remained empty? Coming from the Filemaker environment, where it is a simpl...
by Rob van der Sloot
Wed Nov 19, 2014 8:59 pm
Forum: LiveCode University
Topic: DrawAlternatingRows
Replies: 1
Views: 5064

Re: DrawAlternatingRows

I replaced the datagrid which was not working anymore with one from a backup. Now the datagrid is working fine again, but the messagebox still appears when I load the stack with the card where the datagrid is on. The old datagrid I could not delete, when I tried to delete it by pressing deletebutton...
by Rob van der Sloot
Tue Nov 18, 2014 11:09 pm
Forum: LiveCode University
Topic: DrawAlternatingRows
Replies: 1
Views: 5064

DrawAlternatingRows

When I start up my application I get the following message in the Mesaage Box 89,8823,1 77,8823,1 449,8823,9 535,8823,1 253,8823,1 241,8801,1,_DrawAlternatingRows 353,0,0,button id 1005 of group id 1004 of card id 1002 of stack "C:/Program Files (x86)/RunRev/LiveCode 7.0.1 (rc 2)/Toolset/revdatagrid...
by Rob van der Sloot
Sun Aug 10, 2014 9:27 pm
Forum: LiveCode University
Topic: Backdrop problem
Replies: 2
Views: 5978

Backdrop problem

I have the following script: on mouseUp open stack "ATT" go to cd 1 show stack "ATT" set the backdrop to "white" set the width of stack "ATT" to 959 set the height of stack "ATT" to 824 end mouseUp The backdrop is giving only black, any color I use does not work. Even in this script it is defined as...
by Rob van der Sloot
Wed Jul 30, 2014 8:34 pm
Forum: LiveCode University
Topic: offset problem
Replies: 2
Views: 6099

Re: offset problem

Thanks, I already found my problem in this setup. I used the lineoffset in a field with tabs, like records, and therfore did not work. I also found that in the lineOffset function, the lineToFind must be an expression, and I want to use a variable there, which is therefore also not working. So how d...
by Rob van der Sloot
Wed Jul 30, 2014 3:23 pm
Forum: LiveCode University
Topic: offset problem
Replies: 2
Views: 6099

offset problem

I want to retrieve some lines from a field so I made a button saying: on mouseUp lineOffset ("zen", field "CompanyFindTotal") end mouseUp where "zen" is a string in one of the lines of the field "CompanyFindTotal" This is totally in accord with the dictionary, from where I copied this yet I get the ...
by Rob van der Sloot
Tue Jul 22, 2014 8:37 pm
Forum: LiveCode University
Topic: Connect to SQLite problem
Replies: 2
Views: 6223

Connect to SQLite problem

After some time out of LC, I wanted to do some research into connecting to a SQLite database, but are confronted with problems. Can someone tell me why I get an integer problem with the following script? The answer I get is " "tConID is not an integer: Problem creating or accessing database!" on mou...
by Rob van der Sloot
Tue Apr 29, 2014 11:20 am
Forum: LiveCode University
Topic: navigating with visual effect
Replies: 1
Views: 5680

navigating with visual effect

In lesson 11, I have scripted navigation arrow buttons to go to next and previous cards. This is done with visual effect, very simple. But if I click on the next or previous button after I clicked on previous or next button, the effect does not reverse. So if I clicked the previous button, I had a v...
by Rob van der Sloot
Thu Apr 03, 2014 10:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Double screen problem
Replies: 1
Views: 1333

Double screen problem

I have an second screen connected to my PC. If I have the application browser or the project browser opened on screen nr. 2, then when I open LC a next time without screen nr. 2 the application browser or project browser don't show up if you want them. They seem to remain on screen nr. 2. How can I ...

Go to advanced search