Search found 31 matches

by shakeshuck
Tue Dec 08, 2015 7:32 pm
Forum: General Help
Topic: Fun with the IDE
Replies: 6
Views: 36184

Re: Fun with the IDE

I'm using the 32-bit Windows version, the same build number as you quote, running on Win 7.

I managed to make a small video showing the rgb problem, (unfortunately in wmv format). Is there an address I can send it to?
by shakeshuck
Tue Dec 08, 2015 4:09 pm
Forum: General Help
Topic: Fun with the IDE
Replies: 6
Views: 36184

Re: Fun with the IDE

Are some or all of these issues while using the Form Designer / Property Sheet? This will end up reformatting the code as it outputs the code in one specific way. The changes should be minimal however and limited to setting the form or controls properties. I have a few windows in a child/parent set...
by shakeshuck
Tue Dec 08, 2015 1:56 pm
Forum: General Help
Topic: Fun with the IDE
Replies: 6
Views: 36184

Fun with the IDE

Guys, The IDE is driving me nuts! I'm already getting frustrated (with myself) trying to work out what I need to do, to get things working the way I want, but the IDE isn't helping when it: - reformats the code differently to the way I want it without asking - changes values of rgb colours while I'm...
by shakeshuck
Mon Dec 07, 2015 5:26 am
Forum: GUI Toolkit & 2D Graphics
Topic: Selection of Listbox entry
Replies: 3
Views: 52361

Re: Selection of Listbox entry

Thanks Jerome,

I really need to stop working on these things two hours after I should've gone to bed... :roll:
by shakeshuck
Sun Dec 06, 2015 7:56 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Selection of Listbox entry
Replies: 3
Views: 52361

Re: Selection of Listbox entry

Sorry guys, just ignore me.
I've been looking for ages and 30 secs after posting I found the "inactive" property. Sheesh! :?
by shakeshuck
Sun Dec 06, 2015 7:50 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Selection of Listbox entry
Replies: 3
Views: 52361

Selection of Listbox entry

I'm now trying to prevent a listbox from being selected.

I presume I'm looking at the OnActivate method, which by default says "goOnWithActivation".

What's the opposite of "goOnWithActivation"?
by shakeshuck
Thu Dec 03, 2015 4:13 am
Forum: GUI Toolkit & 2D Graphics
Topic: Number alignment
Replies: 2
Views: 49813

Number alignment

OK, next question - you'll be getting sick of me soon :o

I can't find any alignment attached to editbox or savingdatabox. Is it only in listbox?
by shakeshuck
Wed Dec 02, 2015 4:47 pm
Forum: GUI Toolkit & 2D Graphics
Topic: TAB order
Replies: 4
Views: 55604

TAB order

Hi guys, Is there a method for specifying the order controls are accessed when using the TAB key? I see that by default, controls are tabbed to in the order they are defined in the code, and oddly the LAST to be defined is the one with focus when the app is started? Or again, have I missed a propert...
by shakeshuck
Wed Dec 02, 2015 11:40 am
Forum: GUI Toolkit & 2D Graphics
Topic: Cell borders in ListBox
Replies: 6
Views: 64242

Re: Cell borders in ListBox

I see what you say about fullRowSelect, I was hoping it would just highlight the selected cell, but instead it highlights the first column also: http://s7.postimg.org/c7em4bgq3/ecere_listbox.jpg This looks a bit odd to me...? For example, selecting individual cells rather than entire rows is limited...
by shakeshuck
Wed Dec 02, 2015 10:37 am
Forum: GUI Toolkit & 2D Graphics
Topic: Cell borders in ListBox
Replies: 6
Views: 64242

Re: Cell borders in ListBox

Thanks, Jerome. I was concerned for a minute that alwaysEdit would make things editable, but it doesn't. ;) This works until you have fullRowSelect set to false, in which case the cell boundaries disappear again. This also causes odd behaviour in the listbox; selecting a third column cell, for insta...