Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EW] Transparent Textbox


WiseRock
 Share

Recommended Posts

Greetings I am using [Eclipse Worlds](http://www.eclipseorigins.com/community/index.php?/topic/134183-eclipse-worlds-121a/) (great engine!) and I have come with a question that has stumped me for a while

How do I make this chatbox here:
![](http://i60.tinypic.com/2h5jmad.png)

The red circle is to control the visibility of the Textbox because I couldn't figure out how to make it transparent.

It is a RichTextbox And I have used Rob Janes's Tutorial Here:
[http://www.eclipseorigins.com/community/index.php?/topic/115411-transparent-chat-box/?hl=transparent](http://www.eclipseorigins.com/community/index.php?/topic/115411-transparent-chat-box/?hl=transparent)

Just cant seem to figure out how do it.
Link to comment
Share on other sites

Nope. I don't think it's possible to make a stable transparency on a textbox/richtextbox..

Why don't you just render them? it is possible that way, well even if there's a method to make a transparency picturebox/textbox/richtextbox/etc.. i don't think it will be a stable one
Link to comment
Share on other sites

Okay I got it to work with [http://www.touchofdeathforums.com/community/index.php?/topic/117047-eochat-drawn-to-screen/page__hl__%2Bdraw+%2Bscreen](http://www.touchofdeathforums.com/community/index.php?/topic/117047-eochat-drawn-to-screen/page__hl__%2Bdraw+%2Bscreen) but I have another problem. The problem appears when the map is scrolling, then chat trying to scroll along with the map.

Heres is the sub that causes the problem:

```

'Evilbunnie's DrawnChat system
Public Sub DrawChat()
Dim i As Integer
For i = 1 To 6
RenderText Font_Default, Chat(i).text, frmMain.picChatbox.Left, (Camera.Bottom - 20) - (i * 20), White
Next
End Sub

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...