|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: Get response after request
Post: Get response after request
| I would like to write simple code. Send request to server and get response from server. Example request to http://www.gooogle.com and I get response:
<HTML><HEAD><meta http-equiv="cont... |
|
Emtec |
Network |
2 |
5,279 |
06-16-2014, 02:37 PM |
 |
|
Thread: How to display dialogs above the players?
Post: RE: How to display dialogs above the players?
| Rubeus you said "One of the tutorials included is for putting a player's name above their head." -> could you tell me the name of this tutorial? Thanks. |
|
Emtec |
Graphics |
5 |
7,373 |
04-23-2014, 07:54 PM |
 |
|
Thread: How to display dialogs above the players?
Post: How to display dialogs above the players?
| I would like to print some text above the player. Is there any module, class which help to do that? I mean I have got a player and above this player some text is displaying. Thanks. |
|
Emtec |
Graphics |
5 |
7,373 |
04-23-2014, 09:23 AM |
 |
|
Thread: How to set an orthogonal view in the editor in EE 2.0?
Post: How to set an orthogonal view in the editor in EE ...
| I don't know how to set an orthogonal view in the editor in EE 2.0. In EE 1.0 in the editor there has been an overlap "view" -> "orthogonal view", but where it is in EE 2.0, how to set it up? Thank... |
|
Emtec |
Tools |
2 |
4,570 |
03-18-2014, 09:32 PM |
 |
|
Thread: Reading a simple file
Post: RE: Reading a simple file
| In EE_1.0 there has been a possibility to read a data from a file:
Example of file:
sunLight = 0.450, 0.300, 0.200
sunHighlight = 0.800
Example of code:
FileText f;
f.read(EncodeFileNam... |
|
Emtec |
Beginner Questions |
7 |
7,488 |
03-12-2014, 10:24 PM |
 |
|
Thread: Reading a simple file
Post: RE: Reading a simple file
| I have got one more question why when I create in editor a raw file I can't open it to edit this file (add some values etc.). When I am clicking on this file anything is open to edit...? |
|
Emtec |
Beginner Questions |
7 |
7,488 |
03-09-2014, 11:23 AM |
 |
|
Thread: Reading a simple file
Post: Reading a simple file
| I have got a simple "data.txt" file in the editor. There are some information (human readable), values, which I need to read. I know that Esenthel has got FileText class but there is no methods which ... |
|
Emtec |
Beginner Questions |
7 |
7,488 |
03-06-2014, 04:02 PM |
 |
|
Thread: Size of the android application
Post: Size of the android application
| The size of the android application made in EE is very big about 20MB (even if it is a simple application). Maybe I am doing something wrong. The question is: is it possible to convert it to smaller s... |
|
Emtec |
Tools |
1 |
3,938 |
01-05-2014, 04:40 PM |
 |
|
Thread: Problem with TextLine
Post: Problem with TextLine
| I am not pretty sure but I think that I’ve found a bug connected with TextLine running on android device (tested on Samsung galaxy s2 and s3 with 4.1.2). To test it I’ve wrote simple code, which is sh... |
|
Emtec |
Gui |
1 |
4,100 |
12-07-2013, 03:01 PM |
 |
|
Thread: Project import
Post: RE: Project import
| Ok thanks. To sum up it is impossible to recover the project, yes? |
|
Emtec |
Tools |
14 |
12,744 |
11-10-2013, 10:30 AM |
 |
|
Thread: Project import
Post: RE: Project import
| "Did you have the project visible/show up in the Editor before?"->yes
"Did you remove the project?"->no
"Did you move it to other folder?"->no
"Did you manually modify some files from inside ... |
|
Emtec |
Tools |
14 |
12,744 |
11-09-2013, 11:00 PM |
 |
|
Thread: Project import
Post: RE: Project import
|
Emtec |
Tools |
14 |
12,744 |
11-09-2013, 05:12 PM |
 |
|
Thread: Project import
Post: RE: Project import
| This is the point I placed the folder in the Project folder and I can't see my project. |
|
Emtec |
Tools |
14 |
12,744 |
11-09-2013, 04:25 PM |
 |
|
Thread: Project import
Post: RE: Project import
| Re::Rubbeus: I didn't change default directory.
Re::Tottle: I know that there are encrypted file names I see them but how open it in ee2.0? I see that in this folder there are more encrypted files tha... |
|
Emtec |
Tools |
14 |
12,744 |
11-09-2013, 02:31 PM |
 |
|
Thread: Project import
Post: Project import
| Situation: I run EE2.0 and in project list there wasn't my project. I thought that it disappeared (magic), but after that I opened "My computer", navigate to EE->Projects->_Build_ and fortunatel... |
|
Emtec |
Tools |
14 |
12,744 |
11-09-2013, 12:46 PM |
 |
|
Thread: How to decrease font size in the button?
Post: RE: How to decrease font size in the button?
| Thanks. Button.text_scale |
|
Emtec |
Gui |
4 |
5,936 |
11-07-2013, 11:09 PM |
 |
|
Thread: How to decrease font size in the button?
Post: RE: How to decrease font size in the button?
| Yes I've tried: Gui.ts_button.scale*=0.5f; but it hasn't helped. |
|
Emtec |
Gui |
4 |
5,936 |
11-07-2013, 10:01 PM |
 |
|
Thread: How to decrease font size in the button?
Post: How to decrease font size in the button?
| As in the topic: how to decrease font size in the button? e.g.: Gui.ts_button.font=Fonts(...); And now I want to decrease the font size in the button. |
|
Emtec |
Gui |
4 |
5,936 |
11-07-2013, 09:31 PM |
 |
|
Thread: Click on the URL
Post: Click on the URL
| Mainly I mean about android (but not only). Situation: I have got some menu and there is a link to e.g. http://www.youtube.com. When user click this link I would like that after that the web broser wi... |
|
Emtec |
Network |
1 |
4,748 |
11-02-2013, 01:25 PM |
 |
|
Thread: Getting error when Trying to build first app
Post: RE: Getting error when Trying to build first app
| In my opinion the fastest and the easiest way to solve this problem is to remove or rename the older version of the "cvtres.exe". The file is located in:
C:\Program Files (x86)\Microsoft Visual Studi... |
|
Emtec |
Beginner Questions |
10 |
12,670 |
11-01-2013, 11:36 PM |