Loading with site, possible do?
База данных по играм с сайта http://www.siemensx70.narod.ru/
Сообщений 81 страница 120 из 135
Поделиться8212-11-2006 17:49:05
Yes. There is problems with archive only. Work.
Поделиться8312-11-2006 17:59:57
J2ME Polish 1.2.4
Поделиться8412-11-2006 18:26:45
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>
Поделиться8512-11-2006 18:25:30
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."); }
Поделиться8612-11-2006 18:28:52
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).
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.
Поделиться8712-11-2006 18:45:47
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.
Поделиться8812-11-2006 18:44:28
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
Поделиться8912-11-2006 18:50:35
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.
Поделиться9012-11-2006 18:55:23
Nucleus ..
Yes. Thank you.
Хрен с ним. Разберемся.
Поделиться9112-11-2006 18:59:24
Nucleus (+)
Это за информацию.
P.S. Для остальных. очень сложный эмулятор + еще и платный. J2ME Polish
Поделиться9212-11-2006 22:11:27
Пожалуйста укажи примерные сроки выхода Beta версии 1.0
Поделиться9313-11-2006 14:01:39
Течение следущей недели.
Поделиться9413-11-2006 13:59:51
Одна из последних проблемм, это закачка прямо сайта.
Мешают архивные файлы.
Поделиться9513-11-2006 14:13:22
В любом JAR-е присуствует папка META-INF в которой находится файл MANIFEST.MF. Это и есть JAD файл.
Так-же присуствует иконка PNG файл.
С 65 линейки телефоны работают и сами вытаскивают информацию из JAR файла. Это в предыдущих линейках надо было иметь все три файла. (За исключением чисто Siemens-ой игрушки Siemens 3D Rally, и то в первой версии.)
Поделиться9613-11-2006 14:19:12
И последние. Неизвестно сколько времени займет заполнение самой базы. Игрушки на сайте растут с тройнной скоростью по сравнению как я только начал создовать эту программу.
Сейчас заканчиваю программу по автоматическому определению названий с Htm файла. Чтоб в ручную не вносить.
Поделиться9713-11-2006 14:20:41
use FTP resource
Поделиться9813-11-2006 14:26:45
Think....
Поделиться9914-11-2006 14:00:00
That shall do?
Поделиться10014-11-2006 14:05:16
For plays FTP site.
For most pages, the third country.
Поделиться10114-11-2006 14:08:32
Nucleus please...
It is Necessary to find the place under site.
Поделиться10214-11-2006 14:16:07
Needs the country without copyrights.
Поделиться10314-11-2006 14:22:04
Search for India or Turciyu.
Any arabic countries
Поделиться10414-11-2006 14:25:35
The Arabs and India sloppy.
Remains one Turciya?
Поделиться10514-11-2006 14:32:03
Yes.
Well Somehow
Поделиться10614-11-2006 15:12:02
Address
Поделиться10719-11-2006 14:26:14
TsunamiASK- Чево то долго нет обновления программы
Поделиться10821-11-2006 09:59:33
У меня сейчас в банке атестация.
По этому времени практически нету.
Закончу и выложу где-то на выходных.
С уважением, TsunamiASK
Поделиться10923-11-2006 13:12:27
TsunamiASK ты ещё не сделал очередное обновление программы?
Поделиться11024-11-2006 12:53:37
Ленчик..
Сегодня в пятницу я только закончил атестацию в банке.
Я думаю что в воскресенье, крайнем случае в понедельник получешь бета версию.
Поделиться11124-11-2006 12:56:58
Ленчик.
Да почему ты так об этом волнуеся ?
И почему ты постоянно меняешь аваторы ?
Поделиться11224-11-2006 16:33:08
Спрашиваю я это потому что программа очень мне нравиться!!!
А аватор я меняю, потому что не могу подобрать тот который мне очень понравиться!!
Поделиться11326-11-2006 03:50:55
Ждите- в Понедельник- 27 числа
Поделиться11426-11-2006 13:37:50
2TsunamiASK я понимаю что ты за справедливость, но пиши об этом в соответствующей теме про +, удалил сообщения, т.к. - ФЛУД. И еще, личка у нас существует если ты не заметил...
Поделиться11528-11-2006 23:32:58
28-11-2006 22-26-03 (Киев-Украина)
TsunamiASK
Вы не поверите, но ошибка "1-3" (которая казалось пустяком, заняла больше двух дней и причем до конца не решима) она превратилась в ошибку - "1" (это, если у вас находится только один JAR файл то поиск и сортировка ошибается). По этому не имейте в базе в наличие меньше двух JAR файлов.
Глобальные проблемы решать оказалось проще, чем решать мелкие ошибки.
Я как раз вишу на мелких ошибках.
Ребята, извините за очередное опоздание (я работую, только над мелкими ошибками - которые трудно оказалось изменить) ближайщие 48 часов программа будет выложенна на моем сайте TsunamiASK? А так в принцепе другого ничего там нет.
С уважением TsunamiASK
_______________________________________________________________________________
P.S. vitok87 Спасибо, Извени, я все понял... (У меня в тот день просто небыло настроения)
Поделиться11603-12-2006 23:37:27
Это не TsunamiASK, это его жена. TsunamiASK на похоронах, ближайщее время, что обещал, не ждите. Он извенялся, сказал как прийдет вкондицию даст что вам нужно. А от меня, для него эти похороны (он просил не говорить ничего вобще от этих похоранах)это большая потеря, ему пока не до этого. Он просил извинится.
Поделиться11703-12-2006 23:43:29
Он не просил говорить. Но ясчитаю, что я права. Родители одни. По этому молчать не надо... (Я затебя извинилась.. ) Я тебя люблю...
Поделиться11804-12-2006 00:12:26
От имени всего Форума приносим свои соболезнования
вашей семье...
--------------------------------
Тема временно закрыта.
Поделиться11906-01-2007 02:55:56
С возвращеньем, Цун...
Всё открыто. :thank_you:
Поделиться12013-01-2007 03:36:29
Как и обещал. Подарок к рождеству.
Оболочка для запуска файлов. Это оболочка для Game Boy Advance.
Там куда я даю ссылку – 2642 игрушки.
Их просто надо положить в директорию GAMES.
Картинки, которые к ним даются надо конвертировать из PNG в JPG и положить в директорию PIC.
Все …..
Все остальное работает само собой…
А теперь ссылка на программу - TsunamiASK for GBA
И на игрушки - Game Boy Advance
Да программа работает с любого места.
Все остальные вопорсы, ребята вам на форуме помогут.
А так исчезаю на сутки кроме того кому обещал реал.
Со своей програмою работаю. неволнуйтесь
________________________________________
ВАШ
TsunamiASK