Search found 2917 matches: screen

Return to advanced search

Thanks

Dear Rick, The 1st DLL (Convert to RC) file is our fixed entry screen (unmodification for user) and 2nd DLL is user modification entry screen (Booking screen) for each customer site. I compile my first DLL (RC) file to EXE file and 2nd will be able to modify ...
by dutch
Wed Nov 30, 2005 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I call external 2 DLL files in my prog?*Successful*
Replies: 13
Views: 3961

I've 2 DLL files in my app.?

Dear Antonio, I've 2 DLL files. The 1st DLL used for fixed screen such as setup screen and another one is entry screen (able to modify for each customer site). I used 1st DLL as RC file in my FW16bit and 2nd as DLL file. I can set resource from default ...
by dutch
Mon Nov 28, 2005 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use 1 RC and 1 DLL file?
Replies: 2
Views: 973

How to use 1 RC and 1 DLL file?

Dear All, I've use 1 RC (Fix screen) and DLL (custom screen ) file as following in fw 16bit. How can I do in FWH/xHb? ************ Static hResc Function main() hResc := GetResources() SET RESOURCES TO ("SECOND.DLL") SET RESOURCES TO ("BWCC.DLL") ...
by dutch
Mon Nov 28, 2005 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use 1 RC and 1 DLL file?
Replies: 2
Views: 973

Multiple Screens

Antonio

Most software packages allow you to drag them across to another
screen in a dual monitor setup but with Fivewin I cant - is there a
solution/fix for this.

Regards

Colin
by Colin Haig
Mon Nov 28, 2005 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Screens
Replies: 2
Views: 993

... line 863: @ 10, 0 BUTTON oBtn PROMPT "" ACTION ( oBtn:SetFocus(), oDlg:End(), lOk := .t. ) OF oDlg Also, to get a better screen position change this in line 868: ACTIVATE DIALOG oDlg ; ON INIT ( oDlg:Move( aDim[ 1 ] + 1, aDim[ 2 ] + 1,;
by Antonio Linares
Sat Nov 26, 2005 11:32 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TCBrowse:lEditCol() method (fixed)
Replies: 2
Views: 1871

Silvio,

That is fixed on FWH 2.6. Its not a simple fix to implement as there are many changes.

What screen resolution are you using ?
by Antonio Linares
Sat Nov 26, 2005 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO testprn2 not run ok
Replies: 5
Views: 1463

Antonio Linares wrote:Enrico,

I just modified USE C:\XHARBOUR\TEST into USE customer and executed your sample at FWH\samples directory and it worked ok.

I am using 800x600. What screen resolution do you use ? thanks,


Can you try using xHarbour's TEST.DBF? Anyway, I'm using 1280 x 1024 as desktop resolution.

EMG
by Enrico Maria Giordano
Thu Nov 24, 2005 1:21 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3876

Antonio,

If the screen resolution is greater than 1024 x 768 it show the problem.
by Johnny Yiu
Thu Nov 24, 2005 8:59 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3876

Enrico,

I just modified USE C:\XHARBOUR\TEST into USE customer and executed your sample at FWH\samples directory and it worked ok.

I am using 800x600. What screen resolution do you use ? thanks,
by Antonio Linares
Thu Nov 24, 2005 7:40 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3876

The "posted" date on my screen says: Posted: 1111-2323-05050505 Post subject: Re: How to determine date of forum message posting? I see - this is translated to November 23, 2005. It was difficult to decipher at first, given the repeating ...
by don lowenstein
Wed Nov 23, 2005 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to determine date of forum message posting?
Replies: 9
Views: 2809

Exiting when click out of a dialog

When I click in a button I activate a dialog with NoWait clause. Is possible close this dialog if I click out of his area?
For example:

Dialog1 call Dialog2 (dialog2 is nowait), if I click in Dialog1 ou other screen area I want to close Dialog2.

Regards,
Maurilio
by Maurilio Viana
Wed Nov 16, 2005 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exiting when click out of a dialog
Replies: 2
Views: 1069

Re: ADS Driver

... DLL are converted to LIB, and there are some visual components (error messages, for instance) that need the DLL in order to be displayed in the screen. ADSLOC32.DLL this is a "new" feature specially if you are comming from the ADS for Clipper, this is a "small" ADS Server that can be run in ...
by R.F.
Fri Nov 11, 2005 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Driver
Replies: 2
Views: 1681

Antonio, This window is dialog. I found in eVc BasicDialog sample. Dialog is paint on full screen and have empty menu. This dialog looks very well. Right corner show Ok buttton vs standard X button. Dialog on init use SHIDIF_DONEBUTTON | SHIDIF_SIZEDLGFULLSCREEN and ...
by pawelu
Sun Nov 06, 2005 9:36 am
 
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 7128

Full screen dialog

Hello, I create full screen dialog without sysmenu. When this dialog is activated 'X' button on main window is still visible. Press 'X' button close app and don't close dialog. Is method to hide 'X' button on 'parent' window with dialog ...
by pawelu
Sun Nov 06, 2005 7:34 am
 
Forum: FiveWin for Pocket PC
Topic: Full screen dialog
Replies: 2
Views: 1641

richedit

When i try the richedit samples FWH25 and hit a key from the keyboard
The letter appears 2 times on the screen .
What is wrong ?
by jacquet philippe
Fri Nov 04, 2005 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: richedit
Replies: 1
Views: 989
PreviousNext

Return to advanced search