movable

IE browser problems occurring with Javascript Movable Type SignIn widget!

i am using movable type 4.23 (publishing system) and have been testing my site on a PC and discovered that internet explorer (IE) browsers are unable to view my site due to a conflict in the javascript of the signin widget (initially i thought it was in the mt.js file). i receive this error: "Error 80004004"...as well as in the Javascri...

How to select and move multiple controls at runtime

Hi, I have created some custom controls (TCustomControl) in Delphi that I can move them at runtime but only one by one. How I can select two or more of these controls, at runtime again, and move them around all together with the mouse? Thank you. ...

C# - Make a borderless form movable?

Is there a way to make a form that has no border (FormBorderStyle is set to "none") movable when the mouse is clicked down on the form just as if there was a border? Thanks. ...

Can I move window using an object inside that window?

Hi all. Is it possible in Cocoa to move a window by dragging an object which is inside that window? For example: I have a webview inside a window, big as the window, so setMovableByWindowBackground will obviously not work. Is there a way to click and drag the web view and move the whole window? Any help would be very appreciated! —Alb...

Making a moveable control in WPF

Hi guys, I have a panel, within that panel are several rectangular controls (the number of controls vaires) I want the user to be able to move the controls around within the panel so that they can arrange the controls in the way that suits them best. does anyone have any resources i could read or simple tips which would get me headed do...

How can I have an html element stay visible on the page within the bounds of another html object?

Hey, I have a list of reports on a page. I currently have 4 large buttons on the right to view, add, edit or delete a button. We've had complaints about people having to scroll back up to click on the buttons once they've selected a report because they have soo many. Is there a way to have an html object like a div, stay visible on the...

Extjs 3.x: Can I make a panel or a container movable?

I have an Ext.Container and I need to add to it a user-movable object. I see elsewhere that an Ext.Window is not supposed to be nested into objects, thus what are my options regarding other movable Ext objects? Regards, Casper ...

Movable Type: Change URL using regex replace

Hi, In my <mt:EntryBody> text I have few urls which I want to change the pointing address. http://www.myblog.com/blog/content/fruit/apple.html to http://www.myblog.com/blog/apple/ In this case word "fruit" and "apple" would be the variable. I would like to use regex_replace modifier to change every URL in EntryBody. How would I w...