MPI Scatterv c++ vectors
Questions tagged [scatterview]
70 questions
0
votes
2 answers
MPI - scattering filepaths to processes
I have 4 filepaths in the global_filetable and I am trying to scatter 2 pilepaths to each process.
The process 0 have proper 2 paths, but there is something strange in the process 1 (null)...
EDIT:
Here's the full code:
#include
#include…

Konrad
- 630
- 2
- 11
- 27
0
votes
1 answer
Altering the Center of Rotation of a ScatterViewItem
By default, when manipulating a ScatterViewItem control it will rotate about its own center point.
Is there any way to alter this such that the control rotates about another point, for example rotate about its own top left corner?

Jack
- 21
- 3
0
votes
1 answer
I used the example gave by microsoft to drag and drop an object from a ScatteredView to a Surface List Box but it is not working
I developped the example given by Microsoft to drag and drop and object from a scatterview to a surface list box.
The scatterview is working, I can move the objects on it. But when I try to drag and drop them on the Surface ListBox nothing happen.
I…
0
votes
1 answer
inkcanvas inside scatterview
I want to detect gestures on my scatterview (so not on elements inside the scatterview). I found that the surfaceInkCanvas has some gesture possibilities but how can I put a kind of invisible surfaceinkcanvas inside my scatterview?
Thanx

Bjorn
- 1
- 1
0
votes
1 answer
MPI_Scatterv: segmentation fault 11 on process 0 only
I'm trying to scatter values among processes belonging to an hypercube group (quicksort project).
Depending on the amount of processes I either create a new communicator excluding excessive processes, or I duplicate MPI_COMM_WORLD if it fits exactly…

Aymeric
- 199
- 12
0
votes
3 answers
Evenly distibuted scatterViewItems that dont overlap
I have an app that creates a variable number of ScatterviewItems based on which tagged object is placed on the surface table.
The ScatterViewItems are added programatically to the ScatterView based on info looked up in a DB
The Scatterview does a…

ChrisCa
- 10,876
- 22
- 81
- 118
0
votes
1 answer
deactivate automatic SVI-wrapping of ScatterView
i try to use MVVM for a PixelSense-Project. I bound some elements to the ScatterView:
And i defined…
0
votes
2 answers
Problem with ScatterView - Components behind disabled
I'm working currently on a simple project which consist of a ScatterView with a lot of items and then a Navigation (Implemented as many buttons).
The problem is that i will like to have the ScatterView on top of everything, so that users can…

nicolas
- 1
- 1
0
votes
1 answer
Stop ScatterViewItem from rotating with 1 finger
By default, when dragging or throwing a ScatterViewItem around, it would rotate slightly also. Is there any way to limit this behavior such that rotation is permitted only when at least 2 fingers is doing the current manipulation?

Darren Ng
- 373
- 1
- 5
- 20
0
votes
1 answer
How do I make a canvas containing an image and user control rotatable?
I am using scatterview to show an Image and a usercontrol. canMove and canScale is set to false from c# code to restrict scaling and moving. I am able to rotate the scatterview by setting canRotate to true. Please anyone guide me if i am doing it…

Ziyad Ahmad
- 527
- 2
- 6
- 18
0
votes
1 answer
DragDropEffect.Copy Resets itself to None
I have a ScatterViewItem in the Scatterview, whose manipulation is not handled by me. I also have a RichTextBox in the ScatterView, with property AllowDrop = True.
By default, the RichTextBox's DragEnter event fires whenever the ScatterViewItem is…

Darren Ng
- 373
- 1
- 5
- 20
0
votes
1 answer
Setting ScatterViewItem Minimum Drag Distance
How do I change the sensitivity of a ScatterViewItem? Sometimes I just want to tap it, but the dragging would trigger and move ScatterViewItem a little (by 1 or 2 pixels). How do I set a minimum distance to trigger dragging?

Darren Ng
- 373
- 1
- 5
- 20
0
votes
1 answer
ScatterViewItem Drag and Drop into RichTextBox
I have a ScatterView which consist of 2 items: an Image and a RichTextBox. RichTextBox has AllowDrop set to true.
When I drag the Image to the RichTextBox, the image disappears completely but RichTextBox's DragEnter and Drop event did not fire at…

Darren Ng
- 373
- 1
- 5
- 20
0
votes
1 answer
ActivationHost for ElementMenu
I am creating dynamically ScatterView items using a template:

Radu Poe
- 59
- 6
0
votes
1 answer
Using scatterview as a region with Prism throws an exception
I'm playing around with Surface and I'm trying to use a scatterview as a module region.
What happens is that when I run the app, a exception is…

Bruno Shine
- 1,021
- 1
- 9
- 17