Search found 17 matches: dialog1

Return to advanced search

Help for MDI Frame

Please help checking my code. in FWH version 17.09 after calling the print procedure, windows dialog1 is borderless. in version 20.07 the return to windows dialog1 leaves a frame. #include "FiveWin.ch"static oWndstatic lWnd1, oWnd1// ... static lWnd2, oWnd2Function ...
by Mulyadi
Tue Sep 01, 2020 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for MDI Frame
Replies: 4
Views: 278

Re: Bug - Cyrillics font and notes on FolderEx

... . With folderex on windows it's working , but on dialogs not . So if I let prompts for folderex on dialog : DEFINE DIALOG oDlg RESOURCE "DIALOG1" REDEFINE FOLDEREX oFld1 ID 110 OF oDlg; PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2" ...
by Rimantas
Fri Dec 09, 2011 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug - Cyrillics font and notes on FolderEx
Replies: 6
Views: 1578

Bug - Cyrillics font and notes on FolderEx

... . With folderex on windows it's working , but on dialogs not . So if I let prompts for folderex on dialog : DEFINE DIALOG oDlg RESOURCE "DIALOG1" REDEFINE FOLDEREX oFld1 ID 110 OF oDlg; PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2" ...
by Rimantas
Thu Dec 08, 2011 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug - Cyrillics font and notes on FolderEx
Replies: 6
Views: 1578

Re: Bug in modal dialog

... . With folderex on windows it's working , but on dialogs not . So if I let prompts for folderex on dialog : DEFINE DIALOG oDlg RESOURCE "DIALOG1" REDEFINE FOLDEREX oFld1 ID 110 OF oDlg; PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2" ...
by Rimantas
Tue Dec 06, 2011 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in modal dialog
Replies: 9
Views: 1459

Unrecoverable error 6005: Exception error

... aaaa == 0   for j := 1 to 384       aField[j]:reload( , "new_button_off.bmp")   next   dialog1()   aaaa := 1  else   for j := 1 to 384       aField[j]:reload( , "new_button_on.bmp")   next   oWndK:End()  ...
by yunbg1
Tue May 10, 2011 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unrecoverable error 6005: Exception error
Replies: 0
Views: 799

Re: How to bound variable to windows/dialog

... I thought of opening dialog (no wait) and another one (same dialog) ... but the variables are the same.. If I changed value of variable from dialog1 will also affect on the dialog2 since they are both declared on the same dialog.. The variable should be bound to dialog1 and not-related to ...
by fraxzi
Thu May 27, 2010 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to bound variable to windows/dialog
Replies: 5
Views: 760

Re: TO ANTONIO AND ALL : TABS, PANELs WITH SCROLLS

... the tab1 items on a dialog (which is on the panel) and the tab2 items on a different dialog. So, when you click on tab1 you hide dialog2 and show dialog1 and when you click on tab2, you do the opposite. Redrawing everything each time the user switches panels is going to be much slower (provided ...
by James Bott
Thu Aug 06, 2009 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO AND ALL : TABS, PANELs WITH SCROLLS
Replies: 8
Views: 1961

Re: FWH/xHarbour Menus

... then the program will act as expected, and will not use the default brush resource. http://img20.imageshack.us/my.php?image=dialog1.jpg - The DIALOG.PRG can be posted here (as modified by me) as a stand alone file. Anyone interested just let me know. - The annoying background ...
by E. Bartzokas
Mon May 25, 2009 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7786

Download 1. ButtonTools-release 1.0

... the 2 Resources-Previews using the same dialog, Buttons with Style 2007 making problems ( Preview 4 ). Is there maybe another solution for it ? DIALOG1 DIALOG 41, 81, 285, 163 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "DIALOG_1" FONT 8, "MS ...
by ukoenig
Fri May 08, 2009 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download 1. ButtonTools-release 1.0
Replies: 2
Views: 731

A Preview and Question for the new ButtonTools

... ----------------------------------------------------------------------- DEFINE DIALOG oDlg3 RESOURCE "DIALOG1" of oWnd ; TITLE "Buttons from Resource Transparent" TRANSPARENT // ----- Transparent Button NOBORDER --------- Not Transparent ...
by ukoenig
Thu May 07, 2009 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Preview and Question for the new ButtonTools
Replies: 0
Views: 387

Re: Disable Double Click

... the "bluetooth" device icon I get this problem when it returns to my program. Almost like it saves the extra tap and uses it to select Dialog1 around the same time that Dialog2 is being created.
by Jeff Barnes
Thu Mar 12, 2009 11:08 pm
 
Forum: FiveWin for Pocket PC
Topic: Disable Double Click
Replies: 2
Views: 452

Creating Dialog-Titles without extra classes with FWH

... horizontal : http://www.pflegeplus.com/pictures/dialog3.jpg Sample 3 with brushes : http://www.pflegeplus.com/pictures/dialog1.jpg Regards Uwe :lol: [/img]
by ukoenig
Sun Apr 06, 2008 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Dialog-Titles without extra classes with FWH
Replies: 0
Views: 391

Dialog in NOWAIT modal goes in LOOP

... "&Print" MENU MENUITEM "Apps A" ACTION dialog0("1",@oWnd) ; MESSAGE "Elaborazione" ..... in the file b.prg there's: local m_get[20] ..... dialog1(@sw,@m_get,@oWnd) ..... FUNCTION dialog1(sw, ; m_get,oWnd ; ) local BtnOk local BtnEsc local oFont local oWndChild DEFINE WINDOW oWndChild MDICHILD ...
by damianodec
Thu Jul 05, 2007 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog in NOWAIT modal goes in LOOP
Replies: 11
Views: 2062

la dialog va in loop

... ; MESSAGE "Elaborazione" ..... NEL file b.prg ho invece: le varie definizioni di variabili tra cui un array chiamato m_get quindi richiamo dialog1 FUNCTION dialog1(sw, ; m_get,oWnd ; ) local BtnOk local BtnEsc local oFont local oWndChild DEFINE WINDOW oWndChild MDICHILD OF oWnd oWndChild:bGotFocus ...
by damianodec
Tue Jul 03, 2007 9:34 am
 
Forum: All products support
Topic: la dialog va in loop
Replies: 0
Views: 614

... "Program Manager" the title of Windows from this : DEFINE DIALOG oDlg FROM 1,1 TO 200,200 TITLE "Program Manager" I have 2 windows set to title "Dialog1" and "Dialog2" but not work to close with this source code : WHILE hWnd != 0 IF GETWINDOW( hWnd, GW_OWNER ) = 0 .AND.; ISWINDOWVISIBLE( ...
by areang
Sun Mar 04, 2007 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need to close others windows when my application is running
Replies: 5
Views: 1726
Next

Return to advanced search