Search found 10 matches

by rolandw
Wed Jun 03, 2009 10:50 am
Forum: Talking LiveCode
Topic: Standalone build problems: answer dialog already in memory
Replies: 11
Views: 9120

Thanks for that suggestion but there is no substack "answer dialog" in my project so there is nothing I can remove via the application browser. The "answer dialog" has to refer to the inclusions. If I manually select the inclusions and untick "answer dialog" I get all sorts of errors! I've not had t...
by rolandw
Tue Jun 02, 2009 4:15 pm
Forum: Talking LiveCode
Topic: Standalone build problems: answer dialog already in memory
Replies: 11
Views: 9120

Standalone build problems: answer dialog already in memory

I am having problems building a standalone app. This is an old stack that I have brought forward from Runrev 2.x and am now using 3.5 build 870 running on a Mac (10.5.7). Whenever I attempt to build the standalone I get a dialog: "A stack "answer" dialog in file mystack.rev is already in memory. The...
by rolandw
Tue Jul 03, 2007 4:02 pm
Forum: Talking LiveCode
Topic: Is it me or do other people find Revolution generally buggy?
Replies: 13
Views: 12883

But isn't a debugger an integral part of an IDE? If you don't use a debugger then how do you find out what the hell is going on?
by rolandw
Mon Jul 02, 2007 12:53 pm
Forum: Talking LiveCode
Topic: Is it me or do other people find Revolution generally buggy?
Replies: 13
Views: 12883

Is it me or do other people find Revolution generally buggy?

I am beginning to get very frustrated by it. I find that Mac based breakpoints sometimes work, sometimes don't (acutally keying in "breakpoint" as a line and applying the code is more reliable). I'm getting errors thrown up on comment lines that are properly formatted and colourized as comments. Han...
by rolandw
Wed Jun 20, 2007 5:32 pm
Forum: Internet
Topic: libURLftpUploadFile & URLStatus
Replies: 2
Views: 5973

I used the callback in a similar solution but the callback was even more unreliable than the testing of URLStatus in a simple loop. I thought that the callback would solve the problem but it didn't...

I think I'm going to have to write something to work synchronously...
by rolandw
Wed Jun 20, 2007 3:49 pm
Forum: Internet
Topic: libURLftpUploadFile & URLStatus
Replies: 2
Views: 5973

libURLftpUploadFile & URLStatus

I have issues with uploading multiple files to a server by ftp. put 1 into counter repeat with i = 1 to the number of items in ftplist put false into success put item i of ftplist into fileName put "ftp://myserver.mydomain.com/uploads/" & counter into theURL libURLftpUploadFile fileName, theURL wait...
by rolandw
Wed Mar 28, 2007 5:31 pm
Forum: Databases
Topic: revDatabaseColumnNames and AltSqlite3
Replies: 4
Views: 7796

Hi Mark, Thanks again but that's the wrong answer in this issue. "Describe Table XXX" would privde a full description of table XXX regardless of the query. What I am trying to get is the names of the columns in the current cursor as a result of a select statement. OK, I should know this (because I w...
by rolandw
Wed Mar 28, 2007 4:23 pm
Forum: Databases
Topic: revDatabaseColumnNames and AltSqlite3
Replies: 4
Views: 7796

Hi Mark,

Thanks for that but I think that revdb_columnnames got missed at compile as well! I get the same error!


Roland
by rolandw
Wed Mar 28, 2007 2:07 pm
Forum: Databases
Topic: revDatabaseColumnNames and AltSqlite3
Replies: 4
Views: 7796

revDatabaseColumnNames and AltSqlite3

Has anyone succeeded in getting this function to work? At the moment following: put revQueryDatabase(dbID,theQuery) into tCursor the following work: put revNumberOfRecords(tCursor) into tRecordCount put revDatabaseColumnCount(tCursor) into tColumnCount but: put revDatabaseColumnNames(tCursor) in tCo...
by rolandw
Thu Feb 15, 2007 2:03 pm
Forum: Databases
Topic: AltSQLite documentation - still coming soon?
Replies: 0
Views: 3702

AltSQLite documentation - still coming soon?

Has anyone got any documentation about altSQLite? runrev.com lists this as coming soon...

I need to be using this fast so any help would be appreciated

TIA


Roland