Search found 17 matches: testmnu2

Return to advanced search

Re: GDIPLUS.DLL requested

I tried to copy the GDIPLUS (DLL+CAT+MAN ) from Microsoft and now it give me this message: ************ The file TESTMNU2.EXE ......missing KERNEL32.DLL:GlobalMemoryStatusEx ************** The problem seems more complex..... and mayby it is time to leave W98! So i decide my s/w ...
by Romeo
Fri Apr 22, 2016 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIPLUS.DLL requested
Replies: 7
Views: 992

GDIPLUS.DLL requested

Hi,

why the version of FWH 16.02 HARBOUR 3.2.0dev (r1603082110) is requesting file GDIPLUS.DLL ONLY when running under windows 98 ?

I tested TESTMNU2.PRG using buildh.bat in samples dir

Any help ?

Tks
by Romeo
Thu Apr 21, 2016 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIPLUS.DLL requested
Replies: 7
Views: 992

MENU problem....

I'am using FWH 16.02 & HARBOUR 3.2.0 dev (r1603082110)

I got BIG difference using the program on WINDOWS SERVER_2003.

here ther is image of TESTMNU2.PRG of sample dir with WINDOWS_SERVER_2003 and WINDOWS_7

http://postimg.org/gallery/2s7q9ty02/

Please how resolve the problem ?

tks
Romeo
by Romeo
Thu Apr 14, 2016 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENU problem....
Replies: 5
Views: 794

Re: atajo no me anda.

Mira, \samples

TESTMENU.PRG
TESTMNU2.PRG

salu2
by karinha
Mon May 19, 2014 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: atajo no me anda.
Replies: 3
Views: 458

It is the problem.

I have just build using xHarbour Builders xbuild testmnu2.prg.

I don't know how to do? I back to fwh from 8.10 to 8.03. There is no change.
I back to xbuilder from Sep2008-93 to June2008-63 and there is no change.

Any suggestion?
by Horizon
Wed Nov 05, 2008 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Launching to a Web page
Replies: 9
Views: 1450

Hi Enrico, Your suggestion does not work also. I have compiled the testmnu2.prg with changing menu 1.1 and menu 1.2. http://rapidshare.com/files/160911694/TEST.rar I have tested exe file in Vista Sp1 and XP Sp3. Both does not work. Does this example ...
by Horizon
Wed Nov 05, 2008 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Launching to a Web page
Replies: 9
Views: 1450

Sergio,

Please review samples\TestMnu2.rc
Code: Select all  Expand view
...
    POPUP ""
    BEGIN
        MENUITEM "Manual", 310
        MENUITEM SEPARATOR
        MENUITEM "Acerca de...", 320
    END
END
by Antonio Linares
Thu Sep 25, 2008 4:45 pm
 
Forum: FiveWin for Pocket PC
Topic: menus - Separador
Replies: 2
Views: 697

Antonio XP Pro sp2 + all updates up to the present The problem is duplicated when I use Testmnu2 in the 7.04 FWH Samples and I change the following code: MENUITEM "Item 1" + CHR(9) + "Sub 1" MESSAGE "Item 1 - Sub 1" ; ACTION MsgInfo( ...
by Ken Wantz
Thu Nov 29, 2007 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MenuItem Prompt
Replies: 10
Views: 1664

Antonio,

Lo he visto, incluso también he mirado testmenu2.prg y testmnu2.rc

He modificado según mis necesidades, pero me gustaría entender un poco más la estrcutura del archivo testmnu2.rc ¿Hay alguna documentación que explique la sintaxis que en el se ve?

Gracias.
by jasantana
Tue Nov 06, 2007 3:42 pm
 
Forum: FiveWin para Pocket PC
Topic: Un principiante
Replies: 32
Views: 11730

... .F., si es devuelto .F. el foco permanecerá en el GET. Nuevo: En FWPPC, nuevo método SetCheck() en la clase TMenuItem. Por favor, revisa samples\TestMnu2.prg Mejora: La clase TBtnBmp usa por defecto el valor subtitulo (caption), si es definido. Mejora: En FWPPC, los botones tipo PushButtons en ...
by Antonio Linares
Thu Apr 05, 2007 11:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2007
Replies: 4
Views: 4409

New FTDN April/Abril 2007

... except false .F.. If .F. is returned then the focus will remain in the GET. * New: FWPPC, Class TMenuItem Method SetCheck(). Please review samples\TestMnu2.prg * Enhancement: Class TBtnBmp uses the RC control default caption, if defined. * Enhancement: FWPPC, PushButtons on dialogs work fine if ...
by Antonio Linares
Thu Apr 05, 2007 1:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2007
Replies: 4
Views: 4409

Toni,

La claúsula WHEN de los menuitems funciona correctamente. Prueba este cambio en samples\TestMnu2.prg:

REDEFINE MENUITEM ID 120 OF oMenu ACTION MsgInfo( "Proveedores" ) WHEN .F.
by Antonio Linares
Thu Mar 08, 2007 11:00 am
 
Forum: FiveWin para Pocket PC
Topic: bWhen en Menus con Bitmaps
Replies: 4
Views: 1249

Thank you Antonio, But can you send me a working sample? I tried with the one you send me, i even tried with the testmnu2.prg, without any modification (compiled it and send it to the PPC) and the result was always the same: nothing happened, i.e.: i see the window, i don't see ...
by JoaquimC
Tue Feb 20, 2007 6:49 pm
 
Forum: FiveWin for Pocket PC
Topic: Problem with menu
Replies: 4
Views: 1704

Joaquim, Windows Mobile requires some extra information to build the menu. Please review samples\TestMnu2.rc. All this data is required. You have to add it manually, PellesC will not create it for you: #define I_IMAGENONE (-2) #ifdef _CE 102 RCDATA BEGIN 102, 3, ...
by Antonio Linares
Tue Feb 20, 2007 6:19 pm
 
Forum: FiveWin for Pocket PC
Topic: Problem with menu
Replies: 4
Views: 1704

... * Nuevo: En FWPPC, en la clase TWindow el método HScroll(). No estaba implementada, ahora sí lo está. * Nuevo: En FWPPC, los ejemplos samples\TestMnu2.prg y TestMnu2.rc, muestran como construir un completo menú tipo "pulldown" con varios submenus. * Corrección: Las funciones HtmlHelp(), HTMLHelpCtx() ...
by Antonio Linares
Sat Dec 23, 2006 4:59 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new December 2006 build / nuevo build de Diciembre 2006
Replies: 1
Views: 4442
Next

Return to advanced search