Gui4Cli is such an awesome program! Keep up the great work Dimitris. Just one question though, why when I load icons from xp style icons such as the attached...
Hi, ... I had a look. It happens because (since I don't know the icon depth) it is loaded as a 16 bit icon, whatever depth it is. I'll see if I can change it...
Hi there Just one question. I am using Windows XP since two weeks ago. With the above dll I do have one problem and do not know why. I register the dll and...
... I'm also running XP and I just ran the example included with g4cax and it ran ok, without asking me to register the dll again. I can't think of anything.....
i'm trying to add icons to my treeview, with the data being loaded from a gtv file. i just can't get the icons to appear... i dunno what i'm doing wrong. after...
ETI <dck@...> wrote: > i'm trying to add icons to my treeview, with the data being loaded ... As you say, it should work as it is.. To fix it for now add...
ok, that's got it. i see that the icon must also appear before the #VR variable assignment too. thanks jack if we don't succeed, we run the risk of failure...
... I added this to the help file recently: If the treeview is using the SHELL icon list, there is a problem, in that NT/2000/XP does not use the same icon...
I was wondering if the xEdbox behavior has been changed since the Help file was created. The Help file says: "Note that by default, an edbox will never...
... By "happen" I mean that the xEdbox event itself is trigerred so that the commands following it are executed. The "styles" that can be given to an xEdbox...
AS expected, I had to use the command GuiWindow #this REFRESH after invoking some SetAttr commands for some visible objects. Does the system keep track of the...
... Depends.. Windows does various optimizations while redrawing and so does Gui4Cli (by only asking for what needs to be redrawn), but sometimes, due to weird...
... There is a bug there - I just found it.. The 1st argument is not taken into consideration.. Till I upload next time you can use ALT &, like so: XHOTKEY ""...
... to be ... changed ... so does ... sometimes, due to ... I was hoping, as you confirmed above, that SetEvent REFRESH would (probably) apply to just the...
Thanks for your reply. Concerning icons the following happens: at work I use xp professional (no administration rights) and when I quit Gui4Cli via the red G...
... Yes.. redrawing is a bit of a black art.. I spent a lot of time trying to get it right. Basically, you have to disable the WM_ERASEBKGND message and do all...
i got the gtv file working nicely, so i have various icons brightening up my treeview. i would also like to be able to apply the same icons to some rows in a ...
GlacierJust wanted to add my voice to this group. I just recently discovered Gui4Cli, I think it is a fantastic program, thank you Dimitris. I'm looking...
Marc Poulin
mpoulin@...
Apr 23, 2005 7:50 pm
2972
... I created a non-administrator account on my XP and I ran into problems too.. First of all, from the Explorer, I can't open any of the folders in the ...
... To add icons to the listview, first you have to give it the icon attribute to give it an icon list. This can be one of the internal icon lists or a new one...
ok, I expect I can that. however, is it possible to do this from the .lv file when loading? I'm generating the .lv from a python program, and there could often...
There is a movie "Never on sunday". I don't remember what the Greek never do on sunday, but myself, I am never at office on sunday. Now this is monday, and...
... Well currently, during the week, I'm working mostly on a ship (www.madiz.com) so programming is mainly "only on sunday" :) ... Good. I probably did...
You can send me a debug version, although I am not a programmer. This week I'll try gui4cli on the pc of my collegue. The problems will probably only occur on...
I'm having difficulty with icons, can't get my head around G4C's concept yet. I'll like to change the icon in the status bar when the button is pressed. code ...
m1poulin
mpoulin@...
Apr 26, 2005 7:08 pm
2979
... In general, or just for xStatus ? ... You can't (yet) for xstatus.. Its easy to add, so I'll add it. Dimitris...
Hi Dimitries I still have a little difficulty with the Icon containment idea and how to store and then retrieve them. As to the Status bar , I would like to...