Questions tagged [exceed]

PC X server that allows access to X applications from Microsoft Windows platforms.

40 questions
1
vote
0 answers

content in listbox exceed the width

I have a listbox with a bunch of different strings, added by a button. Some of these strings are too long for the listbox, so the end of the strings exceed the width of the listbox. Now, I know I could just make the listbox longer, but that seems…
Rnft
  • 115
  • 1
  • 2
  • 12
0
votes
0 answers

Recursive Function - RangeError: Maximum call stack size exceeded - JavaScript

I'm trying to make a set of functions that add the digits of a number. But with giant numbers, the maximum amount of calls is exceeded. I would like to resolve this issue. My code - (Example of error in calling the function at the end.): const…
0
votes
0 answers

Magento2 Installation Errors

{"error":{"root_cause":[{"type":"cluster_block_exception","reason":"index [magento2_product_1_v1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete…
0
votes
1 answer

Import multiple Google Sheets into 1 sheet / The JavaScript runtime exited unexpectedly/

the code is good no bug was identified, but the folder is very heavy (full of files) so the runtime (execution) is infinite and I have this as a comment The JavaScript runtime exited unexpectedly. My objective is to copy the range "D12: T64" of…
hind
  • 3
  • 2
0
votes
1 answer

Export DISPLAY with azerty keyboard

How to export a keyboard config with the display in linux (with Exceed client app) please ? export DISPLAY=IP setxkbmap fr pycharm The pycharm export in exceed is working but the setxkbmap fr doesnt work. The keyboard in pycharm is in qwerty…
testo
  • 1
  • 1
0
votes
1 answer

Q: save Open Text Exceed windows sizes and positions?

how do you save your last windows sizes and position when using Exceed? I'm using it to run SAS environment but every time I boot it up, windows are always going back to default sizes and positions :(
Clem
  • 7
  • 4
0
votes
0 answers

Launching Eclipse on Linux crashed Exceed

Although this Luna version of Eclipse is old, it is the only one that even attempts to launch. The OS doesn't have the required files needed by the newer versions of Eclipse. Putty is on the Windows machine with Exceed running to connect to the…
Unhandled Exception
  • 1,427
  • 14
  • 30
0
votes
1 answer

Find probability in r of the predicted values over a given threshold for the following months

Hello to the community, I have a two-year data on hourly basis. Is there any way to find the probability that the predicted values for each of the following months will exceed a given threshold which is the 80% of the maximum value of the last…
Xbis1986
  • 1
  • 1
0
votes
1 answer

Binding Exceed IntegerUpDown value to a CommandParameter

I am using Exceed IntegerUpDown control in my .xaml file. I want to bind IntegerUpDown value as a CommandParameter of a button. I do not have any code behind files and this is a custom control xaml file. So i want to achieve this by only using xaml…
sajithrw
  • 73
  • 7
0
votes
1 answer

OversizedPayloadException Akka

This is the exception if the payload sent is greater than a threshold set. Is there a way I can know the size of the cluster message(not just the json size) being exchanged and handle this case before passing the cluster message to the sender?
Nagireddy Hanisha
  • 1,290
  • 4
  • 17
  • 39
0
votes
1 answer

Akka Payload Size Exceeded

I am trying to find handle the akka Payloadsizeexceeded exception. But since there is no way to handle it, I would like to know the size of the message that is being passed. For this I would like to calculate the size of message and this size needs…
Nagireddy Hanisha
  • 1,290
  • 4
  • 17
  • 39
0
votes
2 answers

MPI exceed buffer

Suppose I have two processor: The first one P0 Call MPI_Send to send message A to p1; Call MPI_Recv to receive B from p1; The second one P1 Call MPI_Send to send message B to p0; Call MPI_Recv to receive A from p0; What will happen if the sizes…
0
votes
1 answer

Youtube API PHP upload limit exceeded

I am using cron job to upload videos from server to youtube channel. i am getting this error Caught Google service Exception 400 message is { "error": { "errors": [ { "domain": "youtube.video", "reason": "uploadLimitExceeded", …
0
votes
1 answer

BSON document size exceeds 16 MB in mongo document

I would like to store ticket details in an array in a mongo document. it works fine till the document size reaches 16MB, after that I get the exception (Resulting document after update is larger than 16777216) and program terminates abruptly. I…
Dickson
  • 25
  • 1
  • 5