Search found 11 matches

by Chris_Wood
Sat Sep 27, 2008 5:49 am
Forum: Feature Proposals
Topic: Dictionary & User Guide
Replies: 0
Views: 1694

Dictionary & User Guide

The Dictionary and User Guide open behind the Tools, Property inspector and other pallets. It would be nice if these two could be brought to the front, so there is no overlapping.

Also on windows they can't be minimised to temporarily get them out the way.

Regards

Chris
by Chris_Wood
Thu Aug 28, 2008 6:36 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button Menu & Database Builder
Replies: 9
Views: 7808

Button Menu & database Builder

Hi Jan,

That appears to have done the trick. Many thanks

If its so easy to correct it doesn't make a lot of sense that this has remained uncorrected for such a long time. Lets hope one of the programmers picks up on it.


Best Regards

Chris
by Chris_Wood
Thu Aug 28, 2008 1:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button Menu & Database Builder
Replies: 9
Views: 7808

Button menu & database Builder

Dear Jan, Tried your fix last night and it enabled the menu items area as you said but there aren't any options in the query menu except 'None' Obviously this goes deeper than first thought. Since this issue was noted under v2.8 perhaps another bug report is due. I'll send one in. Best Regards Chris
by Chris_Wood
Wed Aug 27, 2008 10:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button Menu & Database Builder
Replies: 9
Views: 7808

Button Menu & database Builder

Thanks Jan you really know your stuff, I'll give your fix a tryout. Hopefully it will be put right in the next release.

Best Regards

Chris
by Chris_Wood
Wed Aug 27, 2008 7:28 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button Menu & Database Builder
Replies: 9
Views: 7808

Button Menu & Database Builder

I have a query built with the Query Builder & SQLite which returns a single column. The query works fine as it displays the results in a table. What doesn't seem to work is putting the same result into a button pull down menu. Under the database properties, the menu items group is disabled. How does...
by Chris_Wood
Tue Aug 26, 2008 1:08 am
Forum: Feature Proposals
Topic: Code snippets & grid
Replies: 10
Views: 7922

Code snippets & grid

Hi Mark,

Thanks for that I wasn't aware of your website.

Best Regards

Chris
by Chris_Wood
Sat Aug 23, 2008 7:31 am
Forum: Feature Proposals
Topic: Code snippets & grid
Replies: 10
Views: 7922

Code snippets & grid

1) A code snippet library, similar to the object library but just for text 2) Grid with column & row headers Having played with trial versions for a number of months I've only just purchased RR having taken advantage of the cheap Enterprise deal. Having now tried out v3 beta I have to say the new de...
by Chris_Wood
Tue Feb 26, 2008 6:20 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Database Query Builder
Replies: 4
Views: 4504

Database Query Builder

I sent a message to Run Rev and they said they can't provide support for trial users and suggested writing to the forum.

Looks like it was a bug as Query Builder now works as in 2.9 Beta.

Regards

Chris
by Chris_Wood
Tue Jan 29, 2008 4:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Selecting cells in Table Fields
Replies: 5
Views: 6596

Selecting Cells in Table Fields

Will this work for you? on mouseUp put the hilitedline of field "testField" into selectedLineInt --Get the selected row number if selectedLineInt is "" then --Exit if no row is selected answer "Please select a row" exit mouseUp end if put line selectedLineInt of field "testField" into itemsInFieldLi...
by Chris_Wood
Thu Jan 24, 2008 1:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Message handlers
Replies: 0
Views: 1963

Message handlers

Is there anyway to get a full list of message handlers for each object type? I am finding it very difficult to find out how to trigger code. In other RAD software the event handlers are easily available..

Many thanks

Chris
by Chris_Wood
Wed Jan 23, 2008 2:09 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Database Query Builder
Replies: 4
Views: 4504

Database Query Builder

I am currently using the trial enterprise version of Revolution on OS X and I am having some problems with the DataBase Query Builder. In the Connection tab I link to a SQLite database and connect no problem. However when I go to the Recordset tab there are no tables listed in the table list. This p...