Questions tagged [webui]
96 questions
0
votes
1 answer
PHP file content echo replace by text and positioning it somewhere in HTML page
I have a PHP script in which I control LEDs over wifi on Raspberry.
$fileName = __DIR__.'/txt/led2.txt';
if (!file_exists($fileName) || (file_get_contents($fileName) !== '1' && file_get_contents($fileName) !== '0')) {
…

Petr Jelínek
- 110
- 2
- 11
0
votes
1 answer
Error Building Maven project when I do maven install
I'm trying to build a Maven Project using Spring Tool Suit from Eclipse and I'm having an error when I do the Maven Install.
First I do the Maven Clean and it works properly but when I do the maven install this error appears:
Failed to execute goal…

Alejandro Terrazas
- 1
- 1
- 1
0
votes
0 answers
Django/JS: ChoiceField for >1000 items
I'm creating a sample project in Django.
User has to choose an item from an existing list, this list has >10000 items.
To start with,
Prefilled list like this: https://leaverou.github.io/awesomplete/ .
Dinamically filled list (after keyrelease…

A-B
- 31
- 1
- 6
0
votes
1 answer
webui popover does not close
Im using webui popover my code is:
for(var i=0; i

melvnberd
- 3,093
- 6
- 32
- 69
0
votes
1 answer
UWP App WebUIApplication.onresuming not firing
I have a windows app using HTML/Javascript/Angular and when i minimise then maximise my onresuming does not fire.
My code setup is as follows
var winJSApp = WinJS.Application;
Windows.UI.WebUI.WebUIApplication.onresuming = function(eventArgs){
…

Tom Baker
- 61
- 1
- 9
0
votes
1 answer
Automation testing based on API services level instead of web UI
I start to test new project, and the developer send API services to me to test it because frontend(UI) implementation is not ready.
I have to write Automation scripts for features after stabilizing them
Is it possible to automate API services…

Mzaghleh
- 17
- 2
0
votes
1 answer
How to keep LaunchScreen storyboard screen longer till WebUI loads
I am new to IOS app development. My requirement is to develop an app which shows an application on user login.
when users opens an app, Storyboard launch screen is displayed immediately and then a blank white screen is displayed after that login…

Raghu
- 59
- 3
- 17
0
votes
1 answer
How to add users and reviewers in Gerrit code review web UI
I have installed gerrit with http auth type. now i want to add reviewers and users to it.
How can i add users?
I have tried using gerrit web ui to add users. no no response from it.

Shivu
- 1
- 4
0
votes
1 answer
Cannot access WEBAPI(uTorrent) from another network,using the same code works for local networks
I have the port forwarded, I've checked here:
http://www.canyouseeme.org/
I can get the cookie, however using the this logic(that works for local networks):
Get cookie
Get token using the cookie and authentication
Use token to call WEBAPI…

Nephilim
- 494
- 5
- 25
0
votes
1 answer
How do I get a token from WebUI (uTorrent)
Right now, after setting up an account to connect with ( http://IP:8080/gui/?list=1 returns: invalid request. EDIT: Maybe it would be smart to add, that I can access the GUI if I do not enter the "API commands" like ?list=1.
After searching through…

Nephilim
- 494
- 5
- 25
0
votes
1 answer
How to create Android Web UI - remote app management
I have an application that runs on Android phone. I would like to add web ui like let's say torrent applications. I would like to manage my application from browser using my laptop, or another phone located on a different side of the planet ;)
What…

Jarek
- 5,885
- 6
- 41
- 55
0
votes
1 answer
Why is Spark detecting 8 cores, when I only have 4?
I have a Apache Spark 1.6.1 standalone cluster set on a single machine with the following specifications:
CPU: Core i7-4790 (# of cores: 4, # of threads: 8)
RAM: 16GB
I set nothing so Spark can take the default values, which for cores is "all the…

User2130
- 555
- 1
- 6
- 16
0
votes
2 answers
Changing default dropdown value in SAP CRM Web UI
I want to change default values which gets populated in the below picture.
I tried modifying get_v_role method but it didn't serve my purpose.
Please help.

Jaithera
- 122
- 1
- 7
0
votes
1 answer
jquery webUI popover can not be focused
I have a problem with webUI popover. I have 2 links that open popovers onclick and want to be able to copy the contents of both popovers without reloading the page. When I open one popover and try to do that everything goes as planed, but when I try…

Kęstutis
- 55
- 5
0
votes
2 answers
Remove memsql node from webUI
Is there a way i can remove memsql node from the webUI itself ?
I mean removing 3 or 4 different memsql nodes on different systems is tiresome.

Vivek Aditya
- 1,145
- 17
- 46