Recent

Author Topic: [Solved] LazReport Bug  (Read 2592 times)

Pagliaccio

  • New Member
  • *
  • Posts: 16
[Solved] LazReport Bug
« on: November 10, 2018, 11:53:26 pm »
Hello everyone,

So i was working on LazReport and accidentally moved the object inspector to an unreachable point in the designer, any ideas on how can i move it again?

The only way to move the inspector is to select it from the frame

There is an attach screenshot of my problem

If you cant see it, this is a link with a screenshot
https://imgur.com/a/PJnIvXN

LazReport v: 0.9.9
Lazarus v: 1.8.4

Thank you all for the help, the solution that worked was provided by VB_Lazarus on the coments
« Last Edit: November 11, 2018, 05:37:47 pm by Pagliaccio »

jamie

  • Hero Member
  • *****
  • Posts: 6133
Re: LazReport Bug
« Reply #1 on: November 11, 2018, 12:35:49 am »
Tools:Options:Environment:Window:
 
  Select the Object Inspector and you can see the locations, correct them...

 Does that help?
The only true wisdom is knowing you know nothing

Pagliaccio

  • New Member
  • *
  • Posts: 16
Re: LazReport Bug
« Reply #2 on: November 11, 2018, 01:02:04 am »
Tools:Options:Environment:Window:
 
  Select the Object Inspector and you can see the locations, correct them...

 Does that help?

I've tried, but it's still stuck.

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: LazReport Bug
« Reply #3 on: November 11, 2018, 01:07:06 am »
An emergency solution: If all else fails, you can try to open the system menu (Alt+Space), select the "Move" command (by whatever its accelerator is in your system) and move the window with the arrow keys.

That's supposing it's an independent window, which I don't remember ATM.
« Last Edit: November 11, 2018, 01:09:23 am by lucamar »
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

Pagliaccio

  • New Member
  • *
  • Posts: 16
Re: LazReport Bug
« Reply #4 on: November 11, 2018, 01:17:17 am »
An emergency solution: If all else fails, you can try to open the system menu (Alt+Space), select the "Move" command (by whatever its accelerator is in your system) and move the window with the arrow keys.

That's supposing it's an independent window, which I don't remember ATM.

I guess it is not available  :(

i attached a screenshot in this reply

VB_Lazarus

  • Newbie
  • Posts: 5
Re: LazReport Bug
« Reply #5 on: November 11, 2018, 09:27:51 am »
If you use win as operation system.
Example:
I have a program called ESH-Rechnung.
The designer stores the position in follow folder
  • C:\Users\[name of user]\AppData\Local\ESH-Rechnung\LazReport\lrDesigner.cfg
You can open the file with a normal text editor.
In the section:

  • [ObjInsp]
    Left=42
    Top=225
    Width=220
    Visible=1
there are the values top and left.
Change these values to 0 and then start the program.

Pagliaccio

  • New Member
  • *
  • Posts: 16
Re: LazReport Bug
« Reply #6 on: November 11, 2018, 05:35:45 pm »
If you use win as operation system.
Example:
I have a program called ESH-Rechnung.
The designer stores the position in follow folder
  • C:\Users\[name of user]\AppData\Local\ESH-Rechnung\LazReport\lrDesigner.cfg
You can open the file with a normal text editor.
In the section:

  • [ObjInsp]
    Left=42
    Top=225
    Width=220
    Visible=1
there are the values top and left.
Change these values to 0 and then start the program.

I managed to find the file even though I found it in a different location but still managed to correct the problem.

The location for me was : C:\Users\[name of user]\AppData\Local\Lazarus\LazReport\lrDesigner.cfg

in the configuration of the position had the Top data in -23 I changed the value to 200 and returned to a position where I could select it again

Thank you very much, this managed to fix the problem.

 

TinyPortal © 2005-2018