Quantcast
Channel: Delphi Forum - Delphi Programming Kings of Code - Delphi Help&Requests
Viewing all 319 articles
Browse latest View live

1stClass Studio 10 Seattle - FirePower 6.0

$
0
0
Does anyone has these two suites ?
It would be really helpful since in all of my projects i commonly use controls of these suites.
Mainly of the InfoPower suite and of the 1stClass Studio.Thank you in advance

Bar Code Reader for FireMonkey

$
0
0
Han-soft Software or ZXing bar code scanning library? I am trying both, do you have a choice or is there a better option?

Thanks
Keith

 

LKSL Components for delphi XE10

$
0
0
Seeking help, I'm trying to compile this library under Delphi XE10.
1) LKSL_XE8R.bpl -> Build -> it's work.
2) LKSL_Components_XE8R.bpl -> Build -> it's work.
3) LKSL_Components_XE8D.bpl -> Build -> it's work.
4) LKSL_Components_XE8D.bpl -> INSTALL -> it's NOT work.

  I get the following error:
Registration procedures, LKsl@ComponentsRe.Registration packaged LKSL_Components_XE8D.bpl raised exception class EAccessViolation: Access module 'rtl230.bpl' .......

Thanks to anyone who wants to help me.
 

 

.zip  LKSL-master-Text.zip (Size: 714.6 KB / Downloads: 1)

InfoPower VCL10 - 1stClass Studio 10 Seattle - FirePower 6.0

$
0
0
Does anyone has these three suites ?
It would be really helpful since in all of my projects i commonly use controls of these suites.
Mainly of the InfoPower suite and of the 1stClass Studio. And if possible could these be packaged in a .exe format.
I have to admit that i am really week in recompiling etc generally.....

Thank you in advance

 

instantiate the program ONLY one time FMX

$
0
0
Quote:Function AlreadyRunning: Boolean;
var
{$IFDEF MACOS}
fWorkSpace:NSWorkSpace;
list:NSArray;
i: Integer;
lItem:NSDictionary;
key,value: NSString;
{$ELSE}
PE: TProcessEntry32;
Snap: THandle;
{$ENDIF}
t: Integer;
Begin
result:=False;
t:=0;
{$IFDEF MACOS}
fWorkSpace := TNsWorkspace.Wrap(TNsWorkSpace.OCClass.sharedWorkspace);
list := fWorkspace.launchedApplications;
if (List <> nil) and (List.count > 0) then
begin
for i := 0 to list.count-1 do
begin
lItem := TNSDictionary.Wrap(List.objectAtIndex(i));
key := NSSTR(String(PAnsiChar(UTF8Encode('NSApplicationBundleIdentifier'))));
// You can also use NSApplicationPath or NSApplicationName
value := TNSString.Wrap(lItem.valueForKey(key));
if 'MYPROGRAMMA.APP'=Uppercase(String(value.UTF8String)) then
inc(t);
end;
end;

{$ELSE}

pe.dwsize:=sizeof(PE);
Snap:= CreateToolHelp32Snapshot(TH32CS_SNAPPROCESS, 0);
if Snap <> 0 then
begin
if Process32First(Snap, PE) then
begin
if 'MYPROGRAMMA.EXE'=Uppercase(String(PE.szExeFile)) then
inc(t);
//Applist.Add(fName);
while Process32Next(Snap, PE) do
begin
if 'MYPROGRAMMA.EXE'=Uppercase(String(PE.szExeFile)) then
inc(t);
end;
end;
CloseHandle(Snap);
end;
{$ENDIF}
if t>1 then
Result:=True;

End; { AlreadyRunning }

I'm looking for a code that works with FMX, both win32 that on OSX.
The code is to instantiate the program ONLY one time, and each click by win / mac open the program already open and take the filename parameter.
The above code checks to see if the program is already running.
I miss how:
1) Set the program icon to the normal state
2) pass the parameter "filename" on the program.
Someone has already this code?

 

 

FinalBuilder 8.0.0.1029 or later

$
0
0
I need FinalBuilder 8.0.0.1029 or later that is compatible with Delphi XE10 Seattle .
If anyone can help I'm grateful

 

Canvas drawing problem firemonkey

$
0
0
Hi there:

It seems many of us are having problems with firemonkey drawing on canvas.

Whataever application runs fine on Windows, but it does not draw anything on Android.

I am using XE8 and I would like to know whether people knows this issue, if somebody knows a solution, or if it is solved on Seattle.

Thanks in advance.
 

Firemonkey keyboard input language change?

$
0
0
Hi everyone, how are you?
I am trying to make a firemonkey application, and I need to change the input language in the application, so? is there a function for that? as the "loadkeyboardlayout" function on VCL? İmage

TMultiview issue

$
0
0
Hi:

I am usning XE8, developing a FMX program for Windows and Android.

In both platforms when I click on Menu button, the master view of Multivew appears, and some buttons are placed on the Master view to be clicked.

However, if I click on one button it does not work. You have to click on the master view, and then on one button. Or, alternatevely, click twice on one button.

It is like you have to set the focus on the master view to be able to use the buttons. However, multiview.setfocus it does not improve the situacion, because the master view is really focused.

Any idea?
 

 

I need HelpSmith or HelpNDoc

$
0
0
Hello friends,

i need HelpSmith or HelpNDoc crack.

thank you
 

Do not unterstand all the rules

$
0
0
I read the rules an i don't understand very well this:
1.3  Don't download constantly in same time  -
                                                                             for 1.  time  - 2 days    BANNED                
                                                                             for 2.  time -  1 weeks BANNED           
                                                                             for 3.  time -  BANNED FOREVER
Is that means ?
when in a session, we download a file, we are banned two days ?
What does it means constantly in same time ?
 

LMD components for delphi seattle 10

$
0
0
Hi to All,
In order to complete components needed for my application upgrade i really need LMD VCL 2016 for XE10, can anybody provide me with this components?
Thanks in advance & Kind regards
 

 

Request TCamRemote

$
0
0
Hello,
I am looking for TCamRemote to drive APN Canon.
Thank you for any help
 

ReportBuilder 17 for DX10

$
0
0
i really need this component, if anyone have it and can share it i'll be glad 

 

 

wptools

$
0
0
 I need İmage
wptools Professional  for xe10

 

request ReportBuilder 17 for DX10

$
0
0
i really need this component, if anyone have it and can share it i'll be glad 

 

 

 

request wptools

$
0
0
 I need İmage
wptools Professional  for xe10

 

 

Windows compiling and style missing

$
0
0
Hi there:

My XE8 IDE now has not Windows style and compile option in the IDE. I mean that I can only compile for Android, Mac and Iphone. Windows option is not there anymore.

This is so strange. I cannot find any option to list Windows again.

Any idea?
 

BTW, I have tried right button on Target platforms to add Windows, but the menu "Add platform" is not enabled.

Request ResizeKit 2.0 for C++Builder XE10

$
0
0
Request ResizeKit 2.0 for  C++Builder XE10
only found for Delphi
 

 

Audiolab Xe7 Full

$
0
0
any one have Audiolab for xe7 Full version can we get it please İmage Searched alot over internet did not found it
 

 

 

 
Viewing all 319 articles
Browse latest View live


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