Gale FORd wrote:Ok, I was able to add some code to prg on phone.
With the code below, when I press run button it returns error "Unknown or unregistered symbol DOWNLOADLOCATION"
- Code: Select all Expand view
#include "FiveTouch.ch"
function Main()
local cFileLocation, cFile
cFileLocation := DownloadLocation()+"/"
cFile := "test.dbf"
if file( cFileLocation+cFile )
MemoWrit( cFile, MemoRead( cFileLocation+cFile ) )
endif
MsgInfo( "Hello world from FiveTouch" )
return nil
function DownloadLocation()
return QStandardPaths():StandardLocations( 14 ):Value( 0 )
Gale FORd wrote:On setting "use Scintilla" it is really hard to tell because it is so small. But it looks like it is unchecked. I tried changing it so it looks checked but it did not help. When I went back to settings it looked like it was unchecked again. Not matter what I change it to and press "ok" the code in the window still looks like it is using Scintilla and the editing is still problematic.
Gale FORd wrote:Funny, I decided to reload prg after changing Scintilla settings and the code highlighting went away. Typing letters work ok now but the delete/backspace does not work at all.
I thought maybe I could mark some text and press space bar to delete it but you cannot mark text in this mode either. Dang if do and dang if you don't.
Gale FORd wrote:I really want to get this to work on the phone. I need to create a proof of concept for the owners.
If you think it will make a difference we can go ahead with developer option and maybe I can send changes via apk.
Users browsing this forum: No registered users and 5 guests