• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Design & Development v
« Previous 1 … 5 6 7 8 9 … 11 Next »
A dialog for File->Merge

 
  • 1 Vote(s) - 4 Average
A dialog for File->Merge

oort
Offline

3D Obsessed

Posts: 1,184
Threads: 69
Joined: Nov 2012
#69
04-08-2014, 03:02 AM (This post was last modified: 04-08-2014, 03:11 AM by oort.)
MikeJ,
There are multiple situations to consider and each one requires coding.

1) The "new file" has a selection and the "merged file" has a selection.
2) The "new file" has a selection, the "merged file" has no selection.
3) The "new file" has a selection, auto-select the "merged file".

4) The "new file" has no selection, the "merged file" has a selection.
5) The "new file" has no selection, the "merged file" has no selection.
6) The "new file" has no selection, auto-select" the "merged file"

I think it would break down as follows...

A) New File has a selection
1) Merge file has a selection
a) "keep current" selection and ignore Merge file selection. (No change)
b) "add" Merge file selection to current selection. (Increase selection)
c) "replace" current selection with Merge file selection. (New selection)
2) Merge File has No selection (No change to selection)
3) Merge File has No selection (Make all new Selection enabled (auto-select))
a) "keep current" selection and no auto-select . (No change)
b) "add" Merge file object auto-selected. (Increase selection)
c) "replace" current selection with Merge file object auto-selected. (New selection)

B) New file has No selection
1) Merge File has a selection
a) "keep current" selection and ignore Merge file selection. (No change)
b) "add" Merge file selection to current selection. (New selection)
c) "replace" current selection with Merge file selection. (New selection)
2) Merge File has No selection (No change to selection)
3) Merge File has No selection (Make all new Selection enabled (autoselect))
a) "keep current" selection and no auto-select. (No change)
b) "add" Merge file object auto-selected. (New selection)
c) "replace" current selection with Merge file object auto-selected. (New selection)

If I am not mistaken, auto-selecting the merged in file is the complicating factor... Sad

I think the way Micheus has the menu is the simplest way to capture all the possibilities... At least I cannot think of a better way... Smile

oort
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
A dialog for File->Merge - by micheus - 03-15-2014, 05:31 PM
RE: A dialog for File->Merge - by Kruzschev - 03-15-2014, 09:04 PM
RE: A dialog for File->Merge - by MikeJ - 03-15-2014, 10:15 PM
RE: A dialog for File->Merge - by Fonte Boa - 03-15-2014, 11:42 PM
RE: A dialog for File->Merge - by MikeJ - 03-16-2014, 06:02 AM
RE: A dialog for File->Merge - by oort - 03-16-2014, 01:20 AM
RE: A dialog for File->Merge - by micheus - 03-16-2014, 12:10 PM
RE: A dialog for File->Merge - by MikeJ - 03-16-2014, 03:30 PM
RE: A dialog for File->Merge - by micheus - 03-16-2014, 04:06 PM
RE: A dialog for File->Merge - by MikeJ - 03-16-2014, 05:23 PM
RE: A dialog for File->Merge - by micheus - 03-16-2014, 05:42 PM
RE: A dialog for File->Merge - by MikeJ - 03-17-2014, 08:45 PM
RE: A dialog for File->Merge - by micheus - 03-17-2014, 09:10 PM
RE: A dialog for File->Merge - by MikeJ - 03-17-2014, 09:33 PM
RE: A dialog for File->Merge - by micheus - 03-17-2014, 09:41 PM
RE: A dialog for File->Merge - by MikeJ - 03-17-2014, 10:07 PM
RE: A dialog for File->Merge - by oort - 03-17-2014, 12:26 AM
RE: A dialog for File->Merge - by micheus - 03-17-2014, 01:50 AM
RE: A dialog for File->Merge - by oort - 03-17-2014, 04:07 AM
RE: A dialog for File->Merge - by oort - 03-17-2014, 09:01 PM
RE: A dialog for File->Merge - by MikeJ - 03-17-2014, 09:07 PM
RE: A dialog for File->Merge - by oort - 03-17-2014, 09:12 PM
RE: A dialog for File->Merge - by oort - 03-17-2014, 09:49 PM
RE: A dialog for File->Merge - by oort - 03-17-2014, 10:37 PM
RE: A dialog for File->Merge - by MikeJ - 03-17-2014, 11:24 PM
RE: A dialog for File->Merge - by oort - 03-17-2014, 11:47 PM
RE: A dialog for File->Merge - by oort - 03-18-2014, 03:33 PM
RE: A dialog for File->Merge - by micheus - 03-18-2014, 04:38 PM
RE: A dialog for File->Merge - by oort - 03-18-2014, 04:48 PM
RE: A dialog for File->Merge - by Fonte Boa - 03-18-2014, 05:56 PM
RE: A dialog for File->Merge - by micheus - 03-18-2014, 06:50 PM
RE: A dialog for File->Merge - by Fonte Boa - 03-18-2014, 08:27 PM
RE: A dialog for File->Merge - by micheus - 03-18-2014, 08:34 PM
RE: A dialog for File->Merge - by Fonte Boa - 03-19-2014, 07:02 PM
RE: A dialog for File->Merge - by micheus - 03-23-2014, 09:37 PM
RE: A dialog for File->Merge - by oort - 03-24-2014, 01:46 AM
RE: A dialog for File->Merge - by micheus - 03-24-2014, 03:39 AM
RE: A dialog for File->Merge - by oort - 03-24-2014, 05:24 AM
RE: A dialog for File->Merge - by micheus - 03-24-2014, 05:47 AM
RE: A dialog for File->Merge - by Fonte Boa - 03-24-2014, 11:21 AM
RE: A dialog for File->Merge - by micheus - 03-24-2014, 06:50 PM
RE: A dialog for File->Merge - by Fonte Boa - 03-24-2014, 09:00 PM
RE: A dialog for File->Merge - by micheus - 03-26-2014, 11:19 PM
RE: A dialog for File->Merge - by Fonte Boa - 03-27-2014, 12:43 AM
RE: A dialog for File->Merge - by micheus - 03-27-2014, 01:08 AM
RE: A dialog for File->Merge - by Fonte Boa - 03-27-2014, 01:26 AM
RE: A dialog for File->Merge - by micheus - 03-27-2014, 01:34 AM
RE: A dialog for File->Merge - by oort - 03-27-2014, 01:42 AM
RE: A dialog for File->Merge - by Fonte Boa - 03-27-2014, 01:50 AM
RE: A dialog for File->Merge - by micheus - 03-27-2014, 01:58 AM
RE: A dialog for File->Merge - by oort - 03-27-2014, 01:59 AM
RE: A dialog for File->Merge - by micheus - 03-27-2014, 11:52 AM
RE: A dialog for File->Merge - by oort - 03-27-2014, 02:23 PM
RE: A dialog for File->Merge - by micheus - 03-28-2014, 12:31 AM
RE: A dialog for File->Merge - by oort - 03-28-2014, 03:04 AM
RE: A dialog for File->Merge - by micheus - 03-29-2014, 12:14 AM
RE: A dialog for File->Merge - by oort - 03-29-2014, 12:57 AM
RE: A dialog for File->Merge - by micheus - 04-07-2014, 12:45 AM
RE: A dialog for File->Merge - by oort - 04-07-2014, 03:07 AM
RE: A dialog for File->Merge - by micheus - 04-07-2014, 03:26 AM
RE: A dialog for File->Merge - by MikeJ - 04-07-2014, 04:40 AM
RE: A dialog for File->Merge - by oort - 04-07-2014, 04:51 AM
RE: A dialog for File->Merge - by micheus - 04-07-2014, 01:43 PM
RE: A dialog for File->Merge - by oort - 04-07-2014, 03:32 PM
RE: A dialog for File->Merge - by micheus - 04-07-2014, 04:46 PM
RE: A dialog for File->Merge - by MikeJ - 04-07-2014, 07:46 PM
RE: A dialog for File->Merge - by micheus - 04-07-2014, 10:27 PM
RE: A dialog for File->Merge - by oort - 04-07-2014, 05:03 PM
RE: A dialog for File->Merge - by oort - 04-08-2014, 03:02 AM
RE: A dialog for File->Merge - by micheus - 04-08-2014, 07:09 AM
RE: A dialog for File->Merge - by oort - 04-08-2014, 01:49 PM
RE: A dialog for File->Merge - by micheus - 04-09-2014, 08:13 PM
RE: A dialog for File->Merge - by oort - 04-09-2014, 08:29 PM
RE: A dialog for File->Merge - by micheus - 04-09-2014, 08:34 PM
RE: A dialog for File->Merge - by micheus - 04-09-2014, 10:06 PM
RE: A dialog for File->Merge - by oort - 04-09-2014, 11:58 PM
RE: A dialog for File->Merge - by micheus - 04-10-2014, 01:31 AM
RE: A dialog for File->Merge - by oort - 04-10-2014, 02:31 AM
RE: A dialog for File->Merge - by micheus - 07-03-2015, 11:06 PM
RE: A dialog for File->Merge - by oort - 07-04-2015, 03:24 PM
RE: A dialog for File->Merge - by micheus - 07-04-2015, 05:52 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode