Search found 65 matches: imo

Return to advanced search

Re: SAPI : change Voice

IMO the reason why we were not getting the events was that we were not using a window/dialog in the example

As soon as we have tested it with a dialog, the events arrive! :-D
by Antonio Linares
Sun Feb 11, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3570

Re: Fastreport de Cristobal

... : If Cristobal is kind enough to provide a small example that can be used as the foundation to its development, then thats all that we need. IMO, software development it is not a matter of money, but the result of cooperation between many people willing to test, provide feedback and help. ...
by albeiroval
Sat Jun 03, 2023 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3105

Re: Fastreport de Cristobal

If Cristobal is kind enough to provide a small example that can be used as the foundation to its development, then thats all that we need. IMO, software development it is not a matter of money, but the result of cooperation between many people willing to test, provide feedback and help. Just ...
by Antonio Linares
Wed May 31, 2023 12:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3105

Re: Help with complex JSON

... to pull all the data and displays in xbrowse. Now for a dumb question, how do I extract values from aRsp using FOR...NEXT so I can save ["imo"],["Vessel"],["Flag"],["Callsign"],["Vcode"],["ETA"],etc. to a DBF? I am sure it is very ...
by cdmmaui
Wed Mar 22, 2023 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1216

Help with complex JSON

... d, n, i, j, aDt local ARRI, DEPA local cPol, cPolName, cDateTim, dEtd, cEtdTime, cStr aCalls := hJson[ "vessel" ] AADD( aData, { "IMO" , aCalls["vesselIMONumber"] } ) AADD( aData, { "VESSEL" , aCalls["vesselName"] } ) AADD( aData, { "FLAG" ...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1216

Re: MDI child window appearance

... IMO the best company with skin solution is that one. their TOOLKIT offer several kind of style. ( I dont use it actually, but looks fantastic :) )
by Lailton
Fri Dec 30, 2022 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

Re: MDI child window appearance

Dear Sylvio,

We can't use those .NET DLLs from Harbour

IMO Class TSkin is a very good solution
by Antonio Linares
Fri Dec 30, 2022 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

Re: MDI child window appearance

Anyhow such flickering it is not happening on the new example skin3.prg

IMO it works really well :-)
by Antonio Linares
Thu Dec 29, 2022 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

Re: TWebView:Destroy method does not close the window.

Dear Giovany and Hakan, IMO WebView_Terminate() has no sense to be called as we don't need WebView_Run() as we use FWH own "run" main loop Given that, I have just tried this, following Giovany advise:    ACTIVATE WINDOW ...
by Antonio Linares
Fri Jul 29, 2022 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3084

Re: TWebView:Destroy method does not close the window.

Dear Hakan, IMO this is the way to go, anyhow when a child is closed, the app closes and still don't know why: #include "FiveWin.ch"function Main()    local oWnd, oBar   DEFINE WINDOW oWnd ...
by Antonio Linares
Thu Jul 28, 2022 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3084

Re: how to exchange data between online and offline

... synchronized. In this scenario, the actual forms, etc, are maintained on the local machine ( app ), but the data is maintained in the cloud. IMO, when we can accomplish this, we truly add deep value to our offerings.
by TimStone
Fri Jan 24, 2020 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to exchange data between online and offline
Replies: 6
Views: 847

Re: Your EXE into a Web app

... and one of the best: Visual Code Editor. I'm 95% sure Avast UI and MalwareBytes UI are also Electron apps. If using web technologies you can write IMO one of the best code editors in the history, or Skype (Both Microsoft products) and target Windows, OSX and Linux with the same code, I think they ...
by Carlos Mora
Sat Oct 13, 2018 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9052

Re: Richedit ole object

Antonino,

FWH REGetOleInterface() basically does this (what you already posted in the provided example):

SendMessage( hEdit, EM_GETOLEINTERFACE, 0, ( LPARAM ) &tr_code );

IMO, in the example that you have posted you have everything you need to implement it :-)
by Antonio Linares
Tue Mar 13, 2018 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit ole object
Replies: 4
Views: 981

Re: convert C to fivewin

IMO, this should be this way:

// DWORD CEFRead(unsigned char *lpMemArea, LPDWORD pdwByteRead, LPDWORD lpdwSysError);
HB_FUNC( CEFREAD )
{
DWORD dwByteRead, dwSysError;

hb_retnl( CEFRead( ( LPBYTE ) hb_parnl(1) , &dwByteRead, &dwSysError ) );
}
by Antonio Linares
Thu May 25, 2017 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2304

Re: FWH64

Tim,

> there are still numerous issues being resolved with the existing version

What issues are them ?

IMO FWH 64 is rock solid same as FWH 32.

FiveDBU, Fivedit, etc. all are working fine on 64 bits.
by Antonio Linares
Fri Mar 18, 2016 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128
Next

Return to advanced search