Search found 45 matches

by Ken Wantz
Thu Nov 29, 2007 12:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: MenuItem Prompt
Replies: 10
Views: 1664

Antonio, It was so simple, I didn't think of it. Unfortunately though, it did not work exactly as hoped. http://img504.imageshack.us/img504/7739/menushortcutsci7.gif The format used was : MENUITEM "Next Record" + CHR(9) + "PgDn" MESSAGE "Look at next member" ; ACTION Dn...
by Ken Wantz
Wed Nov 28, 2007 8:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MenuItem Prompt
Replies: 10
Views: 1664

MenuItem Prompt

I am trying to create several menu items. On the left is the menu item name and on the right is the accelerator key to use. I can approximate the position using spaces but the information on the right is not in a vertical line. I.E. MENUITEM "Modification Log-On Ctrl-P" ; ACTION LogOn () A...
by Ken Wantz
Mon Nov 19, 2007 4:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A Better Resource Editor?
Replies: 19
Views: 5749

Otto, No, I have not looked at or tried Fbedit at all. I have used Ultra Edit for years and I am quite comfortable with it just as Antonio is with using the Borland Resource Editor. It could be that Fbedit was designed more for creating ASM files. Enrico, I extracted all 114 files to a folder. Most,...
by Ken Wantz
Sun Nov 18, 2007 6:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A Better Resource Editor?
Replies: 19
Views: 5749

A Better Resource Editor?

For the past year, I have used the Resource Editor in UEStudio. For about the same time I have been communicating with IDM support urging them to fix a multitude of problems I was having with it. I was told extensive time was spent looking into all my reported problems. I did see a couple of visual ...
by Ken Wantz
Sun Oct 07, 2007 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: maximize a minimized exe
Replies: 6
Views: 1110

Thanks Enrico and Antonio,

Another stupid leson learned. I was doing a search for FIND expecting all possibilities to be listed. Instead, I got 5 completely different titles.

That will teach me that shortcuts do not always work.

Regards,

Ken
by Ken Wantz
Sun Oct 07, 2007 4:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: maximize a minimized exe
Replies: 6
Views: 1110

Enrico,

Where can further information be found regarding the use of these 2 functions? It is not in the 1.1 xHarbour manual nor the FiveWin Help files for 7.04.

Regards,

Ken
by Ken Wantz
Sun Oct 07, 2007 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a DLL
Replies: 19
Views: 3288

Antonio, A related question about the .bat file. One line that exists in both my copy dated April 2007 and the one you posted above dated Sept 2007 is: echo c0d32.obj + %hdir%\obj\b32\maindll.obj + > b32.bc I have looked everywhere for " maindll.obj " but it does not exist in the specified...
by Ken Wantz
Wed Jul 11, 2007 5:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is Resource Builder compatible with FWH?
Replies: 27
Views: 7785

Hello Dutch and Rick, I recently wrote a post regarding the UES RE to get any feedback since the folks at UE said they had no reported problems, except a number from myself. I forwarded what I received from that post including user interest numbers for the for the first week. On June 22, I got a res...
by Ken Wantz
Thu Jun 21, 2007 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input using the UEStudio Resource Editor
Replies: 3
Views: 1540

Input using the UEStudio Resource Editor

Hello All, I am looking for feedback regarding the UltraEdit Studio Resource Editor. According to the folks at UltraEdit, no one is reported problems with the Resource Editor. I am the one exception. I find it strange since I have uncovered a lot of problems and most were able to be duplicated by te...
by Ken Wantz
Sat May 26, 2007 2:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP session aborting
Replies: 9
Views: 3161

I have 2 questions. First, I assume ST_AUTH0, ST_USER and ST_AUTH are defiined variables but you make no mention as to their values? As these values do not appear to be set anywhere, testing them would always return a false result. A further question is whether they get set in a class other than TSM...
by Ken Wantz
Thu May 24, 2007 1:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1720

James, I tested the code and found that it does not work using UNC and it also has another quirk. The quirk is if the drive is "C:" it does not work but if I use "C:\" it works. Using either "D:" or "D:\" or higher, both operations work. Why it does not work w...
by Ken Wantz
Thu Apr 19, 2007 11:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Uestudio
Replies: 2
Views: 919

Antonio, The latest UEStudio config is an older version than the one currently posted on this forum. Specifically in the IDM config: GUI = none|FWH This was deigned for an application that uses either the xHarbour Text Console or FiveWin. Other [x]Harbour GUI drivers are not supported. Also, there i...
by Ken Wantz
Mon Mar 26, 2007 4:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: UEStudio Builder Configuration File
Replies: 7
Views: 2400

Antonio I replaced the previous config with the new one above. Near the top you seea new variable "Harbour Type" and further down "3rd Party Libs." One question. I first thought you were looking for a config file to build FiveWin and Text Console applications. Then I thought you ...
by Ken Wantz
Sun Mar 25, 2007 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: UEStudio Builder Configuration File
Replies: 7
Views: 2400

OK. You now have both options added, however, with one caveat for each. For Harbour/xHarbour, for each project you will need to make sure the correct Harbour Type has been selected. For 3rd Party Libraries, they need to be added to each Project file that is created. An alternative would be to manual...
by Ken Wantz
Sun Mar 25, 2007 12:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: UEStudio Builder Configuration File
Replies: 7
Views: 2400

UEStudio Builder Configuration File

UEStudio Builder Configuration File This code replaces all previous UEStudio build script files. Since FiveWin users will probably never write programs using the xHarbour Text Console, it was removed. This new script now supports only FiveWin/xHarbour and the code now supports xHarbour's debugger. ...