Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
753 views

Creating not copyable, but movable, objects in c++

Just a question. Looking at C++ Boost libraries (in particular boost::thread class) I ended up thinking: "how is it possible to create a class defining objects that cannot be copied but that can be ...
2
votes
4answers
687 views

How to select and move multiple controls at runtime

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 ...
1
vote
1answer
39 views

How to make the records movable? [closed]

In rails 3.1 I want to make the db records movables, with a Move up and a Move down link in ecah one. For example, if I have 4 records: Title 1 [up] [down] Title 2 [up] [down] Title 3 [up] [down] ...
1
vote
1answer
189 views

wxWidgets - Creating a borderless frame movable

I am attempting to convert one of my application written in C# - Windows Forms to C++ - wxWidgets. My app is borderless and has a thin, transparent panel on top of the form which can be used to move ...
1
vote
1answer
78 views

Movable Type: Change URL using regex replace

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 ...
1
vote
3answers
2k views

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 ...
1
vote
4answers
3k views

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.
0
votes
1answer
331 views

How can I check the app is movable to sd or not

I want to know how to check whether the app is movable to sd or not through code. I know how to get the installed applications list and is it on sd card or not. If ApplicationInfo flags contains ...
0
votes
1answer
36 views

Upgrading MovbableType to 4.32 creates a javascript error with custom fields and kills FCKeditor

Has anyone run into this issue before? Uncaught ReferenceError: custom_fields is not defined Then MT generates this in the document: customizable_fields.push('customfield_start_date'); ...
0
votes
1answer
235 views

How to make a div draggable and come back to its original position or drag end

Is it possile using jquery to make a div draggable in such a way that it comes to its original position when the drag end.???
0
votes
1answer
166 views

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

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 ...
0
votes
2answers
1k views

Making a moveable control in WPF

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 ...
0
votes
1answer
360 views

Can I move window using an object inside that window?

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 ...
0
votes
1answer
210 views

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 ...