Posts by Anderson Nunes • 314 points
12 posts
-
0
votes1
answer238
viewsQ: Logic for Boolean variables in ASP
Good morning, I do maintenance on a huge system, we have two servers, a test and another production, I happen to have the following problem: On the test server this condition does not return as…
-
5
votes2
answers235
viewsQ: How can you clone cards on my website?
what is occurring is the following. I am currently trying to solve a big problem, two of the company’s online stores that I serve are having a problem with card cloning. I don’t have much experience…
-
0
votes2
answers1590
viewsA: Delphi + Firemonkey: dynamic component design created at runtime
Only for those with the same problem, the solution is simple, as Pedro explained above also works, but for me, the following example worked more adequately to my need. ComponenteCriadoRuntime.Parent…
-
1
votes0
answers134
viewsQ: Delphi - Taking property values with Getpropvalue()
I’m using the function GetPropValue() from Delphi to take values from certain properties of some type objects TControl. Everything works correctly when I take simple property values, for example…
-
0
votes1
answer94
viewsQ: Change text from a div inside the fancybox
I have a popup using Fancybox, inside it I have a div, I need to change dynamically using Javascript the text of it. I am using the following code at the click of a button call:…
-
0
votes1
answer128
viewsA: Desktop and cloud system integration
Good evening, I also think it is a good exit this yours, even because, if you do not have internet connection at the moment I see no other way to send the data instantly. I have some similar systems…
-
2
votes2
answers1590
viewsQ: Delphi + Firemonkey: dynamic component design created at runtime
I have a TForm which allows the system user to create components at runtime (TButton, TRadioButton, TLabel, TPanel, among others). This functionality is working, but now the need has arisen for the…
-
-1
votes1
answer1135
viewsA: Delphi XE8 and Firemonkey: Integration between webbrowser javascript and the system
Already solved using this: https://stackoverflow.com/questions/23416086/callback-delphi-function-from-twebbrowser-by-javascript-on-delphi-xe6-for-all-pl But if anyone knows any other way to do it…
-
4
votes1
answer1135
viewsQ: Delphi XE8 and Firemonkey: Integration between webbrowser javascript and the system
I’m using the component TWebBrowser Delphi to create a system that interacts with the site. So far so good! I can run the site Avascripts correctly, the problem is when I need to take an answer from…
-
2
votes1
answer1231
viewsQ: Delphi XE8 + Android - Splash screen closes before the app loads and shows black screen for a long time
I’m creating an APP in Delphi XE8, so far so good, the problem is that when my app will be loaded on Android, the splash screen closes too early, the app hasn’t loaded yet, so it shows a black…
-
2
votes1
answer1384
viewsQ: Delphi XE7/XE8 - Refresh in database (real-time update)
I have two interconnected systems, one saves a record in the database and another reads the saved record, currently I use a timer to refresh the database in the system it reads, so it takes every 5…
-
3
votes3
answers2046
viewsA: Post a comment and then display without refresh
This is actually quite simple to do in ajax. I’ll give you an example on which to base: http://blog.clares.com.br/utilizando-metodo-post-do-jquery-php/ First you use jQuery to send the data to a…