Search found 83 matches

by paul@researchware.com
Sat Jun 03, 2017 5:55 pm
Forum: Windows
Topic: Associating additional Documents types for a Standalone
Replies: 1
Views: 3597

Re: Associating additional Documents types for a Standalone

Hmm, 38 people (well I guess 37 no counting myself) have views this post with no replies. Does no one know how to do this? Or is everyone who does know busy building awesome Windows standalones with multiple documents types?
by paul@researchware.com
Thu Jun 01, 2017 6:54 pm
Forum: Windows
Topic: Associating additional Documents types for a Standalone
Replies: 1
Views: 3597

Associating additional Documents types for a Standalone

So in LiveCode's Staandalone builder, we can specify an icon for the application and a file extension and icon for a single document. How do we add more icons and associated file extensions to a standalone under OSX and Windows. For OSX, after you build the standalone, you can open the app bundle an...
by paul@researchware.com
Tue Aug 11, 2015 4:43 pm
Forum: Talking LiveCode
Topic: OSX About and Help menu issue under LC676
Replies: 0
Views: 2281

OSX About and Help menu issue under LC676

I have an application that when built into a standalone under LC665, for OSX, the About and Help menu work fine. The same application built under LC676 for OSX results in the all menu items under the Help menu (except for Apple's default search) greyed out and "About <appname>" under the <applicatio...
by paul@researchware.com
Thu Jul 09, 2015 11:25 pm
Forum: Talking LiveCode
Topic: Determining the active email client on OSX and Windows...
Replies: 1
Views: 2302

Determining the active email client on OSX and Windows...

Does anyone out there have reliable scripts for determining the active email client on OSX and/or Windows? Including and especially if the user is using GMail? The issue is that when you use revMail (i.e. revMail address, [ccAddress, [mailSubject, [messageBody]]] ) it appears that Google GMail has a...
by paul@researchware.com
Fri Dec 05, 2014 4:50 pm
Forum: Building Externals
Topic: Seeking External developer
Replies: 1
Views: 6296

Seeking External developer

Researchware is looking for some one experienced at developing LiveCode externals for OSX and Windows for work on a specific external.

Please email me off-list directly at paul@researchware.com for more information.
by paul@researchware.com
Sat Sep 27, 2014 8:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mouseEnter message on new stack
Replies: 10
Views: 11311

Re: mouseEnter message on new stack

The reason your stack is not getting the mouseEnter or mouseLeave at the stack is because the handler in your card script traps them. Many messages (like resizeStack) are actually sent to the current card and if no handler is present to handle them, they pass through to the stack script. If a handle...
by paul@researchware.com
Sat Sep 27, 2014 6:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mouseEnter message on new stack
Replies: 10
Views: 11311

Re: mouseEnter message on new stack

The truly annoying thing is that mouseEnter and mouseLeave ARE sent to the card UNDER Windows. Only under OSX is mouseEnter not sent. That seems like a BUG to me.
by paul@researchware.com
Sun Aug 31, 2014 3:48 am
Forum: Talking LiveCode
Topic: How to add a column subtotals row to a Datagrid?
Replies: 12
Views: 8985

Re: How to add a column subtotals row to a Datagrid?

Actually in my application there can be a fair amount of rows and columns. In nearly all cases a person would need to scroll to the subtotals. And, yes, I could have placed the totals in separate fields to the right and bottom of the DataGrid to always have the totals visible. I choose not to for ea...
by paul@researchware.com
Fri Aug 29, 2014 7:24 pm
Forum: Talking LiveCode
Topic: How to add a column subtotals row to a Datagrid?
Replies: 12
Views: 8985

Re: How to add a column subtotals row to a Datagrid?

Sri, 1) In my case, I have enclosed the DataGrid and a couple of check boxes (below the DataGrid to show or hide the subotals) in a parent group. The parent group serves as my "matrix" control with a set of custom properties, one of which is the "dataArray" of the control. I use a setProp handler fo...
by paul@researchware.com
Thu Aug 28, 2014 8:16 pm
Forum: Talking LiveCode
Topic: How to add a column subtotals row to a Datagrid?
Replies: 12
Views: 8985

Re: How to add a column subtotals row to a Datagrid?

Martin, Thank you! The following small variation on the custom sorting lesson script ensures that the last Index of the DataGrid is always at the bottom regardless of sort. Specifically the code snip if (the showColSubtotals of the owner of me) then put max(theIndexSequencing) into tLastIndex -- sub...
by paul@researchware.com
Thu Aug 28, 2014 1:44 pm
Forum: Talking LiveCode
Topic: How to add a column subtotals row to a Datagrid?
Replies: 12
Views: 8985

Re: How to add a column subtotals row to a Datagrid?

Martin, Thanks! Now that I know that dgIndexes is a settable property and can control the order, I just need to figure out how to detect when a column is sorted to readjust the indexes. It looks like I can use a mouseUp handler that checks "If the dgHeader of the target is not empty then ..." to det...
by paul@researchware.com
Tue Aug 26, 2014 10:36 pm
Forum: Talking LiveCode
Topic: How to add a column subtotals row to a Datagrid?
Replies: 12
Views: 8985

Re: How to add a column subtotals row to a Datagrid?

The Datagrid documentation references: dgIndexes - get the dgIndexes - Returns the internal list of indexes in the order in which they appear in the data grid. Indexes are the numeric indices used when setting the dgData property It doesn't say whether this is settable so that you could change the o...
by paul@researchware.com
Tue Aug 26, 2014 10:31 pm
Forum: Talking LiveCode
Topic: How to add a column subtotals row to a Datagrid?
Replies: 12
Views: 8985

How to add a column subtotals row to a Datagrid?

Datagrids are great for displaying numerical data. Column resizing and sorting is all done for you by the Datagrid. Adding a set of ROW subotals (i.e. a column on the right that contains subtotals for each row) is easy. You can show or hide the column as you like. Adding a set of COLUMN subotals (i....
by paul@researchware.com
Sun Apr 27, 2014 4:36 pm
Forum: User Groups and Events
Topic: NELUG Upcoming meeting...
Replies: 1
Views: 8866

Re: NELUG Upcoming meeting...

The North East Livecode Users Group held its second virtual meeting this Saturday, April 26, 2014. Discussions ranged from how to promote LiveCode and make more people aware of how easy it is, to specific projects people were working on, to recently learned features of LiveCode, to areas of LiveCode...
by paul@researchware.com
Sun Apr 20, 2014 1:38 pm
Forum: User Groups and Events
Topic: NELUG Upcoming meeting...
Replies: 1
Views: 8866

NELUG Upcoming meeting...

The North East Livecode User Group (NELUG) is having its second virtual (online) meeting on Saturday, April 26th, 2014 at 2PM EDT. For more information on how to join the group or the meeting, please see http://www.researchware.com/nelug.

Go to advanced search