lightning

iCalendar creation: RFC 5546 explanation

百般思念 提交于 2019-12-12 13:26:53
问题 I am facing several issues related to the creation of an ICS file which has to be compatible with several clients, especially iOS , Gmail , Outlook , Android and Windows Phone . Googling around, I found out the proposed standard from 2009, aka RFC5546. I read through this document and found a point which is very interesting and could potentially solve my issue. Section Methods for VEVENT Calendar Components explains the distinctions between methods REQUEST and PUBLISH. But, there are a couple

How to get todos from Thunderbird/Lightning calendars?

邮差的信 提交于 2019-12-11 07:09:53
问题 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. 回答1: You are going in the right direction. You just need to pass the flag that you want todos only. An example can be found here. To elaborate more on your example below, there are a few syntax errors and you might need different flags. I'm not sure why the alert is needed, that sounds

Create lightning in OpenGL ES 1.1

佐手、 提交于 2019-12-07 09:49:42
问题 I need to create good looking lightning using OpenGL ES 1.1 (iPhone) and was planning on using shaders. However, when I asked about it in a previous question (OpenGL ES 1.x Shaders) I was informed there that this was probably not an option on the iPhone. So now I am back at square one, wondering how I might make a lightning animation. It does not need to look ultra-realistic. I have already tried to use things like triangles stripped together. While this method does work, it is not as good as

Customize “Send With Docusign” in Salesforce Lightning

狂风中的少年 提交于 2019-12-06 14:27:56
问题 I was able to pre-populate recipients list using javascript button by setting CRL parameter in SF Classic. Now I would like to achieve the same in Lightning. I tried creating a VF page that would redirect user to dsfs__DocuSign_CreateEnvelope page and add desired ur parameters (much like in JS button). It partly works - it pre-populates recipients list, it allows to send the email. But finally throws an error: " Javascript proxies were not generated for controlled dsfs.EnvelopeController: may

Create lightning in OpenGL ES 1.1

ⅰ亾dé卋堺 提交于 2019-12-05 14:14:57
I need to create good looking lightning using OpenGL ES 1.1 (iPhone) and was planning on using shaders. However, when I asked about it in a previous question ( OpenGL ES 1.x Shaders ) I was informed there that this was probably not an option on the iPhone. So now I am back at square one, wondering how I might make a lightning animation. It does not need to look ultra-realistic. I have already tried to use things like triangles stripped together. While this method does work, it is not as good as I had hoped it would look. Does anyone have any ideas on the subject? Thanks again, ~Eric The usual

Customize “Send With Docusign” in Salesforce Lightning

时光怂恿深爱的人放手 提交于 2019-12-04 19:25:19
I was able to pre-populate recipients list using javascript button by setting CRL parameter in SF Classic. Now I would like to achieve the same in Lightning. I tried creating a VF page that would redirect user to dsfs__DocuSign_CreateEnvelope page and add desired ur parameters (much like in JS button). It partly works - it pre-populates recipients list, it allows to send the email. But finally throws an error: " Javascript proxies were not generated for controlled dsfs.EnvelopeController: may not use public remoted methods inside an iframe " What is the proper way to achieve such functionality