Questions tagged [embedded-control]
14 questions
36
votes
5 answers
How to embed a browser object, other than IE, in a Delphi application
Using the default TWebBrowser makes things easy to embed a web browser. Unfortunately the one that comes in by default is IE.
I'm wondering how does one integrate a Gecko or WebKit one.
Are there VCL examples somewhere?
If not, how would one go…

Gustavo Carreno
- 9,499
- 13
- 45
- 76
4
votes
2 answers
How do I Control a Device’s Embedded Control Software in C# using HTTP?
I have a piece of hardware with an embedded user control accessed by typing the device's IP Address into a web browser. The device is connected directly to my PC via x-over ethernet cable and static IP's. I need to integrate the control of the…

user441603
- 487
- 3
- 6
- 16
3
votes
3 answers
How can I best host PowerPoint slides on a web side, interleaved with native HTML content?
Many of my users prepare training presentations using PowerPoint. My training app presents content in a simple chapter-questions chapter-questions format, where a course module has many chapters, and each chapter is basically a web page for content,…

ProfK
- 49,207
- 121
- 399
- 775
3
votes
2 answers
Suppress messages from embedded Windows Media PLayer
I'm working on a Windows Form Application in which I have embedded a Windows Media Player that lets you play video files. The unique thing is that I have changed the extension of the media files (for reasons which I can't get into here). For…

Chiwda
- 1,233
- 7
- 30
- 52
2
votes
2 answers
Internet Explorer control uses IE7's own settings for ClearType and font size, can I override them?
I'm embedding an IE control into my C++ application. The problem is that although system-wide, ClearType is disabled, IE7 has its own separate setting, and unless I specifically disable that too, text inside the IE control will be antialiased while…

user9665
- 395
- 1
- 3
- 7
1
vote
6 answers
Maintaining state between two machines
We have two industrial controllers that are used to control critical systems. The idea is that on failure of one controller, the other controller will automatically take over. To ensure the swap over is seamless, each the standby controller must…

user64123
- 71
- 1
- 4
1
vote
4 answers
How do I embed Media Player in a C# MailMessage to play an Attachment
I'm using a C# MailMessage to attach a wave file (8K) to an email message. I'd like to provide a player within the body of that email message that will play that wave file if the user chooses to do so. I've tried using the embedded

eduesing
- 351
- 1
- 5
1
vote
1 answer
M68k-elf-gcc Floating Point Issues
I am trying to build a temperature control application for a 68000 processor. I am currently using GCC 8.2.0. I am compiling with the -msoft-float flag. However, the floating point library routines appear to be broken. Example:
'000174f4…

B. Schmidtke
- 21
- 3
1
vote
3 answers
Stop embedded Windows Media Player from looping?
I've got an embedded Windows Media player in an HTML page, and when the audio gets to the end, it just starts again from the beginning.
According to the documentation, there's an autorewind parameter/attribute and also a loop.
The problem is, I've…

AmbroseChapel
- 11,957
- 7
- 46
- 68
1
vote
2 answers
how to convert the control design from simulink to C
I have designed a control system in simulink for my project. Now I need to convert this design into C code. But presently no specific hardware processor has been decided on which the code will reside. So I need to run my code from within matlab. I…

saya
- 39
- 1
- 2
- 6
0
votes
2 answers
Display dynamic content from embedded web server
I have an embedded device running a slimmed down version of a HTTP server. Currently, it can display static HTML pages. Here is an example of how it displays a static HTML page:
char *text="HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n"
…

alexb
- 460
- 6
- 17
0
votes
0 answers
"ARM7 - how to read port pin in LPC2368?"
I'm using LPC2368 wherein I have got to read the pin status if it is pressed or not?
In arm7 I have connected that pin(which I have to monitor) to EINT2. I'm confused with pinsel section & how do i come to know if the key is pressed or not?
I have…

YMJ
- 154
- 1
- 2
- 7
0
votes
1 answer
Simple Moving Average summation/offset issue
I wrote a simple moving average with a moving window of Temperatures read as a voltage between 0 and 10V.
The algorithm appears to work correctly, however, it has a problem where depending upon which Temperatures filled the window first, the moving…

Ryan R
- 8,342
- 15
- 84
- 111
0
votes
1 answer
Trap errors on load for IE embedded UserControl
I have a UserControl (.dll) that is embedded via the object tag in a asp.net page, normally the control loads fine but when it does not it only shows a blank page with a icon in the top left corner. Is there any way to trap any errors or view any…
Daniel