Vegar

2,477
reputation
250 views

Registered User

name Vegar
member for 1 year
seen 19 mins ago
website
location Norway
age 33
Main language is Delphi, but finds Ruby on Rails and c#/WPF a lot more interesting at the moment.
1d
answered Why Does Delphi’s Math.Payment Function Return A Negative Number
1d
comment switching of debugger
Can't really see the problem here. You know the break on exception-thing only happends during debugging? That the 'un-user friendly message' will only be shown to us 'un-users' developing the application?
Dec
16
comment [Delphi] RangeCheckError in JEDI WSCL
Wow! Wasn't sure anyone would have an answer, but then it popups up, fast and accurate. Thanks!
Dec
16
asked [Delphi] RangeCheckError in JEDI WSCL
Dec
14
comment JSplitPane analogue for Delphi
(Wow, that was enough spelling errors for one small comment!)
Dec
14
comment JSplitPane analogue for Delphi
This is how any spiltter should bee!
Dec
14
awarded  Fanatic
Dec
12
awarded  Popular Question
Dec
10
comment How to check if application runs from \program files\
We have to deal with terminal serivces too, which makes the case a little more complex...
Dec
10
comment How to check if application runs from \program files\
@mghie: The problem with giving choices, is that most of our users don't have the knowledge to make a choice. But I can't see any other good solution, though, and I have nearly convinced the other decision takers that it is impossible to detect what's right. For know, we have settled on asking the user during installation if it is a local, one-user installation, a shared intallation on server, or an installation for terminal services. We are unsure about the last one though. Any way, we have documented tweaks for knowledged sys.admins. @robsoft: enjoy your coffee ;-)
Dec
10
revised How to check if application runs from \program files\
edited tags
Dec
10
accepted How to use TControl.Align := alCustom ?
Dec
9
comment How to check if application runs from \program files\
I don't care which language. This is a windows problem not an language problem. The problem should be the same what ever language you use.
Dec
9
asked How to check if application runs from \program files\
Dec
2
revised How to use TControl.Align := alCustom ?
Naming the order-proprety right...
Dec
2
comment How to use TControl.Align := alCustom ?
I guess I was a little unclear. The 'order'-property is named 'ControlIndex' and will appear at the bottom of the object inspector.
Nov
30
awarded  Popular Question
Nov
27
comment What do you use as WPF alternative for Win32 Delphi?
Have you considered a blend of win32 an wpf? It is possible to mix in some wpf in a win32 application. Take a look at tms interop-component (tmssoftware.com/site/xv.asp) or even more flexible, RemObjects Hydra (remobjects.com/hydra.aspx).
Nov
27
answered How to use TControl.Align := alCustom ?
Nov
23
comment Fluid Form Layout in Delphi
I would go for the flow panel. Try to group related components in panels, or frames, and place this panel in a flow panel together with the other panels. When you now hide one panel, other panel will use the available space. GridPanel may be to limited for this use.
Nov
23
comment Fluid Form Layout in Delphi
This is what flowpanel handles better than a regular panel with topaligned childs. ;-)
Nov
23
answered Fluid Form Layout in Delphi
Nov
19
comment XCode missing inline test results
"Cmd =" and "Cmd +" was a good tip, but I would prefer the red bubbles, though :-)
Nov
19
comment XCode missing inline test results
I have Xcode 3.2.1. The screenshot is taken from apples site. Does that mean there is no inline results for me?
Nov
19
asked XCode missing inline test results
Nov
19
comment How Do I Add A TLabel To The Menu Bar in Delphi?
If it´s made with delphi, it should be failrly easy to find what component is used by inspecting the resources.
Nov
7
comment Delphi 2010 - package problem, File not found error
@Heinz: Plugin has the ..\src\ in it's search path, which gives access to the api.pas-file. The answer suggests that the problem comes from the fact that api.bpl is build with the rules of plugin.pbl, and suggest that I add the source paths from api.bpl to plugin.bpl. Api.bpl has no search path, as it contains and use no more then one file, api.pas. Plugin.bpl also uses this file, and already has it in it's source path. So, '.., and that should work, ..., shouldn't it?' means that I have already tried what he suggests, and it doesn't work, but it should... I have no answer...
Nov
6
comment Delphi 2010 - package problem, File not found error
Anyway, plugin.bpl has ..\src\ in it's search path, and that should work for api.bpl to, shouldn't it?
Nov
6
comment Delphi 2010 - package problem, File not found error
but api.pbl doesn't have any paths, since the only file it uses is the one it contains, and that file is in the same folder as the package source... Maybe I should try to move it into it's own folder?
Nov
5
asked Delphi 2010 - package problem, File not found error
Oct
30
comment Delphi: A generic list of generic-descendants and taking a generic as a parameter
Yes, that's the solution that I have come to. Maybe even an interface.
Oct
27
comment Delphi: A generic list of generic-descendants and taking a generic as a parameter
I want to register mediators of different kind like: MyViewMediator.RegisterMediator(TEditMediator.create(someEdit)); MyViewMediator.RegisterMediator(TComboMediator.create(someCombo)); Later, I want to loop all registered mediators and call a method on them.
Oct
27
comment Delphi: A generic list of generic-descendants and taking a generic as a parameter
So I'm basically screwed, then? My list has to be a good old TList of TObjects, and there is no way of casting the objects in it to an TControlMediator<C, T> so that I can call methods on it?
Oct
27
asked Delphi: A generic list of generic-descendants and taking a generic as a parameter
Oct
22
comment Delphi 2010: New RTTI, setting propertyvalue to arbitary value
Have added some info about what what I'm trying to do. Guess I'm just expecting to much...
Oct
22
revised Delphi 2010: New RTTI, setting propertyvalue to arbitary value
Added intent
Oct
21
asked Delphi 2010: New RTTI, setting propertyvalue to arbitary value
Oct
21
awarded  Popular Question
Oct
20
comment Delphi: TTcpServer, connection reset when reading
@Heinz: contact established :-)
Oct
20
comment Delphi: TTcpServer, connection reset when reading
That would be great!
Oct
19
asked Delphi: TTcpServer, connection reset when reading
Oct
14
comment Delphi: Good pattern/strategy for view <-> model synchronization
A blogpost will always be of interest. Thanks for the short version though
Oct
14
comment Delphi: Good pattern/strategy for view <-> model synchronization
Very interesting. Will take a closer look as soon as time allows it.
Oct
13
asked Delphi: Good pattern/strategy for view <-> model synchronization
Oct
12
comment Delphi 2010, DeHL, file not found
No, that's the 'accept answer'-button ;-)
Oct
12
comment Delphi 2010, DeHL, file not found
Wow. I guess you're right. I included the paths in the resource compilers search path. Now, where is the 'accept comment as answer'-button?
Oct
12
answered Implementing a ‘tag panel’ control in Delphi?
Oct
11
awarded  Popular Question
Oct
9
revised Delphi 2010, DeHL, file not found
added 'delphi'-tag
Oct
9
comment Delphi 2010, DeHL, file not found
As told in the question, I have included the paths in the projects search path. Shouldn't that be enough? I will try to include it in the global library path too, just in case, but generally, I want all search paths to remain in the project for easier porting to other development boxes.