Search found 77 matches: pulldown

Return to advanced search

Claudio,

> Can i build a menu without resources ?

There is no way to create a main pulldown menu without resources. Windows Mobile does not allow it.

So if you need a main menu, and then you need to use resources, you may be able to use resources for testpage sample. Its the easiest way
by Antonio Linares
Wed Aug 29, 2007 8:04 am
 
Forum: FiveWin for Pocket PC
Topic: Tab Control, Pages and Menu
Replies: 3
Views: 1404

... (caption), si es definido. Mejora: En FWPPC, los botones tipo PushButtons en los diálogos funcionan perfectamente en los menús deslizantes (pulldown) si son definidos en el diálogo. Corrección: La búsqueda incremental de la clase TComboBox de FWH 7.01 no funcionaba correctamente en todas ...
by Antonio Linares
Thu Apr 05, 2007 11:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2007
Replies: 4
Views: 4415

New FTDN April/Abril 2007

... * Enhancement: Class TBtnBmp uses the RC control default caption, if defined. * Enhancement: FWPPC, PushButtons on dialogs work fine if a pulldown menu is defined for the dialog. * Fix: FWH 7.01 Class TComboBox incremental search was not properly working on all circunstances. Now it is ...
by Antonio Linares
Thu Apr 05, 2007 1:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2007
Replies: 4
Views: 4415

Richard,

Yes, the same happened with the pulldown menu. I guess it is caused as there is an existing hDC in use.

Maybe you may try to call oWnd:ReleaseDC() before hidding the buttons.

If you use Bill's code, then call ReleaseDC( oWnd:hWnd, oWnd:hDC )
by Antonio Linares
Sat Dec 23, 2006 5:17 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10868

... 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() y HTMLHelpPopup() no estaban correctamente definidas en source\winapi\help32.prg ...
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: 4449

This sample is based on Bill's one. Its working fine though we have not been able to remove the pulldown menu yet: #include "FWCE.ch" static oWnd function Main() local hDC, lPaint := .f. DEFINE WINDOW oWnd TITLE "Please sign" ...
by Antonio Linares
Sat Dec 23, 2006 10:39 am
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10868

Richard, We propose some modifications for the sample: * To remove the pushbutton and the "?" * To use a pulldown menu for Save and Cancel, this way the entire window client surface may be saved to a file. * hDC needs to be released or it will consume GDI resources. * Class ...
by Antonio Linares
Sat Dec 23, 2006 8:14 am
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10868

FTDN new December 2006 build / nuevo build de Diciembre 2006

... TWindow Method HScroll(). It was not implemented, now it is. * New: FWPPC, samples\TestMnu2.prg and TestMnu2.rc, they show how to build a complete pulldown menu with several submenus. * Fix: function HtmlHelp(), HTMLHelpCtx() and HTMLHelpPopup() were not properly defined at source\winapi\help32.prg ...
by Antonio Linares
Wed Dec 20, 2006 8:14 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new December 2006 build / nuevo build de Diciembre 2006
Replies: 1
Views: 4449

Important

... when I select Menu bar of Windows or My program or Winword or Excell I have a blind boy at school and I must teach and if he can select the menu pulldown listening from speacker, he can use winword or excel or all the program on computer If he write on wiword the program must read the word that ...
by Silvio
Thu Dec 14, 2006 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Text-To-Speech para FWH
Replies: 14
Views: 4683

Adding a pullldown menu at runtime.

Hi all,

I was able to add a menu item in the system menu that was created in the resource file at runtime.

My next task requires to add a pulldown menu at runtime.

Is it posible? How?

Many thanks!
by xhbcoder
Wed Oct 18, 2006 9:01 pm
 
Forum: FiveWin for CA-Clipper
Topic: Adding a pullldown menu at runtime.
Replies: 2
Views: 813

... recibe un segundo parámetro con el valor de índice nID del botón. * Mejora: En FWPPC, las cajas de diálogos ahora pueden usar menús tipo persiana "pulldown". Por favor, revisa el ejemplo samples\TestDlgM.prg. * Nuevo: Clase TTimePicker. Por favor, revisa el ejemplo samples\DateTime.prg. Gracias ...
by Antonio Linares
Sun Sep 17, 2006 10:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FiveWin 2.8 - September 2006
Replies: 1
Views: 3286

New FiveWin 2.8 - September 2006

... ACTION codeblock receive a second parameter with the nID (index value) of the button. * Enhancement: FWPPC, dialogboxes now accept to use a pulldown menu. Please review samples\TestDlgM.prg * New: Class TTimePicker. Please review samples\DateTime.prg. Thanks to Fernando Alsis! * New: FWPPC, ...
by Antonio Linares
Sun Sep 17, 2006 12:57 pm
 
Forum: WhatsNew / Novedades
Topic: New FiveWin 2.8 - September 2006
Replies: 1
Views: 3286

... Lo unico que se puede hacer es ( hasta que alguien corriga tales problemas ) : O no usar el C5Menu si en tu app usas otros tipos de menues ( pulldown, popup, etc ) :oops: o Dejar de usar dichos menues y usar solo el C5Menu :oops: :oops: Saludos
by Raymundo Islas M.
Mon Jun 12, 2006 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error usando C5MENU Y PRINT PREVIEW
Replies: 2
Views: 884

FTDN new January 2006 build / nuevo build de Enero 2006

January 2006 build ============= * Fix: FWC3, dialogboxes with GETs and a pulldown menu, were not properly processing Enter key. Now it is ok. * Enhancement: FWPPC, Method AEvalWhen() is called from Class TWindow Method Activate() and focus is given to the first ...
by Antonio Linares
Mon Jan 09, 2006 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3638

Rafael, Los menús pulldown de Pocket PC son distintos de los que Windows usa en los PCs. Me refiero a como los organiza en los recursos. Además, de momento, no hemos encontrado la forma de crearlos desde código, por lo que hay que ...
by Antonio Linares
Thu Nov 24, 2005 7:35 am
 
Forum: FiveWin para Pocket PC
Topic: Pregunta de novato (1)
Replies: 4
Views: 1552
PreviousNext

Return to advanced search