Showing questions tagged: Show all questions

Addon/Extension Not Staying Pinned

I've installed this extension: https://addons.mozilla.org/en-US/firefox/addon/public-ip-display/ I've pinned it and it shows up in the Toolbar, no issues till here. Ho… (read more)

I've installed this extension: https://addons.mozilla.org/en-US/firefox/addon/public-ip-display/

I've pinned it and it shows up in the Toolbar, no issues till here.

However, when I exit Firefox and open it again, the extension is no longer pinned. I cannot even locate the extension in the list of extension when i click on the little "puzzle" icon that shows you your lists of addons and allows you to pin them.

Everytime after I start a fresh session of Firefox, I have to go about:addons find the add on, toggle it off and then toggle it on again (it stays on after restart btw) for it show up in the toolbar.

Can you assist in figuring out why this addon is behaving this way?

Thanks!

Asked by Plasma0102 6 days ago

I am trying to send emails from a VBA code, and it works sometimes and sometimes not.

My code is as follows: thund = "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe " & _ "-compose " & """" & _ "to='" & email &… (read more)

My code is as follows: thund = "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe " & _

       "-compose " & """" & _
       "to='" & email & "'," & _
       "attachment='" & Attachment$ & "'," & _
       "subject='" & subj & "'," & _
       "body='" & fullBody$ & "'" & """"
   Call Shell(thund, vbNormalFocus)
   Sleep 3000
   AppActivate "thunderbird"
   SendKeys "^~", True
   Sleep 3000
   SendKeys "^{ENTER}", True
   Sleep 3000
   SendKeys "%fd", True

Asked by Phillip Abookire 6 days ago