Re: [DUG] D2007 - Disabling packages

2009-04-22 Thread Stacey Verner
I have never really nailed this one down, but I think that it works if you save a normal project after altering the package options. I usually load a project, change the package options and then hit save all. Like I said, I haven't nailed it down, but it seems to work for me. Stacey

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Stacey Verner
Are you sure that you really have ADSL2+. The ADSL2+ modems are backwards compatible so they'll work with a standard ADSL connection. Stacey -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Alister Christie Sent: Tuesday, 7 April

Re: [DUG] Layers with draw or paint

2009-01-05 Thread Stacey Verner
Take a look at Graphics32 (http://graphics32.org/wiki/) which is a nice graphics library that includes support for layering, including bitmaps, selection layers and user draw layers. Stacey From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Marshland

Re: [DUG] Call C# code from Delphi 7

2008-10-14 Thread Stacey Verner
We currently do this using the Com method, but it is a pain managing different versions of the dll. I looked into Unregistered COM but I couldn't get it to work for .Net assemblies. Do you know if it is possible to use Unregistered COM with .Net Assemblies from Delphi Win32 (Delphi 6). I am

Re: [DUG] Adding button to form

2008-10-13 Thread Stacey Verner
A few questions: - Are you absolutely sure that you are editing the right form? o Could it be a different copy of the form that isn't the one being compiled? ยง I have found myself editing a form from a different branch, and getting frustrated that the changes aren't getting into

Re: [DUG] TMap

2008-09-30 Thread Stacey Verner
TMap is probably refereeing to the MapInfo MapX Active X control. You need to have MapX installed and you will need to find MapXLib_TLB.pas (and possibly other similarly named files) and add them to a design time package such as DCLUser. Stacey -Original Message- From: [EMAIL PROTECTED]

Re: [DUG] OO Programming

2008-07-29 Thread Stacey Verner
Same as most of the others on the list. A bit of both. RAD, Data Bound stuff for simple edit screens and reports, but OO structure for more complex screens and processes. Even the simple edit screens are based on top of a few useful base classes that do most of the grunt work. Stacey

Re: [DUG] delphi 7 Enterprise on Vista

2008-07-14 Thread Stacey Verner
We are using Delphi 6 Enterprise on Vista so I assume that Delphi 7 would be fine too. It works fairly well. We do get a few internal compiler errors here and there, but we had them under XP too. Stacey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [DUG] D6 breaks with CPU Window

2007-12-04 Thread Stacey Verner
Just did a little digging on Google and found a solution at http://www.delphiturkiye.com/offline/19/11275.html. It patches a running application to avoid the breakpoint. I have tested this in Delphi 6 and it does work, but I can't vouch for its safety. I think that we'll put it into our testing

RE: [DUG] D6 breaks with CPU Window

2007-12-03 Thread Stacey Verner
We also get this in a few places when using Delphi 6. Quick report preview always shows it. Seems to break in just after ntdll.DbgBreakPoint, whatever that is. Unfortunately we haven't found a solution. If I am doing something where it comes up all of the time I turn off debugging. Stacey

RE: [DUG] Quick report not printing image

2007-11-22 Thread Stacey Verner
We have had problems with images intermittently not printing. One of my colleagues found some Info on a fix involving memory allocation problems here: http://www.fast-report.com/en/forum/index.php?showtopic=113 Its Post #3. Stacey From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [DUG] Delphi in a mac :-)

2007-11-21 Thread Stacey Verner
I run Delphi 6 and Delphi 2006 on Parallels on a iMac and it works well. The virtual machine is much faster than my old 2GHZ laptop was. I only have 1 gig of RAMM on my machine and it does slow down at times, but I think it wouldn't do this if I had 2 gig or more, which I have read you can do

RE: [DUG] Expression Parser/Evaluator

2007-10-24 Thread Stacey Verner
DelphiForPython allows you to execute python scripts, and even reference delphi variables and objects from within those scripts. All you need to deploy is pythonXX.dll. Stacey From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Brennan Sent: Wednesday, 24 October 2007

RE: [DUG] Parser/Evaluator

2007-10-24 Thread Stacey Verner
Python scripts are compiled to byte code and the byte code is interpreted. It won't reparse code it has already byte compiled. I haven't looked into the Python For Delphi implementation but I would be surprised if you couldn't get it to import and compile your script and then call the already

RE: [DUG] Source Control - Sharing files between projects

2007-10-11 Thread Stacey Verner
We use Araxis Merge for two way diff's and Tortoise Merge for 3 way merges. We found that Tortoise Merge automatically handles the merges much better than Araxis Merge, but Tortoise Merge is annoying when editing conflicts. You can't edit the text. You can only pick which lines you want to keep.

RE: [DUG] png buttons, actionbars

2007-10-02 Thread Stacey Verner
The latest TBX (based on Toolbar 2000) works well. It comes with an image list that supports PNG's with alpha channel. It supports the system theme so it will look good on XP and Vista, and it also supports custom themes, although there aren't too many nice ones around. There is an extra

RE: [DUG] Midas.dll

2007-10-01 Thread Stacey Verner
I don't think you should expect midas.dll to be present on a clients machine. It's a Borland dll and would only be present if they already have a midas (DataSnap) based application installed. Your installer should install it, but not overwrite a newer version. Stacey From: [EMAIL

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Stacey Verner
We are using subversion and it has the same problem. We re-arranged our project structure so that there is a folder that contains all of the common code which is well organised into sub folders. Each projects folder actually contains a minimal set of files that are currently, and always going

RE: [DUG] tMemo, Stop updating

2007-07-31 Thread Stacey Verner
Yep. Memo.Lines.BeginUpdate; // Do stuff Memo.Lines.EndUpdate; This works with anything that is based on TStrings. Stacey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neven MacEwan Sent: Wednesday, 1 August 2007 16:13 To: NZ Borland Developers Group

RE: [DUG] Graphical User Interface Design

2007-06-28 Thread Stacey Verner
TBX (A themes extension of Toolbar 2000) supports alpha transparency in PNG's and includes an image list component that works as well. Stacey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alister Christie Sent: Friday, 29 June 2007 10:38 To: NZ Borland

RE: [DUG] D2007 - Property TextHeight does not exist.

2007-05-20 Thread Stacey Verner
Could be something to do with your uses clause. Whatever class is supposed to have these properties may be declared twice (different version, or completely different classes with the same name) in different units, and in this case it is using the wrong one and therefore stuffing up. Stacey

RE: [DUG] Test

2007-04-11 Thread Stacey Verner
Why can't I reply? :) Stacey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Cross Sent: Thursday, 12 April 2007 09:07 To: NZ Borland Developers Group - Delphi List Subject: [DUG] Test Why can't I post? Regards Sean Cross IT Systems Development

RE: [DUG]: Basic question on custom components

2003-11-11 Thread Stacey Verner
Title: Message Add a property to each of the components which you set to the other component at design time. Thay way they will know about each other. Stacey -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 November 2003 21:47To:

RE: [DUG]: Delphi 7 - Designeditors

2003-10-30 Thread Stacey Verner
From Delphi 6 up they enforced the license condition that none of the design time code could be included in applications. The designer needs to be in its own unit which is NOT included in your application project. The package then includes the component unit and the designer unit. If you use

RE: Re: [DUG]: Just wondering...

2003-10-30 Thread Stacey Verner
What about if Option.ItemIndex = 1 then begin Label1.Enabled := True; Label2.Enabled := True; end else begin Label1.Enabled := False; Label2.Enabled := False; end; Stacey --- New Zealand Delphi Users group -

RE: [DUG]: Associate file type with D7

2003-10-28 Thread Stacey Verner
Did you check the 'Always use the selected program to open this kind of file' option? Stacey -Original Message- From: Mark Howard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 October 2003 11:20 To: Multiple recipients of list delphi Subject: [DUG]: Associate file type with D7

RE: RE: [DUG]: Associate file type with D7

2003-10-28 Thread Stacey Verner
- From: Mark Howard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 October 2003 11:31 To: Multiple recipients of list delphi Subject: RE: [DUG]: Associate file type with D7 That option is disabled Mark On 29 Oct 2003 at 11:25, Stacey Verner wrote: Did you check the 'Always use

RE: [DUG]: Single , double mouse click

2003-10-20 Thread Stacey Verner
I used a timer to handle this. The onclick starts a timer. If the timer fires the code you want to run is done and stops the timer. The ondblclick stops the timer and does what it wants. Stacey -Original Message- From: Paul Lowman [mailto:[EMAIL PROTECTED] Sent: Tuesday, 21 October

RE: [DUG]: Threads again

2003-10-15 Thread Stacey Verner
Title: Message Can you create the indy component at runtime? Stacey -Original Message-From: Ross Levis [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 October 2003 13:14To: Multiple recipients of list delphiSubject: [DUG]: Threads again (D5) I currently have a thread

RE: [DUG]: Using DBNavigator without Datasource

2003-10-13 Thread Stacey Verner
Take a look at Toolbar97. It has auto repeating buttons. http://www.jrsoftware.org/tb97info.php Note. Toolbar 2000 does not havbe autorepeating buttons. Stacey -Original Message- From: Mark Howard [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 October 2003 9:05 To: Multiple

RE: RE: RE: [DUG]: Delphi Apps in a Seamless Citrix Environment

2003-10-06 Thread Stacey Verner
to pay. Cheers Ben -Original Message-From: Stacey Verner [mailto:[EMAIL PROTECTED] Sent: Monday, 6 October 2003 2:20 p.m.To: Multiple recipients of list delphiSubject: RE: [DUG]: Delphi Apps in a Seamless Citrix Environment There is a problem

RE: [DUG]: Delphi Apps in a Seamless Citrix Environment

2003-10-05 Thread Stacey Verner
Title: Message There is a problem with Delphi and Citrix Metaframe, where delphiapplications don't show on the task bar.I have found that you can make a change to forms.pas to fix this.In TApplication.CreateHandle find the CreateWindowEx call and replaceit with the following. //Change

RE: [DUG]: Debugging Console programme

2003-09-09 Thread Stacey Verner
Go Run - Parameters in the menu and set up the parameters you need. Stacey -Original Message- From: Mark Howard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 September 2003 14:26 To: Multiple recipients of list delphi Subject: [DUG]: Debugging Console programme Hi If you

RE: [DUG]: Can anyone recomend a more capable DBCtrlGrid control?

2003-08-06 Thread Stacey Verner
We use the Express Quantumn Grid by Developer Express. Stacey -Original Message- From: Steven Knight [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 August 2003 9:13 To: Multiple recipients of list delphi Subject: [DUG]: Can anyone recomend a more capable DBCtrlGrid control? I

RE: [DUG]: Impending madness -- Interbase SUM

2003-07-20 Thread Stacey Verner
I can't be sure but I imagine the distinct clause is causing trouble here. Have you tried removing it? Stacey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, 21 July 2003 16:34 To: Multiple recipients of list delphi Subject: [DUG]: Impending

RE: RE: [DUG]: QuickReports code needed

2003-06-19 Thread Stacey Verner
Our quick report code seems to be able to do what you want. Download our stand alone viewier to check that it works for you, and get back to mi if it does. http://www.cjntech.co.nz/Downloads/CJNVIEWER_80_0012.EXE Stacey -Original Message- From: Mark Howard [mailto:[EMAIL PROTECTED]

RE: [DUG]: Resizing for XP title bars

2003-06-04 Thread Stacey Verner
Title: Message We handle this by using a bottom aligned panel. Stacey -Original Message-From: David O'Brien [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2003 9:47To: Multiple recipients of list delphiSubject: [DUG]: Resizing for XP title bars Any easy way of

RE: RE: RE: [DUG]: Resizing for XP title bars

2003-06-04 Thread Stacey Verner
Is that with nothing on the panel with a client aligned panel above for controls? Dave. -Original Message-From: Stacey Verner [mailto:[EMAIL PROTECTED]Sent: Wednesday, 4 June 2003 8:37 a.m.To: Multiple recipients of list delphiSubject: RE: [DUG]: Resizing for XP

RE: [DUG]: Offtopic list not working

2003-06-04 Thread Stacey Verner
No problem. Stacey -Original Message- From: Stephen Barker [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 June 2003 13:07 To: Multiple recipients of list delphi Subject: [DUG]: Offtopic list not working Hi all, Somehow the Offtopic list has lost many of you - it seems there

RE: [DUG]: Tab across TabSheets

2003-05-27 Thread Stacey Verner
Title: Message You need to handle the CMDialogKey message to handle the TAB. procedure CMDialogKey(var Message: TCMDialogKey); message CM_DialogKey; ... procedure TfWhatever.CMDialogKey(var Message: TCMDialogKey);begin if (Message.CharCode = VK_TAB) and (ActiveControl

RE: [DUG]: OffTopic Batch file question

2003-05-27 Thread Stacey Verner
I'm a little rusty here, but I think that Call runs another process and waits for it. e.g. Call NewPatch.exe. Stacey -Original Message- From: Mark Howard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 May 2003 16:20 To: Multiple recipients of list delphi Subject: [DUG]: OffTopic

RE: [DUG]: Timer

2003-04-03 Thread Stacey Verner
When I need to restart the timer intarval to call: Timer1.Enabled := False; Timer1.Enabled := True; Stacey -Original Message- From: Alistair George [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 April 2003 14:22 To: Multiple recipients of list delphi Subject: [DUG]: Timer Hi

RE: [DUG]: Getting breakpoints working properly

2003-03-05 Thread Stacey Verner
Title: Message Tools - Debugger Options Integrated Debugging must be checked. Also make sure the debugging stuff is selected under Compiler in the project options. Stacey -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 March 2003

RE: [DUG]: uses

2003-02-12 Thread Stacey Verner
You can only use 'in' if it is the uses clause of a project (program or library). Stacey -Original Message- From: Alistair George [mailto:[EMAIL PROTECTED]] Sent: Thursday, 13 February 2003 16:06 To: Multiple recipients of list delphi Subject: [DUG]: uses Hi all. What could be

RE: [DUG]: Tabsheet

2003-01-13 Thread Stacey Verner
Call PageControl.Invalidate. Stacey -Original Message- From: Alistair George [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 14 January 2003 8:09 To: Multiple recipients of list delphi Subject: [DUG]: Tabsheet Hi very weird, I can turn the tabsheet tab on and off, but I cannot

RE: [DUG]: Adding Icons to the Menu bar....

2003-01-09 Thread Stacey Verner
Title: Message UseToolbar 2000 (http://www.jrsoftware.org/) (or something like it) which will give you a nice toolbar style menu, and allow you to put whatever you like (TImage?) onto the end. Stacey -Original Message-From: Paul Mckenzie [mailto:[EMAIL PROTECTED]] Sent:

RE: [DUG]: Suppressing exception popups in certain parts of code.

2002-12-10 Thread Stacey Verner
Not exactactly what you want but should help. Go to Tools - Debugger Options On the Language Exceptions tab add and check the excpetion type you want to ignore. Stacey -Original Message- From: Andrew Thomas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 11 December 2002 3:39 p.m. To:

RE: [DUG]: anyone had any experience with delphi and LDAP connectivity? recomment any components if I need any?

2002-11-12 Thread Stacey Verner
I have been using LDAP without any components. I importe the Active Direectory (resulting in ActiveDs_TLB) interface and from ther I was fine. Take a look at http://www.agnisoft.com/adsi/Conf2000/3132.htm. Stacey -Original Message- From: Chris Veale [mailto:cveale;hortresearch.co.nz]

[DUG]: Delphi Warning Expert to remove Warnings

2002-10-31 Thread Stacey Verner
Title: Message For Delphi 6 there is an IDE expert by Borland called delphiwarnexpert60.bpl which adds an item to the Project Menu. The one on the Delphi6 Registered users site doesn't work for D6 update 2. There is one on the community site that works though. Stacey Stacey Verner Ph

RE: [DUG]: TPagecontrol ... disabling a particular page

2002-10-31 Thread Stacey Verner
TabSheet.Enabled := False is much like Panel.Enabled := False. You can't touch any of the controls, bot otherwise all else is the same. To Tab to look disabled you have to do owner draw stuff, or look at third party controls. To make it so that the user can see, but can't get to the disabled page

RE: Re: [DUG]: TPagecontrol ... disabling a particular page

2002-10-31 Thread Stacey Verner
code to the OnChanging event you should be able to stop the user selecting a particular page. Rob Software engineer Wild Software Ltd Ph 03 338-1407 - Original Message - From: Stacey Verner [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday

[DUG]: Custom Component

2002-10-31 Thread Stacey Verner
Title: Message I am developing a custom component which is currently descended from TGraphicControl, however I now want it to be able toget focus, and recieve keyboard input. Ihave tried TCustomControl, but it doesn't get the focus.\ Where should I start? Stacey Stacey Verner Ph: +64

RE: Re: Re: [DUG]: TPagecontrol ... disabling a particular page

2002-10-31 Thread Stacey Verner
; Rob Software engineer Wild Software Ltd Ph 03 338-1407 - Original Message - From: Stacey Verner [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, November 01, 2002 3:28 PM Subject: RE: Re: [DUG]: TPagecontrol ... disabling a particular page

RE: RE: [DUG]: Custom Component

2002-10-31 Thread Stacey Verner
I now want it to be able toget focus, and recieve keyboard input. Ihave tried TCustomControl, but it doesn't get the focus.\ Where should I start? Stacey Stacey Verner Ph: +64-9-4154790Software Developer Fax: +64-9-4154791 DDI

RE: [DUG]: Why don't group boxes dim when disabled?

2002-10-22 Thread Stacey Verner
It seems to be a limitation of all of these types of controls. We have a slightly different situation where we don't use the Enabled property unless we really have to. Instead we set ReadOnly to true and change the background color or font colour of the control. This makes it possible for users

RE: [DUG]: What's an elegant way to migrate s/w updates?

2002-10-07 Thread Stacey Verner
We have our software hosted on a Windows 2000 Terminal Server with Citrix Metaframe XP. When we install new software we put in a new folder (suffixed with the application build number), and then change the Published Applications (basically shortcuts) to point to the new location. Currnt sessions

RE: [DUG]: Please help

2002-10-01 Thread Stacey Verner
In Java everything is an object, however in Delphi this is not so. Simple types like String, Integer and Extended are not objects and don't have methods, but there are procedure about to do most of what you want. eg. MyInteger.asString is IntToStr(MyInteger) in Delphi Stacey -Original

RE: [DUG]: Column Names

2002-09-30 Thread Stacey Verner
Title: Message Just alias the columns and you will have no trouble. Otherwise look at TField.Origin. It sound contain DatabaseName.TableName.FieldName. I would alias it though. eg. select Store.StoreID as StoreStoreID, StoreCriteria.StoreID as CriteriaStoreID ... Stacey

RE: [DUG]: Highlighting text in a ListBox

2002-09-22 Thread Stacey Verner
Try ItemIndex := 1; Stacey -Original Message- From: Kevin Parker [mailto:[EMAIL PROTECTED]] Sent: Monday, 23 September 2002 12:20 a.m. To: Multiple recipients of list delphi Subject: [DUG]: Highlighting text in a ListBox OK I give up. How do you HighLight a line of text in a

RE: [DUG]: Disappearing Components

2002-08-28 Thread Stacey Verner
I used to get this with Delphi 4 once in a while. Take a look at HKCU\Software\Borland\[Whatever App]\[Whatever Version]\Disabled Packages. Otherwise try removeing it and then addint it again. Stacey -Original Message- From: James Sugrue [mailto:[EMAIL PROTECTED]] Sent: Thursday,

[DUG]: Finding the controls bound to a datasource

2002-08-28 Thread Stacey Verner
. Stacey Stacey Verner Ph: +64-9-4154790Software Developer Fax: +64-9-4154791 DDI: +64-9-4154797CJN Technologies Ltd. Email: [EMAIL PROTECTED]PO Box 302-278, North Harbour, Auckland 1330, New Zealand12 Piermark Drive, North Harbour, Auckland, New ZealandVisit our website at http

RE: [DUG]: TThread to TObject conversion

2002-08-19 Thread Stacey Verner
You could use a class procedure that creates the object, does stuff and free's it. Stacey -Original Message- From: Robert Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 August 2002 12:09 p.m. To: Multiple recipients of list delphi Subject: [DUG]: TThread to TObject conversion

RE: [DUG]: Flat Tabs

2002-08-18 Thread Stacey Verner
If you have a look on torry there are heaps of them! http://www.torry.net/pagecontrols.htm Stacey -Original Message- From: vss [mailto:[EMAIL PROTECTED]] Sent: Monday, 19 August 2002 4:31 p.m. To: Multiple recipients of list delphi Subject: [DUG]: Flat Tabs Hi all. anyone

RE: [DUG]: Menu appears white on XP

2002-08-14 Thread Stacey Verner
Title: Message The first one is using the xp theme for the menu. The second one isnt. If you change the Menu Color (Display Properties - Appearance - Advanced) to grey they will both look the same. Stacey

RE: [DUG]: SynEdit

2002-08-13 Thread Stacey Verner
T have used TSynEdit. Whats the problem? -Original Message- From: vss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 August 2002 9:54 a.m. To: Multiple recipients of list delphi Subject: [DUG]: SynEdit Hi all. Has anyone used SynEdit or TDCMemo (Dream Controls Memo)? I have

RE: RE: [DUG]: SynEdit

2002-08-13 Thread Stacey Verner
it as a Key, but it does not highlight it at all. I am guessing its because its Alpha and Numeric. Thanks, jeremy -Original Message- From: Stacey Verner [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Date: Wed, 14 Aug 2002 10:40:54 +1200 Subject: RE

RE: RE: [DUG]: File Export Speed

2002-08-08 Thread Stacey Verner
Title: Message I did this and we got a marginal speed improvement of about 10 seconds (out of 180). Doing further testing I found that the .AsString takes the majority of the time. Stacey -Original Message-From: Paul Heinz [mailto:[EMAIL PROTECTED]] Sent: Thursday, 8

RE: [DUG]: IDE Question....

2001-11-15 Thread Stacey Verner
Go View - New Edit Window and you get two tabbed editors that you can layout however you like. You can't get a nice split like emacs or word does. Stacey -Original Message-From: Donovan J. Edye [mailto:[EMAIL PROTECTED]]Sent: Friday, 16 November 2001 10:35 a.m.To: Multiple

RE: [DUG]: ADSI and Delphi

2001-11-12 Thread Stacey Verner
We use ADSI with delphi and don't have the problems you mentioned. It works with Delphi 4 and Delphi 6. We have created a DLL (in Delphi) that is used by Delphi, Access and VB and it uses ADSI. We use some ADSI helper routines (http://www.agnisoft.com/adsi/Conf2000/3132.htm) which may help.

RE: [DUG]: Const

2001-11-11 Thread Stacey Verner
Just a guess, but the second one probably uses shortstring, rather than string. Stacey -Original Message- From: John Christenhusz [mailto:[EMAIL PROTECTED]] Sent: Monday, 12 November 2001 12:30 p.m. To: Multiple recipients of list delphi Subject: [DUG]: Const Hi all, Can

[DUG]: TPicture and its stored data.

2001-11-01 Thread Stacey Verner
to get a TPicture to store its data in the raw imported format? Is there any other way of doing this (resources?)? I know that I could load the JPG at run time but that means another file to deliver which could easilty be deleted (especially if the user is anything like me...). Stacey Stacey

RE: [DUG]: Export to Excel

2001-10-24 Thread Stacey Verner
Try something like this. LExcel := CreateOleObject('Excel.Application'); try //LExcel.Visible := True; LExcel.Interactive := False; LExcel.IgnoreRemoteRequests := True; ...

[DUG]: Multiple Socket Servers

2001-10-23 Thread Stacey Verner
egister an AppServer to be visible to Socket Server when this is checked, and does it make a difference.? Thanks Stacey Stacey Verner Ph: +64-9-4154790Software Developer Fax: +64-9-4154791 DDI: +64-9-4154797CJN Technologies Ltd. Email: [EMAIL PROTECTED]PO Box 302-278, North Harbour, Auckland

RE: [DUG]: Form Maximizing

2001-10-23 Thread Stacey Verner
I have seen this, and the way I handled it was by doing something like the following. if LMaximize then begin pMainPanel.Aligned := alNone; Self.WindowState := wsMaximized; Application.ProcessMessages; // Probably not necessary pMainPanel.Aligned := alClient; end;

RE: [DUG]: equiv in Delphi

2001-10-23 Thread Stacey Verner
The delphi equivalent of GetObject is GetOleObject. Stacey -Original Message- From: Neven MacEwan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 October 2001 12:12 p.m. To: Multiple recipients of list delphi Subject: [DUG]: equiv in Delphi Hi guys Can anyone xlate this

[DUG]: Midas 2 and Midas 3 on the same machine.

2001-10-22 Thread Stacey Verner
I need to change more than the GUID's between versions of an AppServer? Anything else I should know? Thanks Stacey Stacey Verner Ph: +64-9-4154790Software Developer Fax: +64-9-4154791 DDI: +64-9-4154797CJN Technologies Ltd. Email: [EMAIL PROTECTED]PO Box 302-278, North Harbour, Auckland

RE: [DUG]: Emailing Invoices

2001-10-22 Thread Stacey Verner
- We wrote a small app (less than 1mb) that shows a QR preview, and allows you to load files, which our clients are free to distribute. - Use the XL export filter? - Take a look at the QR HTML export filter (http://195.12.232.172/) - Wait for the QR PDF export filter. - Print to a PDF

RE: [DUG]: Emailing Invoices

2001-10-22 Thread Stacey Verner
Take a look at TExtraFilters at http://www.waler.com/. Stacey -Original Message-From: Mark Howard [mailto:[EMAIL PROTECTED]]Sent: Tuesday, 23 October 2001 2:18 p.m.To: Multiple recipients of list delphiSubject: [DUG]: Emailing Invoices Hi Currently using Quick

[DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
get much from the call stack. I assume (but I could be wrong) that the exception is occuring because there is still a message in the queue which is destined for the form that has been free'd. How do I go about debugging a problem like this? Thanks Stacey Stacey Verner Ph: +64-9

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
In the FormClose event I remove the form from our internal list of forms, and then callRelease. Stacey -Original Message-From: Paul Grimstrup [mailto:[EMAIL PROTECTED]]Sent: Friday, 19 October 2001 11:30 a.m.To: Multiple recipients of list delphiSubject: RE: [DUG]:

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
delphiSubject: Re: [DUG]: Debugging Troubles Are you calling Free (rather than Destroy) to destroy the forms? Bob - Original Message - From: Stacey Verner To: Multiple recipients of list delphi Sent: Friday, October 19, 2001 10:39 AM

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
- From: Stacey Verner [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, October 19, 2001 11:37 AM Subject: RE: [DUG]: Debugging Troubles I am calling Release in the OnClose. This was all working well in D4, but we have made major changes during

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
- Original Message - From: Stacey Verner [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, October 19, 2001 11:37 AM Subject: RE: [DUG]: Debugging Troubles I am calling Release in the OnClose. This was all working well in D4, but we have

[DUG]: Chart FX Problems

2001-10-15 Thread Stacey Verner
Anybody Using Chart FX 4.0 (98) or ChartFX 5.0 with Delphi 6? If I try to use either of these products with Delphi 6 I get an Invalid Variant Operation error. Both work fine in Delphi 4. I have installed Delphi 6 Update Pack 1. Thanks Stacey Stacey Verner Ph: +64-9-4154790Software

RE: [DUG]: Delphi 6 Command Line compiler.

2001-10-11 Thread Stacey Verner
'; Jeremy Coulter -Original Message- From: Stacey Verner [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Date: Fri, 12 Oct 2001 15:26:42 +1300 Subject: [DUG]: Delphi 6 Command Line compiler. I have a project that compiles fine from within the IDE

RE: [DUG]: Treeview with checkboxes

2001-10-03 Thread Stacey Verner
The Express Quantumn Tree List can do this, but only because it has two images. A state image (check box) and a data image. This works well. Stacey -Original Message- From: vss [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 October 2001 9:55 a.m. To: Multiple recipients of list

RE: [DUG]: help with search string

2001-10-01 Thread Stacey Verner
Can you post the original problem again? Thanks Stacey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 October 2001 1:36 p.m. To: Multiple recipients of list delphi Subject: Re: [DUG]: help with search string On Mon, 1 Oct 2001 20:19:31

RE: [DUG]: Urgent!!!!!

2001-09-30 Thread Stacey Verner
Delphi freezing like this is usually due to problems with video drivers and Image lists. To test this turn off all hardware acceleration and try again. If it still fails then this is probably not the problem. Otherwise you need to look and your video drivers, an hardware acceleration options to

RE: [DUG]: D6 patch

2001-09-30 Thread Stacey Verner
The site says that they found a nasty wee bug in the patch so they took it away. It also says a new patch should be up ASAP, but who knows when. I found it rather annoying that they put up a patch (that was available for how long before they removed it?) and yet I (a registered user, blah blah

RE: [DUG]: Borland RAD Seminars - Ak, Wgtn, ChCh

2001-09-30 Thread Stacey Verner
I had trouble with this too, but it is all there. The email programm is just stuffing it up! Try copying the whole of (between the quotes) http://www.123.co.nz/docs/borland rad seminar.doc to you browser. Stacey -Original Message- From: Robert Martin [mailto:[EMAIL PROTECTED]] Sent:

RE: [DUG]: Unicode

2001-09-25 Thread Stacey Verner
What about using an image? Then you don't have to rely on the font being there. Stacey -Original Message- From: Robert Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 26 September 2001 2:25 p.m. To: Multiple recipients of list delphi Subject: Re: [DUG]: Unicode Thanks for

RE: [DUG]: Paradox SQL - Group totals as % of Grand total

2001-09-25 Thread Stacey Verner
We have just handled a similar problem here, and here is what we did. Perform your original SQL and put it onto a temporary table (T1). Write another SQL which which sums, totals, counts whatever you want from T1 at whatever grouping level you want and puts it into a new temporary (T2). Now

RE: [DUG]: ModuleNavigation and ClassCompletion D6

2001-09-13 Thread Stacey Verner
I have seen this too. It did happen in D4 but it happens more in D6. This functionality doesn't work if there is a bug in your code (or possibly some strage syntax that the ide can't handle??). You should see a message in the message window telling you this. Stacey -Original Message-

[DUG]: Chart FX and Delphi 6

2001-09-12 Thread Stacey Verner
Whe I try to use Chart FX 4.X or 5.X with Delphi 6.0 I get an Invalid Variant operation. Is anyone using Chart FX with Delphi 6? I have contacted Chart FX and they verified that it happens but are adamand that its a Delphi problem. Thanks Stacey Stacey Verner Ph: +64-9-4154790Software

[DUG]: Layout of Non-visual components

2001-09-09 Thread Stacey Verner
?), and allow the user to pick the desired destination. How do I get the list? Thanks Stacey Stacey Verner Ph: +64-9-4154790Software Developer Fax: +64-9-4154791 DDI: +64-9-4154797CJN Technologies Ltd. Email: [EMAIL PROTECTED]PO Box 302-278, North Harbour, Auckland 1330, New Zealand12 Piermark

RE: [DUG]: Layout of Non-visual components

2001-09-09 Thread Stacey Verner
of DesignInfo is used for left and top. Myles -Original Message-From: Stacey Verner [mailto:[EMAIL PROTECTED]]Sent: Monday, 10 September 2001 10:20 a.m.To: Multiple recipients of list delphiSubject: [DUG]: Layout of Non-visual components I have a component

[DUG]: Property Editor for TQuery Descendant

2001-09-05 Thread Stacey Verner
BDEReg.pas in C:\Program Files\Borland\Delphi6\Source\Property Editors and have added this to my Delphi Library Path and my System Path but nothing helps. I assume I need to an obscure dcp to my requires list but I can't find it. Any help would be greatly appreciated. Thanks Stacey Stacey Verner

RE: [DUG]: if case else

2001-06-27 Thread Stacey Verner
If you ignore the case statements you are calling begin, without an end. if InputIsCDG then begin ... else ... end; What you need is either: if InputIsCDG then ... else ... or if InputIsCDG then begin ... end else ... end; Stacey

RE: [DUG]: TCustomListBox. Multiselect

2001-06-07 Thread Stacey Verner
Everything available to TCustomlistBox is also available in TCheckListBox so the cast un unnecessary. By default you can't get at the protected properties of an object. Prptected properties are designed to be accessible from within decendants, of the class. You can also get at the protected parts

[DUG]: Cached Updates?

2001-06-04 Thread Stacey Verner
/suggestions? Thanks Stacey Stacey Verner Ph: +64-9-4154790Software Developer Fax: +64-9-4154791 DDI: +64-9-4154797CJN Technologies Ltd. Email: [EMAIL PROTECTED]PO Box 302-278, North Harbour, Auckland, New Zealand12 Piermark Drive, North Harbour Estate, Auckland, NZVisit our website at http

  1   2   >