Recently active
How to apply custom css on disabled checkbox colorI am not able to change the grey checkbox color using custom css
Hi Team, On mashup load, how to select all values by default from dropdown? and all selected hint text also need to showPlease let me know asap. Thanks
I'm developing an application using ThingWorx 9.4.0. I used the "Package" feature of my Project entity to create a .zip file. When trying to import into my package as an Extension into our Test/QA platform, I'm getting the following error (redacted bits in <>).Application Log: Extension Exception: Error parsing /files/ThingworxStorage/extensions/temp/<ProjectName>-1.1.0_<GUID>/<ProjectName>-1.1.0/Entities/ThingShapes/Entities.xml: (88, 37): cvc-complex-type.3.2.2: Attribute 'aspect.isDistributed' is not allowed to appear in element 'Subscription'. Our Test platform is a HA cluster implementation, so it doesn't make any sense why the project is failing with the error "isDistributed is not allowed". I verified that it wasn't a problem with this single project by creating a separate test project with a simple subscription and trying to import it to my Test system. I got the same error.Is this a bug in the platform
Hi, I placed a Bar widget on the mashup, passing the data to the Widget. On Runtime, I can only see the X-Labels for the alternative bar, not all the Bars. Why so? Thingworx Version: 9.2.1 Thanks,
Hi, I am using Style Theme for around 50 Mashups, but suddenly labels, font weight and family are not working.When I open the Mashup in the runtime, in the console, I see the below errors: Thanks,
Hi, I have a mashup that contains a grid that collects data stored in an infotable property. While testing with multiple users we noticed that while one user viewed the mashup the data loads just fine. However when a more users try to access the same mashup, the "first" user's grid will appear with no data while the second user is waiting for mashup to load. Once the second mashup completes, the first mashup will again display data however this data belongs to the second mashup. Is there a way to ensure that the data in a grid does not refresh if another browser is opened to the same mashup?TIA
Hello, I'm trying, from a service, to run this code: The error message I receive is: "Unable To Convert From org.mozilla.javascript.UniqueTag to INFOTABLE". Regards,Lav.
Do we need to install Manufacturing common building blocks before importing solution framework.I can see pre-requisite as PTC Solutions Common Building Blocks must be installed prior to installing the Solution FrameworkCan anybody clarify whether common building block is 'mfg1-2' extension
Hi all, I am using Thingworx 9.1 version. when I tried to launch Thingworx composer it throws an error.... "This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 401". I am using Microsoft Edge Version 117.0.20 having edge policy and if I need to change this AuthSchemes policy how can I change it.? Regards, Lav
Hi Team,I am facing this issue mentioned below:I want to prevent sort ascending order .Please help on this and provide solutionThingworx Version-V8.5.6
Hey all. I'm currently trying to work on localization so users from different countries will see dates in their proper format. I want to attach a location code to a profile and use that as a binding, so I tested with a very simple function to see if this approach would work. Below I've written some code that when I output to a div, outputs exactly as I expect in a quick demo React project when pushed to a div.CodeOutputHowever, when I do this in Thingworx services, it fails to do this, and provides a completely different format. Does anyone know what is going on here? Am I making some sort of settings mistake?
In thingworx 9.1 I was using double click properties in the Grid Advance to open new popup mashup but when I switch to 9.4 thingworx version there is option of multiselect so im not able to perform double click to open new mashup.
So i was working on some big number within thingworx and got some unexpected results. var BIGINT_OUT_OF_BOUNDS = Number("-9223372036854775805"); result = BIGINT_OUT_OF_BOUNDS; This will result in -9223372036854776000If you read the javascript documentation this is understandable. So i did: var BIGINT_OUT_OF_BOUNDS = BigInt("-9223372036854775805"); result = BIGINT_OUT_OF_BOUNDS; This will result in an error: Error executing service BigInt. Message :: ReferenceError: "BigInt" is not defined. - See Script Error Log for more details. Witch is understandable because thingworx uses Rhino 1.7.11. And BigInt is only implemented from Rhino version 1.7.14. I must be missing something.So my question is, how am i supposed to work with big numbers?
Hi All, I know that HTML Text Area - TWX 8 feature's of text formatting and HTML editing were removed in 9.0 and higher versions due to security enhancements. Now I need same functionality in TWX 9.4.0 for E-Mail body composition requirement because it were already used by customer in TWX 8.5. Is there any work around for HTML Text Area - TWX 9 with same features? Thanks & Regards,Arun C
Hi,I and my team are developing a mashup where we use a collection widget to display a list of things. We would like to programatically select and navigate to a specific item in the collection widget (the id is saved to a session) based of one of the items properties. Can that be acheived and if so, how?KindlyOskar Berntorp
Is there a way to find out what the best learner is after training a predictive model? I haven't been able to find it in the documentation or searching the menus/services. Also, for the elite average ensemble, it's stated in the docs the it chooses the best n learners, but it's never mentioned how it decides what the n number is. There's mention that they're chosen based on their predictive score, but how does it determine the cutoff between good and bad learners? It'l be helpful to know a little more about what the black box is doing in order to improve further models.
I have a list of streams (InfluxDB as persistence provider) with data in it, and I would like to migrate to Postgres (the default persistence provider)Now, how can I proceed further? Does Thingworx provide any migration tools?If I use the export data option, which is not working,
I have a requirement where I need to save the column values as logged in user prefrences.I see there is no way to capture the selected values and default them when user logs in. Cacheruntimedata can help, but it will not work if user device is changed.Is there any way using which the selection can be persisted based on selected users apart from using cacheruntime data option.
I'm studying the concepts of processes and programs in C++ on this site and came across the following code snippet:#include <iostream> #include <cstdlib> int main() { std::cout << "Hello, World!" << std::endl; return EXIT_SUCCESS; }While the code is a classic "Hello, World!" example, I'm struggling to grasp the distinction between a process and a program, especially in the context of this code. Can you explain how this C++ code represents both a process and a program? Additionally, could you highlight any specific elements in the code that demonstrate these concepts?
Hello community, I am trying to build a service that can check all of our thingworx platforms for projects that uses one of our extensions we have built. To do this I am currently using the project entities "ListExternalDependencies" service and from that information filtering on the containerName (which is the name of the extension). I was wondering though, is there perhaps a better way of doing this that I have missed? Because I am look at: And thinking that perhaps there is some service I could use to just straight up get the same information that is used to built the list of extension dependencies shown in the project entity. I had a look in the developer tool and found: So here I am thinking I might be able to use something similar to this endpoint? Any pointers would be greatly appreciated. Regards, Jens C
Hi all,My question is like how can I configure pie chart widget in Thingworx 8.5 so that when I click on a selected part(section) it will navigate to another tab related to the section similarly If I click on different section of Pie chart it will navigate to different tab (means data associated with that section)for better understanding I have attached image please help me to configure this and if possible please share the image of how you bind it and.please forgive me for any grammatical error. Best Regards,Rayon.
I'm trying to display an image in a cell with the grid advance widget in ThingWorx 9.1.8. I have a data table returning an HTML string for the image and the column set to HTML, but nothing is displayed. I've verified the image name/source is correct. I tried following this code...https://community.ptc.com/t5/ThingWorx-Developers/Add-mashup-or-clickable-image-in-advanced-grid/td-p/681125 But no luck. Do you have any ideas?
Hello,I am working on ThingWorx 9.4 and I try to use "Solution Framework" version 1.12.1 delivered by PTC, available on GitHub https://github.com/PTCInc/twx-solution-framework/releases. I applied the procedure described on gitHub, including all extensions dependencies installation (here is the list of BB installed). When I open the Mashup PTC.SolutionFramework.Main_MU, the GetBuildingBlockList Method of Installed BuildBlocks fail with following alarms error :=> "Thing [PTC.SolutionFramework.Manager] Service [GetBuildingBlockList] error at line [2.0] : TypeError: Impossible method "{1}" de {0}"and Warning=> "No Manager was found for identifier [PTC.ComponentManagement.Manager]" I did not found any post that my help us to solve this issue.Could you please help us to solve such issue ? Regards,
How to find Perticular Datashape being used in which service in Thing?Ex-Datashape Name-'dsEventsHeader'.I Want to trace above datashape, In how many services are used?Please provide some workaround or solution ASAP
Hi all, I have a doubt like suppose I have some grid data for example suppose I have 3 column having column attribute like ID, Name and Type now I want to do some calculation on top of grid data like I want to show their number in percentage format. For more detailed info I am attaching an image file please help me Regards, Rayon.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.