showAnnotToolsWhenNoCollab and Acrobat 9 - acrobat

This code
js_obj := oAcroPDDoc.GetJSObject;
js_obj.Collab.showAnnotToolsWhenNoCollab := true;
which used to work in Acrobat 7 and 8 (and was infact required to enabled editing of note/annotations/comments) appears to crash Acrobat 9.
Does anyone know if there is a work around (the one listed here does not work for me). Anyone from Adobe use SO and care to answer?

It looks like you're not the only one with this problem. It has been reported to Adobe as a known bug.

This is a known bug.
It seems to have been fixed in update 9.1

Related

Intellij/IDEA Switcher Key Map

For some reason my "Switcher" key mappings have changed recently. Opening the terminal or switching to it was always done with the "t" key. Now it maps to random number, sometimes 5, sometimes 8. This sucks for obvious reasons. Is there a remedy?
I did see a response (not an accepted answer) to this question, but I wanted to try here again just in case there might be an update or someone knows the magic trick to configure it or revert it what it has been for what seems like years now.

How do you get Xcode8 to respond faster

I just upgraded to Xcode 8 and am effectively stonewalled when trying to do anything. Xcode is taking anywhere from ten seconds to five minutes to execute what i've done. I.e. taking 3 minutes to identify a syntax error, four minutes to run through a for loop in playground of just displaying elements of an array.
Has anyone else experienced this issue? If so, were you able to resolve it? I have tickets opened as a bug report but unsure of how long it will take to hear back.
I found someone with a similar issue here https://stackoverflow.com/a/39949491/6484248
which has seemed to have solved my issue as well.
In short, add a User-Defined Setting as:
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES
My lag has been completely removed on this project, though I can't explain how it has helped.

The provider is not compatible with the version of Oracle client version 12

I know that this is an issue that was fixed in the past, I even saw the post about it:
http://www.splinter.com.au/using-the-new-odpnet-to-access-oracle-from-c/
I encountered this issue and followed the post with one difference, instead of 11 I am using version 12 so I looked for the dll's with 12 in their name, I found all except OraOps12w.dll (I found OraOps12.dll).
is there a difference in the actions in this post between version 11 and 12 that I need to follow?
Thank you.

XCode 6 Beta 6 SourceKitService Terminated

Since beta 6 I instantly get this message when I open my Project?
Afaik this is due to some lines of code making problems for the swift compiler?
Did anybody figure out what I have to look for that causes this error in beta 6?
Thanks!
One thing that has helped me twice now is deleting subdirectories under the Library/Developer/Xcode/DerivedData/ directory. I found this tip elsewhere, maybe on this site or elsewhere on the Net. My SourceKitService was terminating so often I couldn't even code. After deleting those file, it was pretty stable again.
It's not about your code, it's about XCode itself. Since it is only in Beta, everybody has got these problems and I have to agree this is quite annoying... I even saw it in youtube tutorials so don't be afraid.
Let's just hope it will be fixed in the final version !
Will you check the XXX-bridging-header.h if any none existing header file imported.
https://stackoverflow.com/a/25173389/527539
updating to the GM solved the problem for me...

What is the correct way to upgrade a Lazarus project?

Some months ago I installed Lazarus 0.9.28 + FPC 2.2.4 to work on a new project. Some time after it I ran into some bugs related with image loading on a TImage. After googling a bit I found some information pointing to the fact that the bugs I was facing were already solved in a later version of FPC (can't remember the link now).
So I decided to download and install a newer version. This was around January and the latest stable version was not released yet, so I choose to install the snapshot Lazarus 0.9.31-29128 + FPC 2.4.2-2011-01-20. I opened my project with the new IDE and compiled it.
Luckily the bugs I faced were gone, but I have run into an IDE (?) one. After the upgrade, when I am on the code tab of some of my forms I do not see the code formatted. Instead I only see plain text, like this:
But on some forms I see the code formatted correctly, like this:
Anyone has run into this before? If yes, could you solve it and how? Or can anyone tell me what the correct way to upgrade a Lazarus project between versions is?
It is more of a nuisance than a real problem but still I would like to solve it. Any help would be appreciated.
EDIT
I noticed that in the forms where the code shows correctly highlighted the LCLVersion in the .lfm file is 0.9.28.2, while in the forms where the code shows like plain text that property in the .lfm file is 0.9.31. Could have something to do with the problem? I tried changing the value but it did not change anything.
Thanks in advance and best regards
I don't know if this is actually causing your problem, but Lazarus keeps a set of settings in application local. ($user\AppData\Local\lazarus on my vista).
This config dir is not erased upon deinstallation, and the new installation will reuse this.
In case of strange problems, remove the config dir, and let the current installation generate a new one.