Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
97 views

I am currently using an accelerator table to handle shortcuts such as Ctrl + A, Alt + B, etc. But I was wondering, is there any possibility I can modify the table to accept multi-letter key ...
pbhat's user avatar
  • 23
1 vote
1 answer
545 views

Keep getting the error in my terminal: ConnectionRefusedError: [Errno 111] Connection refused I got the above error by trying to add in this command: accelerate launch --num_processes=1 --...
Aaron's user avatar
  • 31
0 votes
1 answer
41 views

I'm trying to add keyboard shortcuts in my application. In the example below, when typing the combination option-1 the corresponding radiobutton is only selected if the menu is already open. How to do ...
joMonk's user avatar
  • 19
1 vote
2 answers
384 views

I am trying to integrate GW sonarqube accelerator with Guidewire BillingCenter 10. I have performed all the steps mentioned in the accelerator document. The sonarqube accelerator is supposed to find ...
Ajeesh's user avatar
  • 11
0 votes
1 answer
245 views

My problem is about accelerators on JMenuItem, the accelerator doesn't work if the JMenu is not opened, but only for some of them. For one it is working (CTRL + G), but for another one it is not ...
icepick4's user avatar
1 vote
1 answer
171 views

I am interested in understanding what's the percentage of workload that can almost never be put into a hardware accelerators. While more and more tasks are being amenable to domain specific ...
NanoBot's user avatar
  • 837
0 votes
1 answer
256 views

I'm trying to make program for service of MEMS accelerometer. I'm using three Pins of Port E of joystick (joy_left, joy_right, joy_down) for change of axis x, y and z. The end goal of the program is ...
Hubertius's user avatar
1 vote
1 answer
1k views

I am trying to do something with the accelerator, i am reading the documentation and it gives the general formula as follows Ad = -g - ∑F / mass so i thought we will simply just subtract the gravity ...
moumenShobakey's user avatar
0 votes
1 answer
283 views

Good morning! I am having some issues with hybris and I would really appreciate some advice from professionals with your expertise in the field. I am using JDK 11.0.11 version and hybris 2011, I am ...
victorsan's user avatar
0 votes
2 answers
345 views

I am using a tab strip control on a WinForms form. I make use of keyboard accelerators as much as possible. When I set the Text property of a TabPage to e.g. &Documents, the text on the tab is ...
Stringeater's user avatar
1 vote
1 answer
51 views

I am creating an accelerator where it migrates the data from source to destination. For Example, I will pick the data from an API and will migrate the data to csv. I have faced issues with handling ...
sam12's user avatar
  • 25
-1 votes
2 answers
679 views

I have a problem when I try to extends the SilentOrderPostMockController. In my storefront extension I create a new controller that extends the other one which belongs to acceleratorservices extension....
Niraygül Aslan's user avatar
0 votes
1 answer
97 views

Please let me know that how to get started and deploy application with Microsoft Dynamics 365 Higher Education Accelerator. I searched a lot but confuse how to start with Microsoft Dynamics 365 ...
CodingLover's user avatar
2 votes
0 answers
303 views

Hi stackoverlow community My goal is to install Symfony. Therefore I have installed Xampp and the Composer. Unfortunately I do not fulfill all requirements. As soon as I start the following path, e.g....
baumtopf's user avatar
0 votes
1 answer
994 views

I need to change some code in b2bacceleratoraddon, but I don't want to change the standard code. Is there any standard way to copy the addon with a new custom addon? or should I change standard code?
Marco Menegazzo's user avatar
0 votes
0 answers
295 views

I'm trying to insert few records in to AOT tables from Java. Using DriverManager connection (by setting special register in connection URL) insertion is happening. But when using DataSource connection,...
akr's user avatar
  • 143
10 votes
2 answers
2k views

I want to use USB Coral accelerator in Android Device to use CNN in my Android applications. Is it available to use? If you guys to know it. Please Let me know. Thanks.
Jonghoon's user avatar
  • 101
4 votes
1 answer
4k views

I am adding accelerators to a button in the TOPLEVEL menu bar in tkinter for a to a project in python I have been working on lately, and after doing some research, I found a site explaining how to ...
user avatar
1 vote
1 answer
61 views

wxPython accelerators seem to fire even when their associated menu items are disabled. Is this a bug? Shouldn't the accelerator keys NOT fire in these situations? In the short stand-alone example ...
abulka's user avatar
  • 1,516
0 votes
1 answer
145 views

I'm trying to figure how to make my custom control (based on static text) respond to accelerator key (delphi, which i use, names it accelchar) press. By responding i mean adding some code. Best i came ...
miodrag's user avatar
  • 89
0 votes
1 answer
145 views

I am developing an application which now has an extensive Menu with Accelerators. I am looking for a way to make it possible for the user to bind the keys for certain functions and save the key ...
Arūnas Rimkus's user avatar
0 votes
1 answer
122 views

I have a application purchased from a vendor. but the vendor doesn't provide customized service. The application uses a C# mixed mode DLL to manage a data file selection. it creates a dialog, and you ...
Jack Chen's user avatar
0 votes
1 answer
245 views

I have this sample code: #include <stdio.h> #include <stdlib.h> #ifdef _OPENACC #include <openacc.h> #endif #define N 1000 int main() { #ifdef _OPENACC acc_init(...
Claudio Santoro's user avatar
1 vote
1 answer
2k views

I have a webview that opens a site with WebGl or CCS3D. On this site there is a button that includes a gyroscope. If you go to this site through the chrome and click on this button, the gyroscope ...
evgenus196's user avatar
1 vote
0 answers
529 views

I need to implement c++ code into my simulink model and it has to run in Rapid Accelerator Mode. Therefore, I used the S-function builder to generate a blank sfunction (Sim.c), a sfunction wrapper (...
Lemonbonbon's user avatar
-1 votes
2 answers
1k views

Im trying to setup Sitecore SXA (Sitecore Experience Accelerator) in 8.2 sitecore, i have done everything properly as mentioned in Installation document but i am not able to see any options, Toolbox, ...
anand t's user avatar
12 votes
1 answer
30k views

On windows 7 xampp 5.6.19 and symfony 2.8 dev environment configuration i was prompted "install and/or enable a php accelerator (highly recommended)". How to resolve this recommendation/warning?
Dung's user avatar
  • 20.9k
25 votes
2 answers
2k views

Video explaining for those who does not understand THIS ANSWER IS NOT CORRECTLY ANSWERED PLEASE TRY TO ANSWER IT WITH ANOTHER SOLUTION (100 Bounty is out of date) Same question but better explained ...
Skizo-ozᴉʞS ツ's user avatar
0 votes
1 answer
9k views

I am working in a project using MPU6050 with my designed chip to detect object movement. Project is divided into 2 phases: Phase I: visualize object orientation (DONE) Phase II: visualize object ...
ios198's user avatar
  • 37
-1 votes
1 answer
93 views

A while back a funny app called Send Me To Heaven were all over the news etc. It's objective is to throw your phone as high as possible and catch it, the app measures the thrown height. My question is ...
ueen's user avatar
  • 692
0 votes
1 answer
273 views

I'm using SWT 4.4.2 (win32) to build the Graphical User Interface for a simple mp3 player application. In a SWT tree I show some folders and files to play. Now I want to change the volume of a playing ...
altralaser's user avatar
  • 2,083
-1 votes
1 answer
138 views

I am doing some calculation by the data returned by the accelerator of iPhone. CMMotionManager *motionManager =[[CMMotionManager alloc] init]; CMDeviceMotion *motionData = motionManager.deviceMotion; ...
Andrew's user avatar
  • 1
0 votes
0 answers
34 views

I am working on an Android App to analyse the range of the accelerator per second. Is it a good idea to use the timestamp on the parameter "event"? I don't really know how to handle time in this ...
user3578012's user avatar
2 votes
0 answers
571 views

I'am trying to speedup my simulink project and want to use the Accelerator-Simulation mode. The aim of my project is to control a cyclic process and is structured as followes: matlab-script, where ...
ChristophFroehlich's user avatar
1 vote
1 answer
2k views

I have a question about gyroscope delault position. I created a game in witch you move space ship foward, back, left, and right by moving the phone(using gyroscope). My problem is that I must hold ...
kac26's user avatar
  • 391
0 votes
1 answer
286 views

I am trying to develop a native code in Codename One to read out the accelerometer sensor data. I looked up how it's done in Android Java code, implemented it in Codename One, compiled without errors, ...
pkout's user avatar
  • 6,796
1 vote
1 answer
1k views

I'm using Accelerator in my application, and when I hit the F1 key it should open a dialog just once, but when I close the dialog it appears again. The runnable is been called twice. Does anyone ...
henriqueor's user avatar
4 votes
4 answers
2k views

In my application I have a screen where I use Accelerators. I'm using the function key F3 to execute an operation in my application. It works fine everytime, but when I click in any TextField on this ...
henriqueor's user avatar
0 votes
1 answer
540 views

I'm writing some code to get TI Keyfob(cc2540) accelerator data. There are 3 CharacteristicNotifications should be enabled. I set them one by one and enabled the BluetoothGattDescriptor, but after ...
IascCHEN's user avatar
2 votes
0 answers
885 views

I am trying to add a Ctrl+F accelerator to my gtkmm textview program. I already implemented the search function into an gtk Entry field, so the only thing I need is to get focus the find entry when ...
eX sypher's user avatar
1 vote
1 answer
188 views

I've been struggling to calculate the accelerator. I've spend a whole day in searching, trial & error but all in vain. I've one horizontal line on the stage (AS3) of let say 200 width. Center-...
Yusuf's user avatar
  • 13
0 votes
2 answers
240 views

I'm working on a simple app that plays a sound when the Accelerometer hits a certain value. When the screen is on, there is no problem. The frequency at which the accelerator runs is fine. This is ...
Robin's user avatar
  • 1,567
0 votes
1 answer
1k views

In my wpf application, textblock text property is binded to string property of an object. String property value is "ABC-XYZ2014-HHH". But neither textblock or textbox does not show the value ...
user1202147's user avatar
0 votes
2 answers
559 views

I have a MFC MDI app which defines Ctrl-F as a keyboard accelerator. This app hosts a WinForm dialog. My problem is I want to catch Ctrl-F from this child WinForm dialog but the MFC mainframe seems to ...
ekt's user avatar
  • 146
0 votes
1 answer
2k views

I want to have a menu that shows a modal dialog box. Everything is fine, until I add an accelerator. If I do this and use the accelerator to access to dialog, it hangs. I suspect that wait_window, ...
user2544530's user avatar
7 votes
1 answer
2k views

I want my JavaFX program to be able to dynamically change the accelerator for menu items. However, I can't seem to get it to work in JavaFX 2.2. In the code below, the first menu item has an ...
Zoot101's user avatar
  • 191
0 votes
0 answers
811 views

I have dedicated virtual server CentOS 6.3 and Parallels Plesk Panel 11.0.9 on it. And I need PHP accelerator installed on that VM. So my question is is that possible to install any PHP accelerator ...
user avatar
2 votes
2 answers
1k views

I want to call LoadAccelerators but for a specific language in the resources. Is there a way to do it?
c00000fd's user avatar
  • 22.8k
5 votes
2 answers
2k views

I've written a Python program for a friend's business, and am using Tkinter for the interface. Up until now, all features have been added in the main program window, but I'm now adding a print ...
Justin S Barrett's user avatar
0 votes
1 answer
118 views

I have download the umbraco accelerator to try get an azure based CMS up and running, I have managed to change the configuration file and the command prompt log upon running the .bat files does not ...
Jay's user avatar
  • 3,092