Search found 78 matches

by D.Bane
Tue Nov 15, 2011 6:13 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Code Snippet03--SplashWindow(Timer driven)
Replies: 15
Views: 49081

Re: Code Snippet03--SplashWindow(Timer driven)

Hi Jerome. I understand about the time very well :) I am trying out some things, hopefully I will be able to add some things to ecere as well, I am amazed by how everything works with ecere. For now I am looking to figure out opacity as much as possible, and add a tooltip property to the window clas...
by D.Bane
Tue Nov 15, 2011 4:39 am
Forum: GUI Toolkit & 2D Graphics
Topic: Code Snippet03--SplashWindow(Timer driven)
Replies: 15
Views: 49081

Re: Code Snippet03--SplashWindow(Timer driven)

Hi to all. Sam. I was looking to add some changes to the Window class of ecere and while going through code I wanted to try something. I have updated the splash.ec file with these new codes:   opacity = 0.5; alphaBlend = true; bool effectGoDown; effectGoDown = true; // CHECK THIS OUT - TRUE/FALSE - ...
by D.Bane
Sun Sep 11, 2011 6:56 pm
Forum: GUI Toolkit
Topic: How to improve the look of ecere.
Replies: 9
Views: 122231

Re: How to improve the look of ecere.

Hi Jerome. I will try to find where I could be of help so you will here from me if I get something done... I will need more time than what you and Redj need :) .... I just saw the launchpad...update,update,update :) When I started with Ecere I were doing some skinning but I guess it is on my brother...
by D.Bane
Sat Sep 10, 2011 8:25 pm
Forum: GUI Toolkit
Topic: How to improve the look of ecere.
Replies: 9
Views: 122231

Re: How to improve the look of ecere.

I would like to say that I am interested to help as much as I can as well. I think for now that the design is something I would be able to help more than with some more advanced things... :oops: Are there any special direction that you 'saw'/plan Ecere IDE to go for Jerome? Controls as well? Best Re...
by D.Bane
Fri Sep 09, 2011 11:43 am
Forum: GUI Toolkit & 2D Graphics
Topic: About form.Create()
Replies: 8
Views: 21984

Re: About form.Create()

Hi, Nice to hear that you liked it Sam. It is also nice to hear about the memory leak.. I don't know exactly why, but I remember having some kind of trouble with strings, and CopyString() made it all work nicely so I may have been over using it since (think in 0.43 version)... Thanks for pointing th...
by D.Bane
Fri Sep 09, 2011 6:26 am
Forum: GUI Toolkit & 2D Graphics
Topic: CommonControl issues
Replies: 6
Views: 17670

Re: CommonControl issues

Hi Jerome, Thank you for the very nice and detailed info on what I need to do now. I also see that Sam has asked some very nice questions so I am packed for a while now :) I had given up on MS Studios and what ever...It was easy to do a lot in VB, but Ecere is a beauty that is far more superior and ...
by D.Bane
Fri Sep 09, 2011 6:01 am
Forum: GUI Toolkit & 2D Graphics
Topic: About form.Create()
Replies: 8
Views: 21984

Re: About form.Create()

Hi Sam. I would like to repeat,hey,I love this place :D I know exactly what you mean :D I will post both forms here, as it seems that it will upload only one file.. form1.ec import "ecere" import "form2"   class Form1 : Window { text = "Form1"; background = activeBorder...
by D.Bane
Thu Sep 08, 2011 5:05 pm
Forum: GUI Toolkit & 2D Graphics
Topic: CommonControl issues
Replies: 6
Views: 17670

Re: CommonControl issues

Hi Jerome. I had some problem downloading from git...had to download from Firefox in safe mode (something on my side...NoScript/PolicyRequest.......)... Anyway, downloaded and did a make but got an error: Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reser...
by D.Bane
Thu Sep 08, 2011 10:33 am
Forum: GUI Toolkit & 2D Graphics
Topic: CommonControl issues
Replies: 6
Views: 17670

Re: CommonControl issues

Hi, I hope it does not look like a mess and that you will like it. I planned to make it go trough its children and position them automatically depending of how it is placed but was not able to figure it out how to o it so I skipped that and started doing something else to return to this after some m...
by D.Bane
Thu Sep 08, 2011 9:44 am
Forum: GUI Toolkit & 2D Graphics
Topic: CommonControl issues
Replies: 6
Views: 17670

CommonControl issues

Hi. I wanted to ask you about CommonControl. I have created few controls, but any time I want to add them trough the Designer window the Ecere IDE just crashes...every time. If I call my class from the code it works as it should properly.. I am doing most of it from the code, but it pains me not to ...