INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Panes : side by side tag frames ?  (Read 663 times)

rudyrednose

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 344
  • nothing more to say...
Panes : side by side tag frames ?
« on: June 20, 2012, 12:41:26 pm »

Hi,
I am making extensive use of MC17 for my picture collection.  Fantastic tool to quickly find a specific picture !
I am mostly using 3 tags on each picture:
- People
- Places
- Keywords

I am using a pane view.  Those three tags can be placed on the top (side-by-side frames) or on the left (one above the other frames)
As I have a large number of each of those tags, I have to ask: is it possible to have my panes organized as side by side frames having the full screen height ?
This would maximize the number of visible tags.

Even better, is it possible to show a tag on multiple columns in a frame (ie a list of Keywords on 3 columns) ? 
As I have 3 24" monitors side by side, I could see all my tags at the same time  ;D

Thank you !
Rudy
Logged

Scolex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1116
  • Cheers
Re: Panes : side by side tag frames ?
« Reply #1 on: June 20, 2012, 12:56:03 pm »

Here is a nested expression that can be modified to give you various groupings and ranges.
The bold section are where you set the possible beginning characters and the red is the size of the grouping

ifelse(
   regex([Keywords], /#^\d#/), 0 - 9,
   regex([Keywords], /#^([a-zA-Z])#/), formatrange([R1], 3, 0),
   1, /(Other/))\replace([Artist],; ,_)/
&datatype=
    Logged
    Sean
    Pages: [1]   Go Up