Search found 10 matches
- Sat Oct 25, 2008 1:56 am
- Forum: General Discussion
- Topic: Bigger Icons?
- Replies: 4
- Views: 6333
(Even) larger icons would help out with adaptive hardware (head-stick) that users with mobility impairments make use of. The abolute beauty of Macro Scheduler in these situations is it cuts down on the number of key-strokes for common task (e.g. enter user Ids, firing up software, repetitive coding....
- Fri Oct 24, 2008 4:24 pm
- Forum: General Discussion
- Topic: Bigger Icons?
- Replies: 4
- Views: 6333
- Wed Oct 22, 2008 7:42 pm
- Forum: General Discussion
- Topic: Bigger Icons?
- Replies: 4
- Views: 6333
Bigger Icons?
I have a user who makes use of a touch screen with Macro Scheduler. Is their ANY way to enlarge the icons on the Macro Scheduler task bar(s)? Thanks in advance.
- Thu Sep 25, 2008 8:35 pm
- Forum: Enhancement Suggestions
- Topic: Image a world where Macros had fonts...
- Replies: 0
- Views: 4822
Image a world where Macros had fonts...
Something interesting came up the other day... is it possible to employ a Rich Text (RTF) plugin with Macro Scheduler. Allowing users to input and store rich text format. One example that comes to mind is the RTF2 Active control offered by http://www.lebans.com/richtext.htm It basically gives rich t...
- Mon Oct 01, 2007 2:08 am
- Forum: Technical / Scripting
- Topic: Magic Required:Create unique field HASH(MD5) or equivalent.
- Replies: 2
- Views: 4264
- Sun Sep 30, 2007 3:35 am
- Forum: Technical / Scripting
- Topic: Magic Required:Create unique field HASH(MD5) or equivalent.
- Replies: 2
- Views: 4264
Magic Required:Create unique field HASH(MD5) or equivalent.
I am interested in creating a "unique key" based on several strings using a HASH thingy . I have a database challenge where I would like to compare records from two databases (.CSV files actually) using three variables CODE, LABEL and COUNT (for example). What I hope macro scheduler will do is read ...
- Sun Apr 15, 2007 3:50 am
- Forum: Technical / Scripting
- Topic: Transform CSV dataset.
- Replies: 3
- Views: 5261
- Sun Apr 15, 2007 3:26 am
- Forum: Technical / Scripting
- Topic: Transform CSV dataset.
- Replies: 3
- Views: 5261
Ok, this is the best I could come up with... given the number of records the thing takes a week to complete; any suggestions for speed would be greatly appreciated. 'Global files' let>input=c:\counts.csv let>output=C:\output.csv let>temp=c:\temp.txt let>varlist=C:\varlist.txt 'Housekeeping (for repe...
- Sun Apr 15, 2007 12:49 am
- Forum: Technical / Scripting
- Topic: How to Delete Blank Spaces
- Replies: 8
- Views: 12126
- Sun Apr 15, 2007 12:20 am
- Forum: Technical / Scripting
- Topic: Transform CSV dataset.
- Replies: 3
- Views: 5261
Transform CSV dataset.
Hi. I just need to reformat some CSV output (see example below, original dataset has over 100,000 records). This should be an easy one... but alas, I can not see it. I have cruised the forum and some VB type solutions using arrays look sexy - but I can't seem to implement them. So, here is the probl...