RM and the KeyMap tab
Moderator: Moderators
RM and the KeyMap tab
gfb107,
I know this isn't an important issue but is it possible to add a copy to clipboard button on the Keymap tab allowing the ability to copy the tabs contents into a spreadsheet like excel? Or atleast the ability to hilite and copy? Currently you can only print it out. I find it convienent putting the keymap info of two devices on one sheet of paper (in landscape) with only one column listing the remotes buttons. Currently I type all the info in excel manually.
I know this isn't an important issue but is it possible to add a copy to clipboard button on the Keymap tab allowing the ability to copy the tabs contents into a spreadsheet like excel? Or atleast the ability to hilite and copy? Currently you can only print it out. I find it convienent putting the keymap info of two devices on one sheet of paper (in landscape) with only one column listing the remotes buttons. Currently I type all the info in excel manually.
Last edited by Wheelie4 on Thu Feb 24, 2005 3:11 pm, edited 3 times in total.
Daryl
Wheelie4,
I haven't done anything with this request. I guess Java provides built-in support for copying the selected parts of a table to the clipboard using Ctrl-c.
I haven't done anything with this request. I guess Java provides built-in support for copying the selected parts of a table to the clipboard using Ctrl-c.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
I never tried this in the Key Map tab before.
I like to copy things over to Excel from various tabs in RM. I've had mixed results. I wish I had kept better notes.
I'm pretty sure multiple selection by dragging has usually failed for me (in the other RM tabs where I had tried it). Now it works fine in Functions, External Functions, and KeyMap. (No multiple select work in Buttons, but that isn't so important).
I've consistently been able to use multiple select in the Functions tab using click and shift click (on opposite corners of the area I want). That worked when drag didn't.
I can now get a correct paste into Excel from a copy from the KeyMap tab, even though that is three columns.
I can't get a correct paste into Excel of more than one column at a time from the Functions tab. At some point in the past this sometimes worked. Now I need to do it one column at a time.
Greg, is there a difference in clipboard format between copies from KeyMap and those from Functions, that would explain why Excel understands buttons is multiple columns but can't understand that from Functions.
Any lurking Excel experts, is there a way to make Excel understand the ascii tab character as a column delimiter in a paste? I also run into this problem pasting DecodeCCF output into Excel. It can use tab delimiters when opening a .txt file but I can't get it to use them when pasting txt.
I like to copy things over to Excel from various tabs in RM. I've had mixed results. I wish I had kept better notes.
I'm pretty sure multiple selection by dragging has usually failed for me (in the other RM tabs where I had tried it). Now it works fine in Functions, External Functions, and KeyMap. (No multiple select work in Buttons, but that isn't so important).
I've consistently been able to use multiple select in the Functions tab using click and shift click (on opposite corners of the area I want). That worked when drag didn't.
I can now get a correct paste into Excel from a copy from the KeyMap tab, even though that is three columns.
I can't get a correct paste into Excel of more than one column at a time from the Functions tab. At some point in the past this sometimes worked. Now I need to do it one column at a time.
Greg, is there a difference in clipboard format between copies from KeyMap and those from Functions, that would explain why Excel understands buttons is multiple columns but can't understand that from Functions.
Any lurking Excel experts, is there a way to make Excel understand the ascii tab character as a column delimiter in a paste? I also run into this problem pasting DecodeCCF output into Excel. It can use tab delimiters when opening a .txt file but I can't get it to use them when pasting txt.
John,
I can succesfully copy'n'paste from the Functions panel into Excel '97.
There may be a difference in the format of the clipboard data. I coded the copy function for the Functions panel. The copy that occurs of the KeyMap panel is automatically provided by Java.
I can succesfully copy'n'paste from the Functions panel into Excel '97.
There may be a difference in the format of the clipboard data. I coded the copy function for the Functions panel. The copy that occurs of the KeyMap panel is automatically provided by Java.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Selection by drag works on the Functions panel as long as you keep the mouse pointer out the the "#" column. That's because dragging in that column is used for reordering.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
ElizabethD
- Advanced Member
- Posts: 2348
- Joined: Mon Feb 09, 2004 12:07 pm
John, without an example, this answer may not be relevant.johnsfine wrote:... is there a way to make Excel understand the ascii tab character as a column delimiter in a paste? I also run into this problem pasting DecodeCCF output into Excel. It can use tab delimiters when opening a .txt file but I can't get it to use them when pasting txt.
Excel delimits by tabs automatically, which is why i suspect I'm not reading your question correctly.
If you paste text containing tabs, AND if it stays in one column (it won't if you used KM a short while back or if KM is open), then using Data menu, click on Text to columns and it should ask you how to control the split via tab, comma, semicolon, space, other -- you might be able to type in your own thing in other.
If this gets you nowhere, post some examples in diagnosis or send me email and tell me where the splits should be.
Just in case - what Excel version? I don't think it matters, really.
Recently it always has. I think it used to sometimes work, but I'm not sure.ElizabethD wrote:If you paste text containing tabs, AND if it stays in one column
Recently when I get a text import dialog it always defaults to "," delimited and I need to change to tab delimited. It used to usually default to whatever I used recently and only rarely switch back to "," delimited.
KM is almost always open. Starting now from KM, IElizabethD wrote: (it won't if you used KM a short while back or if KM is open),
1) Click the new button to get a new workbook.
2) Run RM and open a recent rmdu file, and switch to functions tab.
3) Drag select Name, EFC and OBC of several rows.
4) Click the copy button
5) Click the title bar of my blank Excel work book
6) Type ^V, getting all the data into colunm A with tabs embedded in the text.
7) Select Text to Columns, and Next
8) As always on that dialog, check Tab, uncheck Comma, and change Text qualifier to {none}. There REALLY ought to be a way to save that as the default.
9) Click finish, and it's all fixed.
Thanks, I had never looked at Text to Columns before. That's a much easier work around than the one I've been using.
I'd still prefer if Excel could remember that those are the choices I always want on that dialog.
Microsoft Office Excel 2003 (11.6113.5703)ElizabethD wrote:Just in case - what Excel version? I don't think it matters, really.
But I don't think it matters either, because I've had the same issues on other computers with different Excel versions.
-
ElizabethD
- Advanced Member
- Posts: 2348
- Joined: Mon Feb 09, 2004 12:07 pm
Double edged sword.johnsfine wrote:I'd still prefer if Excel could remember that those are the choices I always want on that dialog.
Couple items that might trip you, starting with above:
1. The setting of how to translate is quite persistent. I wish it were more volatile. Once you did it with one type of delimiter, next paste will do the same.
Example: after using a comma delimiter, perhaps new text should be parsed with spaces or tabs. But excel's looking for a comma and places all text and tabs in one cell.
Workaround: look at it in disbelief, then do the Text to columns on what got pasted asking for the tabs job. Can't blame it on KM, which I did long ago, so this is my public retraction
2. Watch out for a file which looks uniform but isn't, i.e. may have the delimiter character, someplace (unlikely with ccf). Excel will then split few cells and you don't notice that it overwrites other data.
Safety workaround: after initial pasting, enable the data autofilter on several adjacent columns and review dropdown lists. They should only contain blanks.
End of excel forum.