April 18, 2024, 11:18:05 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Recent posts

Pages 1 ... 7 8 9 10
81
General Questions / Re: Change coloron LV headers?
Last post by Egil - October 28, 2023, 04:51:29 AM
Bill,
Have you tried both of Brians postings?
I'm not able to try them myself, but by studying the code I think that his first post should take care of that.
(https://www.ionicwind.com/forums/index.php?action=dlattach;topic=6692.0;attach=5868)

Picture below shows a screendump from my laptop taken before IWB failed to work properly.
Seems like you have to set one coloumn at the time also for the headers.


Good Luck!
Egil

demo_brian.png
82
General Questions / Re: Change coloron LV headers?
Last post by billhsln - October 27, 2023, 10:27:51 PM
I thought the point of the exercise was to change the header.  I have done the other type.

Bill
83
General Questions / Re: Change coloron LV headers?
Last post by Brian - October 27, 2023, 03:08:12 AM
Bill,

In this not-finished example, you need to add or remove, in the SUB MyLVHandler, the CASE 0, 1, 2 or 3 lines with as many listview column headers you have got, and change the colour RGBs accordingly

So, if you have seven column headers, you would need CASE 0 to 6 with the relevant colours

Brian
84
General Questions / Re: Change coloron LV headers?
Last post by Egil - October 26, 2023, 01:43:10 PM
Hi Bill,
Have not figured it out yet. After IWB suddenly stopped to work properly on my tabletop, my laptop still worked fine. But last week IWB stopped working properly also on That  computer, so now I can use CB only.
But converting the code Brian posted to CB involves too much work for me at the moment, so I'll wait working on that code till the IWB problems have been fixed.

In addition apv2004, stopped working at the same time as IWB and some radio related decoding programs. Same file handling problems as IWB. And since converting to CB involved intensive use of that software, I just have to wait.

I'm reluctant to buy a new PC as both of them are only a few years old. And I have already decided that my next computer will be a Mac. Have not yet studied what software is available for hobby coders like me for a Mac, but I beleive c/c++ will be the only affordable option. Haven't done that kind of work since around 1990... :)


Regards,
Egil
85
General Questions / Re: Change coloron LV headers?
Last post by billhsln - October 26, 2023, 10:54:52 AM
Did you ever figure out how to change the color?

Bill
86
General Questions / Re: Change coloron LV headers?
Last post by Brian - October 15, 2023, 02:58:49 PM
I will check that email to.orrow, Evil

Brian
87
General Questions / Re: Change coloron LV headers?
Last post by Egil - October 15, 2023, 11:47:23 AM
Thanks Brian!
Now I have something to play with during my last five days here in Trondheim.
BTW have not seen any email from you about this yet.


Regards,
Egil
88
General Questions / Re: Change coloron LV headers?
Last post by Brian - October 15, 2023, 07:36:42 AM
Egil,

Maybe this is a simpler one to understand than the one I sent to your email address

Brian
89
General Questions / Change coloron LV headers?
Last post by Egil - October 14, 2023, 08:31:55 AM
Scratching my head here....
Change the colors in a List View control is easy, but it does not affect the header colors.
So does anyone know how to change the color in a List View header?


Best regards,
Egil
90
General Questions / Start and pass arguments to an...
Last post by Egil - October 09, 2023, 03:44:04 PM
Greetings!

I'm in the making of a very simple log program and need to identify radiostations transmitting on a specified frequency.
Years ago I made a small program for viewing the EIBI database was made, and when I return home I'll modify it slightly to accept command line arguments.

Had forgotten almost everything about this way of programming, but a search on the forum came up with this:
https://www.ionicwind.com/forums/index.php?topic=2031.msg18322#msg18322

Maybe other would like to experiment with it.
The zip-file contains simple code both for the sending and receiving programs, and there is also included an exe file for the receiver program. for testing.

This is a technique I haven't used since the 1960s.



Have fun!

Egil

PS
This is written in CB since that is the only code tool I am able to use at the moment, but it should work by copying the code into the IWB editor and compile.
Pages 1 ... 7 8 9 10