About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: GuiList CheckBox and Buttom
Post: RE: GuiList CheckBox and Buttom

What is REP(2) ? a dont understand please.
Avatar Gui 4 5,402 08-17-2011, 02:07 PM
  Thread: GuiList CheckBox and Buttom
Post: GuiList CheckBox and Buttom

Hi, i would like to know if it is possible to have Gui list with CheckBoxes and Buttoms. i have test that but doesnt work :( Code: struct MyStruct {    CheckBox MyCheckBox;   ...
Avatar Gui 4 5,402 08-16-2011, 12:05 AM
  Thread: [Solved] Make a filter in Gui List
Post: RE: [Solved] Make a filter in Gui List

Thx, i will test that as soon as possible. Avatar
Avatar Gui 3 4,005 07-22-2011, 07:22 PM
  Thread: [Solved] Make a filter in Gui List
Post: RE: Make a filter in Gui List

Ok i found a way, i use another Memc and i rebuild this Memc for each filter. Avatar
Avatar Gui 3 4,005 07-20-2011, 04:02 AM
  Thread: [Solved] Make a filter in Gui List
Post: [Solved] Make a filter in Gui List

Hi, i have an GUI list : Definition Section : Code: struct MyStruct     // Definition of Struct {   int type;   str name; } Memc<MyStruct> MyMemc;&nb...
Avatar Gui 3 4,005 07-19-2011, 07:57 PM
  Thread: [Solved] Event on GUI List : OnClick
Post: RE: [Solved] Event on GUI List : OnClick

THX
Avatar Gui 2 3,598 07-16-2011, 03:10 PM
  Thread: [Solved] Event on GUI List : OnClick
Post: [Solved] Event on GUI List : OnClick

I have a GUI list , i use directly the toturial. I abble to get the reference of current select in the list with : Code: list.cur I would like to make a event like a buttom when i click on a elem...
Avatar Gui 2 3,598 07-15-2011, 02:05 PM
  Thread: [Solved] - Avanced Networking Connection
Post: RE: Avanced Networking Connection

OK thank for answer. I found the probleme, i allocate a wrong space memory. Sorry. I have make test with 100 theards connection and all works perfecly now. Thanks
Avatar Network 9 7,914 07-15-2011, 02:14 AM
  Thread: [Solved] - Avanced Networking Connection
Post: RE: Avanced Networking Connection

I have a new probleme, now, when i have lots of Theard, EE engine output : cant allocate x bytes of memory. I have search why but y dont understand the probleme. How many memory reservation take a th...
Avatar Network 9 7,914 07-14-2011, 05:42 PM
  Thread: Physx Clothing Questions
Post: RE: Physx Clothing Questions

Yes, For the cape that dont touch the ground, i have found the parameter, so it is OK For stretching, ia have set the parametter to 0 but it s like doesn't work, cape continue to stretch. For the g...
Avatar Physics 4 4,966 07-14-2011, 05:40 PM
  Thread: [Solved] - Avanced Networking Connection
Post: RE: Avanced Networking Connection

Ok is good, i found a way to know all terminated thread. Thx
Avatar Network 9 7,914 07-14-2011, 03:07 AM
  Thread: Physx Clothing Questions
Post: Physx Clothing Questions

I have test the PhysxClothing with a custom Cape: Video here : Video Physx Clothing I have note that the cape dont touch the ground, there is some millimeters bettewn ground and cape. Second part,...
Avatar Physics 4 4,966 07-11-2011, 11:34 PM
  Thread: [Solved] - Avanced Networking Connection
Post: RE: Avanced Networking Connection

Another question : i have the class : Code: class ThreadConn { Connection conn; Thread thread; }; Memx<ThreadConn> connections; i start many connections with that : Code: ThreadConn &...
Avatar Network 9 7,914 07-11-2011, 11:28 PM
  Thread: [Solved] - Avanced Networking Connection
Post: RE: Avanced Networking Connection

OK Works perfectly with improve performance... Thx a lot Thx for Update SDK very appreciated ! Avatar
Avatar Network 9 7,914 07-10-2011, 06:28 PM
  Thread: [Solved] - Avanced Networking Connection
Post: RE: Avanced Networking Connection

Thanks I test that Avatar
Avatar Network 9 7,914 07-10-2011, 03:23 PM
  Thread: [Solved] - Avanced Networking Connection
Post: [Solved] - Avanced Networking Connection

Hi, I search to create a dynamique ARRAY of Connection function and start in multi Threard all connection at the same time, send to server requested information. I read a XML file that contain X sock...
Avatar Network 9 7,914 07-10-2011, 02:23 PM
  Thread: [Solved] How to list zone in Gui
Post: [Solved] How to list zone in Gui

I would like to create list of players in GUI with gobj object. But i dont found in tutorial gui how to create a list of elements with scroll bar. Do i must use Region or Text gui object ? Exemple o...
Avatar Gui 1 3,195 06-09-2011, 02:53 PM
  Thread: Clients Class
Post: Clients Class

Hi, I have test the Net EE tutorial, and i found that you use Custom Client Class in server side. Why ?, There is no basic Clients class in EE ? Avatar.
Avatar Network 1 3,213 06-06-2011, 01:55 PM
  Thread: RakNet Tutorial
Post: RE: RakNet Tutorial

I think i found an error in tutorial : In Network.cpp, you use Printf, but i think it is not possible with windows GUI EE. case ID_CONNECTION_REQUEST_ACCEPTED: // This tells the client they have con...
Avatar Code Snippets 116 126,149 06-03-2011, 12:02 PM
  Thread: RakNet Tutorial
Post: RE: RakNet Tutorial

Hello, i have add one condition to validate connection in the client : if ( network.Connect( (*net_ip)(), CalcR((*net_port)())) == TRUE ) { Gui.msgBox("Connection Status", "YESSS" ); ...
Avatar Code Snippets 116 126,149 06-02-2011, 05:18 AM