Jump to content


Photo

Delphi 2007 IDE - Visual Problems


  • Please log in to reply
30 replies to this topic

#1 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 02:34 PM

Hi Boki,

I just installed D2007 and downloaded the newest Release of your Lib. But there are a lot of visual problems in the IDE. All items are not visible correctly. From NxButton, there only is the caption visible. The headerpanels and grids have problems and so on. pls. check this.

see screenshot

brgds

Jörg

Attached Files



#2 emailaya

emailaya

    Master Member

  • Members
  • PipPipPipPipPip
  • 984 posts

Posted 07 August 2007 - 02:44 PM

i dont know if u have the same problem i had
but if u install a new version without deleting and re-installing the bpl files from scratch
u might get this problem

at least that's what i had

#3 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 02:46 PM

QUOTE (emailaya @ Aug 7 2007, 03:44 PM) <{POST_SNAPBACK}>
i dont know if u have the same problem i had
but if u install a new version without deleting and re-installing the bpl files from scratch
u might get this problem

at least that's what i had

I installed new fresh version from the scratch

brgds

Jörg

#4 didiergm

didiergm
  • Honorable Members
  • 148 posts
  • Gender:Male
  • Location:France

Posted 07 August 2007 - 03:06 PM

QUOTE (mcinternet @ Aug 7 2007, 03:46 PM) <{POST_SNAPBACK}>
I installed new fresh version from the scratch

brgds

Jörg


I am using D2007 and do not get any display issues. Could you try to remove everything (dcr, bpl ... nd source and redo the install) ?

Didier

#5 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 03:26 PM

QUOTE (didiergm @ Aug 7 2007, 04:06 PM) <{POST_SNAPBACK}>
I am using D2007 and do not get any display issues. Could you try to remove everything (dcr, bpl ... nd source and redo the install) ?

Didier

Hoi,

i did so. I deinstalled and deleted all berg-items. Reinstalled, compiled and installed.
The same shit. In IDE only shit. In running application all is fine.

see screenshots

brgds
Jörg

Attached Files



#6 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 03:39 PM

Hello Jorg,

Most probably there is a some conflict with old version, which is maybe not properly uninstalled.

I recommend reading installation document from this topic, to see how to completelly uninstall old version:

http://www.bergsoft....?showtopic=1532

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#7 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 03:55 PM

PS. As I can see, it only happen for XP theme elements.

Is something maybe wrong with Uxtheme.dll file .

Also, what is happening if you turn back old release again?

Regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#8 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 04:44 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 04:55 PM) <{POST_SNAPBACK}>
PS. As I can see, it only happen for XP theme elements.

Is something maybe wrong with Uxtheme.dll file .

Also, what is happening if you turn back old release again?

Regards
I don´t have any special XP Themes installed or running.
What does this uxtheme.dll do? Can you do something?
If I go back to D2006 there is no problem

I now have complete uninstalled D2007 and all Libs. Reinstalled from the scratch.
The same shit.

You know, that I have big projects and I hope that you can do something very fast.
This problems only accur, if I use Berg-Components.



brgds

Jörg

#9 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 04:58 PM

Hello Jorg,

Can you please send me a content of your NxSuite.inc file here (located in Sources\ sub-folder).

Also, do you maybe have try with old version again, and does this version made a problems like new one?

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#10 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 05:03 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 05:58 PM) <{POST_SNAPBACK}>
Hello Jorg,

Can you please send me a content of your NxSuite.inc file here (located in Sources\ sub-folder).

Also, do you maybe have try with old version again, and does this version made a problems like new one?

Best regards

Hi Boki,

the old version is already deleted.

the NxSuite.inc is here:

// Next Suite
// Copyright © 1996-2007 by Berg
// All rights reserved.
//
// $id:NxSuite.inc bn

{ For Debug mode, remowe _ }
{$DEFINE _NX_DEBUG}

{ For TNT Unicode Support, remowe _
In NxEdit.pas set TNxCustomEdit = class(TTntCustomEdit)
TNT controls web site: www.tntware.com/delphicontrols/unicode/ }
{$DEFINE _TNTUNICODE}

{ Delphi 6 }
{$IFDEF VER140}
{$DEFINE DELPHI6}
{$ENDIF}

{ Delphi 7 }
{$IFDEF VER150}
{$DEFINE DELPHI7}
{$ENDIF}

{ Borland Delphi 2005 }
{$IFDEF VER170}
{$DEFINE DELPHI2005}
{$DEFINE NX_D2005}
{$ENDIF}

{ Borland Developer Studio 2006 }
{$IFDEF VER180}
{$DEFINE BDS2006}
{$DEFINE NX_D2005}
{$ENDIF}

{ CodeGear Delphi 2007 }
{$IFDEF VER185}
{$DEFINE DELPHI2007}
{$DEFINE NX_D2005}
{$ENDIF}


brgds

Jörg

#11 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 05:10 PM

Hello Jorg,

Can you please try to experiment with Debug options, maybe your problem is similar like this one:
http://www.bergsoft....h...&hl=nxdebug

Take a special look at next quote:

QUOTE
in project options for D2007
u have "compiler" entry
there you have: build configuration "debug/release"
that is the problem - just so u'll know


Also, can you please try to install old version of NextSuite again, to see if this happen in both versions. You may download old version from users area too (or I may send it to you).

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#12 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 05:36 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 06:10 PM) <{POST_SNAPBACK}>
Hello Jorg,

Can you please try to experiment with Debug options, maybe your problem is similar like this one:
http://www.bergsoft....h...&hl=nxdebug

Take a special look at next quote:
Also, can you please try to install old version of NextSuite again, to see if this happen in both versions. You may download old version from users area too (or I may send it to you).

Best regards

in the old version (nextsuite_jun073.exe) is the same shit.

brgds

Jörg

#13 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 05:42 PM

Hello Jorg,

Let we summarize, can you please confirm next 2 statements:

- Do you have already run NextSuite in D2007 without problems before?

- Is this have start happening when you install new version of NextSuite, and now even old version not work properly?

Thank you.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#14 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 05:45 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 06:42 PM) <{POST_SNAPBACK}>
Hello Jorg,

Let we summarize, can you please confirm next 2 statements:

- Do you have already run NextSuite in D2007 without problems before?

- Is this have start happening when you install new version of NextSuite, and now even old version not work properly?

Thank you.

Hi Boki,

It was my first test with D2007. I got it today in the morning and installed it. So I acualizied also all tools and libraries.
Nextsuite, too. In D2007 the actual version of nextsuite and the juli doesn´t work properly.

shit. Hope, that you can fix it.

brgds

Jörg

#15 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 05:52 PM

Hello Jorg,

I understand now, I was think that you have use old version i D2007 already before.

There is a one more solution, maybe version for D2006 and D2007 made conflict with BPL's , specialy if BPL's are compiled into same folder.

I recommend that you try with uninstalling all NX* files from:

C:\Documents and Settings\<your username>\My Documents\Borland Studio Projects\Bpl

And try again to install it only in Delphi 2007.

Also, maybe IDE didn't find a path to Uxtheme.dll located in Sources sub-folder somehow.

For me all work fine sad.gif also, other users have no report it, but I will look at it more.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#16 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 06:20 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 06:52 PM) <{POST_SNAPBACK}>
Hello Jorg,

I understand now, I was think that you have use old version i D2007 already before.

There is a one more solution, maybe version for D2006 and D2007 made conflict with BPL's , specialy if BPL's are compiled into same folder.

I recommend that you try with uninstalling all NX* files from:

C:\Documents and Settings\<your username>\My Documents\Borland Studio Projects\Bpl

And try again to install it only in Delphi 2007.

Also, maybe IDE didn't find a path to Uxtheme.dll located in Sources sub-folder somehow.

For me all work fine sad.gif also, other users have no report it, but I will look at it more.

Best regards

Hi Boki,

I inbetween uninstalled AND deleted all. But also there is the same shit. Info: D2006 and its tools are deleted before installing D2007

Important info: In new Projects this problem does not occur! Only in "old"!

Brgds

Jörg

#17 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 06:28 PM

Hello Jorg,

Can you please also tell me, what's happen when you place new TNxButton (or other Next Suite control) on form from old project?

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#18 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 06:31 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 07:28 PM) <{POST_SNAPBACK}>
Hello Jorg,

Can you please also tell me, what's happen when you place new TNxButton (or other Next Suite control) on form from old project?

Best regards

Hi Boki,

then happens the same shit either on the form direct and on a NxHearderPanel. And only in projects where I uses nextsuite before.

brgds

Jörg

#19 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 August 2007 - 06:41 PM

Hello Jorg,

Now I think that we are closer to the problem. I'l be back here in few hours, with solution I hope smile.gif

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#20 mcinternet

mcinternet
  • Members
  • 101 posts
  • Gender:Male

Posted 07 August 2007 - 06:43 PM

QUOTE (Boki (Berg) @ Aug 7 2007, 07:41 PM) <{POST_SNAPBACK}>
Hello Jorg,

Now I think that we are closer to the problem. I'l be back here in few hours, with solution I hope smile.gif

Best regards

Hi Boki,

many thx in adv.

In Boki we trust rolleyes.gif

brgds

Jörg




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users