33 Topics

Member Avatar for
Member Avatar for sunshine102030

Use cdma to construct the aggregate frame for two denders s1 frame 0 , s2 frame 1, the code for s1 is (+1,-1,+1,+1,+1,-1,+1,+1), the code for s2 is (-1,+1,-1,-1,-1,+1,-1,-1) I tried to solve it but I am not sure. I multiplied s1 code by -1 and s2 code by +1 …

Member Avatar for rproffitt
0
431
Member Avatar for Saboor880

Hello to all members! I want to install "dotNet frame work 3.5" on windows 8. Whenever I tries to install the frame work , following error appears: "could not download files, network speed is very slow, Please recheck your internet connection"e.t.c But my internet connection is very well. I dont …

Member Avatar for rproffitt
0
229
Member Avatar for zelrick

Hello Web Developer, This is working <form class="frm" action=""> <select onChange="window.location.href=this.value"> <option value=""> </option> <option value="../wxmaps/glob/glob_rrpf.html" href target="wxmdisp">Precip + MSLP</option> <option value="../wxmaps/glob/glob_rrwf.html" href target="wxmdisp">[Parameter2]</option> </select> </form> the problem is when I click one item on the drop down list it appear to the same window. I have a frame name …

Member Avatar for zelrick
0
266
Member Avatar for Labdabeta

Hello, I have learnt a few assembly languages (MIPS/x86/ARM/MIX) and I have a question about the call stack. Each of those languages uses a different method for subroutine linkage, and the way I learnt them was not conducive to recursion. Granted, if I continue reading my copy of The Art …

0
173
Member Avatar for Dev7Cyber2012

**Please help,** I want my # scroll-up menu with CSS # only [without frame/iframe (I hate frame :'( )](http://tina-andrew.blogspot.com) and javascript ... I', trying to load my blog with all css' not others. (or, can I code others to be 100% validated in w3's validator? - I'm in my job …

Member Avatar for diafol
0
258
Member Avatar for neha05

Hello all, I need a multiple photo frames, on click the selected frame set on the image or image is set on it.Any jquery or javascript plugin is available for it ?

0
176
Member Avatar for CoilFyzx

Hi. I have a JFrame with a JLayeredPane. On the first layer there is a table, then above it there is black transparent layer that allows me options and what-not. I animate the arrival of this transparent layer. However when I do this the panel seems to loose it's transparency, …

Member Avatar for CoilFyzx
0
557
Member Avatar for 26bm

Hi, I am wondering if there is any easy way to up the frame rate of a pygame program. For example locking the frame rate? I don't know. Thanks in advance! 26BM

Member Avatar for 26bm
0
244
Member Avatar for corestaples

Hello, How would I be able to do an onClick to take a value from a link and put that into a form field in another form located in a different browser window with a different url? For example: window 1 /browser A <a href="#" onClick="takeThisValue();">thisIsTheValueIwantToUse</a> window 2 /browser B …

Member Avatar for JorgeM
0
274
Member Avatar for vegaseat

The wxPython Phoenix project can be used with Python version 2 and version 3. The project applies pretty much the familiar wxPython code. Here we are testing a dragable borderless frame.

Member Avatar for vegaseat
3
1K
Member Avatar for venus87

hi friends im in need of the basic code for reading a video file as matrices in a frame by frame manner in java. can anyone please help me ?

Member Avatar for JamesCherrill
0
145
Member Avatar for A Haunted Army

i've been working on a game project, its a slider platformer and i've been having problem with getting the movement working, the movement is time based instead of being fixed to the frames per secound so the movement is consistent. the movement was working when i was testing out the …

Member Avatar for A Haunted Army
0
1K
Member Avatar for ambageo

Hi! I am supposed to write a programm for making a window.First of all, I must make a window with some given default values. Below is the code that I have been given as a template public class Window { private String name; private int height; private int width; private …

Member Avatar for ambageo
0
207
Member Avatar for brad.d.mcleod

Okay, I'm trying to do something, and I have no idea what's going on. Without having to spend a long time learning *another* programming language, all I want to do is target a div with a link from another div. http://www.vinceswebservices.com/bmcleod/main.html Okay, what I want is to click the Menu …

Member Avatar for lps
0
243
Member Avatar for abhinashraju

Hi everybody, How to do the following in java..?? created a frame and one button added to that frame and set the keyboard shortcut to that button.Now my question is how to make that keyboard shortcut will work eventhough focus is not there in that frame? anyone have any idea..

Member Avatar for Taywin
0
236
Member Avatar for DavidKroukamp

Hmm i really like what applications like Windows Media Player and VLC player can do, and by this i mean: you know when you are watching a movie or listening to music and you minimize the window? Well if you hover the taskbar icon of the minized window with your …

0
188
Member Avatar for DavidKroukamp

Hey all, I have been busy building my own chess game and as of now im a bit stomped. Well you see i have an object Board, this object will be initiated and it will create a new frame with various panels one of them being the panel which holds …

Member Avatar for JamesCherrill
1
241
Member Avatar for djescobar

Hi Sorry i was doing a little program and i need helps i would like to something similar to that [url]http://i42.tinypic.com/2mys23d.png[/url] this is my code so far [code] private void makeFrame() { frame = new JFrame("Jubilee Estate Agency Property"); makeMenuBar(frame); Container contentPane = frame.getContentPane(); JLabel label = new JLabel(); contentPane.add(label); …

Member Avatar for djescobar
0
223
Member Avatar for kalz

Hello Everyone I have an Internal frame in my application which has a JTable populated with values from a database and a JButton which performs some operation when a row is selected from the JTable.When the user does not select a row from the JTable and clicks the JButton, I …

Member Avatar for kalz
0
452
Member Avatar for JPByD

I have an existing project developed in C#. The project now has potential to be viewed within a frame on another site - developed in another technology - which is why the frame solution is better than incorporating into the other site. If the other site is used, I need …

0
126
Member Avatar for inamul20

Hi!! my application have 2 frames including tabel 1,tabel 2 when run time i insert values though textfileds to tabel 1 ,after inserting 5 or more then i click next button then display other frame with tabel 2 and tabel 2 must auto filled. my problm is last row(i already …

Member Avatar for JamesCherrill
0
226
Member Avatar for Tomashqooo

[CODE] from tkinter import * ... program ... frame = Frame(width=640,height=480) frame.pack() ...program... #now to change the frame size frame.configure(width=800) [/CODE] doesn`t work ... I tryed from.config() too but it doesnt work

Member Avatar for TrustyTony
0
160
Member Avatar for brothman

Hey... don't know why this is happening... I've probably I've done this or things like itat least a few times before... [CODE] public class FileTree { public static DisplayWindow window; public void refresh() { DisplayWindow temp = FileTree.window; //temp.pack(); } public static void main(String[] Args) { window = new DisplayWindow(new …

Member Avatar for JamesCherrill
0
162
Member Avatar for mzittlow

I am creating a scrolled frame object within Tkinter. My current approach is to have a frame embedded within a scrolling canvas. I have seen numerous examples of this technique but they have one common 'flaw'--the frame's contents are loaded and then the controlling canvas's scrollregion is set. In my …

0
176
Member Avatar for CharlieNewey

Hi, I'm a relative newb to Python and I'm starting my first major project - a logarithmic graphing system. I'm using tkinter for the GUI part of the design, but I've run into a problem. Basically, I want my graph (a tk canvas) to appear in the same (root) window …

Member Avatar for CharlieNewey
0
5K
Member Avatar for GatorAlli

I'm using Python, PyQt4, and QtWebKit to load a web page into a bare-bones browser to examine the data. However, there is a small issue. I'm trying to get the contents and src of every iframe on the loaded page. I'm using [B][I]webView.page().mainFrame().childFrames()[/I][/B] to get the frames. To problem is, …

0
168
Member Avatar for Fungus1487

Hi all. I have a requirement to collect a bitmap image directly from a given AVI file. Does anyone know of any decent .Net only libraries that by any chance can achieve this? I would like to avoid any COM interops if possible but if you have had experience using …

Member Avatar for Momerath
0
239
Member Avatar for rajesh1158

I have a website whose homepage has 4 frames. 1 at top(horizontal) and 3 vertical below it. The middle vertical frame displays all the contents of pages when links in other frames are clicked. I have a link in top frame to logout the user when clicked. In this link's …

Member Avatar for rajesh1158
0
206
Member Avatar for Dean_Grobler

Hi there, Consider the following code, this is a little 'snipet' from one of my classes: [CODE] private void jMenu1ActionPerformed(java.awt.event.ActionEvent evt) { NewContact n = new NewContact(); } [/CODE] The method is expected to open a new Frame, where the class of the new Frame is called "NewContact". I've recently …

Member Avatar for JamesCherrill
0
370
Member Avatar for pratz

Hello, I am learning Django now, I was wondering how can I use Python Module in django as an app. Example - if I have an python network module, how can I use this module in Django as an network app? Is this possible? If possible then please let me …

0
134

The End.