Operation error reinstalling Delphi 10.2 - by: Erik V39733
Read-only files - by: Garrett B19564
I am not sure if this is an Embarcadero problem, or a Perforce problem - so I am pursuing both avenues.
I checked out my files from Perforce, so that they are all read-write access.
I opened my project in Embarcadero, and was able to edit most of the files, but a few said read-only. However, when I look in Windows Explorer these files are indicated as read-write.
I have also done the following: Close the project. In Windows Explorer, right-click on the files and set them to read-only, then set them back to read-write (trying to force the issue), then re-open the project. However Embarcadero still indicates the files are read-only.
I copied the entire project to a new location, and right-clicked in Windows Explorer to make all files read-write. I then opened this new (copied) project in Embarcadero and was able to edit all/any files.
QUESTION
Does anyone know why a file in Windows Explorer can be indicated as Read-Write, but wihtin Embarcadero it is indicated as Read-Only?
Maintenance Support - by: Richard L20650
Have anyone encountered issues with their login maintenance account where the latest version I can download is ELC version 4.2 ?
Every year I have to request 1 support for the license issue.
Did I miss out something here ?
JSON array format to delphi array? - by: Mark Patterson
Given a string in JSON format, such as'["Peter", "Paul", "Mary"]'is there a simple (hopefully single-line) way to get a variable of type TArray
---Mark
http://www.facts4supplement.com/t-boost-max/ - by: Davidbachkm D39893
How to Create central SSIS Server? - by: madison Q39896
Many enterprises have so many packages that they decide to separate the service from SQL Server and place it on its own server. When you do this, you must still license the server just as if it were running SQL Server. The advantages of this separation are that your SSIS packages will not suffocate the SQL Server’s memory during a large load and you have a central management location. The disadvantages are that you must license the server separately and you add an added layer of complexity when you’re debugging packages. You have a fantastic way to easily scale packages by adding more memory to your central server, but you also create an added performance hit because all remote data must be copied over the network before entering the Data Flow buffer.
To create a centralized SSIS hub, you only need to modify the MsDtsSrvr.ini.xml file and restart the service. The service can read a UNC path like \ServerName\Share, and it can point to multiple remote servers. In the following example, the service enumerates packages from two servers, one that is local and another that is a named instance. After restarting the service, you will see a total of six folders to expand in Management Studio. We cover the Management Studio aspect of SSIS in much more detail later in Administering SSIS Topic.
xml version=”1.0″ encoding=”utf-8″ ?>
xmlns:xsi=
“www.w3.org/2001/XMLSchema-instance”>
Server A MSDB
localhost
Server B MSDB
SQLServerB
Server C MSDB
SQLServerC\NamedInstance
Server A File System
P:\Packages
Server C File System
\SQLServerC\Packages
To schedule packages when using a centralized SSIS hub as in this example, you have two options. You can schedule your packages through SQL Server Agent or through a scheduling system like Task Scheduler from Windows. Because you’re already paying for a SQL Server license, it’s better to install SQL Server on your server and use Agent, because it gives you much more flexibility, as you will see later in Administering SSIS Topic. Keep in mind that packages run from the machine that executes the package. Therefore, if you have a package stored on Server A but execute it from Server B, it will use Server B’s resource. You can also store configuration tables and logging tables on this SQL Server to centralize its processing as well. Both scheduling mechanisms are covered later in Administering SSIS Topic.
Credits: Mindmajix
SQLite Manager for EAS-256 Encrypted database - by: Ferenc P14743
Could you suggest SQLite manager what is handle an EAS-256 encrypted database (I created this DB with internal data explorer tool)...
Thanks your help!
nintendo blue tooth - by: joris verrips
Avast detecting threat with RTL - by: Carlos S39944
http://testosteronesboosterweb.com/t-boost-max/ - by: Slovakia S39977
Moving old project to Tokyo 10.2 - by: Gil
1. It won't create a win32 or Win64 folder neither the corresponding Release or Debug sub directories.
2. It won't compile the project to the project folder unless I specify the output folder manually in the project options. This is done automatically in new projects.
3. Can not create self-signed certificate.
It happens only with this old project new projects seems to be fine.
Using a view from a Java library in FireMonkey - by: smn
I have a java library which implements a Andorid view (the Java class inherits from LinearLayout). I would like to use this view in my Delphi FireMonkey application. I have access to the classes in the Java library using the Java bridge, but I cannot figure out how I can display such a view in my FireMonkey application.
My code looks something like this:
View:=MainActivity.GetViewGroup;JavaView:=TJJavaView.JavaClass.init(SharedActivityContext);FillParent:=-1;JavaView.SetLayoutParams(TJFrameLayout_LayoutParams.JavaClass.init(FillParent,FillParent));View.AddView(JavaView);
If I call JavaView.GetWidth and JavaView.GetHeight I can see that the view is aligning to the full client area of the app. Can anyone tell me how I can get this view visible?
Kind regards,
Svend
Delphi - basic shape widgets to place of on forms - by: tim C4905
-Tim C.
error "no activity found to handle intent" - by: Darrel C40250
The subject of the day is opening files from my app.
I have 4 files I'm working with, one each .docx, .jpg, .pdf and .txt.
For Windows I use ShellExecute and it works perfectly.
For Android I've found several examples that are all variations on the same code and they all generate the same error...
... for the docx, jpg and txt it's "no activity found to handle event", and curiouly enough for the pdf it launches WPS Office but doesn't open the file - curious as in I would have thought the docx would have launched that app. hmmm...
In any case, the core code is...
{$IFDEF ANDROID}varIntent : JIntent;{$ENDIF ANDROID}begin{$IFDEF ANDROID}NewFileName := 'file://' + NewFileName;Intent := TJIntent.Create;Intent.setAction(TJIntent.JavaClass.ACTION_VIEW);Intent.setDataAndType(StrToJURI(NewFileName), StringToJString('application/' + Ext));SharedActivity.startActivity(Intent);{$ENDIF ANDROID}end;
... where NewFileName is the full qualified path to the file in TPath.GetPublicPath and Ext is the extension w/o the dot e.g. "jpg".
There was one variation where the final line was "TAndroidHelper.Activity.startActivity(Intent);" but the resulting error was the same.
Thoughts anyone - what am I missing?
drc
Konopka TRzLine component usage - How Do I - by: tim_crouse
Am I missing something?
How do I draw a straight line with this component?
Thanks
Tim C.
In Editor C++ add highlight selected symbols - by: Nik. N40256
1) In Editor C++ add highlight selected symbols! all editors had it;
2) please synchronizate Function Location( what in Function had Cursor, it is work) and Structure Panel (shift-F11)
3) Why new (10.1, 10.2) don't open "*.bpr" ? I dont open old project.
MessageDilog in firemonkey - by: Johan H24716
I can't get the MessageDialog to work
this is what iTried
if MessageDlg('ShowMessage ',TMsgDlgType.mtConfirmation,[mbYes , mbNo],mbNo) = mrYes then
is there an update or better function to use in firemonkey to display a message and the user can chose Yes or No
Please can someone please assist
Alternative push notification systems - by: Massimiliano S40295
I need to send notifications with attachments to mobile systems (androis and IOS).
I found this solution very nice catapush, did anyone ever use this system?
They have only developed sdk for Android, IOS and .NET. Can I import them into firemonkey?
http://www.catapush.com/docs
Thanks
Massimiliano
Noob issues needs help - by: Riaan
Also if i try to add something into a line spacebar dont move code it overwrite the whole line of code.
SOLVED 'insert key was my problem' with above.duh :)Also i wanted to follow the tutorial on Firemonkey but the first thing is a glow effect added to a button but effects dont work at all i tried them all.(Multi device blank form)
Maybe its just me that did not setup correctly i just started after install not changing anything.
C++ DynamicArray problem - by: Ferenc P14743
I tried to define a Dynamic array in Embacadero C++ (10.2), I tried to use a lot syntax, but always got an error. My latest idea I copy Embarcadero example and try to compile...
I copied from help this example:
typedef DynamicArray< DynamicArray < AnsiString > > T2DStringArray;
line and tried to compile, BUT I receive a
[bcc32 Error] Comm.cpp(10): E2257 error, expected at first '<' sign...
How can I define a dynammicarray type, when the help description and example is wrong? Where I do a mistake?
Thanks your help!