Quantcast
Channel: Recent Topics - Forum - Embarcadero Community - Embarcadero Community
Viewing all 3677 articles
Browse latest View live

https://www.thingiverse.com/asjiheijq/collections/ - by: sekantong P50736


https://www.thingiverse.com/svcdrfwa/collections/w - by: sekantong P50736

https://www.thingiverse.com/weseswer/collections/w - by: sekantong P50736

World Series 2017 Game 7 Final - by: Inmanoal R49485

How to pass 100 MB .avi file from client to server - by: Jitendra G5439

$
0
0
[color=#222222; font-family: arial, sans-serif; font-size: 12.8px]Hi,[/color]
We are using Remobjects SDK with Delphi 7 in our Client/Server software.
We are getting errors while passing a 100mb .avi media file from Client to Server.
Actually what we are doing is...
1. Created a clientdataset with a Blob type field.
2. Then we are creating a Tmemorystream variable and loading .avi file in that
3. Then we are converting the memorystream to string
4. Then we are loading the string to clientdataset BLOB field
5. Then we are passing the clientdataset data to server by using remobjects sdk
6. And in server side we get error.
Some of callstack...
(0001A2FD){rtl70.bpl } [4001B2FD] Variants.VarArrayCreateError + $1D1
(0001A3D8){rtl70.bpl } [4001B3D8] Variants.VarResultCheck + $4
(0001AAEE){rtl70.bpl } [4001BAEE] Variants.@DispInvoke + $34E
(0001A6F7){rtl70.bpl } [4001B6F7] Variants.HandleConversionException + $2E3
(0001A6FC){rtl70.bpl } [4001B6FC] Variants.HandleConversionException + $2E8
(0001AB25){rtl70.bpl } [4001BB25] Variants.@DispInvoke + $385
(0001AB2A){rtl70.bpl } [4001BB2A] Variants.@DispInvoke + $38A
(0001F2F1){rtl70.bpl } [400202F1] Variants.@OleVarFromVar + $10D
(0001F1DC){rtl70.bpl } [400201DC] Variants.@OleVarFromPStr + $B4
(0001AACC){rtl70.bpl } [4001BACC] Variants.@DispInvoke + $32C
(00021DCB){rtl70.bpl } [40022DCB] Variants.VarArrayCreate + $87
(000312CA){rtl70.bpl } [400322CA] Classes.TStream.Seek + $56
(00021EA6){rtl70.bpl } [40022EA6] Variants.VarArrayAsPSafeArray + $E
(0001A753){rtl70.bpl } [4001B753] Variants.HandleConversionException + $33F
(0000661D){rtl70.bpl } [4000761D] System.@WStrCopy + $3D
(0001F062){rtl70.bpl } [40020062] Variants.@VarFromWStr + $2E
(0001F100){rtl70.bpl } [40020100] Variants.@OleVarFromLStr + $28
(0001AB25){rtl70.bpl } [4001BB25] Variants.@DispInvoke + $385
(0001AB2A){rtl70.bpl } [4001BB2A] Variants.@DispInvoke + $38A
(0001ABEB){rtl70.bpl } [4001BBEB] Variants.@VarCopy + $3B
(000221D1){rtl70.bpl } [400231D1] Variants.@VarArrayPut + $AD
(0001A753){rtl70.bpl } [4001B753] Variants.HandleConversionException + $33F
(0001A791){rtl70.bpl } [4001B791] Variants.@VarClear + $D
(0001A799){rtl70.bpl } [4001B799] Variants.@VarClr + $1
(0007DF29){TAS.exe } [0047EF29] uROBinaryHelpers.WriteVariantArrayToBinary (Line 328, "uROBinaryHelpers.pas" + 21) + $38
Please help me...
how to pass a 100mb medai file.

love vashikaran +91-9929415910 specialist baba ji - by: vk sharma

all love problem solution spell+91-7568793397 - by: loveguruji7023

$
0
0
dfghjkl;lkjhgfdsasdfghjilko;lkjhbbvcf

girl mantra +91-7568793397 specialist babaji - by: loveguruji7023


vashikaran specialist babaji+91-7568793397 - by: loveguruji7023

$
0
0
kjhgfdsdfghjkl;';lkjhgfdfghjkl;'

divorce problem solution specialist+91-7568793397 - by: loveguruji7023

$
0
0
kjhgfdsdfghjkl;'
poiujhgfdsfghjkl

husband wife dispuct solution spell+91-7568793397 - by: loveguruji7023

$
0
0
dfghjkl;lkjhgfdfghjkl;';lkjhgfdsfghjkl;

love vashikaran specialist babaji+91-7568793397 - by: loveguruji7023

$
0
0
sdfghjkiolp;'[lkjhgfdssdfghjkl;';lkjhgfds

family problem solution spell+91-7568793397 - by: loveguruji7023

$
0
0
asdfghjkolp;gfdsaASDFGHJKL;LKJHGFDS

TImage and transparancy - by: Buckethead

$
0
0
I'm trying to load a GIF that has transparency into a TImage component. The image is displayed correctly but without transparency if I do not set the Transparency property to true. If I set that property however, the GIF image looks like a bad cartoon with the colors all distorted. Here is the code clip:
Image1->Transparent=true;Image1->Picture->LoadFromFile(OpenIconPictureDialog->FileName);
What is going wrong? Using XE5 C++

Speech input via SAPI 5.4 and TSpInProcRecoContext - by: Fozziebear

$
0
0
Hello there,
I am trying to use the SAPI 5.4 language input.I have integrated SAPI 5.4 into the IDE and try to receive TSpInProcRecoContext input via the Micro.According to MS I have to drag the micro or audio in via token and connect to SpInProcRecoContext. I fail at the handover, but why?Can someone help me?

...

SpInProcRecoContext1: TSpInProcRecoContext;
SpObjectToken1: TSpObjectToken;

...

SpVoice: Variant;
objAudioTokenCategory : TSpObjectTokenCategory ;
objAudioToken,
objEngineToken,
objProfileToken : ISpeechObjectToken;
function startVoice: Integer;
function stopVoice: Integer;
...


//

// start voice
function TDM_Voice.startVoice: Integer;
var
MyTokenCategory: WideString;
begin
try
SpInProcRecoContext1.EventInterests := SREAllEvents;


MyTokenCategory := 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\AudioInput'; // SpeechCategoryAudioIn

objAudioTokenCategory := TSpObjectTokenCategory.Create(Nil) ;
objAudioTokenCategory.SetId(MyTokenCategory , false);

objAudioToken := ISpeechObjectToken(objAudioTokenCategory.DefaultInterface);
objAudioToken.SetId(objAudioTokenCategory.Default, MyTokenCategory, false);

try
MyTokenCategory := 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Recognizers'; // SpeechCategoryRecognizers
objAudioTokenCategory.SetId(MyTokenCategory , false);
except
on E: Exception do begin // OLE-Fehler 80045002 > schon vorhanden also kein Fehler
Logdatent_Schreiben('Fehler in StartVoice Fehler:' +E.Message);
end;
end;
objEngineToken := ISpeechObjectToken(objAudioTokenCategory.DefaultInterface);
objEngineToken.SetId(objAudioTokenCategory.Default, MyTokenCategory, false);

try
MyTokenCategory := 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Speech\RecoProfiles'; // SpeechCategoryRecoProfiles
objAudioTokenCategory.SetId(MyTokenCategory , false);
except
on E: Exception do begin // OLE-Fehler 80045002 > schon vorhanden also kein Fehler
Logdatent_Schreiben('Fehler in StartVoice Fehler:' +E.Message);
end;
end;
objProfileToken := ISpeechObjectToken(objAudioTokenCategory.DefaultInterface);
objProfileToken.SetId(objAudioTokenCategory.Default, MyTokenCategory, false);

SpInProcRecoContext1.Recognizer.AudioInput := objAudioToken; // Fehler falscher Parameter Warum :oops:????
SpInProcRecoContext1.Recognizer.Profile := objProfileToken;
SpInProcRecoContext1.Recognizer.CreateRecoContext;

SpInProcRecoContext1.Connect;

Logdatent_Schreiben('Starte Voice');
except
on E: Exception do begin
Logdatent_Schreiben('Fehler in StartVoice Fehler:' +E.Message);
end;
end;
end;
I still found this:
https://msdn.microsoft.com/en-us/library/ee125184(v=vs.85).aspx
How do I implement it in Pascal?

Metropolis application template error - by: Emanuele C22364

$
0
0
I use c++Builder 10.2.1 (starter or professional the problem is the same) and if I create a new Firemonkey Metropolis application, menu bar has a wrong behavior. Software template is a simple black form full screen; when tou press ESC key from keyboard, a menu bar appears from the bottom (there is a simple animation). If you press ESC key fast few times (esc esc esc esc esc), at the end you will see the menu bar to be white.
I see this problem in Win10 home and pro edition.

I'm glad someone else saw it gbd - by: christ O50553

LiveBinding - Data not showing/not showing - by: Bill Z5290

$
0
0
Delphi Tokyo 10.2
FireMonkey
LiveBindings

Using TabConrtrol with a couple of pages. There are some tLabel and tEdit components on the pages linked to a datset through LiveBindings. When compiled for iOS the problem is that the data is not always displayed in the labels/edits but will display when I move backwards and forwards through the 2 pages on the TabControl.

Had similar problem when compiled for Win32 but overcame that by calling BindSource,Dataset.Refresh whenever making any changes or selections from lookupdialogs associated with the dataset. Unfortunately that didn't fix the problem in iOS.

Can someone please help me. I am thinking that LiveBindings is simply not refreshing the linked fields in iOS but not sure how to fix this. The app I am working on is my first attempt at doing something for iOS Mobile platform so any guidance would be appreciated.

TCategoryPanelGroup Scrollbar - by: Hameed

$
0
0
Hi all,I am writing a desktop application using RAD studio in c++.
I have a Category Panel group that by default has a VertScrollBar on, however with initial height of the panel, it does not need the scrollbar so it doesn't show. When the Panel is resized vertically the scrollbar shows up. I do not want to resize the panel or the parent form, however I want to adjust the controls inside the panel when the scrollbar appears/disappears.The idea is intercept the "show scroll bar" message, resize the buttons before the panel is painted with scrollbar, but I am unable to find what message is sent to wndproc. Any ideas?
Or if anyone has a better idea of handling this situation?Thanks.

Android GPS - by: wilchaia

$
0
0
Hi. I have 2 questions about getting location on an Android device.

1) I'm using Androidapi.JNI.Location.JLocationManager.requestLocationUpdates to get device location and speed.
It works great on android 5 and 6, but not on android 7. It stopped returning speed, even if I configure Androidapi.JNI.Location.JCriteria.setSpeedRequired(True).
I'm calling Androidapi.JNI.Location.JLocationManager.requestLocationUpdates with these parameters:
-minTime: 10000
-minDistance: -1
-criteria: new TJCriteria with setSpeedRequired(True)
-listener: my class(TJavaLocal, JLocationListener)
-looper: TJLooper.JavaClass.getMainLooper

Do I need to configure anything else?

2) Is there a way to force to get current location using TLocationSensor? I do not want to wait TLocationSensor.OnLocationChanged to be triggered. Sometimes, it takes too long.
Viewing all 3677 articles
Browse latest View live


Latest Images

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