|
POST
|
I am basically working with the default settings of the quick capture template. I haven't changed much. Below is what the current UI looks like.
... View more
09-07-2018
02:40 PM
|
0
|
2
|
1203
|
|
POST
|
I currently have 3 buttons on my quick capture app. I would like those buttons to fill the entire screen instead of just the top 3rd. Does anyone know where in the code I can change this? Thanks.
... View more
09-07-2018
02:24 PM
|
0
|
4
|
1664
|
|
POST
|
I've been having the same issue. Has anyone found a solution?
... View more
09-05-2018
01:39 PM
|
0
|
0
|
3025
|
|
POST
|
Can you think of any reason why admin credentials would have this ability and not other users?
... View more
08-07-2018
10:34 AM
|
0
|
1
|
1493
|
|
POST
|
We are able to run it with admin credentials. I also have full permissions for all GIS related file folders. Could there possibly be something Appstudio is using which I do not have access to that is not an ArcGIS product?
... View more
08-07-2018
10:13 AM
|
0
|
3
|
1493
|
|
POST
|
I'm trying to use the appstudio desktop (developer) edition v3.0 for the first time. When trying to sign in I get a blank screen. I confirmed it is not being blocked by the firewall. Anybody have an idea why I would not have the ability to sign in?
... View more
08-07-2018
09:29 AM
|
0
|
6
|
1758
|
|
POST
|
Hey Robert, Function b actually has 3 functions nested in it. One is the getlocation and function c is the showlocation of a geolocation. The showlocation is also compling the message to be sent. The 3rd nested function is an ajax request to post the message. So, function b is called and the nested functions are called within b. I hope that makes sense. begin: function a(){
var variable = this.variable
new ToggleButton({
onchange: function{
if val(){
label x
this.variable = x
}else{
label y
this.variable =y
}
}
}, "button id").startup();
function b(){
function getlocation(){
calls showlocation... sends location
}
function showlocation(){
message = ("..."+ this.variable + "...")
}
function sendobject(){
$ajax(){
}
}
}
}
... View more
07-02-2018
06:12 AM
|
0
|
1
|
1803
|
|
POST
|
I'm new to javascript so I'm hoping you can help me along. I'm working on a widget that has a getlocation function loop running at startup. My hope is to have this toggle button be able to change a variable and send it to another function. I'm having trouble getting the variable to be passed into function c below. Ultimately the message is sent via POST. The code below is the basics of what I'm trying to do. The actual code is very long but I think you can get the idea from the snippet. Thanks. begin: function a(){
var variable = this.variable
new ToggleButton({
onchange: function{
if val(){
label x
this.variable = x
}else{
label y
this.variable =y
}
}
}, "button id").startup();
function b(){
function c(){
message = ("..."+ this.variable + "...")
}
}
}
... View more
06-29-2018
12:58 PM
|
0
|
3
|
1905
|
|
POST
|
FYI: We ended up developing a python script that would read the json from the MQTT broker then parse the data and reconstruct it into a format that worked for us. Then, we simply sent it back to the broker with a new topic name. This has worked pretty well so far and with virtually no latency.
... View more
06-19-2018
08:41 AM
|
1
|
0
|
1200
|
|
POST
|
Are you using a url ending in "geoevent/manager/login.html" ? I had this problem once and adjusting the url solved my problem. Good luck.
... View more
06-05-2018
05:57 AM
|
0
|
1
|
3664
|
|
POST
|
Has anyone figured out a solution for this? I'm having a similar problem. I am using the MQTT transport connector but my data flow is not correct. Below is an example of the incoming json. The issue is the dynamic timestamp at the beginning. I am thinking an adapter could fix the issue but I'm not sure how to go about creating it. Anyone have an idea? { "1522690612002": { "atp.wtx": 125735, "atp.link": "cell1" }, "1522690615002": { "atp.glat": 52.2458673, "atp.ghed": 0, "atp.glon": -96.4189001, "atp.gspd": 0 } }
... View more
04-02-2018
01:10 PM
|
0
|
1
|
1200
|
|
POST
|
We have a local MQTT broker which we have been able to publish and subscribe from on the same machine as well as other computers. But we have not been able to get geoevent to recognize any of the data. The broker is on the same server as geoevent. We have tried using the tcp://localhost:1883 url as well as the ip address but nothing seems to work. We've tried to subscribe to everything on the broker with "#" and certain topics. Anyone have any other ideas what could be the issue?
... View more
03-21-2018
01:21 PM
|
0
|
0
|
1047
|
|
POST
|
I'm trying to connect to a MQTT broker via the MQTT transport from GitHub (link below). However, I'm having trouble installing the transport. Maven and the transport files from GitHub are installed but I'm not sure what to do from there. There are no .jar files in the download to bring into GeoEvent manager. I believe I need to run the downloaded package through maven to create the .jar files but I'm not sure. I'm curious as to if I need to make additional changes to the files before I package them as well. Any ideas? Thanks. GitHub - Esri/mqtt-for-geoevent: ArcGIS GeoEvent Server sample MQTT transports for sending and receiving messages in the…
... View more
03-08-2018
10:51 AM
|
0
|
0
|
1637
|
|
POST
|
We are currently working on setting up a few MP70 modems from Sierra Wireless. We have information being sent to a mqtt broker onsite but so far we have only been able to get the location data sent via mqtt. According to Sierra the vehicle diagnostic data can be sent via mqtt as well. So far, I've enabled the BUS to collect the data and configured the modem to send it but still no luck. I know I'm pushing the limits of this forum by asking but I'm stuck. Can anyone give me an idea of what to check next? I've attached a few screen shots for those familiar with Sierra's ALMS and AVT. Thanks.
... View more
03-06-2018
01:05 PM
|
0
|
0
|
1076
|
|
POST
|
New user: When trying to sign into Appstudio desktop edition using my organizational account I get the following error: "Unable to generate token. Invalid username or password." I know the username and password are correct but I don't know what the token issue could be. Appstudio should still let me login if we only have a basic license, correct? Any ideas what could cause this issue? Thanks
... View more
01-12-2018
09:41 AM
|
0
|
1
|
731
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-05-2025 08:13 AM | |
| 1 | 12-03-2025 06:58 AM | |
| 1 | 06-19-2018 08:41 AM | |
| 1 | 09-08-2020 06:22 AM | |
| 1 | 12-10-2015 09:24 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-27-2026
08:32 AM
|