Questions tagged [dockable]

21 questions
0
votes
1 answer

Dockable Toolbar

I have an area in my application that contains toolbar, my toolbar is consist of movable canvas, that I can drag and drop it anywhere, what I want to do is to restrict the user and not allow the toolbar to be moved out of this area, and make it…
Amr
  • 11
  • 5
0
votes
2 answers

C++ MFC Feature Pack --> Create multiple CDockablePanes onto an CDialog

I try to create an area onto a CDialog, where I can put some CDockablePanes in. Those shall be perfectly dockable to a fixed dialog content. The Codejock Dialog Panes Sample is exactly what I want, but realized with the MFC feature pack classes:…
slaindevil
  • 47
  • 1
  • 8
0
votes
3 answers

MFC DockablePane not floating or hiding

Is there any way to make a MFC DockablePane (from the new Feature Pack) that is docked in a window not able to float or to hide (and even disable the context menu that allows the user to select the states - dockable, float, hide etc.) What I…
melculetz
  • 1,961
  • 8
  • 38
  • 51
0
votes
1 answer

Docking wear app to watch face

Apologies for an 'open' question, but can anyone provider pointers on how to 'dock' my app to the Android Wear watch face? Essentially, I want users of the application to be able to swipe left to right (or vice-versa) from the edge of the screen to…
Mike at Savient
  • 250
  • 2
  • 12
0
votes
1 answer

Netvibes like "draggable boxes" with javascript

Do you know any project/framework in javascript (jquery or anything else) that has nice draggable windows that snaps in some fixed places like netvibes has? I found jPolite v2 but it seems a little too complex for what I want to do. Any idea?
mrmuggles
  • 2,081
  • 4
  • 25
  • 44
0
votes
1 answer

Make a window dockable to the Windows desktop

The latest (and unfortunately the last) version of WinAMP provides a feature named 'Docked toolbar'. I've found a screenshot on the Web, showing what it looks like. If you docks the WinAMP window to the bottom, for instance, another window doesn't…
noober
  • 4,819
  • 12
  • 49
  • 85
1
2