Recent

Author Topic: Object Inspector driving me INSANE  (Read 5966 times)

Harrison

  • New Member
  • *
  • Posts: 16
Object Inspector driving me INSANE
« on: June 10, 2010, 02:17:29 am »
Alright, I'm pretty much being driven insane by Object Inspector. I am trying to rename a label on my form, but when I try to type the name, even though the cursor is in the name box, it will take me to whatever other thing in Object inspector starts with the letter that I type. If I try to type "a" in the Name field, I instead get taken to Align. I want to type. Not jump around.

It has never done this to me before. What is causing this crap?

I'm running Windows 7 Ultimate 32bit if it matters.

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Object Inspector driving me INSANE
« Reply #1 on: June 10, 2010, 02:20:51 am »
I've had the same problem a couple of times.
Exiting and restarting Lazarus solved the problem.
No idea what caused the problem though.
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

Harrison

  • New Member
  • *
  • Posts: 16
Re: Object Inspector driving me INSANE
« Reply #2 on: June 10, 2010, 03:03:49 am »
Yeah, I eventually figured that out. Drove me insane for a bit though. Extremely annoying.

theo

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1927
Re: Object Inspector driving me INSANE
« Reply #3 on: June 10, 2010, 03:16:42 am »
you can toggle with the tab key between normal input and selection-by-name

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Object Inspector driving me INSANE
« Reply #4 on: June 10, 2010, 06:22:14 am »
Ah, learned something :)

The issue here is that the object inspector isn't consistent and predictable in it's feedback. The visual feedback (focus on the editable part of the properties) is inconsistent with what happens when you press a key (select a property that starts with the pressed letter key).

Maybe we need a fix: as soon as the focus goes to a property input box, switch (back) to normal input mode.
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9868
  • Debugger - SynEdit - and more
    • wiki
Re: Object Inspector driving me INSANE
« Reply #5 on: June 10, 2010, 07:05:26 am »
I looked at it in delphi => it actually moves the caret to the none editable column

=> so I would suggest this should be reported as bug/feature request

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4468
  • I like bugs.
Re: Object Inspector driving me INSANE
« Reply #6 on: June 10, 2010, 02:07:07 pm »
I looked at it in delphi => it actually moves the caret to the none editable column
=> so I would suggest this should be reported as bug/feature request

There is issue #16259: Cannot Change Object Properties
It seems to be fixed somehow in Lazarus trunk.

Juha
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

 

TinyPortal © 2005-2018