Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
971 views

Where can I find a list of Powershell .NET Type Accelerators?

In PowerShell you can use [xml] to mean [System.Xml.XmlDocument]. Do you know where I can find a list of these type accelerators? Are these accelerators specific to PowerShell or .NET?
4
votes
1answer
178 views

Java Swing: Why drag and drop in JFrame will trigger the “Ctrl+C” accelarator?

I create a JFrame and place a JMenuBar into it, a "Copy" menu item with "Ctrl+C" accelarator is added. The complete source code are pasted below. When I do drag and drop within the JFrame, I can see ...
4
votes
1answer
140 views

Poor performance when holding down accelerator key for Undo

I have bound a menu item to invoke the undo method of an undomanager on a jtextpane, and assigned an "accelerator" key combination to that undo invoke of the standard Ctrl-Z. The undo behaves just as ...
4
votes
5answers
2k views

php accelerator review

1) Can you recommend me a PHP accelerator for PHP V5.2.6? 2) Do you know about any recent test comparation/review of those modules(Alternative PHP Cache, eAccelerator, XCache, Zend Optimizer, Zend ...
4
votes
7answers
1k views

How do download accelerators work?

We require all requests for downloads to have a valid login (non-http) and we generate transaction tickets for each download. If you were to go to one of the download links and attempt to "replay" the ...
3
votes
3answers
204 views

Bounce ball back android

I have take Example of Accelerator with SensorManager, in which canvas(ball) are get update its position as per device Accelerator are rotated. Here is image : As shown in the image there is a ball ...
3
votes
1answer
61 views

Is there a Swing element which has F6 as a default accelerator?

I have an application with a tabbed pane and different components in it. I have set a MenuItem as Action with an Accelerator: private final Action focusDefaultCommandsAction = new AbstractAction() { ...
3
votes
4answers
340 views

Python accelerator

I'm planning to use Python to develop a web application. Anybody has any idea about any accelerator for python? (something like eAccelerator or apc for php) if not, is there any way to cache the ...
3
votes
2answers
536 views

Game of life in F# with accelerator

I'm trying to write life in F# using accelerator v2, but for some odd reason my output isn't square despite all my arrays being square - It appears that everything but a rectangular area in the top ...
3
votes
1answer
159 views

PHP accelerators and static fields

I would like to know about static (class) field representation within PHP interpreter. For example, when you load a class in Java, static fields will be associated with that Class object; that means ...
3
votes
1answer
370 views

Microsoft Accelerator V2 - toArray2D question

I am new to Microsoft.Accelerator. Take a look at the following code (it is F# but it is similar to C#): type FPA = Microsoft.ParallelArrays.FloatParallelArray let fi = List.init 9 (fun i -> new ...
2
votes
1answer
164 views

How can I remove accelerator characters from a string?

I have a caption for a GUI control, and I want to convert it to a simple text string. Specifically, I want to remove the accelerator metacharacters. For example (examples assume WinForms): Strip ...
2
votes
2answers
232 views

F#/“Accelerator v2” DFT algorithm implementation probably incorrect

I'm trying to experiment with software defined radio concepts. From this article I've tried to implement a GPU-parallelism Discrete Fourier Transform. I'm pretty sure I could pre-calculate 90 ...
2
votes
2answers
150 views

Accelerator UI in JavaScript

Can I create something like an Internet Explorer accelerator using JavaScript on the client-side? I want a clickable icon to show up when the user selects some text on the page. What is the event I ...
2
votes
3answers
3k views

What are the ranges of the accelerator on the iPhone?

I can't seem to find any documentation online about this, and what I am googling is giving me a lot of conflicting information...
1
vote
3answers
126 views

Umbraco on Azure: can I change hostname?

I've deployed in Windows Azure a website made with Umbraco, using Windows Azure Accelerator for Umbraco. For development and test i used a test Hostname. Now it's time to switch to the official DNS ...
1
vote
3answers
29 views

Java differentiate between menu click and accelerator

I have menu items with an accelerators. I would like to detect when a menu item was clicked as opposed to executed using accelerator. Is this possible? Thanks, Alexander.
1
vote
1answer
99 views

iOS 4+: lag in CMDeviceMotion time intervals

I'm working on a calculation-intensive app that happens to listen to sensor data (acceleration, but also angular velocity). After a couple filters, these vectors are integrated to track displacement. ...
1
vote
0answers
45 views

Method to determine if Mnemonic/Accelerator key values apply to a control?

I have an application (.net framework 4, vb.net) that originally was a VB6 application. To mimic portions of the old tab control behavior, I am implementing accelerator keys that allow you to switch ...
1
vote
1answer
50 views

Send accelerator with mouse to perform selection of text

I need to make selection of text using mouse instead of ctrl+A I tried: sendAcceleratorKey(MouseEvent.BUTTON1, ""); but I don't know which argument could I set to say make a click with mouse and ...
1
vote
1answer
264 views

Spring Security: requires-channel=“https” behind SSL accelerator

We're using an F5 BIG-IP device to terminate SSL connections and connecting by plain HTTP to the application server with an spring enabled application. Also we configured F5 to send an ...
1
vote
1answer
157 views

PHP accelerator vs Just in Time Compilation

from wikipedia: "Most PHP accelerators work by caching the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request (some or all of which may never ...
1
vote
2answers
152 views

Passing accelerator keystrokes to the main menu in Java

I have added some accelerators to the main menu, using MenuItem.setAccelerator(). Just basic stuff like ctrl-c for copy, etc. This works ok. But the app is a bit like an IDE, it has several panels ...
1
vote
1answer
220 views

How to change accel keybindings in gtk+ menu programmatically?

Coded in pygtk, I created the program menu this way: def _create_menu manager = self._window.get_ui_manager() self.action_group = gtk.ActionGroup("SomeActions") ...
1
vote
1answer
201 views

How to disable accelerator key for some buttons

I am setting the .Content value of a Button to a string that contains underscores; the first underscore is being interpreted as an accelerator key. Without changing the underlying string (by ...
1
vote
1answer
80 views

What is the drawback of MSR Accelerator

Just tried it out and found it to be very simple and fast. When i then tried to search the web for information about it I hardly found anything. Why is that? Is there some huge drawback I am ...
1
vote
1answer
90 views

Microsoft Accelerator Divide Operation

I would like to perform a fairly simple divide operation in Microsoft Accelerator: X = P / (1 + K * O') where P, K and O are vectors, and K * O' performs a dot product operation. I tried ...
1
vote
2answers
878 views

Swing: Setting a function key (F2) as an accelerator

I have a menu item, "rename", for which F2 is set as an accelerator. Indeed when the menu is displayed there a little "F2" indication next to "rename". Sadly, this does not work. This accelerator ...
1
vote
2answers
815 views

Why is CMFCMenuBar not utilizing the accelerator table?

In a doc/view project using VS2008, a MFCMenuBar seems to load the correct MENU resource (IDR_MAINFRAME) from the project, since adding and removing menu items is reflected in the menu's UI. It even ...
1
vote
2answers
568 views

How do I use 'F' keys in gtk Accelerators?

I'm trying (in python) to use gtk.Widget.add_accelerator... what should I pass as accel_key to use the F keys? Have attempted to check the docs to no avail. Thanks
1
vote
2answers
1k views

What is the difference between a keyboard accelerator and a shortcut key?

What is the difference between a keyboard accelerator and a shortcut key?
0
votes
0answers
54 views

PreTranslateMessage in modeless dialog

I have a modeless dialog derived from CControlBar (base class of CStatusBar, CToolBar, CDialogBar, CReBar, and COleResizeBar). When I perform an action in this dialog the pretranslatemessage of my ...
0
votes
1answer
35 views

MFC KeyPresses on Properties Docking Window being catched as other Control accelerators

I have a Visual C++ application where there are, among other things, a CListCtrl in the Main Frame and a Dockable Pane with a properties Window. When I press the Delete key on the Properties Window, ...
0
votes
0answers
8 views

IE Accelerator activityAction Element

The current datatype supported by activityAction Element are selection, document and link. And for the document attribute, I can get documentTitle or documentUrl ... Just wondering if there is a way ...
0
votes
0answers
38 views

C++ Microsoft Accelerator V2 - Comparison and Selection operation error

I'm studying Microsoft Accelerator V2 with C++. I would like to use Cond and Comparison operation, but an error is generated in the ToArray method. Following code is example of it. DX9Target *tgt = ...
0
votes
3answers
125 views

c++ win32 get system volume accelerator

is it possible to detect which keys are used for a system volume accelerator in win32 using c++? For example: if the user presses fn + key up (and this is also the key combination to change the system ...
0
votes
0answers
80 views

how to set Accelerator Key to a button in RCP

Here is my question : I've a Button in Eclipse RCP View. I want to set the Accelerator Keys eg. ctrl+s such that : when user preses ctrl+s at runtime, this should be interpreted as if the user clicked ...
0
votes
0answers
30 views

Is there an full documentation for Microsoft Accelerator?

I am learning Microsoft Accelerator these days and found that the only available docs is an Accelerator_Intro and an Accelerator_Programmers_Guide doc. Go through them is enough to begin with some ...
0
votes
2answers
80 views

Modeless dialogs and accelerators

I want to perform some action when the user presses CTRL+S inside a modeless dialog. Accelerators would be perfect for this, except that I don't have control over the thread's message loop (think ...
0
votes
0answers
221 views

Which reverse proxy accelerator is recommended with Apache/PHP - Varnish or Squid or some other? [closed]

Possible Duplicate: Tux, Varnish or Squid? We want to implement concept of reverse proxy accelerator. Consider the pure LAMP environment which reverse proxy accelerator is recommended - ...
0
votes
1answer
73 views

PHP Encoder and Accelerator

I'm looking for recommendations for PHP encoders and accelerators. From what I can tell, APC is the de facto standard for accelerators: http://php.net/manual/en/book.apc.php. As for encoders, I'm ...
0
votes
0answers
126 views

MFC Feature Pack - How to add accelerators without deleting user's customization

I want to add new accelerators to my MFC Feature Pack application. The problem is the app loads the accelerators already stored in the registry, thus disabling the new ones I've added. I know I could ...
0
votes
0answers
91 views

Visual C++ Menuitem does not display its accelerator

I have the following popup menu: IDR_POPUP_CONFIG_EDIT MENU BEGIN POPUP "Edit" BEGIN MENUITEM "Import", ID_EDIT_NEW MENUITEM SEPARATOR MENUITEM "Update ...
0
votes
1answer
127 views

Global accelerator in java swing

I have made accelerators in my java gui by using setAccelerator(), and they work unless something with the same key binding is in focus. Is there a way to enable them globally so the action is ...
0
votes
1answer
154 views

How to support IDM without allow request the page two times

I got this error ,as the above image show, while trying to download a file by IDM from my site. the limit of requesting this page one time only after entering Captcha Code and if you request the ...
0
votes
4answers
178 views

IE8 accelerator feature allows cheating in our tests

In my company, we make software which we use to test certain skills and intelligence factors of people. Some of those tests are time bound. On the test page, there is an asp control that shows the ...
0
votes
1answer
98 views

Do JMenuItem Accelerators function properly when in a frame opened by another frame?

I have one frame that opens up another frame (editor). Most of the menu accelerators don't work when opened this way, but when I run the editor frame standalone, they do work. Should it work?
0
votes
2answers
168 views

php module - code need to execute only first time on login like java

I am converting php to run from cgi mode to module mode for performance reasons. In CGI mode the php code was executing every time. I had the feeling that with this conversion php code will run in ...
0
votes
1answer
168 views

Java: How to create a paste MenuItem with accelerator?

When I create a JMenuBar with a Paste action in it and assign an accelerator to it (Control - V) and I write the paste action for the JMenuItem. AND I use the accelerator, my code will be executed and ...
0
votes
5answers
191 views

High Performance PHP

I am about to launch a CodeIgniter web application. Any recommendations on what I should do to maximize performance of my application? I'm thinking memcached and an accelerator (though I am not sure ...

1 2