Jump to content
GPS навигатор СитиГИД

FAQ по редактированию LangPack-ов


Recommended Posts

Вон че... А я думал, они одинаковые в Андроиде и в ПСшной 8-ке.

Из последней и взял.

Link to post
Share on other sites
  • Replies 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Во исполнение идеи, кинутой PsevDANImом, закладываю первый камень в фундамент FAQа. Предлагаю в этой теме обсуждений/споров не вести. Если знаете полезную информацию - размещайте (желательно в форма

В рубрике "уроки самопальщика" или "сделай сам себе лангпак" рассмотрим, как немного доработать чужой скин на примере конкретной задачи. Задача - добавить кнопку "скриншот" на основной экран в скин

Как изменить цвет и ширину дорог? Как изменить цвет и размер дельтаплана? Как изменить цвет и ширину линии маршрута? Никак. То есть, лангпаком - никак. Цвета дорог и маршрутной линии можно

Posted Images

нееее, эти у меня скачались вообще пустыми.

а мои при загрузке, как я и думал, попортились (стали монохромными и непрозрачными)

наверное, так будет лучше:  ogl.zip

нет, и так не лучше. сейчас поправлю

хмм. странно. старый ГИМП 2.6 нормально показывает. и тоталкоммандер тоже.

а новый гимп 2.8 - уродует...

может, в СГ нормально покажется?

Edited by IШIN
Link to post
Share on other sites
  • 2 weeks later...

Может кто-нить подскажет как и где редактировать рабочее разрешение экрана, чтобы было видно таск бар?

Link to post
Share on other sites

Наверное, стОит начать с того, что за версия, какая ось...

Link to post
Share on other sites

Тогда  никак не сделать.

"Оконный" интерфейс работает AFAIK только в версии под Виндовс (причем возможно, что только с ПКшными версиями. Насчет СЕ сильно сомневаюсь - но никто не проверял, ибо там и нет никакого системного бара).

А в андроиде - он по-любому работает только в фулл-скрине.

  • Upvote 1
Link to post
Share on other sites

Во! Я так себе автомасштаб слепил :)  Наклон в 66º и все переходы на скорости 100 км/ч. Зачётно получилось ;)  Никаких дёрганий карты при 60-70 км/ч. Всё происходит после 90, но при таких скоростях мне по барабану :) 

благодарю, утянул себе и тоже чуть изменил - сделал минимальное приближение. теперь при скоростях от 0 до прим 15-20 км/ч карта на максимальном приближении.

Link to post
Share on other sites
  • 2 weeks later...

Подскажите пожалуйста, как увеличить количество кнопок в QuickMenu (Моё Меню) в оригинальном стиле. У меня что то не как не получается, либо:

1) добавленные кнопки не отображается (то есть только 6)

2) второй ряд накладывается на первый

3) второй ряд отображается, но по клику по любой иконке во втором ряду "Моё меню" закрывается.

Link to post
Share on other sites

Речь про СЕ? У меня оригинального-то так сразу и не найдется. 

В моем у меня вот так:

  <layout name="template_QM_hor">
<!--Квик-меню (моЁ меню) - 12 юзерских команд + карта+ Меню + выход -->
    <table>
      <tr height="42">
        <td width="1" invoke="@closedlg_hidden"/>
        <td width="318" type="text" class="сMenu_key_blue" text="@QuickMenu_title" invoke="@closedlg_hidden"/>
        <td width="497" invoke="@closedlg_hidden"/>
      </tr>
      <tr height="2"/>
      <tr height="144">
        <td width="1"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon1_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon1_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon1_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon2_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon2_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon2_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon3_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon3_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon3_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon4_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon4_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon4_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@closedlg_hidden">
            <tr height="50%">
              <td class="item_center" bgimage="@mf_return_small"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="НА КАРТУ"/>
            </tr>
          </table>
        </td>
        <td width="1"/>
      </tr>
      <tr height="2"/>
      <tr height="144">
        <td width="1"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon5_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon5_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon5_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon6_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon6_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon6_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon7_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon7_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon7_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon8_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon8_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon8_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="showpanel_MenuPanel">
            <tr height="50%">
              <td class="item_center" bgimage="@ico_mainmenu"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="МЕНЮ"/>
            </tr>
          </table>
        </td>
        <td width="1"/>
      </tr>

      <tr height="2"/>
      
      <tr height="144">
        <td width="1"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon9_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon9_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon9_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon10_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon10_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon10_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon11_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon11_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon11_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@icon12_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon12_image"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@icon12_text"/>
            </tr>
          </table>
        </td>
        <td width="2"/>
        <td width="158">
          <table class="QM_itemBG" invoke="@program_exit">
            <tr height="50%">
              <td class="item_center" bgimage="@su_exit"/>
            </tr>
            <tr height="49%">
              <td width="2%"/>
              <td width="94%" type="text" class="QM_itemTxt" text="@exit"/>
            </tr>
          </table>
        </td>
        <td width="1"/>
      </tr>
    </table>
  </layout>

 

qm.thumb.PNG.984fe83a836a1422b02738f69eb

Если покажете свой вариант - могем глянуть, что там не так (но накладывание - это скорее всего с размерами ячеек ошибка)

Могу скинуть целиком свой скин, если подойдет (я его как-то давно уже выкладывал. Перенес как есть с Тексета на ММС и доволен).

 

Edited by IШIN
Link to post
Share on other sites

Вот моё меню, второй ряд не активный:

logo.thumb.jpg.1fb95219a60809ca5994f712c

Изменения в layouts800x480:

  <layout name="template_Base_Context_hor">
    <table>
      <tr>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon1_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon1_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon1_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon2_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon2_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon2_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon3_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon3_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon3_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon4_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon4_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon4_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon5_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon5_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon5_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon6_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon6_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon6_text"/>
            </tr>
          </table>
        </td>
      </tr>
    </table>

    <table>
     <tr height="100%"/>
      <tr><td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon7_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon7_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon7_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon8_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon8_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon8_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon9_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon9_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon9_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon10_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon10_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon10_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon11_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon11_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon11_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon12_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon12_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon12_text"/>
            </tr>
          </table>
        </td>

      </tr>
    </table>
  </layout>

  <layout name="template_FinishM_hor">
    <table>
      <tr height="2%">
        <td invoke="@closedlg_hidden"/>
      </tr>
      <tr height="11.5%">
        <td width="5" invoke="@closedlg_hidden"/>
        <td width="158" class="сMenu_key_blue_small" invoke="@closedlg_hidden">
          <table>
            <tr>
              <td type="text" class="сMenu_key_blue_small_txt" text="@title"/>
            </tr>
          </table>
        </td>
        <td width="317" invoke="@closedlg_hidden"/>
      </tr>
      <tr height="29%">
        <td ref="template_Base_Context_hor"/>
      </tr>
      <tr height="17%">
        <td invoke="@closedlg_hidden"/>
      </tr>
    </table>
  </layout>

в general добавил кнопки

Link to post
Share on other sites

Вон в чем дело.... Теги "table", насколько помню, начинают таблицу сначала, сверху.

Я бы попробовал сделать так (вместо двух table  сделать одну table,  в которой две строки TR)

<layout name="template_Base_Context_hor">
    <table>
      <tr height="49%">
<!--    ПЕРВАЯ СТРОКА    -->
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon1_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon1_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon1_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon2_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon2_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon2_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon3_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon3_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon3_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon4_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon4_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon4_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon5_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon5_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon5_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon6_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon6_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon6_text"/>
            </tr>
          </table>
        </td>
      </tr>
<!--    ПЕРВАЯ СТРОКА ЗАКОНЧИЛАСЬ   -->

<!--    ЗАЗОР   -->
      <tr height="2%"/>

      <tr height="49%"/>
<!--    ВТОРАЯ СТРОКА   -->
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon7_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon7_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon7_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon8_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon8_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon8_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon9_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon9_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon9_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon10_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon10_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon10_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon11_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon11_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon11_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon12_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon12_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon12_text"/>
            </tr>
          </table>
        </td>

      </tr>
    </table>
  </layout>

  <layout name="template_FinishM_hor">
    <table>
      <tr height="2%">
        <td invoke="@closedlg_hidden"/>
      </tr>
      <tr height="11.5%">
        <td width="5" invoke="@closedlg_hidden"/>
        <td width="158" class="сMenu_key_blue_small" invoke="@closedlg_hidden">
          <table>
            <tr>
              <td type="text" class="сMenu_key_blue_small_txt" text="@title"/>
            </tr>
          </table>
        </td>
        <td width="317" invoke="@closedlg_hidden"/>
      </tr>
      <tr height="29%">
        <td ref="template_Base_Context_hor"/>
      </tr>
      <tr height="17%">
        <td invoke="@closedlg_hidden"/>
      </tr>
    </table>
  </layout>
Link to post
Share on other sites

Воот, спасибо большое, 2-е суток стучусь головой об стену. Только в Вашем варианте ошибку выдало (лишняя   </tr> в конце в блоке <layout name="template_Base_Context_hor">, почему никак не пойму, хотя она не лишняя)

Вот в таком варианте работает:

  <layout name="template_Base_Context_hor">
    <table>

<!--    ПЕРВАЯ СТРОКА    -->

      <tr height="49%">
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon1_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon1_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon1_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon2_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon2_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon2_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon3_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon3_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon3_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon4_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon4_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon4_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon5_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon5_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon5_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon6_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon6_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon6_text"/>
            </tr>
          </table>
        </td>
      </tr>

<!--    ПЕРВАЯ СТРОКА ЗАКОНЧИЛАСЬ   -->

<!--    ЗАЗОР   -->

      <tr height="2%"/>

<!--    ВТОРАЯ СТРОКА   -->

      <tr height="49%">
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon7_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon7_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon7_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon8_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon8_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon8_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon9_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon9_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon9_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon10_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon10_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon10_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon11_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon11_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon11_text"/>
            </tr>
          </table>
        </td>
        <td width="0.7%"/>
        <td width="16%">
          <table class="QM_itemBG" invoke="@icon12_invoke">
            <tr height="50%">
              <td class="item_center" bgimage="@icon12_image"/>
            </tr>
            <tr height="50%">
              <td width="5%"/>
              <td width="90%" type="text" class="QM_itemTxt" text="@icon12_text"/>
            </tr>
          </table>
        </td>
      </tr>

<!--    ВТОРАЯ СТРОКА ЗАКОНЧИЛАСЬ   -->

    </table>
  </layout>

  <layout name="template_FinishM_hor">
    <table>
      <tr height="0%">
        <td invoke="@closedlg_hidden"/>
      </tr>
      <tr height="13%">
        <td width="0" invoke="@closedlg_hidden"/>
        <td width="114" class="сMenu_key_blue_small" invoke="@closedlg_hidden">
          <table>
            <tr>
              <td type="text" class="сMenu_key_blue_small_txt" text="@title"/>
            </tr>
          </table>
        </td>
        <td width="114" invoke="@closedlg_hidden"/>
      </tr>
      <tr height="50%">
        <td ref="template_Base_Context_hor"/>
      </tr>
      <tr height="17%">
        <td invoke="@closedlg_hidden"/>
      </tr>
    </table>
  </layout>

 

Edited by makatelem
Link to post
Share on other sites

Раз говорит, что лишний закрывающий тег, то скорее всего где-то вместо 

 <tr height="49%">

стоит 

 <tr height="49%"/>

И программа считает, что строка-пустышка уже закрыта.

Тьфу! Это я так и вставил с лишним слэшем (копировал, не заметил) А он там конечно не нужен!

Что-то я засыпаю прямо над столом.

 

Edited by IШIN
Link to post
Share on other sites

Доброго дня.

Подскажите плиз, где в ресурснике можно сделать правочку, чтобы пунктирные дороги были видны ну хотя бы как сплошные белые?.

Дело в том ,что в последней версии 678, что то сделали в некоторыми классами дорог, и эти дороги теперь отображаются на карте пунктиром.

Link to post
Share on other sites

вот эти "пешеходки" это реально автомобильные дороги. их надо поправить

Link to post
Share on other sites

вот эти "пешеходки" это реально автомобильные дороги. их надо поправить

Через картографию. Сообщайте в соответствующей ветке что/где/как/зачем/почему и в следующей карте будет Вам счастье ;) 

Link to post
Share on other sites

 

PresCGMap.xml  

 

 <var AttrCond1="7" AttrCond2="2">
            <!-- Улица (пешеходная) -->
            <elem>
                <line ColorBkg="0xff0000" ColorBkgNight="0x906287" ColorFor="0x818189" ColorForNight="0x7f7f87" ColorSpeedCoeff="1.5" DrawPrior="120" LineType="3" ScaleMaxSet="200000" ScaleText="300000" Width="120"/>
            </elem>
        </var>

 

Edited by dkltd
Link to post
Share on other sites

Если не тропинки, то это грунтовки, теперь они по стандарту МИТ  - лесная/полевая дорога. Вот и превратились в пунктир.

Link to post
Share on other sites

Через картографию. Сообщайте в соответствующей ветке что/где/как/зачем/почему и в следующей карте будет Вам счастье ;) 

ну а карты то причем?...этот баг появился с выходом последней версии, В версии 8.3.650 все было нормально.

Link to post
Share on other sites

Если эти дороги ошибочно отнесены к другому классу, то поправить это могут только картографы в следующей мажорной версии. Если вам не нравится, как теперь отображаются правильно классифицированные дороги, то да, не к ним.

/add Собственно, если граф не меняется, то и в минорной поправят.

Edited by /DiOs
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...