Search found 1061 matches

by Edwin Knoppert
Wed Mar 20, 2013 8:00 pm
Forum: General Discussion
Topic: Submit JSON using commandline?
Replies: 9
Views: 1965

Re: Submit JSON using commandline?

He prepared a 'stringified' json and not an object view notation, both element as value have quotes.
Afaik in that case crlf is not part of json.
by Edwin Knoppert
Wed Mar 20, 2013 4:24 pm
Forum: General Discussion
Topic: Submit JSON using commandline?
Replies: 9
Views: 1965

Re: Submit JSON using commandline?

afaik json does not contain crlf's
by Edwin Knoppert
Mon Mar 18, 2013 6:48 pm
Forum: Coding Questions
Topic: reading outlook msg files
Replies: 7
Views: 2842

Re: reading outlook msg files

The criteria for me was different, a certain version of Outlook didn't eat msg files anymore and i wrote this tool for someone at the office.
The code is not really important here because i explained that i renamed the filename and then opened in an Internet control.
If you rename the file you can ...
by Edwin Knoppert
Fri Mar 15, 2013 7:19 pm
Forum: Coding Questions
Topic: reading outlook msg files
Replies: 7
Views: 2842

Re: reading outlook msg files

My website's url was incorrect, it's corrected now..
by Edwin Knoppert
Fri Mar 15, 2013 6:28 pm
Forum: Coding Questions
Topic: reading outlook msg files
Replies: 7
Views: 2842

Re: reading outlook msg files

On my site their is a download 'EMLreader' and it simply copies the .msg file to a .htm file and opens it in a webcontrol.
At least you can use this tool how it behaves..
by Edwin Knoppert
Sat Mar 02, 2013 9:50 pm
Forum: Coding Questions
Topic: Add OnClick to a webgadget page?
Replies: 4
Views: 1043

Re: Add OnClick to a webgadget page?

Is it your html?
Then you could use your own javascript code..?
if not you'll need the html document 'api's' to insert code.
Don't know how that must be done in purebasic but once you can get access to the dom (document3 afaik) object you should be able to do that.
Seems like a capture no one wants ...
by Edwin Knoppert
Fri Mar 01, 2013 10:47 pm
Forum: Coding Questions
Topic: Add OnClick to a webgadget page?
Replies: 4
Views: 1043

Re: Add OnClick to a webgadget?

I am using specially formatted url's and simply cancel the navigation inside the program when i recognize that url.
This means the navigateto() event..
by Edwin Knoppert
Thu Feb 14, 2013 6:32 pm
Forum: Off Topic
Topic: Most annoying things
Replies: 19
Views: 3866

Re: Most annoying things

>Websites packed up with Javascript, jQuery, Ajax and plethora of other hell technologies, which eat hundreds megabytes of RAM and 100% CPU.

Blame the browsers, they are still light years away from nowadays desires and people have to use 'odd' techniques to make a living..
They should have had many ...
by Edwin Knoppert
Sat Dec 01, 2012 11:33 pm
Forum: Announcement
Topic: PBDev - PureBasic Developer - freeware version
Replies: 61
Views: 33829

Re: PBDev - PureBasic Developer - freeware version

>This is a great tool, but IIRC, you can't use it for commercial projects, so that does limit it a bit. Still a very good tool, though.

The reason for not allowing commercial projects is that one may make claims about PBDev.
I do not condone using it officially in commercially projects and because ...
by Edwin Knoppert
Sat Sep 11, 2010 10:06 am
Forum: Coding Questions
Topic: Best icon techniques?
Replies: 13
Views: 2714

Re: Best icon techniques?

Doesn't matter anymore, Elvis has left the building.
If one needs to chat about this tool find me via my website.

Thanks,
by Edwin Knoppert
Fri Sep 10, 2010 9:53 pm
Forum: Coding Questions
Topic: Best icon techniques?
Replies: 13
Views: 2714

Re: Best icon techniques?

Oh no, another who's right discussion..
by Edwin Knoppert
Fri Sep 10, 2010 9:18 pm
Forum: Coding Questions
Topic: Best icon techniques?
Replies: 13
Views: 2714

Re: Best icon techniques?

On my website under downloads you can download iconbrowser.
It has a few icons and even with PNG format, this tool can show you what ~ you could support for sizes and resolution.
by Edwin Knoppert
Fri Sep 10, 2010 9:12 pm
Forum: Coding Questions
Topic: Best icon techniques?
Replies: 13
Views: 2714

Re: Best icon techniques?

WM_SETICON

SetClassLong is for all forms using the same class, it ain't so bad if that is the intention but then it should be allowed to define this on forehand.
This api can only be used via an existing form and is contradicting the applications logic.
WM_SETICON is also for an existing form but ...
by Edwin Knoppert
Fri Sep 10, 2010 8:44 pm
Forum: Coding Questions
Topic: Best icon techniques?
Replies: 13
Views: 2714

Re: Best icon techniques?

>Best is to use an icon file with a large icon and a small icon in it, this way the OS isn't resizing very far if at all.

There is so much nonsense posted about icons already, please read msdn first ok..

http://msdn.microsoft.com/en-us/library/aa511280.aspx

There is so much more to icons, Windows ...
by Edwin Knoppert
Wed Aug 11, 2010 11:20 pm
Forum: Coding Questions
Topic: SQLlite big string column question
Replies: 8
Views: 1596

Re: SQLlite big string column question

Oh well the documentations was on three years ago ( www.sqlite.org )
Anyway, typeless s***s anyway..
Programmers need restrictions to fix their code and prevent/reduce bugs.
Strong typed is the way to go.