Search found 273 matches: actions

Return to advanced search

mouse - dialog

To all,
I need to see if the mouse is within my dialog box. If it's outside, then I need to take actions (end dialog).

Best regards,
Otto
by Otto
Tue Nov 13, 2012 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mouse - dialog
Replies: 2
Views: 636

Re: FiveTech's FiveWeb (free up to version 1.0)

Implemented clause ACTION for Buttons. Actually the actions are executed on the client side, further on we will implement them for the server side too. Implemented function MsgInfo() for javascript using jquery ui and DOM (document object model). http://www.fivetechsoft.net/cgi-bin/tutor03 ...
by Antonio Linares
Fri Nov 09, 2012 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 25823

Re: PROBLEMS !!! installing new Windows 8 - release

... Now select the Triggers tab, choose New, and use the drop-down box to select starting the task "At log on." Click OK and go to the Actions tab, choose New, and enter "explorer" for the Program/Script value. Press OK, save the task, and restart to test it out! " more ...
by norberto
Sat Nov 03, 2012 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 16650

Re: Metro style

... a smartphone and don't want to pay for software, also don't want to pay for applications, this and a fact. plus, depending on the of apple legal actions against the android, it surely will be banned in many countries, or will have to change basic functionality like zoom in a photo (patent from ...
by norberto
Thu Sep 27, 2012 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 19773

Re: To Antonio:

Pedro, Here you have it, press F2 on each GET and different actions will be executed: // Testing Keyboard management#include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()  ...
by Antonio Linares
Tue Apr 03, 2012 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 7
Views: 1229

New FTDN March/Marzo 2012 (FWH 12.03)

... generates the Hex string definition from the bytes of a bitmap. * Fix: There was a bug in function SkinButtons() that made the buttons actions to be fired twice. Now it is ok. * Enhancement: We continue the development of Class TEdit, that allow to use Windows standard Edit controls ...
by Antonio Linares
Fri Mar 30, 2012 11:09 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2012 (FWH 12.03)
Replies: 0
Views: 1159

Re: Changing the Toolbar content

... when I click on any of these vertical buttons, I need the upper horizontal Toolbar to completely redraw, this time with complete new buttons and actions. I can use buton image replacements and assigning the new actions to each, but this will be my last option. - For example, the first vertical ...
by codemaker
Wed Feb 08, 2012 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2334

Re: Changing the Toolbar content

Hello Codemaker, A Sample to show the Logic changing BMP's and using the same Button with different Actions: 1. define a Array for the used BMP's 2. use => ACTION oButt3:SetFile( aBtn[4][1], aBtn[4][2] ) ; That will replace on Button-action 2 the Button 3 ( TRASH.BMP ) ...
by ukoenig
Wed Feb 08, 2012 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2334

Changing the Toolbar content

... on vertical left is activated. Now I want to click on the 3rd button on the left and I need to change all the toolbar icons and their coresponding ACTIONs, because the new set of icons will do another set of jobs. Then later, I need to be able to click on the left on some other button and again, ...
by codemaker
Tue Feb 07, 2012 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2334

Re: Choosing SQL database ...

... from FWH, RIA with javascript and etc . When user in applications data grid change values , then database triggers & udf's are doing needfuls actions . The application only must to do a way to needfulls datas . Then you can to separate more forces for a good solutions how to browse , present ...
by Rimantas
Wed Feb 01, 2012 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 32971

Re: SetKey with ALT key doesn't work

... VK_CONTROL ) --> lYesOrNo Alt is a system key and usually gets routed through the Method SysCommand(). Windows uses Alt for some system actions, so its better not to use it. In some cases we can redefine a Method SysCommand() to trap the System Alt+Key that we need to intercept. In example, ...
by frose
Wed Feb 01, 2012 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetKey with ALT key doesn't work
Replies: 30
Views: 5802

New FTDN January/Enero 2012 (FWH 12.01)

... FWH 11.11. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23271&start=0 * Fix: Disabled TBtnBmp buttons were firing actions, now it is ok, The actions should not be fired. Thanks to Andre: http://forums.fivetechsupport.com/viewtopic.php?p=125014#p125014 * Fix: Buttons ...
by Antonio Linares
Sat Jan 28, 2012 4:09 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2012 (FWH 12.01)
Replies: 15
Views: 6453

Re: SetKey with ALT key doesn't work

... VK_CONTROL ) --> lYesOrNo Alt is a system key and usually gets routed through the Method SysCommand(). Windows uses Alt for some system actions, so its better not to use it. In some cases we can redefine a Method SysCommand() to trap the System Alt+Key that we need to intercept. In example, ...
by Antonio Linares
Wed Jan 18, 2012 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetKey with ALT key doesn't work
Replies: 30
Views: 5802

Re: Change MenuItems on the fly

Enrico;

Hi.

How about removing all submenu options from oMenu:aItems[5] and then adding 3 new submenu items with actions to oMenu:aItems[ 5 ]?

Thank you,


Reinaldo.
by reinaldocrespo
Tue Jan 10, 2012 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change MenuItems on the fly
Replies: 4
Views: 788

New FTDN December/Diciembre 2011 (FWH 11.12)

... HTML5 WebSockets server great example. Don't miss it! Please open samples\wstest.html to connect to the server. * Fix: Class TButton firing actions when SkinButtons() is used. Now it is ok. Reported in: http://forums.fivetechsupport.com/viewtopic.php?p=124275#p124275
by Antonio Linares
Thu Dec 29, 2011 9:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
Replies: 0
Views: 1422
PreviousNext

Return to advanced search