search for: bringtofront

Displaying 4 results from an estimated 4 matches for "bringtofront".

2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...lt; }); < }).bind(this), --- > new Effect.MoveBy(element, -top_offset, -left_offset, {duration:dur}); > }, 227,229c205 < if(this.onFront) { < return; < } --- > 253c229 < if(this.options.ghosting && !this.options.bringtofront) { --- > if(this.options.ghosting) { 302d277 < 345c320 < if(this.options.ghosting && !this.onFront ) { --- > if(this.options.ghosting) { 350,367d324 < if(this.options.bringtofront && !this.onFront) { < this.onFront=true; <...
2006 Nov 11
2
switcher patch do disable window list
...curious as me. Two code example: /**********/ case SWITCH_SCREEN_OPTION_MIPMAP: case SWITCH_SCREEN_OPTION_ICON: case SWITCH_SCREEN_OPTION_MINIMIZED: if (compSetBoolOption (o, value)) return TRUE; break; /**********/ /**********/ case SWITCH_SCREEN_OPTION_BRINGTOFRONT: if (compSetBoolOption (o, value)) { ss->bringToFront = o->value.b; return TRUE; } /**********/ At first look, i tell me: "How plugin know that MINIMIZED option had change if we do nothing more than returning TRUE. After lookin...
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"
2008 Feb 20
1
Compilation error on installing rgl package
...r function ?virtual void gui::OSXWindowImpl::show()?: osxgui.cpp:229: error: ?ShowWindow? was not declared in this scope osxgui.cpp:230: error: ?GetWindowBounds? was not declared in this scope osxgui.cpp: In member function ?virtual void gui::OSXWindowImpl::bringToTop(int)?: osxgui.cpp:237: error: ?BringToFront? was not declared in this scope osxgui.cpp: In member function ?OSStatus gui::OSXWindowImpl::windowHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*)?: osxgui.cpp:261: error: ?kEventWindowDrawContent? was not declared in this scope osxgui.cpp:270: error: ?GetWindowBounds? was not declared in this...