Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Porting a Delphi Application
Re: Porting a Delphi Application [message #11514 is a reply to message #11480] |
Sun, 16 September 2007 12:30   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
cbpporter wrote on Sat, 15 September 2007 07:44 |
1. My applications exe doesn't have the correct icon (it uses the generic one) when I compile my application in Optimal mode. I compiled some of the example applications to, and these also lack the correct icon. But if I compile it in Debug mode, the icons are fine.
|
Debug mode is trange, however to procedure is to activate .ico export and add .rc file that uses it. See ide/.rc file as an example (the icon is BTW usually the only use for .rc in U++).
Quote: |
2. If the layout designer or image editor is in the main tab of the editor in the moment the application launches (F5), these editors loose their advanced functionality and revert back to a plain text editor.
|
That is feature, not error The problem is that these files are, through some macro hackery, in fact valid C++ sources that can be stepped through by debugger.
Press Ctrl+T to get designer back.
Quote: |
3. Fullscreen windows (under Windows) get a border and a title bar if the window looses focus.
|
Well, fullscreen windows are not quite typical, this might be a bug. Cared to post a testcase? (BTW, next time please post problems to more appropriate forums, this is really mostly about interesting apps being developed in U++, not problem solving area... your problem might be unnoticed here).
Quote: |
4. If I create a frame parameterised with a Button (FrameLeft<Button> for example), the Button will have a strange blue-ish skin. But if I create a Frame with a layout which contains a Button, the Button has a normal skin. Is this intentional?
|
Yes, tries to immitate the appearance of ComboBox buttons.
Quote: |
5. How do you activate the MacOS theme under Windows as seen in the screenshot (this is not an issue, just a question).
|
Google: "uxtheme".
Mirek
|
|
|
 |
|
Porting a Delphi Application
By: cbpporter on Sat, 15 September 2007 03:40
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Sat, 15 September 2007 13:44
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sun, 16 September 2007 12:30
|
 |
|
Re: Porting a Delphi Application
By: mirek on Tue, 18 September 2007 20:57
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Tue, 18 September 2007 21:16
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Wed, 19 September 2007 11:07
|
 |
|
Re: Porting a Delphi Application
By: mirek on Wed, 19 September 2007 12:21
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Wed, 19 September 2007 12:49
|
 |
|
Re: Porting a Delphi Application
By: mirek on Wed, 19 September 2007 14:56
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Wed, 19 September 2007 20:32
|
 |
|
Re: Porting a Delphi Application
By: zsolt on Wed, 19 September 2007 21:42
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Wed, 19 September 2007 21:49
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Wed, 19 September 2007 22:26
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Thu, 20 September 2007 18:24
|
 |
|
Re: Porting a Delphi Application
By: mirek on Wed, 19 September 2007 12:18
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Sun, 16 September 2007 11:16
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sun, 16 September 2007 12:32
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sun, 16 September 2007 12:24
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Sun, 16 September 2007 15:49
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Sun, 16 September 2007 15:51
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sun, 16 September 2007 20:53
|
 |
|
Re: Porting a Delphi Application
By: mr_ped on Sun, 16 September 2007 23:06
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sun, 16 September 2007 23:42
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Mon, 17 September 2007 05:48
|
 |
|
Re: Porting a Delphi Application
By: mirek on Mon, 17 September 2007 09:50
|
 |
|
Re: Porting a Delphi Application
By: mirek on Mon, 17 September 2007 10:03
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Mon, 17 September 2007 19:40
|
 |
|
Re: Porting a Delphi Application
By: mirek on Mon, 17 September 2007 22:34
|
 |
|
Re: Porting a Delphi Application
By: mr_ped on Thu, 20 September 2007 19:37
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Fri, 21 September 2007 20:12
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sat, 22 September 2007 00:22
|
 |
|
Re: Porting a Delphi Application
By: cbpporter on Sat, 22 September 2007 00:25
|
 |
|
Re: Porting a Delphi Application
By: mirek on Sat, 22 September 2007 01:39
|
Goto Forum:
Current Time: Sun Aug 24 15:13:35 CEST 2025
Total time taken to generate the page: 0.05043 seconds
|