Showing posts with label solution. Show all posts
Showing posts with label solution. Show all posts

Monday, March 10, 2014

Quick Solution Timestamp in OpenOffice 4.0


  • In Excel you can enter the current date in the cell by pressing shortcut key CTRL+;
  • And also you can enter the current time by pressing shortctut key CTRL+SHIFT+;

But There is no option in OpenOffice so far to create a quick shortcut key. I have simple quick solution to solve this shortcut issue , quickly to access it.

Quick Solution:


  1. First time, Select the FX Wizard shortcut CTRL+F2
  2. Select Function NOW() and press Next and press OK
  3. Here comes the trick press F2 to enter the editmode then F9 to show the NOW() value on the cell  press enter key to store the NOW() value as input value.
  4. Next time Use FX Sidebar to use Last Used Functions 
  5. Double click the Now() Function and do the step3.


Thursday, February 20, 2014

Solution to Droplet unable to communicate with photoshop in 64 Bit.

The Photoshop CS5 12.0.4 64 bits... is still experiencing problems with droplets... it says "Droplet unable to pass along with Photoshop" when working in Advance Automation.I explored in web more than a week and there is no answer. Suddenly It strikes my brain because the path of the photoshop may not added when installing by default of Adobe package installation, Since I have experience with Java work earlier. Later I added the path in systems, its works PERFECT.

Solution:

  • Right click on My Computer icon and select properties.
  • Move to Advanced System Settings
  • Click the button labeled Environment Variables.
  • Add 'User variable' by clicking the 'New' Button.
  • Put up the 'Variable name' as 'Path'
  • Put up  the 'Variable value' as ';C:\Program Files\Adobe\;'


Note: It's better safe to the add the semicolon before and after the adobe location.