Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
155 views

Delphi: refer to control from thread in frame

There is a FRAME (not a form) and a thread. How to refer to Frame's control from the thread? For example I want to disable a button from a thread. But I don't have a pointer to the button, no global ...
1
vote
2answers
213 views

VBA Refer to worksheet vs chart sheet

I'm trying to write a small function that takes in a filepath (where the workbook was saved at), targetpath (where the pdf will be saved to), and a string of tab names (pipe (|) delimited) in excel. ...
0
votes
1answer
50 views

AS3: How to refer an object by his properties

Well, I'm doing a checkers game and I need to refer a piece by its position (x and y, both) and remove it from the screen (no problem with this). I've been traying combinations with "this." but ...
0
votes
1answer
56 views

How to refer to a random integer in R.raw method in Android?

I have this code Random x = new Random(44); int l = x.nextInt(); int path = R.raw.l; I know it doesn't work that way,but it explains my situation the most. i.e. Providing l==5, i want to use ...
0
votes
1answer
106 views

Java: How to refer to a class inside the class but of another element?

I'm not to sure on how to explain this but basically I am trying to refer to the List Classes front which is of Element A(can be from any list). But what happens is that when it goes through the ...
0
votes
0answers
69 views

file reference within Jar

I am trying to refer a XML file within a jar using this.getClass().getResource("build.xml").toURI(). build.xml is in same package level as Class file. When I tried to work it from eclipse, it works ...
0
votes
2answers
119 views

How to prevent referral registrations/downloads/visit by IP address?

Is there a way to prevent the same person from referring itself? IP address is obviously not enough to prevent these kind of scammers that know how to game a system like these. So in the current ...
0
votes
3answers
629 views

Hello, TabWidget each tab refer to new xml

Hey everyone I'm using Google's exmaple of Hello, TabWidget but altered it to look like this: main.xml: <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" ...
0
votes
2answers
140 views

how to refer a textbox inside body of html page in a javascript if textbox is not part of any form?

i have coded a header file which contains a input textbox for search.this header is include in body tag of a jsp page as shown below. <body> <include src="header.ssi"> <form> ...
0
votes
2answers
209 views

How to do a friends refererred and rewards system in php?

as title said, how to do or what are the practices to do a system, that if the user refer to a friends (up to 10), he will get rewards per person in php and mysql? Do I need to do in cookies or ...
0
votes
6answers
379 views

Which browsers/plugins block HttpReferer from being sent?

I am trying to interpret HttpReferer strings in our server logs. It seems like there is quite a high number of empty values. I am wondering how many of these empty values are due to direct hits from ...