Search found 212 matches

by samsam598
Thu Oct 17, 2013 1:51 am
Forum: GUI Toolkit & 2D Graphics
Topic: Something in eNotepad example
Replies: 1
Views: 47175

Something in eNotepad example

Given below code:

Code: Select all

 
Menu fileMenu { menu, "File", f };
 
At the place both menu and f has not defined but how come they are ready to use?I am a bit confused to the construction of the Menu system in eC.
by samsam598
Sat Oct 05, 2013 4:50 am
Forum: eC Language
Topic: DynamicString.concatf,concatx
Replies: 2
Views: 26881

Re: DynamicString.concatf,concatx

Thanks.Yes,perfect.
by samsam598
Fri Oct 04, 2013 2:40 am
Forum: eC Language
Topic: DynamicString.concatf,concatx
Replies: 2
Views: 26881

DynamicString.concatf,concatx

Given below code,MessageBox.contents wants to fetch all lines input from editBox1 and a "\n" to separate them line by line.DynamicString.concat(String) works as expected,but for concatf and concatx,maybe I was totall wrong.I just want to concat all inputs into DynamicString buffer.My attem...
by samsam598
Wed Oct 02, 2013 7:19 am
Forum: GUI Toolkit & 2D Graphics
Topic: SmartOpenFile issue [OP]EditBox.HasXXScroll issue
Replies: 16
Views: 130723

Re: SmartOpenFile issue [OP]EditBox.HasXXScroll issue

Support for Asian character----No,I don't mean gbk.google.com has been redirected to google.com.hk in my country,it is unrecognizable too.Tested below several website: Web encoding Chinese characters show www.google.com.hk utf-8 wrong www.hao123.com utf-8 proper www.sina.com.cn gb2312 wrong www.sohu...
by samsam598
Wed Oct 02, 2013 6:33 am
Forum: GUI Toolkit & 2D Graphics
Topic: Serialization
Replies: 1
Views: 45644

Serialization

In sample openrider it seems serialization and unserialization have been used.Am I correct?I want to learn more on the topic in eC.Any more informations and guidance would be appreicated.
by samsam598
Wed Oct 02, 2013 12:50 am
Forum: eC Language
Topic: Multi inheritance or interface in eC
Replies: 10
Views: 61830

Re: Multi inheritance or interface in eC

Thanks!Knowing the fact that c++ support too much stuffs finally make itself an extremely complicated language.Trust eC won't be that.But have to say,only C++ in the world can create an object in stack ,not only on the heap.
by samsam598
Tue Oct 01, 2013 11:08 pm
Forum: GUI Toolkit & 2D Graphics
Topic: SmartOpenFile issue [OP]EditBox.HasXXScroll issue
Replies: 16
Views: 130723

Re: SmartOpenFile issue [OP]EditBox.HasXXScroll issue

Just noticed the Web brower have been included in the sample.WOW!This is unbelievable!So many language over there for decades and only a couple of libraries has it's own Web component.Besides Qt's one,wxWidgets's one,I can't figure out which one else has this.All of them the source are huge. Sorry c...
by samsam598
Tue Oct 01, 2013 11:02 pm
Forum: eC Language
Topic: Multi inheritance or interface in eC
Replies: 10
Views: 61830

Re: Multi inheritance or interface in eC

Could IDE help to identify which is a class and which is an interface? Anyway this is a taste choice by one own and I will accept `implements' as well.To my own,I prefer the less key word the better. I will be more than happy and always loving ecere as long as it keeps C's simplicity,purity,real tim...
by samsam598
Sat Sep 21, 2013 12:09 am
Forum: eC Language
Topic: SearchString.matchWord to UTF16(Chinese characters)
Replies: 2
Views: 25864

Re: SearchString.matchWord to UTF16(Chinese characters)

Sorry I can't reproduce the issue with current SDK.Will check again to see whether the issue disappears.

Thanks for the help.
by samsam598
Fri Sep 20, 2013 6:27 am
Forum: GUI Toolkit & 2D Graphics
Topic: SmartOpenFile issue [OP]EditBox.HasXXScroll issue
Replies: 16
Views: 130723

Re: SmartOpenFile issue [OP]EditBox.HasXXScroll issue

Thanks.I will paste some code with fmmpeg lib to show the issue sometime later.Yes I know there is a great sound lib in eC and I'm loving it(the piano sample etc),but as you know sometimes when one doesn't know how to start with such a lib with classes,wrappers,a lot of stuffs inside,a pure c lib,it...