It is currently May 2nd, 2024, 9:53 am

Input search text...

Get help with creating, editing & fixing problems with skins
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Input search text...

Post by Bgdrls »

Here's the RainEnv.txt
RainEnv.rar
You do not have the required permissions to view the files attached to this post.
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Input search text...

Post by santa_ryan »

Do you know if any special fonts are needed for APB James??

Straight from that error and having a slight understanding of how the inputtext plugin works, i see that either he doesn't have the proper runtimes, or hes missing a font, or that font is corrupted.

Ill come back in just a sec with a quick inputtext.ini using Arial font. See if you can use this.

EDIT: Ah forgot you said that.

Anywayz here:
InputTextTest.rmskin
Try to use this.
Last edited by santa_ryan on May 18th, 2011, 11:21 pm, edited 2 times in total.
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Input search text...

Post by Bgdrls »

It's NOT just in ABP theme, i try also search skin in Illustro & many other themes. And always FAILD to type text.

EDIT: Tnx a lot mate for the effort, but it's not font problem for sure. I try also this one you uploaded & FAILED!
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Input search text...

Post by santa_ryan »

Hmm, then you possibly have something wrong with your runtimes. Im not to familiar with all the dependencies of the plugin. Try going into irc and seeing if morley is there.
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Input search text...

Post by Bgdrls »

Tnx mate, but it's not urgent for me, just confused.
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Input search text...

Post by santa_ryan »

Im just as confused and bewildered as you are. Im using the exact same version as you are, and ABP works just fine for me. There is most likely some sort of problem with your runtimes, though i cant imagine what it could be.
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Input search text...

Post by jsmorley »

As long as you have .net 2.0 or better installed, it should not be an issue of runtime libraries
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: Input search text...

Post by JamesAC »

Could you try installing this and then check the skin again.
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
User avatar
spx
Developer
Posts: 686
Joined: August 15th, 2009, 2:41 pm
Location: Osaka, JPN

Re: Input search text...

Post by spx »

jsmorley wrote:As long as you have .net 2.0 or better installed, it should not be an issue of runtime libraries
Needs .NET Framework 2.0 SP1 or later.

For Devs:
Font.OriginalFontName Property (System.Drawing)
http://msdn.microsoft.com/en-US/library/system.drawing.font.originalfontname.aspx
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Code: Select all

Shared Source\InputBox.cs(162):                 this.txtInput.Font = new Font(this.txtInput.Font.OriginalFontName, float.Parse(sSize));
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Input search text...

Post by jsmorley »

spx wrote: Needs .NET Framework 2.0 SP1 or later.

For Devs:
Font.OriginalFontName Property (System.Drawing)
http://msdn.microsoft.com/en-US/library/system.drawing.font.originalfontname.aspx

Code: Select all

Shared Source\InputBox.cs(162):                 this.txtInput.Font = new Font(this.txtInput.Font.OriginalFontName, float.Parse(sSize));
Ah, right 2.1 SP1. As to the warnings, I gather that this isn't the cause of the poster's issue though?