Search found 62 matches: accelerators

Return to advanced search

Re: New SkinButtons() in FWH 9.09

... Button Class, and paints a bitmap on top of it: http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_tbuttonbmp Both support accelerators.
by Antonio Linares
Sat Sep 12, 2009 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New SkinButtons() in FWH 9.09
Replies: 12
Views: 2503

Accelerators Keys on TBtnBmp has still some problem?

Dear Antonio,

* Enhancement: Class TBtnBmp now supports Accelerators keys.
This feature is working when the ::Focus is on BtnBmp() but if ::Focus is on TXBrowse or TWBrowse, it's not working.

Just report.

Regards,
Dutch
by dutch
Wed Sep 09, 2009 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Accelerators Keys on TBtnBmp has still some problem?
Replies: 0
Views: 182

New FTDN August/Agosto 2009 (9.08)

... tooltips support. * Fix: Class TBtnBmp, function CreateRoundRectRgn() was called with wrong parameters. * Enhancement: Class TBtnBmp now supports Accelerators keys. * Fix: Minor bug fix in function uCharToVal in valblank.prg for recognizing logical values.
by Antonio Linares
Tue Aug 25, 2009 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2009 (9.08)
Replies: 1
Views: 1713

Michel, It is related to buttons accelerators. If you press a button accelerator, the focus is given to the button so the VALID of the current focused control is fired. Changing lValidating we avoid to execute the current VALID. It is somehow ...
by Antonio Linares
Thu Oct 09, 2008 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET losing the focus
Replies: 14
Views: 3350

Buttons and ButtonBmps

... In my applications I use tbtnbmp for the dialog buttons, and I want to use 'direct accelerators' to them. I have accelerators to the tbtnbm buttons putting &Name to the control on Workshop, but when the user press ANT+N the button ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94267

... the button. (I sincerely appreciate the time you are investing on this problem. The problem poses a potential trap for any developer using ALT accelerators with buttons, especially if VALID clauses are involved.)
by Colin Wisbey
Thu Aug 14, 2008 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: ALT accelerator with button - Urgent help needed
Replies: 12
Views: 3568

... in change of focus and when the VALID gets actioned. It's never previously presented a problem for my users because I haven't offered ALT accelerators with a button until now. Now they are screaming at me due to reproducible errors whenever they use the ALT accelerator. Incidentally, I ...
by Colin Wisbey
Wed Aug 13, 2008 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: ALT accelerator with button - Urgent help needed
Replies: 12
Views: 3568

Re: Problems with Accelerators in Class ButtonBmp

In the DIALOG-box the accelerator is working but you see no underline when the dialogbox opens. When you press only ALT, you can see the underline. Uwe, that´s a windows configuration, you can change it under desktop properties/effects. (not sure if the english synonyms are correct) [german on] Du ...
by StefanHaupt
Sat Jan 12, 2008 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Accelerators in Class ButtonBmp
Replies: 2
Views: 621

... the underline from char < T > is shown but when you press ALT-T nothing happens. > windows don't react, by default (Win API rules), to accelerators. We need to implement it. > In the DIALOG-box the accelerator is working but you see no underline when the dialogbox opens. When you ...
by Antonio Linares
Sat Jan 12, 2008 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Accelerators in Class ButtonBmp
Replies: 2
Views: 621

Probleme mit Accelerators in der Klasse ButtonBmp

Die Shortcuts in der ButtonBmp - Klasse funktionieren nicht. Wenn man im Sample < Testbubm.prg > die Buttons < Test > in < &Test > ändert, passiert folgendes : Im Start-Window ist das unterstrichene T zu sehen, aber bei ALT-T passiert nichts. Öffnet man die Ressource ( Dialog-B...
by ukoenig
Sat Jan 12, 2008 12:41 am
 
Forum: All products support
Topic: Probleme mit Accelerators in der Klasse ButtonBmp
Replies: 1
Views: 1410

Problems with Accelerators in Class ButtonBmp

The Accelerators don't work When you change in the sample < Testbubm.prg > the buttons < Test > in < &Test >, following happens : In the start WINDOW the underline from char < T > is shown but when ...
by ukoenig
Sat Jan 12, 2008 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Accelerators in Class ButtonBmp
Replies: 2
Views: 621

Fehlende Accelerators in Office2007 - Bar ?

... aber mit der Tastenkombination ALT + C passiert nichts. ( Version FWH 8.1 ) hat aber auch in früheren Versionen nicht funktioniert. Sind die Accelerators nicht programmiert ? In der 16 BIT - Version haben die Bars reagiert. Viele Grüße aus Essen Uwe
by ukoenig
Thu Jan 10, 2008 3:34 pm
 
Forum: All products support
Topic: Fehlende Accelerators in Office2007 - Bar ?
Replies: 0
Views: 1064

Missing Accelerators in Buttonbar 2007 ?

I changed in the sample < test2007.prg >
the button < Clients > with < &Clients >
The char < C > is shown underline, but when i press ALT + C
nothing happens.
No accelerators possible in buttonbar 2007 ?

I tested with FWH 8.1

Greetings from Germany :lol:
by ukoenig
Thu Jan 10, 2008 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Accelerators in Buttonbar 2007 ?
Replies: 0
Views: 348

New FTDN November/Noviembre 2007 (7.11)

... the main window buttonbar. * New: Class TControl Method SysChar( nKey, nFlags ). Please review samples\TestMdiR.prg and check the controls Alt+... accelerators. * Fix: Class TXBrowse several fixes. * Enhancement: Please notice that FiveWin.ch has been modified due to recent changes in Harbour. ...
by Antonio Linares
Mon Nov 05, 2007 9:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2007 (7.11)
Replies: 1
Views: 3350

Menu accelerators - changed behavior

In the following sample try to press ALT-T and then T. Previously it just moved the hilite bar cyclically through the two menuitem. Now it just activates the first one. Is it possible to go back to the previous behavior? #include "Fivewin.ch" FUNCTION MAIN() LOCAL oWnd, oMenu M...
by Enrico Maria Giordano
Thu Oct 25, 2007 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu accelerators - changed behavior
Replies: 6
Views: 1150
PreviousNext

Return to advanced search