.
Посети Домик нашего сайта! <- Строим наш Домик ! Помоги нашей стройке !!!

Форум сайта www.siemensx70.narod.ru

Объявление

Для полного доступа ко всем разделам Форума необходимо зарегистрироваться!

1. Прежде, чем оставить сообщение, загляните в "Правила Форума" ...
2. В своём "профиле" вы можете настроить вид форума по своему вкусу...
3. ЗДЕСЬ НАХОДИТСЯ ФАЙЛООБМЕННИК НАШЕГО ФОРУМА !
Всем постоянным посетителям сайта желательно там зарегистрироваться !
4. Напоминаю! Ставьте, пожалуйста, правильно вопросы в заголовке!!! Вероятность ответа на правильно написанный вопрос резко повышается ! Всё, что читается в заголовках как просто "помогите", "проблема", "Хелп!" и т.д. и т.п. - существенно снижает вероятность получения Вами ответа...
----------------------------------------------------------------
***ССЫЛКИ на другие ресурсы подобной тематики ЗАПРЕЩЕНЫ !***

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Форум сайта www.siemensx70.narod.ru » Прочий софт... » База данных по играм с сайта http://www.siemensx70.narod.ru/


База данных по играм с сайта http://www.siemensx70.narod.ru/

Сообщений 81 страница 120 из 135

81

Loading with site, possible do?

0

82

Yes. There is problems with archive only. Work.

0

83

J2ME Polish 1.2.4

0

84

To build the application with J2MEPolish we need to create a file called "build.xml" which controls the build process. This is a standard Ant file, so most IDEs support the editing of this file with syntax highlighting, auto completion etc. Don't worry if you have never worked with Ant before - although it can look quite scary at the beginning it is easy to master after a while. The build.xml file is also included in the J2MEPolish distribution, the main parts of it are shown in listing 2. To build the sample application, we need to right-click the build.xml within the IDE and select "Execute", "Run Ant..." or "make" depending on the IDE. The build process can also be started from the command-line: enter the installation directory and type the "ant" command.

Код:
<project name="example" default="j2mepolish">

<property name="wtk.home" value="C:\wtk2.1">

<taskdef name="j2mepolish"
 classname="de.enough.polish.ant.PolishTask"
 classpath="import/enough-j2mepolish-build.jar:import/jdom.jar:import/proguard.jar"/>

<target name="j2mepolish">
<j2mepolish>
 <info
   name="SimpleMenu"
   version="1.0.0"
   description="A test project"
   jarName="${polish.vendor}-${polish.name}-example.jar" 
   jarUrl="${polish.jarName}"
 </info>
 <deviceRequirements>
  <requirement name="JavaPackage"
               value="nokia-ui" />
 </deviceRequirements>
 <build
   fullscreen="menu"
   usePolishGui="true"
  <midlet class="MenuMidlet" name="Example"/>
 </build>
</j2mepolish>
</target>
</project>

0

85

Designs and resources like images and so on can be adjusted to different devices by placing them into the appropriate subfolder of the "resources" folder. For using a different design for Nokia phones you can add the file "resources/ Nokia/polish.css" and for using a special design for the Nokia/6600 phone you can add the file "resources/Nokia/6600", etc. The same is true for other resources like images or sound-files. The resource-assembling does work independently of the usage of the J2MEPolish GUI by the way.

When an application has more than one screen and the screens should have different designs, one need to use "static" styles. In contrast to dynamic styles, static styles are added during the compilation phase and are, therefore, faster and more memory-efficient. Static styles, however, need changes in the application-code:

For using a static style, the #style-preprocessing-directive is used. This directive can be placed before any constructor of a screen or an item (and some more places like the List-append()-methods) within the code.

Код:
public MenuMidlet() {
 super();
 System.out.println("starting MenuMidlet");
 //#style mainScreen 
 this.menuScreen = new List("J2ME Polish", List.IMPLICIT);
 //#style mainCommand
 this.menuScreen.append("Start game", null);
 //#style mainCommand
 this.menuScreen.append("Load game", null);
 //#style mainCommand
 this.menuScreen.append("Help", null);
 //#style mainCommand
 this.menuScreen.append("Quit", null);
 //#style mainCommand
 this.menuScreen.setCommandListener(this);
 System.out.println("intialisation done.");
}

0

86

The "list"-style in the example utilizes the specific attribute "columns" for specifying that a table with two columns should be used for the list (see screenshot).

http://www.j2mepolish.org/images/screenshot-example-enough.png

You can specify in the build.xml file what "resources" folder should be used. This mechanism can be used to create different designs of one application. The screenshot shows the sample application with a different design. This design is also included in the J2MEPolish distribution and can be used when the "resDir"-Attribute is set to "resources2" in the build.xml.

http://www.j2mepolish.org/images/screenshot-example-pink.png

0

87

Siemens Emulators
For launching Siemens emulators it might be necessary to define the "siemens.home"-property in the build.xml. This property needs to point to the installation directory of the "Siemens Mobile Toolkit" (SMTK) and defaults to "C:\siemens". When a Siemens-emulator should be used, the corresponding device-definition in the "${polish.home}/devices.xml" file needs to set the "Emulator.Class"-capability to "SiemensEmulator" (this is the default for all Siemens-phones). The "Emulator.Skin"-capability needs to specify the name of the emulator, which can be found in the "${siemens.home}/SMTK/emulators"-directory.

0

88

Java 2 Standard Edition SDK 1.4 or higher, http://java.sun.com/j2se/
Java Wireless Toolkit, http://java.sun.com/products/j2mewtoolkit/index.html (for Windows and Linux),
or the Mobile Power Player SDK http://developer.mpowerplayer.com (for Mac OS X)
Favorite IDE, for example Eclipse 3.0, http://www.eclipse.org
Ant 1.6 or higher, if not already integrated in the IDE, http://ant.apache.org

0

89

Emulator-Settings in the Device Database and in the build.xml
J2ME Polish uses the device-database to determine the correct emulator. If an emulator cannot be started, you can tell J2ME Polish how to launch it by modifying these settings.

WTK Emulators
For emulators which are integrated in the Wireless Toolkit the "Emulator.Skin"-capability is used for determining the correct emulator. This is the name which can be found in the "${wtk.home}/wtklib/devices" folder, e.g. "SonyEricsson_P900" etc. When no "Emulator.Skin"-capability is found, the current default emulator will be started instead. When the wrong emulator is started, please check if the "Emulator.Skin"-capability has been set in the "${polish.home}/devices.xml" file. If that capability is missing, please report it also to j2mepolish@enough.de so that the device database can be improved.

You can also set several skins, when several versions of an emulator do exist, for example. J2ME Polish will then choose the the first emulator it finds. Additional skins are defined by the capabilities "Emulator.Skin.2", "Emulator.Skin.3" and so forth.

0

90

Nucleus ..

Yes. Thank you.

Хрен с ним. Разберемся.

0

91

Nucleus  (+)
Это за информацию.

P.S. Для остальных. очень сложный эмулятор + еще и платный. J2ME Polish

0

92

Пожалуйста укажи примерные сроки выхода Beta версии 1.0

0

93

Течение следущей недели.

0

94

Одна из последних проблемм, это закачка прямо сайта.
Мешают архивные файлы.

0

95

В любом JAR-е присуствует папка META-INF в которой находится файл MANIFEST.MF. Это и есть JAD файл.
Так-же присуствует иконка PNG файл.

С 65 линейки телефоны работают и сами вытаскивают информацию из JAR файла. Это в предыдущих линейках надо было иметь все три файла. (За исключением чисто Siemens-ой игрушки Siemens 3D Rally, и то в первой версии.)

0

96

И последние. Неизвестно сколько времени займет заполнение самой базы. Игрушки на сайте растут с тройнной скоростью по сравнению как я только начал создовать эту программу.

Сейчас заканчиваю программу по автоматическому определению названий с Htm файла. Чтоб в ручную не вносить.

0

97

use FTP resource

0

98

Think....

0

99

That shall do?

0

100

For plays FTP site.
For most pages, the third country.

0

101

Nucleus please...

It is Necessary to find the place under site.

0

102

Needs the country without copyrights.

0

103

Search for India or Turciyu.
Any arabic countries

0

104

The Arabs and India sloppy.
Remains one Turciya?

0

105

Yes.
Well Somehow

0

106

Address

0

107

TsunamiASK- Чево то долго нет обновления программы

0

108

У меня сейчас в банке атестация.
По этому времени практически нету.

Закончу и выложу где-то на выходных.

С уважением, TsunamiASK

0

109

TsunamiASK ты ещё не сделал очередное обновление программы?

0

110

Ленчик..

Сегодня в пятницу я только закончил атестацию в банке.

Я думаю что в воскресенье, крайнем случае в понедельник получешь бета версию.

0

111

Ленчик.
Да почему ты так об этом волнуеся ?

И почему ты постоянно меняешь аваторы ?

0

112

Спрашиваю я это потому что программа очень мне нравиться!!!
А аватор я меняю, потому что не могу подобрать тот который мне очень понравиться!!

0

113

Ждите- в Понедельник- 27 числа

0

114

2TsunamiASK я понимаю что ты за справедливость, но пиши об этом в соответствующей теме про +, удалил сообщения, т.к. - ФЛУД. И еще, личка у нас существует если ты не заметил...

0

115

28-11-2006 22-26-03 (Киев-Украина)
TsunamiASK

Вы не поверите, но ошибка "1-3" (которая казалось пустяком, заняла больше двух дней и причем до конца не решима) она превратилась в ошибку - "1" (это, если у вас находится только один JAR файл то поиск и сортировка ошибается). По этому не имейте в базе в наличие меньше двух JAR файлов.

Глобальные проблемы решать оказалось проще, чем решать мелкие ошибки.
Я как раз вишу на мелких ошибках.

Ребята, извините за очередное опоздание (я работую, только над мелкими ошибками - которые трудно оказалось изменить) ближайщие 48 часов программа будет выложенна на моем сайте TsunamiASK? А так в принцепе другого ничего там нет.

С уважением TsunamiASK
_______________________________________________________________________________
P.S. vitok87 Спасибо, Извени, я все понял... (У меня в тот день просто небыло настроения)

0

116

Это не TsunamiASK, это его жена. TsunamiASK на похоронах, ближайщее время, что обещал, не ждите. Он извенялся, сказал как прийдет вкондицию  даст что вам нужно. А от меня, для него эти похороны (он просил не говорить ничего вобще от этих похоранах)это большая потеря,  ему пока не до этого. Он просил извинится.

0

117

Он не просил говорить. Но ясчитаю, что я права. Родители одни. По этому молчать не надо... (Я затебя извинилась.. ) Я тебя люблю...

0

118

От имени всего Форума приносим свои соболезнования
вашей семье...
--------------------------------
Тема временно закрыта.

0

119

С возвращеньем, Цун...
Всё открыто. :thank_you:

0

120

Как и обещал. Подарок к рождеству.

Оболочка для запуска файлов. Это оболочка для Game Boy Advance.

Там куда я даю ссылку – 2642 игрушки.
Их просто надо положить в директорию GAMES.

Картинки, которые к ним даются надо конвертировать из PNG в JPG и положить в директорию PIC.

Все …..

Все остальное работает само собой…

А теперь ссылка на программу - TsunamiASK for GBA

И на игрушки - Game Boy Advance

Да программа работает с любого места.

Все остальные вопорсы, ребята вам на форуме помогут.
А так исчезаю на сутки кроме того кому обещал реал.

Со своей програмою работаю. неволнуйтесь

________________________________________
ВАШ
TsunamiASK

0


Вы здесь » Форум сайта www.siemensx70.narod.ru » Прочий софт... » База данных по играм с сайта http://www.siemensx70.narod.ru/