User Profile
Collapse
-
Anyone have any thoughts on this for me? I've tried a few more things, but I still keep missing something. I'm guessing it's something easy that I'm just overlooking. -
Problem with moving image
I bought a book to help me learn to use DirectX with windows programming. It's first trying to walk me through some basic windows programming and graphics before getting into DirectX. I'm trying to expand on one of the example programs in the book but I'm having some problems.
I can get a frame to appear, then an image gets randomly placed in the box. It is suppose to move right, then when it hits the edge move left; it should repeate... -
-
Text Color & Style Settings
This is, I'm sure, and easy question for most. I am a moderate C/C++ programmer in console based programs, I am looking to teach myself windows based programming though. I'm going through a book I bought and trying all of the exercises it gives to help me brush up on things.
One things I'm curious about, but can't find in the book, is how to change text color and style. I've got a character pointer with the text "Hello World"... -
I've got the default values set up for the boxes in my .css file. However in some cases images or text are entered that expand the boxes vertically... Making one box larger than the other. I'd like to make sure that any two side by side boxes always have the same height (are fit to the taller of the two boxes), regardless of the content inside....Leave a comment:
-
script to resize boxes.
I've got a page that has 6 boxes in a grid (like dots on a dice). In each box goes some current events type stuff. I'm trying to find a way to make it so that the boxes beside each other are always the same size.
So if my boxes are lined up like this:
A-B
C-D
E-F
Then I want A & B to be the same size, and C & D, and E & F. But for example box A and box C would not need to be the same... -
So then I could use a server-side script to access a database, and then use Ajax to link between that include, and the javascript?...Leave a comment:
-
Javascripts and databases
I have a javascript that scrolls through a series of "headlines" - essentially key points for the month or week for our customers, or key changes to our website, prices, etc.
right now the sctipt essentially has an array of strings that gets read into a function and changed into a line of html code.
myArray =[['link','text'],[..],..]
I would like to have this linked to a database, so that it... -
The way things are set up right now, I've got an option group with 5 options, representing folders where a file is stored. The database is then linked to a webpage, and that field is used along with the name of the file to create a hyperlink to the file.
One of the options I have is an "other" option, that has a textbox next to it that allows the user to input in a specified folder. That was in the future if we add a new...Leave a comment:
-
-
The problem I have there is the way the option group works.
The field that the option group refers to has to be a text field, but option groups can only return numbers. So I have the option group unbound, and then have an invisible textbox that stores a specified string based on the number returned from the option group.Leave a comment:
-
Option Groups and updating form
I've got an option group with 5 options, with no default value. Whenever I open the form and scroll through records all of the options are grey'd, unless the user selects one.
What I would like to do is have the option group display the current value of the options, depending on the record being viewed. So that as you scroll through records whatever option is currently selected (based on the table) for that record is already selected... -
-
Option Groups in Forms
I've got a very basic database that is tied to a website. Part of the database tracks information about training classes. Some of the training classes have flyers that go along with them in a .pdf file format - So when the user clicks on the title of the class I want it to link to the file.
To do this I've broken the table down to two fields pertaining to the flyers; the file name, and the folder it's located in. I did this because... -
-
Clearing listindex value
I've got a form set up that has a series of textboxes to enter employee info, with a listbox at the bottom listing all the employees with their title (to make it easier to find employees to edit information).
I'm having a problem though - if I click around on the listbox to view some employee records, then want to add a new employee, when I click on the add record button it edits the last employee I looked at with the new information.... -
Nevermind I'm dumb, after looking through this some more I realized I was putting the .Requery line in the wrong place in the code. I had accidentally placed it in the error handling section. I've got that working now.Leave a comment:
-
Trying to add an image within a page
I've got some product information pages, with images and text, all setup within a table. I'm trying to add a small image in the upper right hand corner of the content div (where all the important information is). I've got the product name at the top, left aligned and typically as a two lined header, and I'd like to add a small logo to the right of that, either right beside it, or in the far right corner.
could anyone help me with how... -
Anyone have any thoughts on where I could start to look to figure this out?Leave a comment:
-
Refresh Listbox
I've got a list box that has about 6-7 columns with information, pulled from a table. When you click on a row in the list box it displays all the information in a series of text boxes, so that the information can be edited. I've got an add and delete button, so you can select a row in the listbox, then delete it; or enter information in the listboxes, then click the add button and add the information to the table.
The buttons work...
No activity results to display
Show More
Leave a comment: