Page 3 of 3 <123
Topic Options
#89254 - 2002-11-07 03:18 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
hmmm, guess the other way we could do it is to not have a new TextAlign property, and just simply extand the current Alignment property, but it would look like this:

0 - Left
1 - Right
2 - Centered
3 - MiddleLeft
4 - MiddleRight
5 - MiddleCentered
6 - BottomLeft
7 - BottomRight
8 - BottomCentered

This would save me from having to allocate a new property ... plus its perfectly backward compatible with older scripts ...

Top
#89255 - 2002-11-07 03:20 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Chris S. Offline
MM club member
*****

Registered: 2002-03-18
Posts: 2368
Loc: Earth
Good point, Shawn. That would be easier to remember.

That's why I like you so much, yer always thinkin'. [Wink] [Razz]

Top
#89256 - 2002-11-07 03:21 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Go for it !

Don't see any problems in there
_________________________



Top
#89257 - 2002-11-07 03:26 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Never mind, cant do it like that ... theres a new control coming in vers 2.3 that will need two seperate properties, one for TextAlign and one for ImageAlign ...
Top
#89258 - 2002-11-12 12:59 AM Re: KiXforms - Version 2.1.2 (Build 36) Released
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I remember you talking about MemLeakFix...
it's included in which version?
_________________________
!

download KiXnet

Top
#89259 - 2002-11-11 01:51 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Jooel, the memory leak is fixed. Will be in the next version - build 37.
Top
#89260 - 2002-11-25 10:03 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, one question and one [Frown] :
how do I change font size in richtextbox?
made it .fontsize=18 and got so small could not read it???

then, hyperlink does not accept &.
nor it works with url encoded &
_________________________
!

download KiXnet

Top
#89261 - 2002-11-25 10:20 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Jooel,

The RichTextBox aint finished yet, will start working on it again after the next release. In the meantime, might want to play with the embedded HTML support, just for a larf:

code:
$RichEdit.Text = '
<html>
<font size=6 color="#FF0000">
Kixtart bbChecker
</font>
<br><i><font size=5 color="#0000FF">
by Jooel Nieminens
</html>'

Still much work to do on the parser, and the property will be changing from Text to Html, but you get the idea. [Wink]

Top
#89262 - 2002-11-25 10:23 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
uuh...
so, could I have amp in the hyperlink?
_________________________
!

download KiXnet

Top
#89263 - 2002-11-25 10:35 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
I will let you know when I get back to coding the RichTextBox control. Imagine so ... you can stick a link in now, ex:

code:
<a href=http://www.kixtart.org>Kixtart Bulletin Board</a>

But the LinkClick isn't being triggered up-the-chain, the HTML is usefull for very basic, simple text formatting only. A usefull way to format the control without having to position the caret and change colors and fonts, etc ...

[edit] crap, the bbs is interpreting the html.

[ 25. November 2002, 22:36: Message edited by: Shawn ]

Top
#89264 - 2002-11-25 10:37 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
not sure we are talking the same stuff in here [Wink]

$hyperlink=$form.hyperlink("me text & not show",5,5)
_________________________
!

download KiXnet

Top
#89265 - 2002-11-25 10:50 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
ah ! thought you were talking about hyperlinks in RichTextBoxes ... hey man, what do we usually do around here when a single meta-char gets eaten within a string ?
Top
#89266 - 2002-11-25 11:06 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
don't care?

I've seen even kix to crash on a split when there is norwegian character in a string.
like Ø
_________________________
!

download KiXnet

Top
#89267 - 2002-11-26 04:33 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Shawn,

I know we talked about this before.. Is there a "tray" option coming for KixForms?

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#89268 - 2002-11-26 04:39 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Kent, you know what ... I would love to have bbChecker running from the system tray as well. Having said that, lets makes this our first task after build 37 is released (shooting for this weekend). This would mean that I would have to work very closely with Jooel on this ... and you know what thats like ... working with those "artistic" types - [Wink] lol

-Shawn

[ 26. November 2002, 16:41: Message edited by: Shawn ]

Top
#89269 - 2002-11-26 07:08 PM Re: KiXforms - Version 2.1.2 (Build 36) Released
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
m...mmm....
_________________________
!

download KiXnet

Top
Page 3 of 3 <123


Moderator:  Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 248 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.076 seconds in which 0.028 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org