Search found 273 matches: actions

Return to advanced search

Clear a get date

I have a get date with datepick Near I have a btnbmp with a Menu to select actions https://s33.postimg.cc/5mj94ythb/image.png @ 12,5 SAY "Note di :" OF  oDlg PIXEL SIZE 100,20 TRANSPARENT @ 10,35 DTPICKER aGet[1] VAR dDataNote ...
by Silvio.Falconi
Tue Jul 31, 2018 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear a get date
Replies: 7
Views: 834

Re: OT: ADS & Win 10 April Update RESOLUTION

... of issues for Oracle. I'm afraid debugging your own situation may be exhausting because we don't know the basic changes. There are many different actions that have worked for some people, but not all, and not consistently. I do not run .EXE's across the network. It is too slow. I always install ...
by TimStone
Tue May 22, 2018 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6910

Re: Menu with several windows

... nothing happens if you click one of the items (like 'help' or 'click on me'. I think I will work with icons oon all my dialog windows to activate actions.
by plantenkennis
Tue Apr 10, 2018 7:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Menu with several windows
Replies: 6
Views: 2043

Re: Printer class: selection errors

... then when the printer selection dialog appears, hit Cancel. If Cancel is selected, then oPrn is not created ( I assume ), so it's possible other actions involving oPrn would then fail. How can I trap for that Cancel ? Sent from my iPhone using Tapatalk
by TimStone
Mon Apr 02, 2018 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class: selection errors
Replies: 6
Views: 854

Re: xBrowse footer counting on cell / field-condition ?

... deleted > after a PACK The deleted value is still visible ( must be reset to 0 ) Because XBrowse does not know that you Packed. If you take actions like this inform XBrowse to recalculate totals afresh. PACKoBrw:MakeTotals()  I added oBrw:aCols[3]:bFooter := { || 0 } after < ...
by nageswaragunupudi
Thu Mar 08, 2018 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer counting on cell / field-condition ?
Replies: 12
Views: 2596

Re: EasyReport developer tool

... and labels in an easy and intuitive way and that can be integrated with their own applications Dear Massimo Linossi, please do not provoke me your actions in provoking my education are definite actions by trolls and I do not want to feed your provocations that are very far from respect and correctness ...
by Silvio.Falconi
Wed Mar 07, 2018 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport developer tool
Replies: 16
Views: 5318

Re: Reinforcement Learning

... The transition rule of Q learning is a very simple formula: Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)] The Gamma parameter has a range of 0 to 1 (0 <= Gamma > 1). If Gamma is closer to zero, the agent will tend to consider only immediate ...
by Antonio Linares
Fri Dec 22, 2017 7:09 pm
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 2233

Re: Reinforcement Learning

Reinforcement learning is good for situations where information about the world is very limited: there is no given map of the world. We have to learn our actions by interacting with the environment: trial and error is required
by Antonio Linares
Wed Dec 20, 2017 11:51 am
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 2233

Re: Reinforcement Learning

https://www.oreilly.com/ideas/reinforcement-learning-explained Reinforcement learning, in a simplistic definition, is learning best actions based on reward or punishment . There are three basic concepts in reinforcement learning: state, action, and reward . The state describes the ...
by Antonio Linares
Tue Dec 19, 2017 5:32 pm
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 2233

Re: A Colorpicker and RGB-tools

... WebShop product management. You asked for Ideas, This was mine .... If you are not all clear of what I mean, I would be glad to give a flow of all actions.
by Marc Venken
Sun Dec 10, 2017 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 9189

Re: Introducing FiveTech's fivedit

Mark, thanks

That is a possibility that I intend to implement at the end, when I already have all the possible keys and actions defined.
Notice that in the preferences folder, there is a tab that puts menus
But it is not yet functional
by cnavarro
Sun Oct 22, 2017 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 120729

Re: Introducing FiveTech's fivedit

... * When invoke with CTRL + ALT + number + number template, only run now with KEYPAD digits * New keys actions - CTRL + AVPAG : First line window - CTRL + REPAG: Last line window - ALT + CTRL + AVPAG: Next paragraph - ALT + CTRL + REPAG: Previous paragraph ...
by cnavarro
Sat Oct 14, 2017 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 120729

Re: Mejoras para scintilla

... * When invoke with CTRL + ALT + number + number template, only run now with KEYPAD digits * New keys actions - CTRL + AVPAG : First line window - CTRL + REPAG: Last line window - ALT + CTRL + AVPAG: Next paragraph - ALT + CTRL + REPAG: Previous paragraph ...
by cnavarro
Sat Oct 14, 2017 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 894582

Re: How to Disable TXIMAGE:MouseWheel to resize image?

... instead of TXImage. TXImage is intentionally made for giving user full control and therefore till now we did not provide for restricting any user actions.
by dutch
Sun Sep 17, 2017 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Disable TXIMAGE:MouseWheel to resize image? *Solved*
Replies: 6
Views: 1034

Re: How to Disable TXIMAGE:MouseWheel to resize image?

I suggest you use TImage instead of TXImage.
TXImage is intentionally made for giving user full control and therefore till now we did not provide for restricting any user actions.
by nageswaragunupudi
Sat Sep 16, 2017 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Disable TXIMAGE:MouseWheel to resize image? *Solved*
Replies: 6
Views: 1034
PreviousNext

Return to advanced search

cron