Search found 273 matches: actions

Return to advanced search

Re: Un tema para debatir: Parametros a pasar al Codeblock

... podria eso traer problemas en el futuro, en este caso parpadeos, porque el :bWhen es llamado sin tener en cuenta que en su interior puede albergar Actions ? No se si me explique... vamos lo que planteo es que quiza algunos codeblocks no pueden llevar acciones porque el codeblock es evaluado normalmente ...
by hmpaquito
Fri Sep 30, 2011 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un tema para debatir: Parametros a pasar al Codeblock
Replies: 9
Views: 2426

Re: Gantt class

I have to make a clarification: Ramon made a class called TGraph.prg this class no have mousemove actions : it is a static class as you can see on this picture http://img31.imageshack.us/img31/7483/ramonj.jpg Arthuro made mousemove actions methods on Tgraph.prg ...
by MdaSolution
Fri Sep 30, 2011 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gantt class
Replies: 31
Views: 9329

xBrowse Refreshing

... another user the browse can look corrupt containing duplicate records. The way i'm trying to fix this is to refresh the browse after i perform any actions within the browse, something like this: Save current record number Perform action Recreate scope & filter Goto saved record number Refresh ...
by PeterHarmes
Fri Sep 30, 2011 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Refreshing
Replies: 6
Views: 1124

Re: Windows 8 Metro style - A Class TMetro test

Otto,

Very nice!!! Congratulations to Ruth and you !!! :-)

Thanks! Yes, thats the way to go ;-)

In my previous recently published code the buttons actions are already implemented
by Antonio Linares
Wed Sep 21, 2011 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 Metro style - A Class TMetro test
Replies: 64
Views: 29000

Re: Windows 8 Metro style - A Class TMetro test

Implementing actions from the main menu and an overview of how to integrate traditional windows with it :-) http://img190.imageshack.us/img190/29/capturesgf.png metro.prg #include "FiveWin.ch"#xcommand ...
by Antonio Linares
Wed Sep 21, 2011 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 Metro style - A Class TMetro test
Replies: 64
Views: 29000

HotSpot-Editor Release 2.2 => UPDATE

... Hotspots to a created Main-prg 5. Can be a Tooltip ( autoclose after leaving the Hotspotarea ) or used as Message ( stayes on Screen with Button-actions ) 6. Defined Dialog-size 7. Defined Shadow-size Buttons and Sliders : 1. Shadowsize 0 - 20 2. Autoclose ON / OFF defines the behavior Tooltip ...
by ukoenig
Sat Aug 13, 2011 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HotSpot-Editor Release 2.2 => UPDATE
Replies: 3
Views: 1209

press some button btnbmp

I must make a reservation for a group of people . they want some tables I wish select some tables ( I made it with btnbmp see please this http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22092 ) and when I click on each btnbmp must be pressed to save the numbers of those tables for create t...
by MdaSolution
Mon Aug 08, 2011 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: press some button btnbmp
Replies: 0
Views: 258

Re: Undo feature

In your opinion Is it possible to manage Cut, Copy, Undo and Paste actions with four different buttons? Obviously, only four buttons for all dialog's objects Starting from this sample code King regards Marco #include "fivewin.ch"FUNCTION MAIN()LOCAL ...
by MarcoBoschi
Tue Jul 26, 2011 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undo feature
Replies: 11
Views: 2042

Re: ExplorerBar with Windows 7 look

Hello

the tooltips is not supported yet, actions yes
by Daniel Garcia-Gil
Sat Jul 23, 2011 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar with Windows 7 look
Replies: 30
Views: 7875

Re: ExplorerBar with Windows 7 look

Thank you. I awat next FWh.

Items and subitems, do they support actions and tooltips?.

Is possible to put a get and a say in the TITLE?
by ukservice
Sat Jul 23, 2011 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar with Windows 7 look
Replies: 30
Views: 7875

Re: combined TITLE and TITLETEXT

... with defined Font and Fontcolor, Text centered or with defined Position from Left. Title-Background-Color, Gradient, Brush or Image. Tooltips and Actions on Title. Adding Borders with defined Pensize and Color. It is possible, to add small Images to the Title. In case it is, what You are looking ...
by fraxzi
Mon Jun 13, 2011 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combined TITLE and TITLETEXT
Replies: 3
Views: 903

Re: combined TITLE and TITLETEXT

... with defined Font and Fontcolor, Text centered or with defined Position from Left. Title-Background-Color, Gradient, Brush or Image. Tooltips and Actions on Title. Adding Borders with defined Pensize and Color. It is possible, to add small Images to the Title. In case it is, what You are looking ...
by ukoenig
Fri Jun 10, 2011 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combined TITLE and TITLETEXT
Replies: 3
Views: 903

Re: Displaying an image with xbrowse ( uwe )

... You can define a Start-directory in DOMAIN open ftp://??????? : ???????@esc-engineering.de/software/Pictures/ : 21 # add the actions, what You want to do close exit Features : •Graphical user interface •Translated into several languages •Integration with Windows (drag&drop, ...
by ukoenig
Thu Jun 02, 2011 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Displaying an image with xbrowse ( uwe )
Replies: 11
Views: 3405

Re: rPreview does not close when app closes

... Open Office or simply allow the user to create an .xls to take somewhere. Since the "newer" rpreview allows to add buttons with actions, I thought I should make an effort to stop using my own modified rpreview and to come to the main fw rpreview distribution. Perhaps I don't ...
by reinaldocrespo
Thu Feb 10, 2011 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview does not close when app closes
Replies: 15
Views: 5100

Re: TCalendar - ACTION clause, when is it invoked?

Hello the actions is launched with RETURN, the bAction will be evaluate when VK_RETURN has been pressed TCalendar Class no accept Double Click (windows api restriction), this is simulate and launched with bLDblClick TCalendar control ...
by Daniel Garcia-Gil
Fri Dec 17, 2010 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCalendar - ACTION clause, when is it invoked?
Replies: 3
Views: 759
PreviousNext

Return to advanced search