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
0
votes
1 answer

How exactly does a CalDAV server advertise Tasks support?

After connecting to a CalDAV server, you can query to see which services it supports. For example, after Lightning connects to a CalDAV server, it will only allow you to create Task objects if that server advertises Task support. Unfortunately,…
Steve Shipway
  • 3,754
  • 3
  • 22
  • 39
0
votes
4 answers

Page not scrolling to top in salesforce lightning

In salesforce lightning component, we have three different divs which we are hiding and showing as needed using display none css property. Fist div has more contents and we have to scroll the page till the end to submit the form and on submit next…
Kitty
  • 157
  • 5
  • 14
0
votes
0 answers

Using append command to update line chart in Lightning server

I want to visualize some streaming data using local Lightning server. I created a simple Scala test, which created a line chart that I can access at http://localhost:3000. The problem is that when I use viz.append(newdata) in order to update the…
Klue
  • 1,317
  • 5
  • 22
  • 43
0
votes
1 answer

Salesforce lightning Input with list doesn't work

I'm trying use input with datalist in a lightning component and doesn't seem to work. I've looked around and can't seem to find anything that says i can't. So basically,
d.klauss
  • 15
  • 5
0
votes
2 answers

View the battery percentage of a device connected to the iPhone using the lightning port

Does someone know a way to read the battery percentage of a device that connected to the iPhone using the lightning port using Swift? If someone knows it impossible I would be really grateful as well. And if it is indeed impossible should I do it…
0
votes
1 answer

Unity3D realtime illumination

I'm generating a dungeon out of prefabs => lightning has to be realtime. I also have a Directional light with baking set to realtime. But as you can see on this picture, it looks really bad. I have two questions now: Why doesn't it illuminate the…
91378246
  • 488
  • 6
  • 14
0
votes
1 answer

Is It possible to use Lightning app exchange components in custom lightning app?

i installed a lightning component from app exchange ,now i want to use that component in my custom lightning app is it possible?? //code for adding components
0
votes
1 answer

how to delete alarm in lightning (in js)

I am banging my head looking at the code for ... quite some time. I have a lightning event, created from ics (including an alarm). I want to delete the alarm after something has occurred. I found calItemBase has mAlarms. But how to delete a single…
opto
  • 23
  • 5
0
votes
2 answers

"Unknown Error : update is not defined" (when calling function named "update" within Callback - Lightning JS controller)

I am trying to migrate code from Visualforce (working) to a Lightning Component. The update method should draw a graph and redraw it when the root node changes. I believe I am declaring the methods correctly but when I call "update" I get the above…
0
votes
1 answer

Importing a winmail.dat file into my calendar using Thunderbird Lightning

I am using Thunderbird with the Lightning extension to organize my calendars. As it is very common to send around winmail.dat files to quickly import a new event to a calendar, I am faced with the issue to use this winmail.dat file to do so. Has…
tc88
  • 321
  • 4
  • 11
0
votes
1 answer

Lightning 2.6.4 is unavailable in Thunderbird 24.3

I have uninstalled and re-installed lightning 2.6.4 - and the options are there but are grayed out. It is not disabled. I have a combination of local and google calendars. Anyone know what is going on? I googled this and could not find anything,…
Samuel Fullman
  • 1,262
  • 1
  • 15
  • 20
0
votes
1 answer

Light Rendering Results in Low FPS

I am currently developing a class for my XNA game whose rendering the lights on the image. At the time, i have made the source to draw my lightmap, however, the FPS is very low in my source. I know that it is brutally reduced upon looping through…
Rasmus Søborg
  • 3,597
  • 4
  • 29
  • 46
-1
votes
0 answers

how generate master key for bitcoin in Dart?

I am trying to generate a master key using BIP32 library. I do the following: mport 'package:dart_bip32/dart_bip32.dart' as bip32; import 'package:dart_mnemonic/dart_mnemonic.dart'; final mnemo = Mnemonic(language: Language.english, length:…
kannt_im
  • 9
  • 3
-1
votes
1 answer

Salesforce: How to have user select multiple Products and have them assign it to a single Opportunities?

Product is related to Parts thru a junction object 'ProductPartUse' so its Product -> ProductPartUse <- Part. I want the user to select multiple Parts and lookup to a single Product and have all Parts be assigned to the Product thru the Junction…
-1
votes
1 answer

ld: framework not found Lightning

I'm trying to add the lightning framework to my Xcode project, and the project is not building with an error: ld: framework not found Lightning clang: error: linker command failed with exit code 1 (use -v to see invocation) I'm working in the…
1 2 3
10
11