Recent

Author Topic: Announcment: RC2 for the upcoming Version 1.2.  (Read 117141 times)

hinst

  • Sr. Member
  • ****
  • Posts: 303
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #30 on: January 24, 2014, 02:23:35 pm »
@taazz I just tried this in Lazarus 1.2 RC 2. Seems to work fine. I could drag a button to the left border of the form and further so that part of it became not visible
« Last Edit: January 24, 2014, 02:45:47 pm by hinst »
Too late to escape fate

Rails

  • Guest
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #31 on: January 24, 2014, 03:32:59 pm »
@taazz I just tried this in Lazarus 1.2 RC 2. Seems to work fine. I could drag a button to the left border of the form and further so that part of it became not visible

Same here.

I'm using Linux, FWIW.


taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #32 on: January 24, 2014, 05:13:13 pm »
I tried it again and I definitely can't drag anything on negative numbers. Try it your self place a button on your form set its width and height to 5000 and rty moving it outside the boundaries of the form at your left or top. I couldn't do it. If I set its size to a more logical number eg 50, then it jumps from 0 to -50 in one step it is not smooth as it should be I'm thinking something is very very wrong with the config if no body else has the problem so I'm going to delete the config folder and try it again.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #33 on: January 24, 2014, 05:23:29 pm »
I'm Windows 7 win32 same as you, and don't see the problem you're having with the Designer in RC2.

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #34 on: January 24, 2014, 05:39:15 pm »
removing the cfg folder solved the problem but reintroduced the enter key problem I was having late last year. I'm going to re introduce the xml files one by one to the existing config folder and see which one is creating the problem for me.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #35 on: January 24, 2014, 08:26:44 pm »
Perhaps a diff between the xml files is more useful (though I suppose diffing xml files is like diffing bin files... not very useful)? It'll probably be environmentoptions.xml anyway (the biggest => Murphy's law)
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #36 on: January 25, 2014, 03:18:32 pm »
I just installed new RC2 v1.2.

Perfect, no problem and fast.

PS : I realy like the new feature :

Code: [Select]
{$IFsomething}
do this;
     {$else}
do that;
    {$endif}

It high-light at RUNTIME what is true and do darker what is false.

Very impressed (never seen that in other code-editors).

Many thanks.
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4459
  • I like bugs.
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #37 on: January 25, 2014, 04:35:54 pm »
It high-light at RUNTIME what is true and do darker what is false.
Very impressed (never seen that in other code-editors).
Many thanks.

Thanks go to Martin and partly to Mattias on this feature.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #38 on: January 25, 2014, 07:14:15 pm »
Many thanks to Martin and Mattias for this feature.

PS: I highly recommend to everybody (even the old Lazarus-users) to take a look and read, from beginning to end, this wiki :

http://wiki.lazarus.freepascal.org/New_IDE_features_since 

There are lot of hidden gems...  ;D
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9794
  • Debugger - SynEdit - and more
    • wiki
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #39 on: January 25, 2014, 07:28:15 pm »

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #40 on: January 25, 2014, 07:32:14 pm »
There is still the problem of the IDE 'hanging' when a .o file cannot be found.
Was playing with the zenGL demos and that made the IDE stop responding in case of missing .o files.
(Reported)
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

otoien

  • Jr. Member
  • **
  • Posts: 89
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #41 on: January 27, 2014, 03:17:02 am »
I have just started testing 1.2RC2 on a recently clean installed Win7 64-bit pro system, running Lazarus 32 bit version - so far a plain single default install without any additions. One issue that I encountered, which may, or may not be a Lazarus problem is running it on a secondary monitor (extended desktop), where I use a third party open source program to get a task bar on the secondary monitor: http://sourceforge.net/projects/dualmonitortb/
Everything is fine until after I minimize Lazarus. On maximizing it, the Lazarus IDE window with the menu bar is gone; there are a number of icons in the second monitor taskbar for the other windows which work switching to, but  I cannot get the main IDE window back when clicking it's icon. If I right click the icon, and click the Lazarus IDE link, it just opens a new instance of Lazarus on the primary display. If I instead close the dualmonitor program by right clicking it, Lazarus returns back to normal with its single taskbar icon on the primary display, and the IDE window restored on the secondary display as before minimizing it.

Again, I am not sure this is specific to 1.2RC2 or even a Lazarus fault, but I thought I would report it in case it could lead to some useful insight, as one other program (Nikon Capture NX2) I am running that also is based on multiple undocked/docked windows within the program behave OK with the dualmonitor taskbar. (I do not use the docking solution for Lazarus yet, as last time I tested it about a year ago, it did not work very well for me).

Edit: I did a temporary re-install of v. 1.0.14 and the same issue exists there.
« Last Edit: January 31, 2014, 12:04:31 pm by otoien »
Unless otherwise noted I always use the latest stable version of Lasarus/FPC x86_64-win64-win32/win64

hinst

  • Sr. Member
  • ****
  • Posts: 303
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #42 on: January 29, 2014, 04:17:54 pm »
What is Subversion URL for Lazarus 1.2?
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_2
is that correct?
Too late to escape fate

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9794
  • Debugger - SynEdit - and more
    • wiki
Re: Announcment: RC2 for the upcoming Version 1.2.
« Reply #43 on: January 29, 2014, 04:29:09 pm »
1.2 does not yet exist.

But the fixes branch is at http://svn.freepascal.org/svn/lazarus/branches/fixes_1_2

JM

  • Newbie
  • Posts: 1
Connect to Oracle DB in Lazarus
« Reply #44 on: January 30, 2014, 12:19:43 pm »
hi all,

I need some help on how to connect to Oracle DB in Lazarus. I have the error "OracleConnection1: ORA-12154 TNS: could not resolve the connect identifier specified' when I change the connected property of OracleConnection1 object to True. Note that I can TNSPING oracle without any issue and tnsnames.ora seems to be ok.

can some one please help?

Jean Michel

 

TinyPortal © 2005-2018