Search found 98 matches
- Wednesday 1st February 2023 12:41am
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
Re: way off topic
problem with most of the C++ IDE's is that they do not support graphical creation of a user interface. That is the main issue. in Gambas we can draw it out and then program but not found one like that for C++. I did look at the MS stuff but they seem intent on making things very difficult and that i...
- Tuesday 31st January 2023 1:00am
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
Re: way off topic
i have considered that but they will not know what the gambas IDE is or anything about it.
- Monday 30th January 2023 10:29pm
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
Re: way off topic
nope, you are way off understanding. I do not want to put together the forms in gambas then port them around by chanting around a fire at midnight and sacrificing a live chicken to the moon god. I am looking for a fully functional IDE for C++ similar to what we have in gambas that allows us to easil...
- Monday 30th January 2023 8:19pm
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
way off topic
I love the gambas IDE it is great it is easy to use and powerful. It has spoiled me. Now what I am trying to find is the same kind of IDE for C++ that includes the ability to compile. Anybody got a suggestion? What usually shoots down the IDE I look at is not being able to design a user interface gr...
- Wednesday 18th January 2023 7:20pm
- Forum: Component
- Topic: programatically control columnview
- Replies: 5
- Views: 143
Re: programatically control columnview
The solution was not quite right but lead me the right path. I posted below the actual working code for those that may need. I made it a public sub so it can be called from several places in the project using any columnview. The button down is the same just replace LV.MovePrevious() with LV.MoveNext...
- Wednesday 18th January 2023 1:24am
- Forum: Component
- Topic: programatically control columnview
- Replies: 5
- Views: 143
Re: programatically control columnview
I think I understand. I was looking up columnview but nothing was jumping out at me. gambas is such a simple language that I sometimes can't think simple enough to make something work. I will try what you suggested. you understood right the first time.
- Monday 16th January 2023 8:42pm
- Forum: Component
- Topic: programatically control columnview
- Replies: 5
- Views: 143
programatically control columnview
I have noticed an issue with columnview on fedora tablets. Making a selection does not select an item but instead brings up the on screen keyboard. I do not care why or how this happens I am assuming an issue in fedora. What I want to do is create a tablet mode giving me extra buttons on the screens...
- Monday 7th November 2022 8:45pm
- Forum: General
- Topic: Spot my error
- Replies: 8
- Views: 357
Re: Spot my error
I do alot of mysql with gambas. I would have to agree that we need some more information. If you can show us what the data in the table looks like along with what VB.net is returning then what you get on gambas I think I can help you.
- Tuesday 17th May 2022 10:02pm
- Forum: General
- Topic: Help Converting From VB.net to Gambas
- Replies: 12
- Views: 7053
Re: Help Converting From VB.net to Gambas
I worked in VB since version 6. MS does so many things in strange ways that make no sense and leave opening for many errors. The thing I keep running into is I still think complex like MS. In Gambas you must think simple because it works. I converted several VB projects over but ended up mostly rewr...
- Thursday 17th February 2022 7:58pm
- Forum: Component
- Topic: mediaview capture
- Replies: 4
- Views: 1979
Re: mediaview capture
I will have to take some time going thru that code you provided. hurts my brain right now. Let me splain.... I have gotten very pissed off with zoneminder and monitor which are used for security cameras. both are flakey and difficult to keep working. Yes zoneminder especially. I want to write a new ...