I want to switch the scintilla window with webgadget
- Is there a message to send ?
Scintilla : how to hide the scintilla window
Re: Scintilla : how to hide the scintilla window
And you want to code an IDE by yourselfeddy wrote:I want to switch the scintilla window with webgadget
- Is there a message to send ?
You call Scintilla with CreateWindowEx_(...) an Win-API call.
So if you want to show/hide this window you should use Win-API like:
ShowWindow_(hwnd,#SW_SHOW)
and
ShowWindow_(hwnd,#SW_HIDE)
The WebGadget is part of the PureBasic GUI-Toolkit, so for showing/ hiding this, you have to use PureBasic GUI-Toolkit commands.
PS. Eddy, sorry for my initial question, but the solution is so obvious... - no offense.
Thanx
It is often easier to ask a question on the forum than to seek in API doc.
Developping a IDE is my largest project.
With scintilla, it become realizable.
No problemo, I must learn a day. I'm not omniscient.PS. Eddy, sorry for my initial question, but the solution is so obvious... - no offense.
It is often easier to ask a question on the forum than to seek in API doc.
Developping a IDE is my largest project.
With scintilla, it become realizable.
Last edited by eddy on Mon Jun 09, 2003 5:22 am, edited 2 times in total.
But just hidding its window and parent Scintilla with your form its NOT developing an IDEeddy wrote:Developping a IDE is my largest project.
With scintilla, it become realizable.
Why don't you code one from scratch? You will get less admirers, but you will get more fun, believe me
ARGENTINA WORLD CHAMPION

