Search found 204 matches: implementing

Return to advanced search

Re: Introducing FiveTech's fivedit

I am implementing some new features that will surely help you solve your suggestion
In menuitem "Execute" also has the possibility to include arguments / parameters ( last item ) in the execution of the exe
by cnavarro
Mon Jun 11, 2018 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 109845

Re: TFBuffer, una clase para acelerar la escritura en ficheros

Excellent. Also, a very good example showing how to write methods in C language. I have a few requests if you don't mind implementing. Now, we need to convert numbers and dates to string values before calling addstring(). These conversions at Harbour level are a bit less efficient ...
by nageswaragunupudi
Sun May 06, 2018 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFBuffer, una clase para acelerar la escritura en ficheros
Replies: 7
Views: 2263

Re: EN_UPDATE never called on TEdit

... We only take care of changes with bChange or ON CHANGE clause. Kindly keep the issue of consistent usage across all controls in mind while implementing any changes
by nageswaragunupudi
Sat Dec 30, 2017 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EN_UPDATE never called on TEdit
Replies: 9
Views: 2285

Re: Reinforcement Learning

Implementing the learning. Work in progress qlearning.prg // AI: Reinforcement Learning example (Q-Learning)// Harbour implementation by Antonio Linares#include "FiveWin.ch"function Main()   local ...
by Antonio Linares
Wed Dec 27, 2017 12:34 pm
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 2167

Re: JSON - request then decode RESOLVED

... is actually quite simple, except when I added an extra n to the word application when stating the header setting for content. Now I'm successfully implementing the call and receiving the data. I only looked at that for hours and did not see the spelling error. Tim
by TimStone
Wed Jul 19, 2017 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3807

Re: TensorFlow DLL for Windows (64 bits)

Creating a Tensor from a string and also implementing a Class TensorFlow to simplify the code: TensorFlow programs use a tensor data structure to represent all data. You can think of a TensorFlow tensor as an n-dimensional array or list. A tensor ...
by Antonio Linares
Sat Jun 03, 2017 7:27 am
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: TensorFlow DLL for Windows (64 bits)
Replies: 28
Views: 14805

Re: FWH 17.04 : Group Labels on ButtonBars

... or reducing the requirement of extra code. So you may now try the above examples only for testing and reporting any problems. Please do not start implementing for dialogs in your regular applications till we come back again on this subject.
by nageswaragunupudi
Tue May 02, 2017 3:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 4040

Re: Fivewin & web

Günther, I recently started implementing Bootstrap in FiveWeb as I think it is the right GUI to use, so apps run on the web, phones, tablets, etc and the GUI automatically adjust to them with no work on our side. But I got almost no feedback ...
by Antonio Linares
Fri Feb 03, 2017 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17297

Re: Create a file with a stored procedure in Advantage Database

... if the event has occurred. However, it is also possible to have the workstation execute sp_WaitForEvent() using a FW timer. I had problems implementing threads from xharbour and ended up using a FW timer. I currently use notifications to inform another fw application that shows realtime ...
by reinaldocrespo
Fri Jan 20, 2017 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a file with a stored procedure in Advantage Database
Replies: 21
Views: 6518

Re: Looking for cliparse.zip / Buscando cliparse.zip

... finds ENDPROC it knows it has reached the end of a function pcode. Now that we clearly understand this basic model we are ready to start implementing 'production rules' on our yacc (clipper.y) syntax to generate the specific output file (test.c) with the above structure (or we could easily ...
by Antonio Linares
Mon Oct 24, 2016 7:51 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2382

Re: clickable image

Rene,

This is not working yet:

oImage:bLButtonUp = { | nRow, nCol | ImageClick() }

I am implementing it
by Antonio Linares
Sun Sep 25, 2016 10:35 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: clickable image
Replies: 12
Views: 3452

Re: Windows Toast notifications - second try

Manuel,

very good

I am focused now on implementing the toast events

Also we need to implement the code to display the image
by Antonio Linares
Wed Apr 20, 2016 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 23731

Re: UTC to Local

Dear Rao,

Thank you. I will be implementing and testing today.
by cdmmaui
Mon Apr 11, 2016 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4104

Re: Fivewin samples - Dialog designer

Otto, We have been focused on Unicode support in FWH and I didn't want to include any additional changes, as implementing unicode in FWH has been a lot of changes already. I am testing samples\design.prg testing each control, so I started with an empty dialog, placed a radio ...
by Antonio Linares
Sun Nov 01, 2015 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin samples - Dialog designer
Replies: 12
Views: 3101

Re: Bug in ResizeImg()

Thank you. But I think that using AlphaBlend() features would be much more efficient. I'm implementing the required changes.

EMG
by Enrico Maria Giordano
Thu Oct 29, 2015 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2856
PreviousNext

Return to advanced search