After installing v4.6 over top of v4.5, my first (alphabetically) clip library did not show up. This is the case on my home pc and my work pc...I tried renaming the library and renaming the file, with no luck. The fix was to create a new clip library, and then to copy the clips under the header from the old file to the new.
I have observed this on two different machines, with slightly different clip libraries.
Disappearing clip library bug in 4.6
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
D'Arcy Rittich
Re: Disappearing clip library bug in 4.6
looks like there is a bug in this website - it is saving an escaped apostrophe for my name to the db, which means it keeps getting escaped...
-
Daniel
Re: Disappearing clip library bug in 4.6
I had the same problem
Commaring my TCL with the examples I found
a difference in line 1
--old
!TCL=ORACLE-Utility-Scripts
--new
!TCL= 4711, ORACLE-Utility-Scripts
Don't ask my that this number is used for. Just insert any number
Commaring my TCL with the examples I found
a difference in line 1
--old
!TCL=ORACLE-Utility-Scripts
--new
!TCL= 4711, ORACLE-Utility-Scripts
Don't ask my that this number is used for. Just insert any number
-
D
Re: Disappearing clip library bug in 4.6
Thanks for the info - in my case there was already a number (1 or 0 I forget), but when I changed it to a larger integer it solved the problem.