Questions tagged [lightning]

Questions about the Lightning extension to Mozilla Thunderbird

You can find more information about the Mozilla Calendar Project at: http://www.mozilla.org/projects/calendar/lightning/

153 questions
1
vote
0 answers

Not displaying pi chart component on opportunity

`My requirement is to create dynamic pi chart component to count stages on opportunity. Here is my code which displaying only parent component not pi chart which is child one plz help public class OppPieChartController { @AuraEnabled public static…
Dolly Sony
  • 11
  • 1
1
vote
1 answer

Can we create a record for Event object through lwc in Salesforce?

This is my js code: var fields = {'OwnerId': user,'CreatedById': user,'WhoId': this.doctorName ,'StartDateTime':this.startDate, 'EndDateTime':this.endDate, 'Departments__c': this.depName, 'Doctor_Name__c': this.doctorName}; var objRecordInput =…
1
vote
0 answers

Converting Application/octet-stream to Base64 string in Javascript

I am trying to render a PDF using PDFJS Library. https://mozilla.github.io/pdf.js/examples/ We are receiving Content-type as "application/octet-stream; charset=UTF-8" like below from an API that we are calling within javascript from our HTML. But…
Vipul
  • 11
  • 1
  • 2
1
vote
1 answer

Using ARKit and LiDAR Outdoor under different lightning conditions

Please help me out. I am struggeling for weeks now with ARKit and LiDAR to build an outdoor app. In the app I want to place an object, save the scene with the object and reconstruct it later on. Now I am using more (invisable) anchors around the…
1
vote
2 answers

How to get todos from Thunderbird/Lightning calendars?

I can't find how to get all the todos of a calendar in Lightning. I thought the functions getItem() and getItems() from the calICalendar Interface (here) were the solution but I could not make it work properly.
T_Dnzt
  • 244
  • 2
  • 8
1
vote
1 answer

How to get the returned value of a function called from settimeout

I have live agent set up and I am trying to set an alert on the agent side when a customer does not reply to his messages after a certain interval of time Here is how I am trying to achieve (All these are in the js helper,being delegated from the js…
victor
  • 23
  • 1
  • 4
1
vote
0 answers

Lightning Progress Indicator Icons

I've been doing some research but I couldn't find any articles that supports if we can change the Icon on the lightning progress indicator. Is there anyway to change the icons that is showing in the lightning progress indicator? Currently based on…
Rows
  • 11
  • 1
1
vote
0 answers

Nodes Overflow D3js

In lightning We are Using D3js library to display an radial tree in a circular tree. Its looks good when we have around 15 nodes. When we try to display morethan 15 records, node are collide with each other. I need to display more than 40 nodes…
1
vote
1 answer

(plugin Rollup Core) Error: Could not load /Users/Naseem/AppData/Roaming/npm/node_modules/wpe-lightning-cli/src/alias/wpe-lightning.js

How can I fix this issue? $ lng build √ Removing "E:\workspace\xxx\xxx\build" folder √ Ensuring "E:\workspace\xxx\xxx\build" folder exists √ Copying support files to "E:\workspace\xxx\xxx\build" - Copying static assets to…
1
vote
1 answer

Call a method on switching between lightning tabs in salesforce using LWC

I have 3 lightning tabs. I want to run a particular piece of code on switching between these tabs. Is there a way I can do it. I tried writing the code in renderedCallback and connectedCallback, but none of these methods are called on switching…
anish samant
  • 183
  • 1
  • 4
  • 13
1
vote
0 answers

How to test component events when event and handler are in different components?

In the reference jasmine test resource, component event(egComponentEvent) registration and handler is done in same component(egEventHandling).Thus, we are able to test the result after event is…
1
vote
1 answer

lightning:input Date Field validation

I am trying to use Standard Date picker using below component but however I want to display custom error message when the enterted date is not in the speciied min & max range. But I am not able to achieve it as I could see the standard error…
user10490801
  • 11
  • 1
  • 3
1
vote
1 answer

Lightning:Card- underline title

I have a lightening card in my component.
Prasadika
  • 897
  • 2
  • 20
  • 36
1
vote
1 answer

Lightning with Lighting Spritekit

I am learning Spritekit and I would like to know how I can convey the impression of lightning by lighting up the scene. I DON'T want to show the actual lightning bolt. But I want the clouds in the sky (for example) lighting up, or the entire scene…
1
vote
0 answers

PointStyle Not work with lockerService enable

i use the Version: 2.6.0 chart js. I have set the pointStyle with an image: var icon = new Image(); 'icon.src = 'https://assets0.uvcdn.com/pkg/shared/favicons/password-d904f06a67a7b29d489489d3a35f548b.png'; and into dataset object set pointStyle:…
1
2
3
10 11