|
POST
|
Through the label expression. I'm trying to label two fields in the label expression, each with a white font, but DIFFERENT halo colors.
... View more
08-07-2014
01:32 PM
|
0
|
1
|
1927
|
|
POST
|
Which values within the code provided need to be swapped out with my data?
... View more
08-07-2014
01:21 PM
|
0
|
2
|
1927
|
|
POST
|
Does anyone know if it's possible to format a halo within a label expression? For example, format the halo color like you would a font color. Thanks in advance.
... View more
08-07-2014
01:09 PM
|
0
|
4
|
6050
|
|
POST
|
Nothing else...script works well... Unless you can convince my IT dept to give my username sufficient privileges to execute scheduled tasks from my machine Thanks!
... View more
08-07-2014
06:40 AM
|
0
|
1
|
15123
|
|
POST
|
Todd Ulery, I found the python for windows extensions and that seems to have done what I was after. Below is a sample of the script I'm using:
from win32com.client import Dispatch
xl = Dispatch('Excel.Application')
wb = xl.Workbooks.Open(r'...path to file...')
wb.RefreshAll()
wb.Close(True)
Like I said, this seems to have worked for me.
... View more
08-05-2014
12:07 PM
|
0
|
3
|
15123
|
|
POST
|
We have data in an Excel spreadsheet that is linked to a web xml file. This data contains lat/long positions which we use to convert the data into a feature class. I already have a script created that will convert the data to a feature class, but to update the data within the spreadsheet, I need to manually open the Excel file, refresh all the data connections (4 different worksheets), save, and close. I'm pretty new to python and am looking for a way to automate the process of opening, refreshing all data connections, saving, and closing an Excel file in order to fully automate this process. Does anyone have a python example of opening, refreshing data connections, saving, and closing an Excel file? Thanks in advance!
... View more
08-04-2014
12:22 PM
|
0
|
7
|
38828
|
|
POST
|
Robert, I created another app placing widgets in both the header controller and the 3 placeholders under the geocode widget in the foldable theme. This time around it seems like the widgets all work whether in the header or placeholders. Maybe it was a fluke the first time around...?
... View more
07-31-2014
10:00 AM
|
2
|
0
|
2569
|
|
POST
|
Robert, Those changes did the trick. The print widget was working because for some reason it didn't have 'webappbuilder/apps/12' in the config line. I really appreciate you taking the time to look at this!
... View more
07-31-2014
06:15 AM
|
0
|
0
|
2569
|
|
POST
|
Yep...that's right. All widgets work fine when inside WAB, but when deployed, only the print widget works...all others give errors.
... View more
07-30-2014
09:39 AM
|
0
|
3
|
2119
|
|
POST
|
I didn't have an issue like this with Beta1 but with Beta1 I had the WebApp Builder install within our wwwroot folder on our web server. With Beta2 I placed is at the root of the C: drive. I'm wondering if I were to place the Beta2 WebApp Builder within our wwwroot folder, the errors would go away...however, it seems that the calls to the widgets would still be going to the builder file and not the downloaded app.
... View more
07-30-2014
09:30 AM
|
0
|
5
|
2117
|
|
POST
|
Robert, That's correct. Downloaded the app from the builder, unzipped the contents, placed it on our web server (IIS 7) and when I try to load any of the widgets on the downloaded app these are the errors I'm getting in Chrome dev tools.
... View more
07-30-2014
09:22 AM
|
0
|
7
|
2117
|
|
POST
|
I open the developer tools within Chrome on a deployed app and below are the error messages I'm getting whenever I try to open a widget. A couple of things... 1) It seems the calls for the widgets are going to the builder, not the deployed app, is that right (webappbuilder/apps/12 = builder app, not deployed url)? 2) My install of WebApp Builder does not sit inside the wwwroot folder on our web server, does it need to? Any ideas on what's going on or how to fix would be appreciated.
... View more
07-29-2014
09:05 AM
|
0
|
9
|
2117
|
|
POST
|
Robert, I'm pretty new to JavaScript and don't know my way around it yet. Questions I have being a newby: 1) Does it matter where in the config.json file? 2) Is copying one of the other widget snipets and replacing with 'About' or 'Splash' good enough? 3) I'm assuming something needs to be entered into the Widget.js file within the \client\stemapp\widgets\Splash\ folder?...where exactly would you enter some text you'd like to show? Probably all somewhat straight forward questions, but like I said, I'm not used to JavaScript but am eager to learn and need a push in the right direction. Thanks!
... View more
07-28-2014
03:20 PM
|
0
|
2
|
881
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-03-2026 09:59 AM | |
| 1 | 03-02-2026 11:02 AM | |
| 6 | 02-18-2026 04:58 PM | |
| 2 | 02-18-2026 05:01 PM | |
| 1 | 12-09-2025 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|