Search found 273 matches: actions

Return to advanced search

Re: Sample code

... of loss of signal to obtain index corruputed or smiliar. For this reason I wondering if I can associate to button an action like this What other actions can I associate to one Button? Can I launch an url? oCli := TIPClientHttp():New( "http://192.168.1.100/mobile/myasp.asp?Code="+code ...
by MarcoBoschi
Thu Nov 17, 2016 1:04 pm
 
Forum: FiveTouch
Topic: Sample code
Replies: 13
Views: 8333

Re: Window moving into the background

I wanted to move my application on a second plan was carried out some actions
by Natter
Thu Oct 20, 2016 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window moving into the background
Replies: 6
Views: 1068

Re: A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.

on banner class you have many animations styles
SPEED
FRAMES
EFFECTS ( Miror,Poner, Mengua,Crece,Cortina,Turn) to UP, Down,Left ,Right , top, Vertical, Horizzontal
ACTIONS

Perhaps it is possible add new effects ...
the problems of the class is no pubblic and I cannot send you it
by Silvio.Falconi
Fri Jul 08, 2016 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
Replies: 19
Views: 5671

Re: Windows Toast notifications - second try

... for all the hard work on this. I might suggest two action items might be: 1) Getting toasts to appear in the Action Center 2) Providing on-click actions Also, I found some good links for more info on toast programming: Toast Notification and Action Center Overview for Windows 10 https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/08/toast-notification-and-action-center-overview-for-windows-10/ ...
by James Bott
Mon Apr 25, 2016 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 25601

Re: Windows Toast notifications - second try

Norberto, > several options, such as actions, scheduling, auto answer, it would be possible to implement this ? I am working on it. Not sure how far we can go > there would be the possibility to detect Windows 10 and just run the notification ...
by Antonio Linares
Wed Apr 20, 2016 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 25601

Re: Windows Toast notifications - second try

Antonio, works perfectly here in 1511 Windows version 10 pro 64, but we know that notifications on Windows 10 has several options, such as actions, scheduling, auto answer, it would be possible to implement this? Another suggestion: there would be the possibility to detect Windows 10 and just ...
by norberto
Wed Apr 20, 2016 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 25601

Re: Mejoras para scintilla

... New: 02/11/2015 - New: Implementation Method MouseWheel - New: more implementation actions of databases - New: generate code fivewin of databases structure and resource scripts Remaining: FiveWin code in the creation of the dialog ...
by cnavarro
Mon Nov 02, 2015 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 893973

Re: GIT: How to push a file

... in the normal mode (you get to the normal mode by pressing Esc). You close your file with :q while in the normal mode. You can combine both these actions and do Esc:wqEnter to save the commit and quit vim. As an alternate to the above, you can also press ZZ while in the normal mode, which will ...
by Antonio Linares
Mon Jul 13, 2015 7:55 am
 
Forum: Utilities / Utilidades
Topic: GIT: How to push a file
Replies: 2
Views: 610

Re: ADORDD Error : ADODEFAULT(5256)

... there. The only limitation is the variables evaluation in index expressions as they are unknown to adordd SQL. Here its just like ADS rdd. And actions over delete records. Thats it
by AHF
Wed Jun 17, 2015 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4305

Re: To Antonio:

... what a nightmare trying to service a console app !!! :shock: :shock: I REALLY appreciate the help you'd given me on this issue. I did replaced all actions with ALERT( "open" ) since MsgInfo is not available in console mode but ... I'm getting another another runtime error: Error BASE/1004 ...
by HunterEC
Thu Apr 09, 2015 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 13058

Re: To Antonio:

Gustavo,

Please replace all the ACTIONs with code like this:

MENUITEM " ~Open..." ACTION MsgInfo( "open" ) // oDebugger:Open()
by Antonio Linares
Wed Apr 08, 2015 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 13058

Re: Velocidad con xbrowse

... then pure binary search like in CDX and NSX (in both formats record number is hidden part of index key during sorting). In [x]Harbour I added RDDI actions which change default NTX behavior to the same as in NSX and CDX: rddInfo( RDDI_SORTRECNO, .t., "DBFNTX" ) for more information look ...
by hmpaquito
Mon Apr 06, 2015 11:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad con xbrowse
Replies: 7
Views: 1650

Re: xbrowse MakeTotals()

... to time, safer way would be to assign a SetGet block as bEditValue and let the XBrowse construct a safe bOnPostEdit codeblock. If there are some actions to be taken comsequent on a change in the value, as always we recommend using oCol:bOnChange codeblock. These recommendations apply to 2012 ...
by nageswaragunupudi
Sat Mar 28, 2015 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1770

Re: BtnBmp

... it should be a class. I've got so many functions that do essentially the same task, so all of those are being condensed into one for like actions. The code base is getting smaller and far more manageable. Tim
by TimStone
Fri Mar 20, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp
Replies: 6
Views: 1036

Re: ADO RDD xHarbour

... I have a low budget for this work so my idea is to using an rdd. Meanwhile I've found out ADORDD from 2007. It seems to me that all these basics actions are covered. Do you think that this can work? Do you have any ideas of another low cost approach? Thanks
by AHF
Sat Feb 28, 2015 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 473934
PreviousNext

Return to advanced search