Recently active
I'm trying to switch the function of a button after click. In effect making the button toggle between, hiding and showing a number of widgets. I tried setting the click function of the button to a function: tutorialShow(); And within that function is a line: $scope.setWidgetProp(button-1,'click', tutorialHide()); It's not working currently, how do I fix this code, or is there another method of achieving this?
I've been wondering this for some time. The goal is that once you press the model item, a list of data will render on a 2D dropdown widget. As it stands, I know how to bind IoT data from ThingWorx over to gauges and 3d text on Vuforia Studios. However, due to a lack of documentation (a comprehensive API), I'm unable to discern if what I'm asking is even possible. At this point, I'm trying to discover a plausible solution through trial and error. Any help/insight is appreciated.
Hi Am using the vuforia trial version to build mobile AR experiences, but I can't cause the vuforia studio is requesting a experience service url...how can I fix this?
I want to select a file with the file widget similar to how the code below changes images: $scope.view.wdg['part_img']['imgsrc'] = 'app/resources/Uploaded/1606XLB.png'; I think the script should look similar to this:$scope.view.wdg['part_file']['fileurl'] = 'app/resources/Uploaded/1606-in006_-en-e.pdf'; Where 'fileurl' is used, what is the correct call out? This needs be used completely offline. We want locally saved user manual PDFs to associate with clickable parts. This is a script related to the file widget and source of the File URL.
Hi all, I'm looking for a way to fill data items from Left to Right in Repeater Widget. /VR
I having trouble hiding a number of 3D image widgets. Rather than individually setting each of the widget's visibility to false, I tried to adding them to an array and then created a function which hides the array: var clipCircles = [ "circle1", "circle2", "circle3", "circle4", "circle5", "circle6", "circle7", "circle8", "circle9", "circle10", "circle11", "circle12", "circle13" ]; $scope.hideCircles = function() { for(var i=0; i< 13; i++){ $scope.view.wdg[clipCircles[i]].visible = false; } }
Hi everyone, I am trying to remove a selected item within a repeater when the delete button is clicked. However, nothing is removed on click. Delete button event JS: Here are the codes: var items = [{"ID":1, "Name":"Johnny", "value": 21},{"ID":2, "Name":"Dog", "value": 30},{"ID":3, "Name":"Cat", "value": 45}]; $scope.$on($scope.app.params["items"] = items); $scope.removeOrder = function(item){let removeOrders = $scope.items.indexOf(item);$scope.items.splice(removeOrders, 1);$scope.$applyAsync();}
I'm trying to create a function which removes the class of a button and then adds another class: $scope.tutorialShow = function () { angular.element(document.querySelector("[widget-id=instructionInfoButton] button")).removeClass("test").addClass("button"); } I'm not sure the error in my code.
Hi, Many Chinese customers has enountered network issues when they were trying to install Vuforia Studio online. Most of the issues are caused by the Internet accessing limitation of the regional govement. It can be resoleved by themselves through technical methods. So they want us to provide an offline installation package of Vuforia Studio. Do we have such package and where can I get it? Thanks in advanced. Wang Zhen
Hi, Suppose I have a machine in any industry and one user is looking at it from the front view and the 2nd user looks at it from a side view. Both want the same or different experiences to be shown to them from their respective position. (or Suppose the same user moves from Front View to Side View). Multiple views of Vuforia is like navigation from one view to another with some Initial View has to be defined. I want those experiences to be shown from a single view using Image target. Thanks in advance.
I think my question is pretty straightforward. We have a local server and we want to send data to it via a http (not https) request. The owner of this server is not planning to make it https. I get it, since it is used by very few people, it is not exposed to the internet and it is an old one. When doing the request in Vuforia View I don't receive it in the server. In the Vuforia Studio Preview it is working. I tested the service of this server in a Rest API test app and it is working fine, same request and same device as of Vuforia View. So it is looking like an http request block in the app. For me it would make more sense allowing HTTP requests than making the user do another step or ask for the backend team do another service just for that. There is any way to do it? I know that it is possible in other frameworks. Thanks!
Hi everyone, I'm having the following problems: 1) I can only export my asemblies in a .IGS format (approximately 140MB). To import this kind of file in Creo Illustrate, I'm trying to convert it inside Vuforia Studio using the CAD Optimizer. However, the CAD Optimizer fails everytime (keeps loading forever) then I have to move on without the CAD optimizer option. Does anyone knows how to solve this problem? 2) Because of the first one, after creating my animations in Creo Illustrate, my .PVZ files are getting too heavy (90MB). When I try to use my experience within my I-Pads, my model takes 5minutes to load after tracking (perhaps because of poor wi-fi signal) and I feel the model is "lagging" the experience. Is there any recommandation you can suggest me?
I am using the Vuforia Studio trial licence, using https://trial.studio.vuforia.com/login/, when i login to know my current Trial validity the page is not working and showing Technical Error. I created few of my experience and generated teh QR code, when i tried to scan the QR code, using Vufoira View app, we are getting the message "Expereicne Loading Failed". my PTC Login account for Vuforia Trial : ramesh.kumar2@garrettmotion.com. can you please supprot me with this issue resoltuion.
I'm having a problem where symbols I use in Illustrate aren't getting imported into Vuforia.
Is there a way to delay the tracking so that it begins after pressing button instead of when the view is loaded?
Hi everyone,i can't log in to post AR experiences from Creo Parametric.How can I proceed? Regards,Ermes.
Hi all, I have some JSON dataset in Thingworx repository. I'm looking for a way to download and use it in experience runtime. Could any one help me with this. Thanks in advance. /VR
HI, if any body know about How to find PTC hosted Experience Service URL in system can you explain it.
Hi there, https://www.youtube.com/watch?v=4PLP3ex_8MQ&t=20m47s Is this Object Recognition done with released Vuforia Studio and Vuforia View? How it had been done? Any reply is appreciated. Thanks. ClarK
Hello, i have button-1 to start a sequence. Now i want to create an 3D-Label that becomes visible after click the button-1. And the 3D-Label have to be visible as long as the sequnce is played. Is there any Js-Code to do this so? Thanks in advance.
I want to link a case inside a switch function to a step created in Creo Illustrate. What's the javascript to achieve this?
Hi there! I'm facing an error when trying to publish a sample project. I've successfully downloaded and installed the Vuforia Studio software, logged into my account(Username: hayk.nazaryan@ni.com) and created a sample project. I configured the Default Experience Service URL and have admin privileges, but when I hit Publish, after preparing and uploading the content, publishing fails with an error message "Permission denied uploading". When I check the logs, there is a message "Insufficient permissions to access resource","errorCode":403,"error". I reinstalled the software several times, deleted the "builder-settings" file at C:\Users\Documents\VuforiaStudio and the issue still remains. Also what I've noticed in this file is "https://16e3e79bf17b30d7.studio-trial.vuforia.io" changed to "https://ni-dev.es.thingworx.com" with a true flag for "acceptedLicense". Please provide some guidance to resolve the problem.
I am working on a 3D eyewear project and I am trying to set the visibility of my 3D label. From all the info available the following should work: $scope.view.wdg['seq02-stp01-cir02']['visible']=true; However, as soon as I add this line to my Home.js the preview doesn't work anymore and the console shows an error: TypeError: Cannot set property 'visible' of undefined I have had this error before when I mistyped the name of the widget but it is correct this time around.😊 Using Vuforia Studio Version 8.5.7 (8.5.7.4613)
Hi, Does anyone know how to make a date picker in Vuforia studio? Thanks
Hello My scenario is build up in a way that there are a lot of 3D-Images-Widgets and in Javascript I control when which Image is visible in order to go step by step through a training. In some of these widgets I implemented Click-Events with functions so they act like buttons. It was running very nice but since I updated to Version 8.5.7.4613 I can't click the buttons always because the ones which are invisible are still clickable which results in a mess. It's because some buttons are on the exact same place and when I click on the button you have some chance to click the correct visible button but mostly it clicks on one which is invisible and should not be clicked. Can I somehow deactivate these Widgets totally? Or is it maybe a bug because it was running before the update? Thank you for any help. Best regards David
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.