[Gambas-user] WebView1 und HTML5

2016-11-04 Thread dirk
HI, (Translated with Google) I would like to display the url http://websdr.ewi.utwente.nl:8901/?tune=3688lsb in the webview Unfortunately I get no sound. Someone a tip? greetings Dirk -- Developer Access Program

[Gambas-user] morse code sound ?

2014-02-06 Thread Dirk
Hi, can create with gambas morse code sound ? ... Dirk -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http

Re: [Gambas-user] Convert string to integer

2014-01-27 Thread Dirk
uot; ")) rx = Trim(Replace$(rx, dxcall & " ", "")) ' . . . . . . . . . . qrg = Trim(qrg) Print "qrg=" & qrg & "<<<" ' out = qrg=14160.0<<< Try qrg_i = CInteger(qrg) If Error Then Error Subst("&a

[Gambas-user] Convert string to integer

2014-01-25 Thread Dirk
Trim(qrg) qrg_i = CInteger(qrg) ' <<<== Here is Error If qrg_i < 44 And qrg_i > 43 Then mh430 = machmaupdatestr(mh430, dxcall, qrg) wpa = Split(mh430, " ") nr430 = wpa.length - 1 ' wp = mac