Перейти к содержанию
Fire Monkey от А до Я

Лидеры

  1. Brovin Yaroslav

    Brovin Yaroslav

    Администраторы


    • Баллы

      11

    • Постов

      2 124


  2. Kitty

    Kitty

    Пользователи


    • Баллы

      5

    • Постов

      792


  3. Alexander

    Alexander

    Пользователи


    • Баллы

      3

    • Постов

      116


  4. Равиль Зарипов (ZuBy)

    Равиль Зарипов (ZuBy)

    Модераторы


    • Баллы

      2

    • Постов

      2 517


Популярный контент

Показан контент с высокой репутацией 09.05.2016 во всех областях

  1. Alexander

    Geofencing

    На прямую возможность, через компоненты, получить доступ к технологии я не нашёл. Но вот тут есть примеры реализации для мобильного приложения
    3 балла
  2. Kitty

    Geofencing

    В Берлине есть возможность работать с областями с помощью TBecon. Помимо этого есть технология Geofencing - работа с большими областями и без включенного блютус. До меня не доходит, а как это можно реализовать Geofencing в Берлине, с помощью чего? О Geofencing посмотрела тут: Спасибо.
    2 балла
  3. Создаете несколько потоков, каждый поток у вас занимается отправкой фотографии. Передаете в поток данные и запускаете. Потоки создаете по количеству ядер на устройстве. Пользуетесь готовой библиотекой Parallel Threading Library создаете таски и складываете их в пул.
    2 балла
  4. Kitty

    Компонет TBecon и эмулятор

    C++ Builder 10.1 Berlin 1. Создаем эмулятор и запускам его. 2. Запускаем студию и создаем новый проект. В Target указываем созданный эмулятор. 3. Переносим на форму компонент TBecon. Никакого кода. 4. Запускаем компиляцию в режиме дебаг. Видим, что приложение начинает запускаться на эмуляторе однако получаем серию ошибок. Вопрос: можно ли запускать на эмуляторе проект, в котором используется TBecon? Если да, то как избежать этих ошибок? Спасибо.
    1 балл
  5. Brovin Yaroslav

    Компонет TBecon и эмулятор

    Согласен. Но увы этим компонентом занимаются другие.
    1 балл
  6. var task: ITask; begin WriteLn('Telegram Bot Ping-Pong Sample'); TelegramBot := TTelegramBot.Create( {$I ..\telegaToken.inc}{ you Api key } ); try task := TTask.Create( procedure var LMsg:TtgMessage; Begin LMsg := TelegramBot.sendPhoto(12345, ttgFileToSend.Create('test.jpg')); Работа_с_ответом_сервера(LMsg); End); task.Start; StartRecesive; except on E: Exception do WriteLn(E.ClassName, ': ', E.Message); end; TelegramBot.Free; end. Ну вариант с таском вижу только так. Но в таком случае эта работа ложится на конечного разработчика. А хотелось бы что бы это было "спрятано под капотом библиотеки" (синоним async в С# в общем пытаюсь найти для Делфи)
    1 балл
  7. Монтирую 10 урок курса "FireMonkey cтили. Понимание, использование, редактирование и создание стилей"
    1 балл
  8. Brovin Yaroslav

    Компонет TBecon и эмулятор

    Судя по скрину ошибка заключается в отсутствии Bluethooth адаптера на эмуляторе. Полагаю, что решение заключается в том, чтобы такой адаптер добавить в эмулятор, если это, конечно, возможно. Согласно теме на StackOverflow How to use Bluetooth in Android emulator? не удастся воспользоваться blueethooth адаптером в дефолтном эмуляторе.
    1 балл
  9. Brovin Yaroslav

    Есть ли обучалка StyleBook?

    В ближайшее время появится видео курс по использованию стилей в FireMonkey: "Курс 1. FireMonkey cтили. Понимание, использование, редактирование и создание стилей". Там будут даны ответы на этот вопрос и еще на многие другие.
    1 балл
  10. Library path указывает путь до уже скомпилированных файлов библиотеки. Поэтому в нем нужно указывать к соответствующим версиям библиотеки собранным под андроид. Более простой вариант, это добавить путь к исходным файлам библиотеки через Browsing Path. В этом случае при каждой сборке проекта, среда сама соберет за вас библиотеку.
    1 балл
  11. Kitty

    Как подключить iBeacon?

    Код выше оказался полностью рабочим в Берлине. Получаю в Memo информацию при перемещении бикона по квартире. Два момента: - надо добавить разрешения в приложение на блютус и блютус админ. - добавить код т.к. не сразу заметила, что по умолчанию в инспекторе объектов false: void __fastcall TForm1::Button1Click(TObject *Sender) { Beacon1->Enabled = true; } Телефон GSmart Akta A4.
    1 балл
  12. Kitty

    Как подключить iBeacon?

    Удалось сменить uuid с помощью RealKit apk с этого сайта: http://www.bytereal.com
    1 балл
  13. Embarcadero Weekly Round-up for Developers This week’s Most Valuable Professional (MVP) Spotlight – Nick Hodges Nick is a software developer at heart. He’s been a Pascal/Delphi developer for over twenty years, and still thinks that Delphi is the best development tool out there. Nick loves to read programming books, attend conferences, and watch cool videos about new programming techniques. Nick is the author of two great Delphi programming books: Coding in Delphi and More Coding in Delphi READ MORE For a limited time, save 10% off 10.1 Berlin! Receive 10% off 10.1 Berlin, the latest release of the award winning, RAD Studio, C++Builder and Delphi developer tools. Act Today! Offer expires May 19th! ACT NOW Weak and Unsafe Interface References in Delphi 10.1 Berlin by Marco Cantù Delphi 10.1 Berlin adds a couple of features to the Delphi language, bridging gaps between platforms and extending the Win32/Win64 interface reference model. This is not the only change to the language, but clearly the most relevant one. READ MORE Customizing the style for a user interface control in RAD Studio 10.1 Berlin by Sarina Dupont I recently received a question from a customer on how to best customize a style for a specific component, and I thought I'd cover the steps in a blog post. In this tutorial, we are going to change the background color of TGroupBox... READ MORE Interbase Array Fields and FireDAC by Stephen Ball The IoT Award Winning database InterBase, has for a long time supported the ability to store data in an array field type. This was originally introduced as a new field type to reduce API calls and speed up data write time for a specific Boeing project many years ago. READ MORE RAD Studio Quality Report for 10.1 Berlin by Marco Cantù The release of RAD Studio 10.1 Berlin marks another step towards improving the overall product quality and the company process of managing customer reported issues. READ MORE Quick Tip: Implement Zoom In Virtual TreeView Using CTRL+ / CTRL- by Žarko Gajić Even though all applications have some visual way (track bars mainly) to zoom in/out their display – all also support zooming by using (standard?) keyboard shortcuts. CTRL+Plus to increase the font size, CTRL+Minus to decrease. Am not sure if you know, but Delphi IDE unit editor also has this feature. READ MORE Buffering the File Stream in Delphi / C++ Builder by Stephen Ball Part of the very fast FireDAC database component library is TFDFileStream, a class that allows high performance access to trace files, text data file reading, SQL Script file reading and data serialization to file. Well, it seems it was too good to keep hidden and with the release of 10.1 Berlin, this has been moved from FireDAC.Stan.Util to System.Classes and has been renamed to TBufferedFileStream. READ MORE Parnassus Software's Navigator and Bookmarks now available for 10.1 Berlin Don’t know what these are? They’re plugins (add-ons) for Delphi and C++Builder. Bookmarks replaces the IDE’s inbuilt bookmarks and gives you an unlimited number, a single shortcut key, a dockable window listing all bookmarks, stack or ‘caret’ bookmarks, and more. Navigator is code navigation done right: press a key and all useful parts of your unit are shown, and as you typed the list is filtered... DOWNLOAD Mitov Software libraries for Delphi and C++ Builder 10.1 Berlin Here is a pre-release version of all the Mitov Software libraries for Delphi and C++ Builder 10.1 Berlin. The official release will be available in few days with support for XE8 and 10 Seattle as well. DOWNLOAD FireMonkey Premium Styles Pack is available for RAD Studio 10.1 Berlin customers Customize your multi-device applications with nine premium FireMonkey styles. Choose from Jet, Sterling, Diamond, Emerald Crystal, Emerald Dark, Coral Crystal, Coral Dark, Vapor, Copper, Copper Dark and Radiant styles, optimized for iOS, Android, Windows and Mac application development. DOWNLOAD RAD Studio 10.1 Berlin FireMonkey Accessibility Pack is available for customers The Accessibility Library supports the JAWS screen reader on Windows and the VoiceOver screen reader on Mac OS X. DOWNLOAD ElevateDB 2.24 Released with RAD Studio 10.1 Berlin Support ElevateDB 2.24 is now available for download. If you're an existing customer, then you should be receiving an email shortly with download instructions. DOWNLOAD The RAD Studio 10.1 Berlin April 21, 2016 Launch Webinar Replay is now available on the Embarcadero YouTube channel RAD Studio Product Managers Marco Cantu and Sarina Dupont cover the overall product directions and provide technical details on the new product features. See how RAD Studio works with and will continue extending its support for Windows 10, multi-device development, enterprise development and the Internet of Things. The webinar also includes technical Delphi and C++ demos and a Q&A session. WATCH NOW RAD Studio, Delphi and C++Builder “How To” (quick) videos on the Embarcadero YouTube channel (EmbarcaderoTechNet) Short how-to videos for working with Embarcadero RAD Studio, Delphi, C++Builder and InterBase. WATCH NOW PRODUCTS · SOLUTIONS · SUPPORT · COMMUNITY · STORE · CONTACT Просмотр полной статьи
    1 балл
  14. Brovin Yaroslav

    Контекстное меню в TMapView

    У библиотеки FGX есть решение нативного контекстного меню TfgActionSheet
    1 балл
  15. Вот посмотрите эту тему, там есть пример который вам поможет
    1 балл
  16. ну например вот так может выглядеть ListView панельками. чтобы такого добиться пришлось много кода дописать в FMX.ListView.pas могу объяснить принцип как это работает, если осилите, сможете реализовать сами.
    1 балл
  17. Обычные операции по работе с множествами :-) TMapLayerOption.Traffic in MapView.LayerOptions;
    1 балл
  18. Сюда заодно уж напишите как проверить включен режим пробок или выключен
    1 балл
  19. Дошло, надо не TMapLayerOptions, а TMapLayerOption. Спасибо MapView.LayerOptions:=MapView.LayerOptions+[TMapLayerOption.Traffic]; MapView.LayerOptions:=MapView.LayerOptions-[TMapLayerOption.Traffic];
    1 балл
  20. Не: MapView.LayerOptions:=MapView.LayerOptions-[TMapLayerOptions.Traffic]; а MapView.LayerOptions:=MapView.LayerOptions-[TMapLayerOption.Traffic]; Без s на конце TMapLayerOptions
    1 балл
Эта таблица лидеров рассчитана в Москва/GMT+03:00
×
×
  • Создать...