Search found 11 matches

by Nolram_07
Sun May 07, 2017 7:22 pm
Forum: C++ Development
Topic: wxGenericDirCtrl Focus
Replies: 3
Views: 724

Re: wxGenericDirCtrl Focus

In fact, i'm using WXLUA.
Yes, i use SetFocus(), but the only way is by clicking in the GeneralDirCtrl to select any item
by Nolram_07
Sat May 06, 2017 11:42 pm
Forum: C++ Development
Topic: wxGenericDirCtrl Focus
Replies: 3
Views: 724

wxGenericDirCtrl Focus

I need to put the focus with the keyboard on a GenericDirCtrl to navigate the items, But that is not possible without having to click in him

that is possible? or thist only work with the Mouse
thanks
by Nolram_07
Sat Apr 29, 2017 6:04 pm
Forum: General Development
Topic: [wxLua] FSVolume()
Replies: 2
Views: 1258

Re: [wxLua] FSVolume()

#-o #-o my mistake
I was guided by this: http://docs.wxwidgets.org/3.0/annotated.html
I totally forgot
thanks a lot
by Nolram_07
Sat Apr 29, 2017 6:39 am
Forum: General Development
Topic: [wxLua] FSVolume()
Replies: 2
Views: 1258

[wxLua] FSVolume()

I try to get a list of the mounted volumes

Code: Select all

volumes = {}
volumes = wx.wxFSVolume:GetVolumes()
but there is any error "attempt to index field 'wxFSVolume' (a nil value)"
what am I doing wrong
by Nolram_07
Thu Apr 27, 2017 10:45 pm
Forum: General Development
Topic: [WX WIDGETS LUA] Semi-transparent shape
Replies: 8
Views: 2846

Re: [WX WIDGETS LUA] Semi-transparent shape

Yes, i will try whit the bitmap
really
thanks a lot. Doublemax, really appreciate the answers.
by Nolram_07
Thu Apr 27, 2017 10:06 pm
Forum: General Development
Topic: [WX WIDGETS LUA] Semi-transparent shape
Replies: 8
Views: 2846

Re: [WX WIDGETS LUA] Semi-transparent shape

I know that wxLua is based on wxWidets 2.8.x, but SetTransparent() is available in wx 2.8.x and should also work under XP. I have no idea what to do about this. SetTransparent() is available on wxLua-2.8.12.x, but that version not working in Windows XP = "This application has failed to start b...
by Nolram_07
Thu Apr 27, 2017 6:15 am
Forum: General Development
Topic: [WX WIDGETS LUA] Semi-transparent shape
Replies: 8
Views: 2846

Re: [WX WIDGETS LUA] Semi-transparent shape

Uknow to call method SetTransparent() on a wxFrame
this is the error on Windows XP, but in windows 7 works fine
by Nolram_07
Wed Apr 26, 2017 7:38 am
Forum: General Development
Topic: [WX WIDGETS LUA] Semi-transparent shape
Replies: 8
Views: 2846

Re: [WX WIDGETS LUA] Semi-transparent shape

I have this: function OnKeyDown(event) if event:GetKeyCode() == 65 then dialog_messageA() end if event:GetKeyCode() == 67 then dialog:Destroy() end end fuction dialog_messageA() local dialog = wx.wxDialog(panel, wx.wxID_ANY, "", wx.wxDefaultPosition, wx.wxSize(500, 150),wx.wxNO_BORDER) fun...
by Nolram_07
Tue Apr 25, 2017 11:20 pm
Forum: General Development
Topic: [WX WIDGETS LUA] Semi-transparent shape
Replies: 8
Views: 2846

[WX WIDGETS LUA] Semi-transparent shape

i'm trying to get this:


Image

the semi-transparent rectangle, but not working
i'm working whit Windows Xp. Some way to do it

Thanks
by Nolram_07
Fri Mar 17, 2017 10:37 pm
Forum: General Development
Topic: Files in a directory [LUA]
Replies: 3
Views: 1646

Re: Files in a directory [LUA]

Thanks,
Yes it's wxLua.
Which recommends, if I am managing a directory with more than 30.000 files? lua pure function or wx GetallFiles? Which has better performance?
by Nolram_07
Fri Mar 17, 2017 6:05 pm
Forum: General Development
Topic: Files in a directory [LUA]
Replies: 3
Views: 1646

Files in a directory [LUA]

Hello!
I am trying to get the name, extension and full path of files in a directory.
I use Lua, but I do not know how to do it.

Someone to help me get this
Thanks a lot.

Alguien que hable español :?: [-o<