Questions tagged [stickynote]

12 questions
3
votes
2 answers

How does Sticky Notes work?

Recently I attended an interview, where the interviewer asked me the following questions in technical face to face interview: How does Sticky Notes works? How Windows is able to preserver the data even though it is not saved explicitly? How the…
Gokul Nath KP
  • 15,485
  • 24
  • 88
  • 126
2
votes
1 answer

Would anybody know of any resources on using Google Apps script with Jamboards?

I am looking to count the number of sticky notes on a Jamboard automatically as soon as someone adds one. Is there any way to do this? Any guidance is appreciated.
Mishal
  • 450
  • 9
  • 27
2
votes
1 answer

Create add-in to add sticky notes in powerpoint (VBA)

I would like to create a simple macro for powerpoint that would allow me to click on one button to automatically insert a yellow sticky note onto my slide so I can insert a comment. This is something I need to do over and over in my current job and…
David
  • 21
  • 2
2
votes
0 answers

Read/write to stickynotes.snt?

I have done some searching on this topic and can't find any info from this year. Has Microsoft released any API on how to read/write to the native Sticky Notes? I have actually been able to read to it but I cannot write to it. For reading I have…
Realistic
  • 1,038
  • 1
  • 10
  • 20
1
vote
0 answers

Sticky Note (Post-it) - change size and keep in browser memory

I have two problems with sticky notes wrote in JS and jQuery. JSFiddle Demo I am using sticky note to write some data. But when I want change size, then only inside field is changing size? What am I doing wrong? I try to keep note in browser memory…
Wanarka
  • 93
  • 6
1
vote
1 answer

sticky subscribe box at bottom

hi guys i m working on a sticky subscribe box like below site https://generalassemb.ly/ i used following js $.fn.is_on_screen = function(){ var win = $(window); var viewport = { top : win.scrollTop(), left :…
Arun
  • 257
  • 1
  • 5
  • 22
0
votes
3 answers

How to open Sticky Notes on Windows 10?

I would like to open Sticky notes without having to navigate to the location. In my research, I found that in Windows 7, users were able to type 'stikynot' in the run prompt. What is the equivalent of the prior information for Windows 10? I looked…
Augusta4
  • 21
  • 2
  • 7
0
votes
0 answers

Can´t add text from a Qtextedit to a matplotlib "stickynote"

I´m trying to add some text for a note in a matplotlib plot, and i want to get that text from a QTextEdit, which is in a QDialog that pops-up with a button in the toolbar. This is my code so far: class TextoMatplotlib(QDialog): def…
Pablo Flores
  • 667
  • 1
  • 13
  • 33
0
votes
0 answers

How to increase the form height along with textbox height in c# winform app?

I have a multiline TextBox in my WinForm app having Multiline=True, Scrollbar=Vertical & WordWrap=True. What I want to do is, whenever I reach the bottom of the textbox (either by entering text or by pressing enter), I want the form height to…
vpv
  • 920
  • 2
  • 20
  • 46
0
votes
1 answer

Creating sticky-notes ( post-it )

I am designing a web page. And i want to use sticky-notes (post-it) in my page. Where, each sticky-note is added when we click an add button... Color of sticky notes must change randomly, and it must be tilted and must have some hover effect. How…
Vaisakh Cp
  • 171
  • 4
  • 11
0
votes
0 answers

Saving contents from inside a div to a PDF file

I implemented jStickyNote to a website here. If the user tries to close or refresh the page, a warning pops up and takes care of that. However, I would also like to add functionality to allow a user to save the contents within a div, in this case,…
Millhorn
  • 2,953
  • 7
  • 39
  • 77
-1
votes
2 answers

Nested IF Statements for batch

I am currently trying to get a list of items saved from a profile on an old machine and then sent to the new machine and profile, being that the profile is the same. On Windows 7 the location %AppData%\Microsoft\Sticky Notes stores the .snt for…
jsc
  • 67
  • 1
  • 1
  • 8