Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all 1963 articles
Browse latest View live

Mapview -- can't use with other components.

$
0
0

Mapview takes over entire screen and won't show other controls.

Have a map as a TabItem using the latest 10.2 Tok code. If the tab with the map is active, the multiview main panel can't open.

So I think I saw this reported earlier. Another item (mapping) that is a must have in order to release our application.

Also have help request in to support for a solution for code completion no longer working and all uses being see as unknown. No help yet after 6 days.

Need some idea on the timing and progress in order to make product decisions.

 

Thank you,

 

Clark

 

 


Getit -- LifeTrak Move -- Berlin 10.1

$
0
0

I tried to run the LifeTrakPas demo and it won't discover the LifeTrak Move device.

Yet the LifeTrak is paired to the development PC show up when scanned by the BTLE component.

I can't test with Berlin 10.2 since Getit is empty and I have not seen a fix yet.

 

Has anyone been able to run the LifeTrak demo successfully yet ?

 

Clark

Does any GetIt package install in 10.2?

$
0
0

Hi,

Don't know about you, after going through the usual hassle of full day remove older version and install the new one (why the heck can't we get a real upgrade?), now I see a few packages available in GetIt. Tried several, all download, compile and fail, with fatal errors.

For the first time I installed 10.2 Tokyo using the WebInstaller.

But again, most of the GetIt packages I'm supposed to use are not present, and the ones that are, fail.

What about you? Were you able to install, say, Abbrevia, Lockbox?

Delphi 10.2 Tokyo: Components do not show some images from TimageList on Android

$
0
0

I tried to compile and run original sample application on Android tablet - “ListVieImageIndex”. I found out that some rows of TlistView did not show any picture. Then I created simple program with several buttons, which give image from TimageList and behavior was similar – some buttons were without image.

Same applications compiled in Delphi 10.1. Berlin work well.

Next problem with Delphi is caused by version of Android. It is not possible on Android v.7 to debug a program, because after installation on Android and start process "launching", is debugging stopped with error: “run-as: Could not set capabilities: Operation not permitted”.

Error when compiling for 64 bit windows: frxClass not found. For 32 bit windows it's working well

$
0
0

Hi,

 

I get an error message when compling for 64-bit windows: [dcc64 Fatal Error] uFormRekeningschema.pas(7): F2613 Unit 'frxClass' not found.

 

But if I compile for 32 bit windows this error don't appear. Do you hav any idea how to fix this for the 64-bit windows?

 

Kind regards,

 

Jacques Kuipers

 

Delphi 10.2 Tokyo: Components do not show some images from TimageList on Android

$
0
0

 

I tried to compile and run original sample application on Android tablet - “ListVieImageIndex”. I found out that some rows of TlistView did not show any picture. Then I created simple program with several buttons, which give image from TimageList and behaviour for similar – some buttons were without image.

Same applications compiled in Delphi 10.1. Berlin work well.

Next problem with Delphi is caused by version of Android. It is not possible on Android v.7 to debug a program, because after installation on Android and start process launching is debugging stopped with error: “run-as: Could not set capabilities: Operation not permitted”.

 

 

 

 

 

 


 

 

Delphi XE7 FMX: TStringGrid: OnSelectCell event bug

$
0
0

    Delphi XE7 update1 bugs:  (Under FMX environment)     18.  stringGrid: OnSelectCell event bug: after first triggering this event, once you move your mouse into this column this event will be triggered    [No matter you move into visible or invisble area of this column) Drop a stringGrid into a Form, and create 2 column: StringColumn1, StringColumn2, and set RowCount:=100;    procedure TForm1.StringGrid1SelectCell(Sender: TObject; const ACol, ARow: Integer; var CanSelect: Boolean); begin if StringGrid1.Columns[acol].Name='StringColumn1' then    showmessage( 'StringColumn1');   end;  

FireUI Live Preview not Synchronizing with my IDE RAD Studio

$
0
0

I just recently installed the FireUI in all my devices for my App development. In contradiction with its FireUI function to sync with my devices, it appears that it is not synchronizing. I am not sure if I missed something.

Here are the background of what I did so far:

  1. I am using mac with parallel desktop as my virtual for windows.
  2. I used wifi(bridge) for my network connection.
  3. The fireUI of my devices (mac, iphone6s+, windows, samsung android) are able to connect.
  4. The RAD Studio Berlin 10.1 confirmed its connection.
  5. When I created multi-device form in RAD Studio and put some controls like tchart, tbutton, tlistboxes, radiobutton. None except one of the listbox appeared in my mac and windows, but the rest are none.

I search over the internet and I found minimimal posting related to FireUI except those introductory postings but no troubleshooting such as this case i have.

Appreciate if someone could assist me on this.

Thanks & cheers!

 


How set recipients for TSendMail

$
0
0

How do you use the recipients property of TSendMail?

XCode 8.3?

$
0
0

Hi,

As always, starts aligned like each previous releases... RAD Studio is out, and a few days later, the new XCode is there too.
Did anybody try XCode 8.3 with RadStudio 10.2?
Is anything broken?
Thanks for any clue.

Problem with TViewport3D with Delphi Tokyo under Android

$
0
0

Hi,

I am encountering a problemwith Delphi Tokyo and the TViewport3D component. I have an application (made with Berlin update 2) which use an TViewport3D. With Berlin update 2, the application works fine under Windows, MacOS and my Android phone (Galaxy S4 under Android 5.0.1). The same application compiled under Tokyo works fine under Windows and Mac OS but not under Android. On Android, the screen stay black and the application crash.

I use the same Android SDK (version 24.3.3 32 bits) under Berlin and Tokyo. I will participate in Delphi Tokyo's presentation in Paris (France) the next may 17 (my project will be on GitHub just before the presentation : https://www.eventbrite.nl/e/billets-accelerez-vos-developpements-delphi-tournee-europeenne-2017-33619409559?elqTrackId=4c0f84b51d3947969540095d249f2f7f&elq=4351a2c392164ab48b0cf38ac4c859e4&elqaid=21262&elqat=1&elqCampaignId=7199).

Have you the same problem (just put a TViewport3D on a form) and if yes is there a solution ?

Regards,

Grégory Bersegeay.

FMX components trigger premature mouse events in iOS - Delphi 10

$
0
0

I have a simple Multi-Device application that consists of a TTabControl, 1 TTabItem and a TButton on in the tabitem.  If I press and hold the button down, onMouseUp is triggered before I let go.  FMX.Platforms.iOS  touchesCancelled is being called which is forcing a MouseUp event.

  • This only happens when the button is in a TabControl (the main application relies heavily on TabControls, so we don't want to move away from this).
  • If we downgrade back to XE8, this DOES NOT happen
  • This happens even on a simple test application with the 3 components mentioned above, and put some kind of action in the onMouseEvent of the button
  • This does not occur on Android on Win32 (kind of obvious since FMX.Platforms.iOS wouldn't be called)
  • We also tried replacing with a onMouseLeave event, but still touchesCancelled gets called and a MouseUp event is forced.
  • Happens on devices and simulator

Any ideas?

Demo PlatformScrollBox 在東京版似乎有問題

$
0
0

C:\Users\Public\Documents\Embarcadero\Studio\19.0\Samples\Object Pascal\Multi-Device Samples\User Interface\PlatformScrollBox   這個範例 run android 在東京版似乎有問題 ,柏林版是正常的

Delphi 10 Seattle - IDE bug when using REPEAT in Parallel functions

$
0
0

Hi

(I hope this is the right place to inform)

 

I have just started to do parallel functions and found a problem when using REPEAT.

The problem shows when using REPEAT UNTIL loop inside a parallel function. When pressing ENTER, it will always gives an extra UNTIL after the ENTER-code, showing that the REPEAT is not closed, but it is.

I simply had to change REPEAT to WHILE to get it to work :

 

Parallel bug

 

I have REM'd the code to the right which is giving error.

(Sorry for bad english)

 

Regards Peter Franking

TForm Repaint speed Android (Delphi 10.2 vs 10.1)

$
0
0

I'm programming a game and recently switched to Delphi 10.2. FPS dropped. After searching for some time I think it is becasue of TForm paint speed.
Here is my test:
1 Created a new Multi-Device application.
2 Put a TTimer on it.
3 Timer interval set to 1
4 Timer OnTimer event calls Form.Invalidate
5 Deploy on an Android Device (Samsung Note 10.1 2014 Edition)
6 Open Intel GPA System Analyzer and run the application.
If these steps are done using Delphi 10.2 CPU usage and GPU calls are seems normal but FPS is capped 48-50 (Vsync is on or off)
if these steps are done using Delphi 10.1 FPS is 230-240 (When VSync is deactivated)
(I also checked Timer speed without invalidate it seems to run @~1000Hz so timer is not the problem)

So why is that? Is this a bug?


Implied ADO connection

$
0
0

If I connect to the mysql Database I see instead of MSDASQL.1(xxconnection) this :

> implied ADO Connection.

What is to do?

ListView item anchored?

$
0
0

Hi,
Is there a way to have the ListView item positions adjust depending on the form size, or portrait/landscape presentation?
I have a ListView with all my items set correctly using the "Toggle Design Mode" option. But how to tell each item to stick to the right or left of the list when the view width increases?
I have columns with totals, but they remain in the same position when flipping to landscape mode on mobile devices?

In Portrait they're on the right of the screen, in Landscape, they stay in the middle of the screen instead of moving to the right.

Thanks for any clue.

Steve

Code Completion -- 10.2

$
0
0

While I can build and deploy to Android, code completion is broken.

All the System and FMX units indicate as being unknown.

Have to manually type everything.

Anyway to fix this without doing another re-install etc ?

Have a tight deadline and really need to get the code out to the customer.

Would use 10.1 but it won't run on Android without using up a high percent of the CPU cycles.

Worked out that 10.2 used a tenth of what 10.1 did for the sensors I am using.

FYI for comparison 10.1 used ~50% and 10.2 ~5% running the same code.

 

TComboBox Horizontal Scroll

$
0
0

Hi All,

Does anyone know how to enable/add horizontal scroll bar in TComboBox?? 

Thanks in advance.

 

Reinstalação

$
0
0

Bom dia!

Instalei o Delphi Start Edition Berlim e quando fui abrir a IDE deu um erro e ficou tentando reinstalar, então desinstalei e agora não consigo mais instalar. Gostaria de saber como posso instalar novamente.

 

Desde já agradeço à atenção!

 

José Roberto

Viewing all 1963 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>