Search found 23 matches

by chriswood
Fri May 23, 2014 1:07 am
Forum: Feature Proposals
Topic: Message List
Replies: 1
Views: 1826

Message List

After adding a new control and creating the script, it would be really useful is if a list of available messages relevant for that particular object could be shown either as a contextual menu or in the tabs at the bottom of the script editor.
by chriswood
Thu Feb 25, 2010 12:50 pm
Forum: Feature Proposals
Topic: Field input
Replies: 12
Views: 5781

Re: Field input

TextField.zip
(52.73 KiB) Downloaded 310 times
Oops, PDF files not allowed, here is the missing attachment from my last post zipped up.

Chris
by chriswood
Thu Feb 25, 2010 12:47 pm
Forum: Feature Proposals
Topic: Field input
Replies: 12
Views: 5781

Re: Field input

You mean the Realbasic (now Real Studio) masks? See attached PDF which was extracted from the user guide and also refer to the following: http://realbasic.tutspolis.com/classes/realbasic-textfield-control/ I know that rev can do all this stuff, its just that it is in no way as convenient to implemen...
by chriswood
Thu Feb 25, 2010 3:58 am
Forum: Feature Proposals
Topic: Field input
Replies: 12
Views: 5781

Re: Field input

Glad to hear that others like the idea of field input validation. Rather than mentioning certain RDMS, perhaps RealBasic would have been a more appropriate contrast. Although I haven't used it since Mac OS9 days I believe it has both TextField format and TextField mask properties which come someway ...
by chriswood
Sun Feb 21, 2010 3:28 am
Forum: Feature Proposals
Topic: Field input
Replies: 12
Views: 5781

Field input

I'd very much like to see more direct out of the box support for field validation, customization & input masks. For example boolean properties to create a date entry field (with calendar!), bulleted password field, auto entering values eg date or serial number, perhaps even an expression builder? An...
by chriswood
Tue Dec 15, 2009 2:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Excel Style Sheet within RR Project
Replies: 4
Views: 4183

Re: Excel Style Sheet within RR Project

Looks like my attachment didn't upload, here it is.
Test Cells.rev.zip
(1.77 KiB) Downloaded 365 times
Chris
by chriswood
Mon Dec 14, 2009 1:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Excel Style Sheet within RR Project
Replies: 4
Views: 4183

Re: Excel Style Sheet within RR Project

I suppose you could update items by loop through a list of fields or items in a table field. The attached file may give you a brief idea though I guess somebody with more RR experience than me could come up with better code or idea. I've worked with a lot of projects that require similar functionali...
by chriswood
Mon Dec 14, 2009 7:13 am
Forum: Talking LiveCode
Topic: DataGrid Form row hilite
Replies: 2
Views: 3063

Re: DataGrid Form row hilite

Thank you Trevor that works a treat.

Best Regards

Chris
by chriswood
Sun Dec 13, 2009 1:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Excel Style Sheet within RR Project
Replies: 4
Views: 4183

Re: Excel Style Sheet within RR Project

I came across an excel type control a few days ago: http://www.runrevplanet.com/

Best Regards

Chris
by chriswood
Tue Dec 08, 2009 6:46 am
Forum: Talking LiveCode
Topic: DataGrid Form row hilite
Replies: 2
Views: 3063

DataGrid Form row hilite

I'm still getting a feel for DataGrids but have noticed that it is possible in a DataGrid form to have say row 3 hilited but an editable field in row 2 focused (see attached screenshot). For the project I am working on the row containing the focused object should always be hilited. So I'm thinking t...
by chriswood
Sun Oct 18, 2009 12:12 am
Forum: Talking LiveCode
Topic: Loading properties in a DataGrid on another card
Replies: 2
Views: 2660

Loading properties in a DataGrid on another card

Trevor, Thanks for clarifying. I was was hoping to avoid screen locking as it also freezes the animated loading GIF. As not all the table columns in the grid need to be displayed - some were not visible anyway - I will look at loading only the minimum required dgprops (to speed up the DataGrid redra...
by chriswood
Sat Oct 17, 2009 9:55 am
Forum: Converting to LiveCode
Topic: Tips on translating from VB6
Replies: 2
Views: 5117

Tips on translating from VB6

Tony, I've done a little VB6 & alot of VBA programming and Rev is a totally different animal. I'm afraid it's gonna be starting from scratch. The thing that confused me the most was that there is no way to pick 'Event handlers' for controls - you need to look them up in the dictionary! Best Regards ...
by chriswood
Sat Oct 17, 2009 3:54 am
Forum: Talking LiveCode
Topic: Loading properties in a DataGrid on another card
Replies: 2
Views: 2660

Loading properties in a DataGrid on another card

How would one go about changing the dgprops or dgdata of a datagrid on a card that hasn't yet been shown? In the following scenario the button to load data appears on card1 and the DataGrid itself is on card2 Script 1 works: go to card "card2" set the dgprops ["columns"] of group "DataGrid 1" to tcC...
by chriswood
Sun Sep 06, 2009 1:42 am
Forum: Feature Proposals
Topic: SHA1 Encryption
Replies: 2
Views: 2259

SHA1 Encryption

Many thanks Mark, that will do the trick

Best Regards

Chris
by chriswood
Sun Aug 30, 2009 2:35 pm
Forum: Feature Proposals
Topic: SHA1 Encryption
Replies: 2
Views: 2259

SHA1 Encryption

I have several existing online MySQL databases (that use encryted passwords) for which I'd like to build front ends in rev. It would be very nice if Rev had built in Sha1 functions to make interaction more secure and seamless.

Best Regards

Chris