121 questions
2
votes
1
answer
97
views
Can we use accelerator table to handle multi letter shortcuts like Ctrl + K + C?
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 ...
1
vote
1
answer
545
views
How to add accelerator launch to VS Code Debugger?
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 --...
0
votes
1
answer
41
views
How to select a radiobutton in a menu without opening the menu (tkinter accelerator)?
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 ...
1
vote
2
answers
384
views
Integrating GW sonarqube accelerator with Guidewire
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 ...
0
votes
1
answer
245
views
Accelerator on JMenuItem doesn't work if the JMenu is not open (but only a few)
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 ...
1
vote
1
answer
171
views
Limits of workload that can be put into hardware accelerators
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 ...
0
votes
1
answer
256
views
STM32L4 and accelerometer program
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 ...
1
vote
1
answer
1k
views
Why do we use low-pass filter to eliminate the gravity effect on the accelerator?
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 ...
0
votes
1
answer
283
views
Not able to run Hybris (Accelerator) server
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 ...
0
votes
2
answers
345
views
C# WinForms TabStrip control: no accelerator
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 ...
1
vote
1
answer
51
views
Pyspark: Identify the arrayType column from the the Struct and call udf to convert array to string
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 ...
-1
votes
2
answers
679
views
Extend controller acceleratorservices in Hybris
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....
0
votes
1
answer
97
views
How to get started and deploy application with Microsoft Dynamics 365 Higher Education Accelerator [closed]
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 ...
2
votes
0
answers
303
views
PHP accelerator does not work for Symfony
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....
0
votes
1
answer
994
views
How to customize b2bacceleratoraddon addon
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?
0
votes
0
answers
295
views
Not able to insert data in to AOT (Acclerated Only Table) table in IDAA server
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,...
10
votes
2
answers
2k
views
TPU: Is there a way to use a Coral USB Accelerator in android device?
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.
4
votes
1
answer
4k
views
Accelerators not working in Python Tkinter : How to fix [duplicate]
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 ...
1
vote
1
answer
61
views
wxpython accelerators fire even when associated menu item is disabled
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 ...
0
votes
1
answer
145
views
custom control sensing accelchar
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 ...
0
votes
1
answer
145
views
Load MenuItem accelerators into FXML from a configuration file?
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 ...
0
votes
1
answer
122
views
How to add keyboard accelerator to existing windows C# mixed mode DLL with patch?
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 ...
0
votes
1
answer
245
views
OpenACC; copy_in not working?
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(...
1
vote
1
answer
2k
views
Enabling the Gyroscope
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 ...
1
vote
0
answers
529
views
Run c++ mex s-function in rapid accelerator mode
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 (...
-1
votes
2
answers
1k
views
Sitecore SXA Installation
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, ...
12
votes
1
answer
30k
views
php_apcu.dll extension for symfony2.8 recommend php accelerator on xampp
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?
25
votes
2
answers
2k
views
Android - Acceleration down (smash)
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
...
0
votes
1
answer
9k
views
How to get position in 3D cordinates using mpu 6050?
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 ...
-1
votes
1
answer
93
views
S.M.T.H. - height measurement (Android) [closed]
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 ...
0
votes
1
answer
273
views
Menu accelerator SWT.ALT+SWT.ARROW is not triggered
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 ...
-1
votes
1
answer
138
views
Unit returned by accelerator in iOS
I am doing some calculation by the data returned by the accelerator of iPhone.
CMMotionManager *motionManager =[[CMMotionManager alloc] init];
CMDeviceMotion *motionData = motionManager.deviceMotion;
...
0
votes
0
answers
34
views
Accelerator data analysis once per second
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 ...
2
votes
0
answers
571
views
Why does my Simulink-Model rebuild at every iteration?
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 ...
1
vote
1
answer
2k
views
Unity gyroscope default position
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 ...
0
votes
1
answer
286
views
How to implement native accelerator readout code in Codename 1 for Android?
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, ...
1
vote
1
answer
1k
views
JavaFX Accelerator execute twice
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 ...
4
votes
4
answers
2k
views
JavaFX - Accelerator not working when textfield has focus
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 ...
0
votes
1
answer
540
views
How to enable multi BluetoothGattDescriptor in Android 4.3?
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 ...
2
votes
0
answers
885
views
Add accelerator ctrl+F for text search
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 ...
1
vote
1
answer
188
views
calculating the point of acceleration
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-...
0
votes
2
answers
240
views
Is it possible to override SensorManager frequency when the screen is off?
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 ...
0
votes
1
answer
1k
views
Textblock, textbox text value does not show "-" char
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 ...
0
votes
2
answers
559
views
Detecting keyboard shortcuts in WinForm swallowed by host mfc accelerators
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 ...
0
votes
1
answer
2k
views
tkinter menu accelerators and modal dialog boxes
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, ...
7
votes
1
answer
2k
views
JavaFX MenuItem.setAccelerator( ) not working
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 ...
0
votes
0
answers
811
views
Can I install any PHP accelerator with Plesk?
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 ...
2
votes
2
answers
1k
views
LoadAccelerators for a specific resource language
I want to call LoadAccelerators but for a specific language in the resources. Is there a way to do it?
5
votes
2
answers
2k
views
How do I get the Mac "command" symbol in a Tkinter menu
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 ...
0
votes
1
answer
118
views
Umbraco Accelerator successfully deployed but wont connect
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 ...