Search found 49 matches

by jonaspm
Thu Apr 02, 2015 2:49 am
Forum: Teaching and Learning Programming with the Ecere SDK
Topic: VALS's Summer of Code
Replies: 1
Views: 40544

Re: VALS's Summer of Code

Hey Jerome, did you manage to get accepted?
by jonaspm
Sat Mar 28, 2015 4:44 pm
Forum: Teaching and Learning Programming with the Ecere SDK
Topic: VALS's Summer of Code
Replies: 1
Views: 40544

VALS's Summer of Code

I think this is a good alternative to GSoC (maybe better).


http://semesterofcode.com/?p=5
by jonaspm
Wed Mar 25, 2015 12:32 am
Forum: eC Language
Topic: some boolean data type errors
Replies: 1
Views: 27596

some boolean data type errors

Hello Jerome, redj and all the community! Today i got some trouble, because i wrote this: class Form1 : Window { /*WINDOW properties stuff...*/ bool neg1=false; bool neg2=false; then I have this: bool NotifyClicked(Button button, int x, int y, Modifiers mods) { String negacion; String negacion2; if(...
by jonaspm
Fri Mar 06, 2015 3:04 pm
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 47364

Re: EcereSDK not opening/working on Windows 8.1

Oh! then there's no problem :)

Sure! I am very busy right now, but i will enter IRC soon!

btw... Can you see the messages that someone left on IRC before you logged in ?

thanks in advance Jerome!


best regards,
Jonas
by jonaspm
Wed Feb 25, 2015 12:48 am
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 47364

Re: EcereSDK not opening/working on Windows 8.1

Hello Jerome! Today I couldn't join you on IRC but i have another issue to report...

After installation of new v0.4.11, the IDEs about dialog still shows 'v0.4.10'

I don't know if this is a real mistake or if it's normal...

Thanks in advance!
by jonaspm
Wed Feb 11, 2015 11:19 pm
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 47364

Re: EcereSDK not opening/working on Windows 8.1

Well, basically EcereIDE won't start. I double click on the shortcut icon to ide.exe but in the Task Manager the process ide.exe flashes (opens but closes again). I have tried Windows 8.1 backward compatibility with Windows 7 and Vista without success... Also tried running with admin rights but didn...
by jonaspm
Wed Feb 11, 2015 9:57 am
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 47364

EcereSDK not opening/working on Windows 8.1

Hi Jerome, redj and everyone! :D

I have a problem... it seems that EcereSDK is not working on Windows 8.1

I don't know if it's just my computer or if it's happening on every Windows 8/8.1 installation.

Here are my computer specs:
http://1drv.ms/1zW1uNt
EcereSDK v0.44.10
by jonaspm
Thu Jul 31, 2014 3:27 am
Forum: General Discussion
Topic: D support instead of Java
Replies: 7
Views: 53476

Re: D support instead of Java

AMAZING NEW RELEASE! NEW INSTALLER! FEELS MUCH MORE STABLE NOW!

I WANT TO START CODING NOOOOW!!
by jonaspm
Tue May 20, 2014 10:02 pm
Forum: System Library
Topic: Native OS web layout engine
Replies: 2
Views: 47621

Re: Native OS web layout engine

I mean using the default rendering engine of the default browser installed on the OS.

¿That is auto-layout engine? thanks in advance!

BTW, why don't you use NetSurf browser layout engine? is not the best of all but is complete enough.
by jonaspm
Mon May 19, 2014 6:31 am
Forum: System Library
Topic: Native OS web layout engine
Replies: 2
Views: 47621

Native OS web layout engine

Hello jerome, redj and all Ecere community here :)

I have a question because i wrote a website (webapp) but i want to run it locally on any device without writting a lot of code.

Something like a browser, but using native web layout engine of each OS... ¿Is this possible?

thanks in advance!