User Activity

  • Posted a comment on ticket #5 on VCLua

    Added bugfixed source (vclua-0.6.3-arm.tar.gz) to files section. Tested on Raspberry Pi Zero W with raspbian buster. If you have problems, please attach the full error message.

  • Posted a comment on ticket #6 on VCLua

    check your sourcecode. find XLabel and change it to xLabel, variable names are case sensitive!

  • Posted a comment on ticket #6 on VCLua

    function selectFile(xLabel, xFile) xFile = selectFileR() -- xLabel:Refresh() xLabel.caption = xFile end

  • Posted a comment on ticket #5 on VCLua

    im waiting for my new pi. After i received it i will try to compile it for you.

  • Posted a comment on discussion General Discussion on VCLua

    Hi, the list of the key bindings is a 'built in' function in the propertygrid, so it is not accessible from lua. to get the default keybindings search for the procedure named TSynEditKeyStrokes.ResetDefaults at https://github.com/alrieckert/lazarus/blob/master/components/synedit/syneditkeycmds.pp Janos

  • Posted a comment on discussion General Discussion on VCLua

    Hi, both caretpos routines uses the synedit built in functions. i have no idea how to get coordinates of the caret. Maybe someone at the lazarus forum know how to solve the autocompleation in lazarus... The new version will handle the synedit module in the future. The first release is in the very alpha stage now. Janos 13:59 keltezéssel, Gavin Holt írta: Hi I have made a basic autocompleation script for synedit using vclua 0.6.3 under windows. I would like to popup a menu at the cursor position (not...

  • Posted a comment on discussion General Discussion on VCLua

    Hi, Synedit component doesn't supports wordwrap (as i know) Did you tried to modify these properties below? property Keywords: TStringlist; property NonKeywords: TStringlist; SynEdit1:SetLang("LUA") SynEdit1.Highlighter.Keywords:Add("hello") regards Janos

  • Posted a comment on discussion General Discussion on VCLua

    Sorry, the correct way to prevent key triggering is: local function onKeyDown(Sender, key, shift) if shift=="[ssCtrl]" and mySynCtrlKeys[key] then Sender:CommandProcessor(mySynCtrlKeys[key]) return 0 -- set key to ecNone end return key -- continue trigger chain end

View All

Personal Data

Username:
balijani
Joined:
2012-10-15 09:46:33

Projects

This is a list of open source software projects that Janos Bali is associated with:

  • Project Logo RPi GPIO emulator Raspberry Pi GPIO emulator with LUA scripting Last Updated:
  • RPi-64 computer simulation for my raspberry pi Last Updated:
  • Project Logo VCLua VCLua is a LCL/VCL based GUI library for LUA Last Updated:
  • lstomp lStomp is a programmable pluggable controller for live music Last Updated:

Personal Tools

MongoDB Logo MongoDB